34680 lines
1.7 MiB
34680 lines
1.7 MiB
Please note: This file provides a complete, temporally ordered log of
|
||
changes that went into every version of Perl. If you'd like more
|
||
detailed information, please consult the comments in the individual
|
||
patches posted to the perl5-porters mailing list. Patches for each
|
||
individual change may also be obtained through ftp and rsync--see
|
||
perlhack.pod for the details.
|
||
|
||
[The "CAST AND CREW" list has been moved to AUTHORS.]
|
||
|
||
NOTE: Each change entry shows the change number; who checked it into the
|
||
repository; when; description of the change; which branch the change
|
||
happened in; and the affected files. The file lists have a short symbolic
|
||
indicator:
|
||
|
||
! modified
|
||
+ added
|
||
- deleted
|
||
+> branched (from elsewhere)
|
||
!> merged changes (from elsewhere)
|
||
|
||
The Message-Ids in the change entries refer to the email messages sent
|
||
to the perl5-porters mailing list. You can retrieve the messages for
|
||
example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
|
||
|
||
This file contains only changes that affect the maint-5.6 branch.
|
||
Cross-references to changes imported from other branches (principally,
|
||
the mainline) are indicated by change numbers. Detailed log entries
|
||
corresponding to these change numbers are available in the Changes
|
||
file in the latest development release.
|
||
|
||
|
||
--------------
|
||
Version v5.6.1
|
||
--------------
|
||
|
||
____________________________________________________________________________
|
||
[ 9651] By: gsar on 2001/04/09 03:11:19
|
||
Log: update Changes, patchlevel.h &c.
|
||
Branch: maint-5.6/perl
|
||
! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
|
||
! pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 9649] By: gsar on 2001/04/09 02:35:43
|
||
Log: tweak perldelta as suggested by Jarkko
|
||
Branch: maint-5.6/perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 9646] By: gsar on 2001/04/09 00:48:04
|
||
Log: add note about ithreads and Thread.pm (too many people are
|
||
confused by the fact that Thread.pm is built and installed
|
||
under non-5005threads but doesn't work)
|
||
Branch: maint-5.6/perl
|
||
! ext/Thread/Thread.pm ext/Thread/Thread.xs
|
||
____________________________________________________________________________
|
||
[ 9645] By: gsar on 2001/04/09 00:19:03
|
||
Log: update perldelta.pod for changes in 5.6.1
|
||
Branch: maint-5.6/perl
|
||
! Changes pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 9640] By: gsar on 2001/04/08 19:20:46
|
||
Log: integrate change#9634 from mainline
|
||
|
||
Fix the perlmodlib generation (didn't understand separate .pod
|
||
files; didn't understand -- as the name-thing separator).
|
||
Update the CPAN mirrors list.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlmodlib.pod
|
||
!> pod/perlmodlib.PL
|
||
____________________________________________________________________________
|
||
[ 9639] By: gsar on 2001/04/08 18:57:31
|
||
Log: on windows, many of the README.* pods were being copied to the wrong
|
||
location
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9638] By: gsar on 2001/04/08 18:38:25
|
||
Log: update to latest JPL from the anoncvs repository
|
||
Branch: maint-5.6/perl
|
||
+ jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
|
||
! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
|
||
! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
|
||
____________________________________________________________________________
|
||
[ 9632] By: gsar on 2001/04/08 16:36:06
|
||
Log: add $Tie::RefHash::VERSION
|
||
Branch: maint-5.6/perl
|
||
! lib/Tie/RefHash.pm
|
||
____________________________________________________________________________
|
||
[ 9624] By: gsar on 2001/04/08 06:08:17
|
||
Log: test in t/pod/* were busted
|
||
|
||
these tests are still not enabled in t/{harness,TEST}
|
||
Branch: maint-5.6/perl
|
||
! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
|
||
! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
|
||
! t/pod/multiline_items.t t/pod/nested_items.t
|
||
! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
|
||
! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
|
||
____________________________________________________________________________
|
||
[ 9623] By: gsar on 2001/04/08 03:37:01
|
||
Log: integrate change#9470 from mainline
|
||
|
||
Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
|
||
Branch: maint-5.6/perl
|
||
!> ext/Socket/Socket.xs
|
||
____________________________________________________________________________
|
||
[ 9605] By: gsar on 2001/04/07 11:52:40
|
||
Log: can't optimize away scope entry if tr/// is present
|
||
Branch: maint-5.6/perl
|
||
! op.c t/op/tr.t
|
||
____________________________________________________________________________
|
||
[ 9597] By: gsar on 2001/04/06 18:06:35
|
||
Log: integrate change#9464 from mainline (addendum to change#8313)
|
||
|
||
Subject: [PATCH @9452] Better peep()ing for foreach() loops
|
||
Branch: maint-5.6/perl
|
||
!> op.c
|
||
____________________________________________________________________________
|
||
[ 9595] By: gsar on 2001/04/06 14:57:17
|
||
Log: add a low-impact fix to accomodate darwin-ism
|
||
Branch: maint-5.6/perl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 9594] By: jhi on 2001/04/06 14:55:14
|
||
Log: Integrate changes #9528,9593 from mainline into maintperl;
|
||
tweaking the editor/IDE/shell list.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 9592] By: gsar on 2001/04/06 14:45:18
|
||
Log: integrate change#9477 from mainline (base.pm doc tweak)
|
||
|
||
missing doc entry for fmod()
|
||
Branch: maint-5.6/perl
|
||
! lib/Math/BigFloat.pm
|
||
!> lib/base.pm
|
||
____________________________________________________________________________
|
||
[ 9587] By: gsar on 2001/04/06 07:31:30
|
||
Log: add README.macos (from Chris Nandor)
|
||
|
||
tyop in change#9555
|
||
Branch: maint-5.6/perl
|
||
+ README.macos
|
||
! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9586] By: gsar on 2001/04/06 07:08:54
|
||
Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
|
||
Branch: maint-5.6/perl
|
||
! lib/Math/BigFloat.pm t/lib/bigfltpm.t
|
||
____________________________________________________________________________
|
||
[ 9585] By: gsar on 2001/04/06 06:58:44
|
||
Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
|
||
from mainline
|
||
|
||
Subject: [PATCH] Base64 update to perlfaq9.pod
|
||
|
||
Subject: [PATCH AUTHORS] Housekeeping
|
||
|
||
Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
|
||
Mac OS X (Darwin) has extra pwent fields.
|
||
|
||
Subject: [PATCH B::*] print control-character vars readably
|
||
Needs EBCDICification.
|
||
|
||
Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
|
||
|
||
Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
|
||
|
||
Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
|
||
|
||
Subject: [PATCH B::Deparse] binmode is no longer an UNOP
|
||
|
||
Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
|
||
|
||
Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
|
||
|
||
Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
|
||
|
||
Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
|
||
|
||
FreeBSD hints tweak from Anton Berezin.
|
||
|
||
Subject: [PATCH foolperl & bleadperl] README.vms update
|
||
|
||
Subject: Re: [PATCH foolperl & bleadperl] README.vms update
|
||
Branch: maint-5.6/perl
|
||
!> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
|
||
!> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
|
||
!> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
|
||
____________________________________________________________________________
|
||
[ 9584] By: gsar on 2001/04/06 04:09:00
|
||
Log: keep eval"" CVs alive until the end of the statement in which
|
||
they're called; this avoids a coredump ensuing from search for
|
||
lexicals in code such as:
|
||
|
||
sub bug {
|
||
my $s = @_;
|
||
eval q[sub { eval 'sub { &$s }' }];
|
||
}
|
||
bug("x")->()->();
|
||
|
||
this code still doesn't work as intended (as it has remained
|
||
since time immemorial), but it doesn't provoke a coredump anymore
|
||
Branch: maint-5.6/perl
|
||
! embed.h embed.pl global.sym objXSUB.h perlapi.c
|
||
! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
|
||
____________________________________________________________________________
|
||
[ 9551] By: gsar on 2001/04/05 00:18:34
|
||
Log: tr/// doesn't null-terminate the result in some situations
|
||
(from Gisle Aas)
|
||
Branch: maint-5.6/perl
|
||
! doop.c t/op/tr.t
|
||
____________________________________________________________________________
|
||
[ 9550] By: gsar on 2001/04/04 20:04:17
|
||
Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
|
||
(from Robin Houston)
|
||
Branch: maint-5.6/perl
|
||
! ext/B/B.pm ext/B/B/Deparse.pm
|
||
____________________________________________________________________________
|
||
[ 9548] By: gsar on 2001/04/04 18:51:49
|
||
Log: integrate changes#9460,9462,9482,9521,9522
|
||
|
||
Subject: PATCH: B::Debug should show LOOP-specific fields
|
||
|
||
Subject: B::Deparse precedence bug. (Patch included.)
|
||
|
||
Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
|
||
|
||
Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
|
||
|
||
Subject: [PATCH B::Concise] padname values may have bogus SvCUR
|
||
Branch: maint-5.6/perl
|
||
!> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
|
||
!> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
|
||
____________________________________________________________________________
|
||
[ 9547] By: gsar on 2001/04/04 18:49:16
|
||
Log: s/djSP/dSP/
|
||
Branch: maint-5.6/perl
|
||
! ext/Thread/Thread.xs
|
||
____________________________________________________________________________
|
||
[ 9545] By: gsar on 2001/04/04 18:38:52
|
||
Log: integrate change#8837 from mainline
|
||
|
||
Subject: [patch] -Wall cleanup round 2
|
||
Branch: maint-5.6/perl
|
||
!> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
|
||
!> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
|
||
!> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
|
||
!> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
|
||
!> ext/SDBM_File/SDBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 9544] By: gsar on 2001/04/04 17:49:57
|
||
Log: "double" should be "NV"; standard typemap is missing entry
|
||
for NV
|
||
Branch: maint-5.6/perl
|
||
! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
|
||
____________________________________________________________________________
|
||
[ 9539] By: gsar on 2001/04/04 03:01:14
|
||
Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 9538] By: gsar on 2001/04/04 01:00:38
|
||
Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
|
||
for use with _fwalk() (fix for change#7705)
|
||
Branch: maint-5.6/perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 9533] By: gsar on 2001/04/03 14:30:07
|
||
Log: better fix for change#9517 to accomodate UNC paths like
|
||
\\server\share\foo, and paths with trailing backslash
|
||
like c:\this\
|
||
Branch: maint-5.6/perl
|
||
! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 9530] By: gsar on 2001/04/03 04:56:41
|
||
Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
|
||
Craig Berry)
|
||
Branch: maint-5.6/perl
|
||
! t/lib/socket.t
|
||
____________________________________________________________________________
|
||
[ 9524] By: gsar on 2001/04/03 01:09:12
|
||
Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
|
||
Branch: maint-5.6/perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 9517] By: gsar on 2001/04/02 19:52:21
|
||
Log: many of the utilities interpolate literal paths within doublequotes
|
||
(fails on dosish platforms where path contains backslashes)
|
||
Branch: maint-5.6/perl
|
||
! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 9516] By: gsar on 2001/04/02 05:49:37
|
||
Log: a foolish release
|
||
Branch: maint-5.6/perl
|
||
! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
|
||
! pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 9515] By: gsar on 2001/04/02 05:04:29
|
||
Log: add missing changelog summaries
|
||
Branch: maint-5.6/perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 9514] By: gsar on 2001/04/02 04:07:13
|
||
Log: add some notes about gutsy threading matters
|
||
Branch: maint-5.6/perl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 9513] By: gsar on 2001/04/02 03:25:21
|
||
Log: add more prominent caveat notices about experimental features
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfork.pod pod/perlunicode.pod
|
||
____________________________________________________________________________
|
||
[ 9512] By: gsar on 2001/04/02 02:54:33
|
||
Log: integrate changes#9479,9509 from mainline
|
||
|
||
[PATCH] File::Glob stuff for Mac OS
|
||
|
||
[PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
|
||
Branch: maint-5.6/perl
|
||
!> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
|
||
!> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
|
||
!> t/lib/glob-taint.t
|
||
____________________________________________________________________________
|
||
[ 9511] By: gsar on 2001/04/02 02:38:24
|
||
Log: README.win32 tweaks; add a note about alternative location for
|
||
getting a gcc-2.95.2 that will build perl properly on windows
|
||
Branch: maint-5.6/perl
|
||
! README.win32
|
||
____________________________________________________________________________
|
||
[ 9507] By: jhi on 2001/04/01 19:24:01
|
||
Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
|
||
from mainline to maintperl: pod tweaks.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
|
||
!> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
|
||
!> pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 9501] By: gsar on 2001/04/01 07:21:57
|
||
Log: fix the perlembed notes on multiple interpreters
|
||
|
||
fix ExtUtils::Embed to work passably on Windows
|
||
Branch: maint-5.6/perl
|
||
! lib/ExtUtils/Embed.pm pod/perlembed.pod
|
||
____________________________________________________________________________
|
||
[ 9496] By: gsar on 2001/03/31 23:22:28
|
||
Log: various nits identified by the Borland 5.5 compiler; remove suppression
|
||
of a few warnings
|
||
Branch: maint-5.6/perl
|
||
! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 9495] By: gsar on 2001/03/31 21:03:08
|
||
Log: avoid redefinition warnings under Borland 5.02
|
||
Branch: maint-5.6/perl
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9494] By: gsar on 2001/03/31 20:18:59
|
||
Log: nits spotted by Borland compiler
|
||
Branch: maint-5.6/perl
|
||
! utf8.h win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 9493] By: gsar on 2001/03/31 20:18:05
|
||
Log: fix a broken workaround for Borland compiler in change#4739
|
||
(caused weird "short reads" on DATA, which caused op/misc.t to fail)
|
||
Branch: maint-5.6/perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 9491] By: gsar on 2001/03/31 17:01:56
|
||
Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
|
||
directory is relative (need to fetch the full path name *before*
|
||
the chdir!)
|
||
|
||
this is a followup patch for change#6749
|
||
Branch: maint-5.6/perl
|
||
! lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 9426] By: gsar on 2001/03/29 00:28:04
|
||
Log: dmake can only handle == and != in comparisons; support building
|
||
with Borland's VCL libraries (from Vadim Konovalov)
|
||
Branch: maint-5.6/perl
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9416] By: jhi on 2001/03/28 18:06:07
|
||
Log: Integrate change #9409 from mainline to maintperl.
|
||
|
||
Yet another tweak on AIX dynaloading.
|
||
Branch: maint-5.6/perl
|
||
!> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
|
||
____________________________________________________________________________
|
||
[ 9415] By: gsar on 2001/03/28 17:13:01
|
||
Log: integrate changes#9377,9385,9401 from mainline
|
||
|
||
Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
|
||
|
||
If directory entries compare equal case-insensitively,
|
||
retry case-sensitively.
|
||
|
||
Subject: [PATCH] B::Terse and warnings
|
||
Branch: maint-5.6/perl
|
||
!> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
|
||
!> t/pragma/warn/perl
|
||
____________________________________________________________________________
|
||
[ 9312] By: gsar on 2001/03/23 16:25:25
|
||
Log: add execute bit to files with shebang lines in the repository;
|
||
avoid clobbering execute bit in Porting/makerel
|
||
Branch: maint-5.6/perl
|
||
! (edit 144 files)
|
||
____________________________________________________________________________
|
||
[ 9306] By: jhi on 2001/03/23 12:51:36
|
||
Log: There are AIXes without /usr/include/load.h,
|
||
patch from H.Merijn Brand.
|
||
Branch: maint-5.6/perl
|
||
! ext/DynaLoader/hints/aix.pl
|
||
____________________________________________________________________________
|
||
[ 9299] By: gsar on 2001/03/22 16:53:45
|
||
Log: back out changes#7532,7521 for now (appears to have problems
|
||
on IRIX)
|
||
Branch: maint-5.6/perl
|
||
! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
|
||
! ext/POSIX/typemap pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 9292] By: gsar on 2001/03/22 07:12:00
|
||
Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
|
||
fixes)
|
||
Branch: maint-5.6/perl
|
||
!> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
|
||
____________________________________________________________________________
|
||
[ 9290] By: jhi on 2001/03/22 05:57:01
|
||
Log: Move MacOS Classic higher in the list of supported platforms.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 9289] By: gsar on 2001/03/22 05:35:04
|
||
Log: revert part of change#6438 for compatibility (av_reify()
|
||
appears to be needed to implement av_splice()ish things
|
||
in XS)
|
||
Branch: maint-5.6/perl
|
||
! embed.pl global.sym objXSUB.h perlapi.c
|
||
____________________________________________________________________________
|
||
[ 9288] By: gsar on 2001/03/22 03:09:19
|
||
Log: update copyright year
|
||
Branch: maint-5.6/perl
|
||
! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
|
||
! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
|
||
! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
|
||
! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
|
||
! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
|
||
! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
|
||
! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
|
||
! x2p/walk.c
|
||
____________________________________________________________________________
|
||
[ 9286] By: gsar on 2001/03/21 19:49:54
|
||
Log: makefile.mk tweak
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9283] By: jhi on 2001/03/21 17:17:35
|
||
Log: Integrate change #9282 from mainline into maintperl,
|
||
4-arg UTF-8 substr().
|
||
Branch: maint-5.6/perl
|
||
!> pp.c
|
||
____________________________________________________________________________
|
||
[ 9281] By: gsar on 2001/03/21 17:03:14
|
||
Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
|
||
Branch: maint-5.6/perl
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9280] By: gsar on 2001/03/21 17:01:20
|
||
Log: some tweaks to change#9278 (fork() emulation should be enabled
|
||
by setting BUILD_FLAVOR instead of changing the defaults)
|
||
Branch: maint-5.6/perl
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 9279] By: gsar on 2001/03/21 16:47:19
|
||
Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
|
||
Branch: maint-5.6/perl
|
||
! ext/File/Glob/Glob.pm
|
||
!> lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 9278] By: jhi on 2001/03/21 14:35:10
|
||
Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
|
||
From: "Vadim Konovalov" <watman@inbox.ru>
|
||
Date: Wed, 21 Mar 2001 01:53:51 +0300
|
||
Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
|
||
Branch: maint-5.6/perl
|
||
! win32/makefile.mk win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 9277] By: jhi on 2001/03/21 13:58:28
|
||
Log: Integrate change #9270 from mainline to maintperl:
|
||
continued 4-arg UTF-8 substr() fixing.
|
||
Branch: maint-5.6/perl
|
||
!> pp.c t/op/substr.t
|
||
____________________________________________________________________________
|
||
[ 9266] By: gsar on 2001/03/20 19:16:43
|
||
Log: VMS piping fixes (from Charles Lane)
|
||
Branch: maint-5.6/perl
|
||
! vms/vms.c vms/vmspipe.com
|
||
____________________________________________________________________________
|
||
[ 9265] By: gsar on 2001/03/20 17:53:52
|
||
Log: cut-n-paste goof in change#9264
|
||
Branch: maint-5.6/perl
|
||
! ext/File/Glob/Glob.xs
|
||
____________________________________________________________________________
|
||
[ 9264] By: gsar on 2001/03/20 17:43:47
|
||
Log: do alphabetical sorting by default (for csh compatibility);
|
||
bsd_glob() does ASCII sort by default as usual, unless
|
||
GLOB_ALPHASORT was specified
|
||
Branch: maint-5.6/perl
|
||
! ext/File/Glob/Changes ext/File/Glob/Glob.pm
|
||
! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
|
||
! ext/File/Glob/bsd_glob.h
|
||
____________________________________________________________________________
|
||
[ 9263] By: gsar on 2001/03/20 16:40:08
|
||
Log: integrate change#9255 from mainline (unicode fix)
|
||
|
||
substr($bytestr, i, n, $charstr)
|
||
Branch: maint-5.6/perl
|
||
!> Todo-5.6 pp.c t/op/substr.t
|
||
____________________________________________________________________________
|
||
[ 9262] By: gsar on 2001/03/20 15:57:41
|
||
Log: revert the leak fix in change#9142 (problem needs a more experimental
|
||
fix unsuitable for 5.6.1)
|
||
Branch: maint-5.6/perl
|
||
! scope.c
|
||
____________________________________________________________________________
|
||
[ 9260] By: jhi on 2001/03/20 14:05:46
|
||
Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Date: Tue, 20 Mar 2001 10:12:04 GMT
|
||
Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
|
||
Branch: maint-5.6/perl
|
||
! run.c
|
||
____________________________________________________________________________
|
||
[ 9259] By: jhi on 2001/03/20 14:04:39
|
||
Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
|
||
From: Chris Nandor <pudge@pobox.com>
|
||
Date: Tue, 20 Mar 2001 00:40:56 -0500
|
||
Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
|
||
Branch: maint-5.6/perl
|
||
! ext/POSIX/POSIX.xs lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 9256] By: jhi on 2001/03/20 04:43:12
|
||
Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
|
||
From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
|
||
Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
|
||
Branch: maint-5.6/perl
|
||
! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
|
||
____________________________________________________________________________
|
||
[ 9250] By: jhi on 2001/03/19 21:18:00
|
||
Log: A more robust solution for the 64bitall AIX dynaloading
|
||
problem, from Jens-Uwe Mager.
|
||
Branch: maint-5.6/perl
|
||
! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
|
||
____________________________________________________________________________
|
||
[ 9247] By: jhi on 2001/03/19 19:59:53
|
||
Log: 64-bit AIX dynaloading problem (see #9244) idea
|
||
from Jens-Uwe Mager.
|
||
Branch: maint-5.6/perl
|
||
! ext/DynaLoader/dl_aix.xs
|
||
____________________________________________________________________________
|
||
[ 9245] By: jhi on 2001/03/19 19:05:19
|
||
Log: Integrate change #9243 from mainline into maintperl.
|
||
|
||
Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
|
||
Branch: maint-5.6/perl
|
||
!> README.vmesa
|
||
____________________________________________________________________________
|
||
[ 9244] By: jhi on 2001/03/19 19:03:15
|
||
Log: Get 64bitall AIX building, but still does not test okay:
|
||
dynaloading anything fails, for example for op/defins:
|
||
Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
|
||
(update: fixed by #9247,9250)
|
||
Branch: maint-5.6/perl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 9241] By: gsar on 2001/03/19 17:34:46
|
||
Log: VMSify tests (from Charles Lane)
|
||
Branch: maint-5.6/perl
|
||
! t/lib/filehand.t t/lib/texttabs.t
|
||
____________________________________________________________________________
|
||
[ 9239] By: gsar on 2001/03/19 09:23:17
|
||
Log: this is 5.6.1-trial3
|
||
Branch: maint-5.6/perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 9238] By: gsar on 2001/03/19 08:47:04
|
||
Log: some new symbols are only available under ithreads
|
||
Branch: maint-5.6/perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 9237] By: gsar on 2001/03/19 08:42:28
|
||
Log: update patchlevel.h, Changes, &c.
|
||
Branch: maint-5.6/perl
|
||
! Changes patchlevel.h pod/perlhist.pod
|
||
!> AUTHORS
|
||
____________________________________________________________________________
|
||
[ 9236] By: gsar on 2001/03/19 08:17:49
|
||
Log: integrate changes#8068,8717 from mainline
|
||
|
||
[PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
|
||
|
||
[PATCH CPAN 1.59_51] warning message (not!)
|
||
Branch: maint-5.6/perl
|
||
!> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
|
||
!> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
|
||
!> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
|
||
!> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
|
||
!> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
|
||
____________________________________________________________________________
|
||
[ 9235] By: gsar on 2001/03/19 08:07:09
|
||
Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
|
||
|
||
[PATCH] Add missing CV flags to dump.c
|
||
|
||
Re: [patch] Re: PL_ptr_table
|
||
|
||
Fixup non-ithread build after 8713
|
||
|
||
Generated files form 8713 etc.
|
||
|
||
Correct the correction :-(
|
||
|
||
Documenting coderef @INC (Re: CPAN "make this script work" feature)
|
||
|
||
Subject: Re: sync sync sync: have I missed any patches?
|
||
Replace djSP with dSP.
|
||
Branch: maint-5.6/perl
|
||
!> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
|
||
!> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
|
||
!> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
|
||
!> sv.c sv.h win32/perlhost.h
|
||
____________________________________________________________________________
|
||
[ 9234] By: gsar on 2001/03/19 07:22:05
|
||
Log: revert the change#9090 integrate for now (change looks somewhat
|
||
incomplete in that [ha]v_exists() need something similar; lacks
|
||
tests; &c.)
|
||
Branch: maint-5.6/perl
|
||
! hv.c
|
||
____________________________________________________________________________
|
||
[ 9233] By: gsar on 2001/03/19 07:10:01
|
||
Log: some refcounts were incorrect in perl_clone(); avoid hang in global
|
||
destruction when there are unreferenced scalars (SvREFCNT==0)
|
||
Branch: maint-5.6/perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 9232] By: jhi on 2001/03/19 05:11:02
|
||
Log: Regen api and toc.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlapi.pod pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 9231] By: jhi on 2001/03/19 04:06:03
|
||
Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
|
||
add a lost line in pp.c:pp_chop(), update to new op/chop.
|
||
|
||
Clarify the description differentiating for and while; inspired by
|
||
|
||
Subject: [ID 20010306.004] || != named unary operator
|
||
|
||
The $Is_MacOS needs to be declared.
|
||
Branch: maint-5.6/perl
|
||
! pp.c t/op/chop.t
|
||
!> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 9230] By: jhi on 2001/03/19 03:48:16
|
||
Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
|
||
9079,9083,9089,9090,9091 from mainline to maintperl.
|
||
|
||
Quieten some noise in Win32 builds
|
||
|
||
Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
|
||
|
||
The perlretut was still talking about the old \p and \P
|
||
definitions.
|
||
|
||
More tweakage on the Unicode character class descriptions.
|
||
|
||
Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
|
||
|
||
Subject: 'no *POSIX' Patch speeding up make on BS2000
|
||
|
||
Subject: [PATCH] perldata.pod here-doc docs
|
||
|
||
Add /sbin and /usr/sbin to the list of directories scanned
|
||
for setuid programs. Takes care of bug id 20010309.003.
|
||
|
||
Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
|
||
|
||
In op/stat #35 better to scan all the potential directories
|
||
for setuids, not just the first one.
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH
|
||
!> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
|
||
!> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
|
||
!> t/op/stat.t toke.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 9229] By: jhi on 2001/03/19 02:31:50
|
||
Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
|
||
From: Chris Nandor <pudge@pobox.com>
|
||
Date: Sat, 10 Mar 2001 14:22:19 -0500
|
||
Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
|
||
Branch: maint-5.6/perl
|
||
! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
|
||
! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
|
||
! t/lib/b.t t/lib/errno.t
|
||
____________________________________________________________________________
|
||
[ 9228] By: jhi on 2001/03/19 02:29:59
|
||
Log: Integrate changes #9113,9122 from mainline into maintperl.
|
||
|
||
Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
|
||
Branch: maint-5.6/perl
|
||
!> Configure README.os390 hints/os390.sh
|
||
____________________________________________________________________________
|
||
[ 9227] By: jhi on 2001/03/19 02:22:35
|
||
Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
|
||
into maintperl.
|
||
|
||
Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
|
||
|
||
Forgot to check-in the larger part of #9120, duh.
|
||
|
||
Subject: Another patch for integer.pm POD
|
||
|
||
h2ph strictness and cleanliness from Kurt Starsinic.
|
||
|
||
Borland filename case problem.
|
||
|
||
h2ph strictness and cleanliness from Kurt Starsinic.
|
||
|
||
Subject: [PATCH] the uncontroversial doc patches
|
||
Branch: maint-5.6/perl
|
||
+> win32/sncfnmcs.pl
|
||
!> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
|
||
!> ext/GDBM_File/GDBM_File.xs lib/integer.pm
|
||
!> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
|
||
!> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
|
||
!> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
|
||
!> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
|
||
!> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
|
||
____________________________________________________________________________
|
||
[ 9226] By: jhi on 2001/03/19 02:10:21
|
||
Log: Integrate changes #9207,9214 from mainline into maintperl.
|
||
|
||
podchecker relaxations: =over has an *optional* number after it,
|
||
and whitespace in L<> is okay.
|
||
Branch: maint-5.6/perl
|
||
!> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
|
||
!> t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 9224] By: jhi on 2001/03/19 02:06:11
|
||
Log: Integrate change #9223 from mainline to maintperl.
|
||
|
||
Document -Dmksymlinks.
|
||
Branch: maint-5.6/perl
|
||
!> INSTALL
|
||
____________________________________________________________________________
|
||
[ 9222] By: jhi on 2001/03/19 01:15:35
|
||
Log: The -Dmksymlinks wasn't working for maintperl.
|
||
Branch: maint-5.6/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 9219] By: gsar on 2001/03/19 00:16:55
|
||
Log: remove duplicated tests
|
||
Branch: maint-5.6/perl
|
||
! t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 9208] By: jhi on 2001/03/18 20:12:12
|
||
Log: Integrate changes #8128,9132 from mainline into maintperl,
|
||
Tie::SubstrHash fixes.
|
||
Branch: maint-5.6/perl
|
||
!> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
|
||
____________________________________________________________________________
|
||
[ 9197] By: gsar on 2001/03/18 12:15:57
|
||
Log: more thorough cleaning of arenas--keep going until no more
|
||
SvREFCNT_dec()s occur (this fixes the problem that causes the
|
||
pesky "Scalars leaked" warnings)
|
||
Branch: maint-5.6/perl
|
||
! embed.pl perl.c proto.h sv.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 9168] By: jhi on 2001/03/15 14:13:22
|
||
Log: Integrate changes #9120,9167 from mainline to maintperl.
|
||
|
||
Subject: [PATCH 5.6.1] OS/2 docs
|
||
|
||
Subject: [PATCH 5.6.1] perldoc
|
||
Branch: maint-5.6/perl
|
||
!> os2/Changes utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 9162] By: gsar on 2001/03/15 00:56:53
|
||
Log: avoid warnings
|
||
Branch: maint-5.6/perl
|
||
! t/op/magic.t
|
||
____________________________________________________________________________
|
||
[ 9161] By: gsar on 2001/03/15 00:52:09
|
||
Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
|
||
results
|
||
Branch: maint-5.6/perl
|
||
! t/op/magic.t
|
||
____________________________________________________________________________
|
||
[ 9154] By: gsar on 2001/03/14 17:48:18
|
||
Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
|
||
(caused Storable 1.0.10 to break on windows)
|
||
Branch: maint-5.6/perl
|
||
! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
|
||
! perlapi.c proto.h
|
||
____________________________________________________________________________
|
||
[ 9152] By: gsar on 2001/03/14 07:29:40
|
||
Log: back out changes#9012,9010,9009 and parts of change#9016
|
||
(causes ABRs under purify, and some prerequisites don't
|
||
seem to be there in 5.6.x)
|
||
Branch: maint-5.6/perl
|
||
! doop.c op.c t/op/tr.t toke.c
|
||
____________________________________________________________________________
|
||
[ 9142] By: gsar on 2001/03/14 03:20:48
|
||
Log: fix another memory leak reported by purify (tie callbacks that
|
||
croak can leak when wiping out magic)
|
||
Branch: maint-5.6/perl
|
||
! scope.c
|
||
____________________________________________________________________________
|
||
[ 9138] By: gsar on 2001/03/14 01:18:00
|
||
Log: remove squelch controls for "Scalars leaked" messages in most places
|
||
(these are now cured)
|
||
Branch: maint-5.6/perl
|
||
! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
|
||
! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
|
||
! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
|
||
____________________________________________________________________________
|
||
[ 9137] By: gsar on 2001/03/14 00:57:04
|
||
Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
|
||
Branch: maint-5.6/perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 9133] By: gsar on 2001/03/13 22:46:20
|
||
Log: integrate change#9067 from mainline
|
||
|
||
Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
|
||
Branch: maint-5.6/perl
|
||
!> lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 9131] By: gsar on 2001/03/13 22:30:42
|
||
Log: make the error text look more consistent in hints/hpux.sh
|
||
Branch: maint-5.6/perl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 9116] By: gsar on 2001/03/13 00:55:53
|
||
Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
|
||
under ithreads
|
||
Branch: maint-5.6/perl
|
||
! win32/perlhost.h
|
||
____________________________________________________________________________
|
||
[ 9108] By: gsar on 2001/03/12 10:21:31
|
||
Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
|
||
loop between the outer sub and the inner prototype anonsub
|
||
|
||
this also enables closures returned by subroutines that
|
||
subsequently get redefined to work without generating coredumps :)
|
||
|
||
completely removed the free_closures() hack--it shouldn't be
|
||
needed anymore
|
||
Branch: maint-5.6/perl
|
||
+ t/op/anonsub.t
|
||
! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
|
||
! proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 9076] By: jhi on 2001/03/07 22:59:39
|
||
Log: Integrate change #7784 from mainline into maintperl.
|
||
|
||
Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
|
||
Branch: maint-5.6/perl
|
||
!> pp_ctl.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 9064] By: gsar on 2001/03/07 06:29:24
|
||
Log: fix memory leak in pack("Bb",...)
|
||
Branch: maint-5.6/perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 9055] By: jhi on 2001/03/06 02:21:26
|
||
Log: Integrate the change #9054 from mainline:
|
||
retract the PMOP cleanup patch pending further investigation.
|
||
Branch: maint-5.6/perl
|
||
!> op.c op.h
|
||
____________________________________________________________________________
|
||
[ 9050] By: jhi on 2001/03/05 21:44:29
|
||
Log: Integrate changes #9033 and #9044 from mainline into maintperl,
|
||
Sarathy's fix for ID 20010301.005.
|
||
Branch: maint-5.6/perl
|
||
!> op.c op.h
|
||
____________________________________________________________________________
|
||
[ 9030] By: jhi on 2001/03/05 13:46:49
|
||
Log: Subject: [PATCH 5.6.1] OS/2 cleanup
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Mon, 5 Mar 2001 02:29:44 -0500
|
||
Message-ID: <20010305022944.A10117@math.ohio-state.edu>
|
||
Branch: maint-5.6/perl
|
||
+ os2/os2add.sym
|
||
! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
|
||
! makedef.pl os2/Changes os2/Makefile.SHs
|
||
! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
|
||
! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
|
||
! os2/os2.sym os2/os2ish.h
|
||
____________________________________________________________________________
|
||
[ 9028] By: gsar on 2001/03/05 09:58:38
|
||
Log: various nits in MM_Unix.pm found by disabling SelfLoader
|
||
Branch: maint-5.6/perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 9026] By: jhi on 2001/03/05 02:14:59
|
||
Log: Integrate change #9025 from mainline to maintperl,
|
||
retract \N{U+HHHH}.
|
||
Branch: maint-5.6/perl
|
||
!> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
|
||
!> t/lib/charnames.t toke.c
|
||
____________________________________________________________________________
|
||
[ 9019] By: jhi on 2001/03/04 18:18:43
|
||
Log: Integrate changes #9017 and 9018 from mainline into maintperl.
|
||
|
||
\N{U+HHHH} fix.
|
||
|
||
pattern in G_ARRAY context
|
||
Branch: maint-5.6/perl
|
||
!> pp_hot.c t/op/pat.t toke.c
|
||
____________________________________________________________________________
|
||
[ 9016] By: jhi on 2001/03/04 17:41:22
|
||
Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
|
||
|
||
Tweak the get*ent() OS/2 prototypes.
|
||
|
||
Add the \N{U+HHHH} syntax.
|
||
|
||
More tr/// UTF-8 fixes from Inaba Hiroto.
|
||
Branch: maint-5.6/perl
|
||
!> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
|
||
!> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
|
||
____________________________________________________________________________
|
||
[ 9012] By: gsar on 2001/03/04 06:26:14
|
||
Log: avoid warning (nit in change#9009)
|
||
Branch: maint-5.6/perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 9011] By: gsar on 2001/03/04 06:15:24
|
||
Log: lib/charnames.t fails in 5.6.x because of older Unicode
|
||
data
|
||
|
||
TODO: need to revisit this after updating lib/unicode/...
|
||
Branch: maint-5.6/perl
|
||
! t/lib/charnames.t
|
||
____________________________________________________________________________
|
||
[ 9010] By: gsar on 2001/03/04 06:08:36
|
||
Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
|
||
Branch: maint-5.6/perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 9009] By: jhi on 2001/03/03 19:27:20
|
||
Log: Integrate change #9008 from mainline to maintperl,
|
||
UTF-8 tr/// fixes from Inaba Hiroto.
|
||
Branch: maint-5.6/perl
|
||
!> doop.c op.c t/op/tr.t toke.c
|
||
____________________________________________________________________________
|
||
[ 9006] By: jhi on 2001/03/03 18:58:06
|
||
Log: Subject: [PATCH 5.6.1] More robust Math::Complex
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 3 Mar 2001 12:51:50 -0500
|
||
Message-ID: <20010303125150.A2147@math.ohio-state.edu>
|
||
|
||
Be more robust in our quest for the infinite.
|
||
Branch: maint-5.6/perl
|
||
! lib/Math/Complex.pm
|
||
____________________________________________________________________________
|
||
[ 9005] By: jhi on 2001/03/03 17:55:50
|
||
Log: The #8982 modified for perl 5.6.x, from Radu Greab.
|
||
Branch: maint-5.6/perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 9003] By: jhi on 2001/03/03 17:15:52
|
||
Log: Integrate change #9002 from mainline to maintperl.
|
||
|
||
Subject: [perl-5.6.x, perl-current] accept for EPOC
|
||
Branch: maint-5.6/perl
|
||
!> pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 8999] By: jhi on 2001/03/03 17:09:28
|
||
Log: Subject: [PATCH 5.6.1] syslog.t
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 3 Mar 2001 02:11:17 -0500
|
||
Message-ID: <20010303021116.A11897@math.ohio-state.edu>
|
||
Branch: maint-5.6/perl
|
||
! t/lib/syslog.t
|
||
____________________________________________________________________________
|
||
[ 8998] By: jhi on 2001/03/03 17:07:50
|
||
Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 3 Mar 2001 01:53:52 -0500
|
||
Message-ID: <20010303015352.A11741@math.ohio-state.edu>
|
||
Branch: maint-5.6/perl
|
||
! opcode.pl os2/os2.c
|
||
____________________________________________________________________________
|
||
[ 8997] By: jhi on 2001/03/03 17:03:30
|
||
Log: Subject: [PATCH 5.6.1] compiling on OS/2
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 3 Mar 2001 01:59:59 -0500
|
||
Message-ID: <20010303015959.B11741@math.ohio-state.edu>
|
||
Branch: maint-5.6/perl
|
||
! hints/os2.sh
|
||
____________________________________________________________________________
|
||
[ 8995] By: jhi on 2001/03/03 00:35:22
|
||
Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
|
||
8318,8320,8337,8503,8877,8890,8903,8971 from mainline
|
||
to maintperl.
|
||
|
||
Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
|
||
|
||
Add Configure option -Dmksymlinks which will create a symlink
|
||
forest if the current/build differs from the source directory.
|
||
(8218,8220,8221,8317,8318,8971)
|
||
|
||
Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
|
||
(Document APPLLIB_EXP in INSTALL.)
|
||
|
||
If running byacc write-enable also perly.h.
|
||
|
||
DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
|
||
|
||
Subject: [PATCH 5.7.1/Configure] failure to set src='.'
|
||
|
||
Sanity check for conflicting thread flavours.
|
||
|
||
Fix the sys/fcntl.h problem reported by Peter Prymmer.
|
||
|
||
Add few CPUs/architectures to the Cppsym scan,
|
||
add -perlio to archname if so selected (modified 8890)
|
||
|
||
Be more helpful for devel builders, suggested by John L. Allen.
|
||
(admittedly pointless change for maintperl, but the usedevel
|
||
code is there already)
|
||
Branch: maint-5.6/perl
|
||
!> Configure INSTALL Makefile.SH Porting/Glossary
|
||
!> Porting/config.sh Porting/config_H config_h.SH embed.pl
|
||
!> epoc/config.sh ext/NDBM_File/NDBM_File.xs
|
||
!> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
|
||
!> win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 8993] By: jhi on 2001/03/02 23:22:12
|
||
Log: Regenerate various files for maint.
|
||
Branch: maint-5.6/perl
|
||
! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
|
||
! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
|
||
____________________________________________________________________________
|
||
[ 8991] By: jhi on 2001/03/02 21:00:08
|
||
Log: Retract the #8742 part of #8986, backward compat.
|
||
Branch: maint-5.6/perl
|
||
! embed.pl
|
||
____________________________________________________________________________
|
||
[ 8990] By: jhi on 2001/03/02 20:40:07
|
||
Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
|
||
Branch: maint-5.6/perl
|
||
! hv.c
|
||
____________________________________________________________________________
|
||
[ 8987] By: jhi on 2001/03/02 19:43:40
|
||
Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
|
||
8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
|
||
8950,8952,8955 from mainline to maintperl.
|
||
|
||
Subject: [PATCH: perl@8773] small fixups to perlclib.pod
|
||
|
||
Put to rest the 20010205.001, the email address checking (not) regex.
|
||
|
||
fork() not everywhere, cleanup temp files.
|
||
|
||
The #8843 wasn't quite right: %Config needs to imported.
|
||
|
||
Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
|
||
(#8849: the glob-basic hunk needed massaging as it depended
|
||
on Schwern's large-scale (unintegrated) patches)
|
||
|
||
Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
|
||
|
||
Upgrade to CGI.pm 2.752, from Lincoln Stein.
|
||
(Note: there were some conflicts due to EBCDIC and EPOC
|
||
patches, in general I preferred the repository code.)
|
||
(When 2.753 comes out, we need to synchronize.)
|
||
|
||
Subject: [PATCH] fix for charnames above FFFF
|
||
|
||
Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
|
||
|
||
If no sfio, no -lsfio.
|
||
|
||
Run run/*.t also in minitest.
|
||
|
||
Subject: [PATCH perl 5.7.0] malloc message address offset
|
||
|
||
Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
|
||
|
||
Subject: fix for parameter -Dm (for perl@8867)
|
||
|
||
Subject: [PATCH: perl@8892] was Re: hashing order difference?
|
||
(make the test more portable)
|
||
|
||
Subject: Re: [PATCH] fix for charnames above FFFF
|
||
|
||
Subject: Re: I'm losing the war...
|
||
(hv_store() not working correctly in ENV_IS_CASELESS case.)
|
||
|
||
Subject: Modified README.bs2000
|
||
|
||
Subject: [PATCH: perl@8935] -Dt padsv($var)
|
||
|
||
Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
|
||
|
||
Subject: PATCH: extra tests to check on negative float to unsigned cast
|
||
|
||
Subject: [PATCH] XPUSH[insp] was Re: progress
|
||
|
||
Subject: Re: Compile with perlcc..
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 36 files)
|
||
____________________________________________________________________________
|
||
[ 8986] By: jhi on 2001/03/02 18:51:25
|
||
Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
|
||
8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
|
||
to maintperl.
|
||
|
||
Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
|
||
|
||
Subject: [DOC PATCH] overload.pm nits
|
||
|
||
Add header for LIB$ prototypes (C. Berry)
|
||
|
||
Convert fwrite()s to sockets to write()s, since some socket stacks
|
||
don't take kindly to stdio.
|
||
Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
|
||
(for often optional LNMs)
|
||
Correct a few typos
|
||
(C. Bailey)
|
||
|
||
Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
|
||
|
||
De-cut-and-pasto.
|
||
|
||
Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
|
||
|
||
Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
|
||
|
||
Upgrade to CPAN 1.59_54, from Andreas K<>nig.
|
||
|
||
Bogus shebang.
|
||
|
||
Subject: [PATCH] Document makepatch in Porting/patching
|
||
|
||
UTF-8 documentation.
|
||
|
||
Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
|
||
|
||
Sort the MANIFEST.
|
||
|
||
Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
|
||
|
||
Subject: [PATCH @8807] toke.c cleanup: scan_str()
|
||
|
||
Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
|
||
|
||
Add run/*.t to testables.
|
||
|
||
TODO: integrate #8784.
|
||
Branch: maint-5.6/perl
|
||
+> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
|
||
!> (integrate 28 files)
|
||
____________________________________________________________________________
|
||
[ 8984] By: jhi on 2001/03/02 16:00:17
|
||
Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
|
||
|
||
perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
|
||
5.004_05, and mention the suidperl August 2000 security problem.
|
||
(#8978,#8981)
|
||
|
||
Subject: [ID 20010301.004] Technically speaking in perldata
|
||
|
||
Subject: [PATCH] File::Copy for bleadperl, maintperl
|
||
|
||
Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
|
||
|
||
(The #8982, fix for 20010221.005 and 20010221.008,
|
||
would be nice too but it didn't integrate cleanly.)
|
||
Branch: maint-5.6/perl
|
||
!> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 8974] By: gsar on 2001/03/01 16:28:21
|
||
Log: fix for bugid 20010226.008
|
||
|
||
the problem was that some of the pointers (PL_last_lop and
|
||
PL_last_uni specifically) into the lex buffers weren't correctly
|
||
being invalidated when the buffer changed; this would leave the
|
||
pointers pointing at an arbitrary location in the buffer if
|
||
the buffer didn't need to be reallocated, or point into freed
|
||
memory if the buffer had to be realloced
|
||
|
||
TODO item for bugdb maintainers: check other seemingly random
|
||
parser-related bugs--they might be cured by this
|
||
Branch: maint-5.6/perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 8960] By: jhi on 2001/02/27 22:51:33
|
||
Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
|
||
From: "Craig A. Berry" <craigberry@mac.com>
|
||
Date: Tue, 27 Feb 2001 16:11:44 -0600
|
||
Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
|
||
Branch: maint-5.6/perl
|
||
! configure.com vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 8957] By: jhi on 2001/02/27 06:15:07
|
||
Log: Subject: [5.6.x] EPOC additions
|
||
From: Olaf Flebbe <O.Flebbe@science-computing.de>
|
||
Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
|
||
Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
|
||
Branch: maint-5.6/perl
|
||
! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 8945] By: jhi on 2001/02/26 14:19:53
|
||
Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
|
||
to maintperl, listing the known failures on the tests 129 and 130.
|
||
Branch: maint-5.6/perl
|
||
!> t/op/sprintf.t
|
||
____________________________________________________________________________
|
||
[ 8917] By: jhi on 2001/02/23 20:27:51
|
||
Log: Integrate change #8916 from mainline,
|
||
do away with USE_WIN32_RTL_ENV.
|
||
Branch: maint-5.6/perl
|
||
!> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
|
||
____________________________________________________________________________
|
||
[ 8911] By: jhi on 2001/02/23 04:20:02
|
||
Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
|
||
|
||
Duplicated environment freeing, File::Temp 0.12,
|
||
op/append portability (EBCDIC) tweak.
|
||
Branch: maint-5.6/perl
|
||
!> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
|
||
!> t/op/append.t
|
||
____________________________________________________________________________
|
||
[ 8910] By: jhi on 2001/02/23 02:07:33
|
||
Log: Integrate change #8909 from mainline, a better Borland
|
||
putenv() workaround.
|
||
Branch: maint-5.6/perl
|
||
!> perl.c
|
||
____________________________________________________________________________
|
||
[ 8900] By: jhi on 2001/02/23 01:18:02
|
||
Log: Integrate changes #8898,8899 from mainline, environ handling.
|
||
Branch: maint-5.6/perl
|
||
!> perl.c
|
||
____________________________________________________________________________
|
||
[ 8894] By: gsar on 2001/02/22 19:06:18
|
||
Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
|
||
|
||
fix memory leak in method call optimization (change#3768);
|
||
made C<eval "$x->foo()"> leak
|
||
|
||
fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
|
||
Branch: maint-5.6/perl
|
||
!> op.c
|
||
____________________________________________________________________________
|
||
[ 8886] By: jhi on 2001/02/22 12:49:24
|
||
Log: Integrate changes #8883,8884 from mainline to maintperl.
|
||
|
||
Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
|
||
Subject: Re: File::Temp::_gettemp warning
|
||
Branch: maint-5.6/perl
|
||
!> embed.h embed.pl lib/File/Temp.pm
|
||
____________________________________________________________________________
|
||
[ 8885] By: jhi on 2001/02/22 12:43:59
|
||
Log: Based on
|
||
|
||
Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
|
||
From: schwab@suse.de
|
||
Date: Thu, 22 Feb 2001 13:08:09 +0100
|
||
Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
|
||
|
||
but the fix done slightly differently because the other
|
||
half was already done in #8664.
|
||
Branch: maint-5.6/perl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 8882] By: jhi on 2001/02/21 19:41:33
|
||
Log: Integrate change #8881 from mainlin to maintperl.
|
||
|
||
Subject: [PATCH - perl8585] glob-in-eval memory leak fix
|
||
Branch: maint-5.6/perl
|
||
!> op.c
|
||
____________________________________________________________________________
|
||
[ 8871] By: jhi on 2001/02/21 14:07:29
|
||
Log: Integrate change #8868 from pureperl to maintperl.
|
||
|
||
Fixed reference count loop caused by sv_magic.
|
||
Branch: maint-5.6/perl
|
||
!> sv.c
|
||
____________________________________________________________________________
|
||
[ 8863] By: jhi on 2001/02/20 20:55:11
|
||
Log: Integrate change #8860,8861 from mainline into maintperl.
|
||
|
||
"pseudo-literal j"
|
||
|
||
Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
|
||
Branch: maint-5.6/perl
|
||
!> lib/Test.pm pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 8856] By: jhi on 2001/02/20 17:33:16
|
||
Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
|
||
Branch: maint-5.6/perl
|
||
!> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
|
||
!> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
|
||
!> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
|
||
____________________________________________________________________________
|
||
[ 8855] By: jhi on 2001/02/20 17:32:13
|
||
Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
|
||
|
||
Fixed %^H scoping bug
|
||
|
||
Removed GV <-> CV refcount loop
|
||
|
||
Removed %ENV refcount loop
|
||
Branch: maint-5.6/perl
|
||
!> gv.c op.c perl.c pp.c scope.c
|
||
____________________________________________________________________________
|
||
[ 8854] By: jhi on 2001/02/20 17:25:06
|
||
Log: Subject: Addition to readme.win32 for Borland C++ compilers
|
||
Date: Tue, 20 Feb 2001 02:15:25 +0300
|
||
From: "Vadim Konovalov" <watman@inbox.ru>
|
||
Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
|
||
|
||
Document Borland compiler misbehaviour.
|
||
Branch: maint-5.6/perl
|
||
! README.win32
|
||
____________________________________________________________________________
|
||
[ 8853] By: jhi on 2001/02/20 17:22:25
|
||
Log: The assimilation of ebcdic.c didn't quite work at the first try,
|
||
patches from Thomas Dorner.
|
||
Branch: maint-5.6/perl
|
||
! handy.h util.c
|
||
____________________________________________________________________________
|
||
[ 8852] By: jhi on 2001/02/20 17:20:15
|
||
Log: Subject: [PATCH] More Mac OS patches for maint-5.6
|
||
From: Chris Nandor <pudge@pobox.com>
|
||
Date: Tue, 20 Feb 2001 08:32:45 -0500
|
||
Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
|
||
Branch: maint-5.6/perl
|
||
! makedef.pl mg.c
|
||
____________________________________________________________________________
|
||
[ 8831] By: jhi on 2001/02/18 19:14:20
|
||
Log: Integrate change #8827 from mainline.
|
||
|
||
UTF8 tweaks.
|
||
Branch: maint-5.6/perl
|
||
!> sv.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 8818] By: jhi on 2001/02/18 02:24:50
|
||
Log: FAQ nit from Chris Fedde.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq4.pod
|
||
____________________________________________________________________________
|
||
[ 8810] By: jhi on 2001/02/15 13:35:08
|
||
Log: Upgrade to podlators 1.08, from Russ Allbery.
|
||
Branch: maint-5.6/perl
|
||
! lib/Pod/Man.pm lib/Pod/Text.pm
|
||
____________________________________________________________________________
|
||
[ 8809] By: jhi on 2001/02/15 13:26:38
|
||
Log: (accidentally empty check-in)
|
||
Branch: maint-5.6/perl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 8808] By: jhi on 2001/02/15 13:23:47
|
||
Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
|
||
From: Russ Allbery <rra@stanford.edu>
|
||
Date: 14 Feb 2001 10:15:41 -0800
|
||
Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
|
||
|
||
perldoc was hardcoding $Config{installscript}, which breaks
|
||
when install* isn't where Perl ends up (such as with AFS).
|
||
|
||
Use $Config{scriptdir} instead.
|
||
Branch: maint-5.6/perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 8806] By: jhi on 2001/02/14 14:25:31
|
||
Log: Integrate changes #8803,8804,8805 from mainline.
|
||
|
||
Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
|
||
|
||
Don't skip too much of the locale error message if no environ array,
|
||
from Chris Nandor.
|
||
|
||
More MacOS Classic fixes from Chris Nandor.
|
||
Branch: maint-5.6/perl
|
||
!> doop.c lib/Cwd.pm perl.c perl.h util.c
|
||
____________________________________________________________________________
|
||
[ 8801] By: jhi on 2001/02/13 17:55:19
|
||
Log: Integrate change #8792 from mainline.
|
||
|
||
Subject: buncha MacPerl patches for bleadperl
|
||
From: Chris Nandor <pudge@pobox.com>
|
||
Date: Tue, 13 Feb 2001 00:02:43 -0500
|
||
Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
|
||
Branch: maint-5.6/perl
|
||
!> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
|
||
!> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
|
||
!> t/lib/basename.t toke.c util.h
|
||
____________________________________________________________________________
|
||
[ 8800] By: jhi on 2001/02/13 17:46:43
|
||
Log: When doing that Fpos_t used in PerlIO_getpos proto needs
|
||
to be forced to Off_t.
|
||
|
||
Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
|
||
From: nick@ccl4.org
|
||
Date: Thu, 1 Feb 2001 12:01:04 +0000
|
||
Message-Id: <20010201120103.E11401@plum.flirble.org>
|
||
Branch: maint-5.6/perl
|
||
! iperlsys.h perlio.c
|
||
____________________________________________________________________________
|
||
[ 8799] By: jhi on 2001/02/13 16:52:51
|
||
Log: Duplex duplex hunk hunk.
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 8794] By: jhi on 2001/02/13 14:26:51
|
||
Log: Integrate change #8793 from mainline, FAQ updates.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
|
||
____________________________________________________________________________
|
||
[ 8791] By: jhi on 2001/02/13 14:10:39
|
||
Log: Integrate change #8790 from mainline.
|
||
|
||
environ array wrongly assumed in Perl_init_i18nl10n(),
|
||
Branch: maint-5.6/perl
|
||
!> util.c
|
||
____________________________________________________________________________
|
||
[ 8789] By: jhi on 2001/02/13 13:58:07
|
||
Log: Integrate changes #8373,8487,8544,8783 from mainline.
|
||
|
||
Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
|
||
hints files, the dynaloading, assimilate ebcdic into util.c.
|
||
Branch: maint-5.6/perl
|
||
- ebcdic.c
|
||
! MANIFEST hints/posix-bc.sh
|
||
!> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
|
||
!> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
|
||
!> perlapi.c proto.h util.c
|
||
____________________________________________________________________________
|
||
[ 8786] By: jhi on 2001/02/13 05:54:34
|
||
Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
|
||
From: Dorner Thomas <Thomas.Dorner@start.de>
|
||
Date: Mon, 12 Feb 2001 15:06:26 +0100
|
||
Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 8782] By: jhi on 2001/02/13 02:00:07
|
||
Log: Add OpenBSD to the list of 5.6.1-okay platforms.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 8781] By: jhi on 2001/02/13 01:58:44
|
||
Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
|
||
Branch: maint-5.6/perl
|
||
! hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 8780] By: jhi on 2001/02/13 01:57:33
|
||
Log: Synchronize the regexp tests between maintperl and mainline.
|
||
Branch: maint-5.6/perl
|
||
!> t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 8777] By: jhi on 2001/02/13 00:17:54
|
||
Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
|
||
From: Hugo <hv@crypt.compulink.co.uk>
|
||
Date: Tue, 13 Feb 2001 00:11:11 +0000
|
||
Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
|
||
Branch: maint-5.6/perl
|
||
! regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 8776] By: jhi on 2001/02/12 23:25:52
|
||
Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 8775] By: jhi on 2001/02/12 23:04:28
|
||
Log: VOS updates for 5.6-TRIAL2 from Paul Green.
|
||
Branch: maint-5.6/perl
|
||
! README.vos vos/Changes vos/build.cm vos/config.alpha.def
|
||
! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
|
||
! vos/configure_perl.cm
|
||
____________________________________________________________________________
|
||
[ 8758] By: jhi on 2001/02/10 18:01:17
|
||
Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
|
||
|
||
Fixed UMRs and leak in Perl_pmtrans()
|
||
|
||
Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
|
||
associated UTFied tr/// code. Also fixed scoping leak of
|
||
PL_reg_start_tmp.
|
||
|
||
newATTRSUB leaks when an attempt to redefine the active sort sub is
|
||
made.
|
||
Branch: maint-5.6/perl
|
||
!> op.c regcomp.c
|
||
____________________________________________________________________________
|
||
[ 8748] By: jhi on 2001/02/09 18:31:34
|
||
Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
|
||
plus manual tweakage.
|
||
|
||
Sync the perlfaq2 between mainline and maintperl.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq2.pod
|
||
Branch: perl
|
||
!> pod/perlfaq2.pod
|
||
____________________________________________________________________________
|
||
[ 8746] By: jhi on 2001/02/09 18:03:43
|
||
Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
|
||
|
||
Subject: perlfaq2, re: perlmongers
|
||
|
||
Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
|
||
|
||
Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
|
||
|
||
Subject: [ID 20010205.001] typo in perlfaq9
|
||
|
||
Subject: [ID 20010208.002] unordered explanation in perlcall
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
|
||
!> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
|
||
!> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
|
||
____________________________________________________________________________
|
||
[ 8740] By: jhi on 2001/02/09 17:03:46
|
||
Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
|
||
From: "Brendan O'Dea" <bod@compusol.com.au>
|
||
Date: Sun, 4 Feb 2001 11:17:56 +1100
|
||
Message-ID: <20010204111756.A16301@compusol.com.au>
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 8739] By: jhi on 2001/02/09 17:01:59
|
||
Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
|
||
From: "Indy Singh" <indy@nusphere.com>
|
||
Date: Fri, 2 Feb 2001 15:09:59 -0500
|
||
Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
|
||
|
||
Html files will be generated with a header to make them look
|
||
a little less bare.
|
||
Branch: maint-5.6/perl
|
||
! installhtml
|
||
____________________________________________________________________________
|
||
[ 8738] By: jhi on 2001/02/09 16:58:48
|
||
Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
|
||
From: "Indy Singh" <indy@nusphere.com>
|
||
Date: Fri, 2 Feb 2001 15:08:23 -0500
|
||
Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
|
||
|
||
Html files will be installed in a more logical and easier to
|
||
find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 8736] By: jhi on 2001/02/09 16:42:31
|
||
Log: Latin nit from Philip Newton.
|
||
Branch: maint-5.6/perl
|
||
! README.hpux
|
||
____________________________________________________________________________
|
||
[ 8733] By: jhi on 2001/02/09 15:35:47
|
||
Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
|
||
From: Prymmer/Kahn <pvhp@best.com>
|
||
Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
|
||
Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
|
||
Branch: maint-5.6/perl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 8732] By: jhi on 2001/02/09 15:26:17
|
||
Log: Rename README.posix-bc to README.bs2000 (to avoid the
|
||
confusion of a "perlposix-bc.pod"), add a few missing
|
||
arch pods, regen toc.
|
||
Branch: maint-5.6/perl
|
||
+> README.bs2000
|
||
- README.posix-bc
|
||
! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
|
||
! pod/perltoc.pod win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 8728] By: jhi on 2001/02/09 14:46:06
|
||
Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
|
||
From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
|
||
Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
|
||
Branch: maint-5.6/perl
|
||
! README.vmesa win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 8727] By: jhi on 2001/02/09 14:33:25
|
||
Log: Integrate change #8712 from mainline.
|
||
|
||
[PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
|
||
Branch: maint-5.6/perl
|
||
!> lib/Pod/Find.pm
|
||
____________________________________________________________________________
|
||
[ 8725] By: jhi on 2001/02/09 04:56:47
|
||
Log: Add NonStopUX to the list of 5.6.1-proven platforms.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 8723] By: jhi on 2001/02/09 03:29:29
|
||
Log: Integrate change #8722 from mainline.
|
||
|
||
The Im() function wasn't returning zero for non-Math::Complex
|
||
arguments. The bug reported by John Gamble.
|
||
Branch: maint-5.6/perl
|
||
!> lib/Math/Complex.pm
|
||
____________________________________________________________________________
|
||
[ 8703] By: gsar on 2001/02/06 02:29:37
|
||
Log: $(MAKE) distclean doesn't clean up properly on windows
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 8702] By: gsar on 2001/02/06 01:00:46
|
||
Log: tweak change#8659 to keep it simple
|
||
Branch: maint-5.6/perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 8701] By: gsar on 2001/02/05 22:45:41
|
||
Log: change#8693 was missing testsuite changes
|
||
Branch: maint-5.6/perl
|
||
!> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
|
||
____________________________________________________________________________
|
||
[ 8695] By: gsar on 2001/02/05 03:27:34
|
||
Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
|
||
Branch: maint-5.6/perl
|
||
! thread.h
|
||
____________________________________________________________________________
|
||
[ 8693] By: gsar on 2001/02/04 22:38:49
|
||
Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
|
||
changes)
|
||
Branch: maint-5.6/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
|
||
!> ext/DB_File/version.c
|
||
____________________________________________________________________________
|
||
[ 8687] By: jhi on 2001/02/03 17:11:42
|
||
Log: HP-UX thread patches from Merijn H. Brand.
|
||
Branch: maint-5.6/perl
|
||
! README.hpux hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 8682] By: jhi on 2001/02/03 05:52:11
|
||
Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
|
||
to work correctly.
|
||
Branch: maint-5.6/perl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 8681] By: jhi on 2001/02/03 05:47:33
|
||
Log: perlport tweaks from Peter Prymmer and Chris Nandor.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 8680] By: jhi on 2001/02/02 21:39:49
|
||
Log: perlport update from Peter Prymmer.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 8678] By: gsar on 2001/02/02 16:02:12
|
||
Log: note about bincompat, slightly modified (from Lupe Christoph)
|
||
Branch: maint-5.6/perl
|
||
! README.solaris
|
||
____________________________________________________________________________
|
||
[ 8677] By: jhi on 2001/02/02 15:46:20
|
||
Log: Supported platforms updates.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 8676] By: jhi on 2001/02/02 03:41:26
|
||
Log: A couple more perlfaq2 tweaks.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq2.pod
|
||
____________________________________________________________________________
|
||
[ 8675] By: jhi on 2001/02/02 03:17:44
|
||
Log: Misedit in #8661.
|
||
Branch: maint-5.6/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 8674] By: jhi on 2001/02/02 03:14:38
|
||
Log: Damien again.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq2.pod
|
||
____________________________________________________________________________
|
||
[ 8673] By: jhi on 2001/02/02 03:12:40
|
||
Log: perlfaq update from Elaine Ashton.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq2.pod
|
||
____________________________________________________________________________
|
||
[ 8672] By: jhi on 2001/02/02 03:07:08
|
||
Log: UTF-8 s/// patch from Inaba Hiroto.
|
||
Branch: maint-5.6/perl
|
||
! pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 8669] By: jhi on 2001/02/01 21:57:02
|
||
Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Date: Thu, 1 Feb 2001 16:59:05 GMT
|
||
Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
|
||
Branch: maint-5.6/perl
|
||
! pod/perlmodlib.PL
|
||
____________________________________________________________________________
|
||
[ 8667] By: gsar on 2001/02/01 16:59:11
|
||
Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
|
||
Branch: maint-5.6/perl
|
||
! embed.pl embedvar.h
|
||
____________________________________________________________________________
|
||
[ 8666] By: gsar on 2001/02/01 16:34:51
|
||
Log: add missing entries to win32/config.?c
|
||
Branch: maint-5.6/perl
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 8665] By: jhi on 2001/02/01 14:58:51
|
||
Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
|
||
From: "Stephen P. Potter" <spp@spotter.yi.org>
|
||
Date: Thu, 01 Feb 2001 10:45:46 -0500
|
||
Message-Id: <200102011545.KAA31479@spotter.yi.org>
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 8664] By: gsar on 2001/02/01 14:52:37
|
||
Log: need to use INT2PTR instead of a straight cast or ia64 fails
|
||
posix.t (from Brendan O'Dea <bod@compusol.com.au>)
|
||
Branch: maint-5.6/perl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 8663] By: jhi on 2001/02/01 14:09:13
|
||
Log: Allow the float to be fuzzier.
|
||
Branch: maint-5.6/perl
|
||
! t/lib/peek.t
|
||
____________________________________________________________________________
|
||
[ 8662] By: jhi on 2001/02/01 13:59:00
|
||
Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Date: Thu, 1 Feb 2001 13:05:39 GMT
|
||
Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
|
||
Branch: maint-5.6/perl
|
||
! pod/perlmodlib.pod
|
||
____________________________________________________________________________
|
||
[ 8661] By: jhi on 2001/02/01 13:57:38
|
||
Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
|
||
Date: Thu, 01 Feb 2001 14:15:41 +0100
|
||
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
|
||
Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
|
||
|
||
Have the $ccflags in the gcc version test (strange, this change
|
||
is claimed to be have been integrated already)
|
||
Branch: maint-5.6/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 8660] By: jhi on 2001/02/01 13:44:10
|
||
Log: Integrate changes #7950,7964,7962 from mainline.
|
||
|
||
Find the stdchar signedness using cpp, should fix some of
|
||
the Solaris compiler warnings reported by Alan Burlison.
|
||
Branch: maint-5.6/perl
|
||
!> Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 8659] By: jhi on 2001/02/01 05:35:32
|
||
Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
|
||
From: Jan Dubois <JanD@ActiveState.com>
|
||
Date: Wed, 31 Jan 2001 21:17:03 -0800
|
||
Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
|
||
Branch: maint-5.6/perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 8658] By: jhi on 2001/02/01 04:33:17
|
||
Log: Integrate the README.os390 and README.posix-bc parts of mainline
|
||
changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
|
||
installperl parts were taken care of by #8657.)
|
||
Branch: maint-5.6/perl
|
||
!> README.os390 README.posix-bc
|
||
____________________________________________________________________________
|
||
[ 8657] By: jhi on 2001/02/01 04:29:21
|
||
Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
|
||
From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
|
||
Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
|
||
Branch: maint-5.6/perl
|
||
+ ext/DynaLoader/dl_dllload.xs
|
||
! MANIFEST Makefile.SH hints/os390.sh installperl
|
||
____________________________________________________________________________
|
||
[ 8656] By: jhi on 2001/02/01 04:25:45
|
||
Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
|
||
From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
|
||
Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
|
||
Branch: maint-5.6/perl
|
||
! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
|
||
____________________________________________________________________________
|
||
[ 8655] By: jhi on 2001/02/01 04:14:47
|
||
Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
|
||
From: troc@netrus.net
|
||
Date: Wed, 31 Jan 2001 22:31:26 -0500
|
||
Message-Id: <200102010331.WAA117.85@rocco.homenet>
|
||
Branch: maint-5.6/perl
|
||
! os2/os2.c
|
||
____________________________________________________________________________
|
||
[ 8654] By: jhi on 2001/02/01 04:12:52
|
||
Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
|
||
as reported by Alan Burlison.
|
||
Branch: maint-5.6/perl
|
||
! pp.h
|
||
____________________________________________________________________________
|
||
[ 8653] By: jhi on 2001/02/01 04:05:12
|
||
Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
|
||
From: dsugalski@northernlight.com
|
||
Date: Wed, 31 Jan 2001 18:54:11 -0500
|
||
Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
|
||
Branch: maint-5.6/perl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 8652] By: jhi on 2001/02/01 04:03:11
|
||
Log: Misplaced #endif.
|
||
|
||
Subject: [perl-5-6-1-trial2] patches for EPOC
|
||
From: Olaf Flebbe <O.Flebbe@science-computing.de>
|
||
Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
|
||
Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
|
||
Branch: maint-5.6/perl
|
||
! epoc/epocish.c
|
||
____________________________________________________________________________
|
||
[ 8651] By: jhi on 2001/02/01 04:00:25
|
||
Log: Integrate changes #8647,8648,8650 from mainline.
|
||
|
||
Macrofy a magic UTF-8 test.
|
||
|
||
Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
|
||
|
||
Watch out for cross compiling for EPOC (usually done on linux).
|
||
Branch: maint-5.6/perl
|
||
!> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 8649] By: gsar on 2001/02/01 00:46:00
|
||
Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
|
||
Branch: maint-5.6/perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 8646] By: gsar on 2001/01/31 15:55:12
|
||
Log: update Changes
|
||
Branch: maint-5.6/perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 8645] By: gsar on 2001/01/31 15:10:14
|
||
Log: Configure tweak suggested by Peter Prymmer
|
||
Branch: maint-5.6/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 8644] By: gsar on 2001/01/31 15:06:32
|
||
Log: more files need to be writable in the source distribution
|
||
Branch: maint-5.6/perl
|
||
! Porting/makerel
|
||
____________________________________________________________________________
|
||
[ 8643] By: jhi on 2001/01/31 14:59:46
|
||
Log: Integrate changes #8258,8278,8279 from mainline.
|
||
|
||
Make the large file tests more robust/talkative.
|
||
Branch: maint-5.6/perl
|
||
!> t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 8642] By: gsar on 2001/01/31 14:53:48
|
||
Log: integrate changes#8311,8334 from mainline
|
||
|
||
Add a new MakeMaker variable PM_FILTER that defines a Unix
|
||
filter to be run on each .pm during the pm_to_blib() phase,
|
||
a fixed version of
|
||
Subject: PATCH (blead 8269) ExtUtils::MakeMaker
|
||
|
||
Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
|
||
Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
|
||
accurate reading of the "atime".
|
||
Branch: maint-5.6/perl
|
||
!> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
|
||
!> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
|
||
!> lib/ExtUtils/MakeMaker.pm t/io/fs.t
|
||
____________________________________________________________________________
|
||
[ 8641] By: jhi on 2001/01/31 14:46:37
|
||
Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
|
||
Branch: maint-5.6/perl
|
||
! lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 8640] By: gsar on 2001/01/31 14:40:24
|
||
Log: make regen_all
|
||
Branch: maint-5.6/perl
|
||
! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 8639] By: gsar on 2001/01/31 14:37:25
|
||
Log: refresh windows config files
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 8638] By: gsar on 2001/01/31 14:28:10
|
||
Log: makefile tweaks for windows: introduce a bulk-switch to enable
|
||
same options as ActivePerl; sync changes with makefile.mk
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 8636] By: jhi on 2001/01/31 02:38:32
|
||
Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
|
||
no perlio],8257,8380,8479,8515 from mainline.
|
||
|
||
Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
|
||
|
||
Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
|
||
Subject: [PATCH perl@8133] fix-up for VMS extensions
|
||
|
||
In VMS embedded perls couldn't access the statically built Socket.
|
||
|
||
Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
|
||
|
||
Further VMS piping fixes from Charles Lane.
|
||
|
||
Subject: [PATCH] make t/op/misc.t work on VMS
|
||
|
||
Add tracing for debugging extensions builds in VMS.
|
||
|
||
Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
|
||
Branch: maint-5.6/perl
|
||
!> configure.com doio.c t/op/misc.t vms/descrip_mms.template
|
||
!> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
|
||
!> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
|
||
____________________________________________________________________________
|
||
[ 8635] By: jhi on 2001/01/31 01:46:41
|
||
Log: Integrate change #7732 from mainline.
|
||
|
||
Sparc 64-bit pack() fix from Jens Hamisch.
|
||
Branch: maint-5.6/perl
|
||
!> pp.c
|
||
____________________________________________________________________________
|
||
[ 8634] By: jhi on 2001/01/31 01:41:16
|
||
Log: One spot missing from #8626.
|
||
Branch: maint-5.6/perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 8633] By: jhi on 2001/01/31 00:49:17
|
||
Log: Integrate change #7495 from mainline.
|
||
|
||
Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
|
||
Branch: maint-5.6/perl
|
||
!> MANIFEST ext/re/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 8632] By: jhi on 2001/01/30 23:38:49
|
||
Log: Integrate change #8396 from mainline.
|
||
|
||
Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
|
||
better multicast support (resend)
|
||
Branch: maint-5.6/perl
|
||
!> ext/Socket/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 8631] By: jhi on 2001/01/30 23:28:03
|
||
Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
|
||
|
||
More AIX lore. (7514, ext/re/hints/aix.pl)
|
||
|
||
Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
|
||
|
||
Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
|
||
|
||
Subject: [ID 20001214.002] Net::Ping patch
|
||
|
||
Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
|
||
|
||
Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
|
||
|
||
Add ReuseAddr as a (preferred) alias for Reuse as we now
|
||
also have ReusePort.
|
||
|
||
Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
|
||
Branch: maint-5.6/perl
|
||
+> ext/re/hints/aix.pl
|
||
!> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
|
||
!> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
|
||
____________________________________________________________________________
|
||
[ 8630] By: jhi on 2001/01/30 23:03:59
|
||
Log: Integrate changes #8215,8587 from mainline: missing pod nits.
|
||
|
||
read() documentation tweak for 20001121.004.
|
||
|
||
Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlfunc.pod pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 8629] By: jhi on 2001/01/30 22:41:57
|
||
Log: Integrate change #8098 from mainline.
|
||
|
||
fastgetcwd is defined using a glob alias on a $^O dependent basis
|
||
and there was no default assignment or perl subroutine.
|
||
Branch: maint-5.6/perl
|
||
!> lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 8628] By: jhi on 2001/01/30 21:58:52
|
||
Log: Integrate change #7866 from mainline.
|
||
|
||
File::Temp 0.11.
|
||
Branch: maint-5.6/perl
|
||
!> lib/File/Temp.pm t/lib/ftmp-tempfile.t
|
||
____________________________________________________________________________
|
||
[ 8627] By: jhi on 2001/01/30 21:39:44
|
||
Log: Integrate changes #8075,8086,8228 from mainline.
|
||
|
||
Darwin is not Windows. (8075,8086)
|
||
|
||
Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
|
||
Branch: maint-5.6/perl
|
||
!> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
|
||
!> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
|
||
!> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
|
||
!> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
|
||
____________________________________________________________________________
|
||
[ 8626] By: jhi on 2001/01/30 21:22:11
|
||
Log: Integrate with tweakery the change #8625 from mainline,
|
||
the multibyte decimal separator fix ("fa_IR locale failure").
|
||
Branch: maint-5.6/perl
|
||
! embedvar.h perlapi.h
|
||
!> intrpvar.h perl.c perl.h sv.c util.c
|
||
____________________________________________________________________________
|
||
[ 8624] By: gsar on 2001/01/30 20:17:03
|
||
Log: regen_headers
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH pod/perlintern.pod
|
||
____________________________________________________________________________
|
||
[ 8623] By: gsar on 2001/01/30 19:42:34
|
||
Log: backout change#7431 and its dependents (causes spurious rebuilds
|
||
of autogenerated files)
|
||
|
||
fix benign b.t failure
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH t/lib/b.t
|
||
____________________________________________________________________________
|
||
[ 8621] By: gsar on 2001/01/30 19:24:47
|
||
Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
|
||
from mainline
|
||
|
||
Subject: podlators 1.06 released
|
||
|
||
Subject: [PATCH @8436] Eliminate op_children
|
||
|
||
(Replaced by #8448) Traces of op_children (cleanup of #8442)
|
||
|
||
(Replaced by #8448) More op_children traces (cleanup of #8442).
|
||
|
||
Subject: [PATCH #3 @8436] Re: Eliminate op_children
|
||
Replace #8444 and #8445.
|
||
|
||
Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
|
||
at the setting of the ofs_sv in new_struct_thread() as the
|
||
thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
|
||
uninitialized fields are, uh, initialized with),
|
||
SvREFCNT_inc()ing that invited a core dump.
|
||
|
||
podlators 1.07, from Russ Allbery.
|
||
|
||
Subject: [PATCH] regcomp.c old feature removal
|
||
From: mjd@plover.com
|
||
Date: 16 Jan 2001 14:43:18 -0000
|
||
Message-ID: <20010116144318.7140.qmail@plover.com>
|
||
Branch: maint-5.6/perl
|
||
+> lib/Pod/Text/Overstrike.pm
|
||
!> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
|
||
!> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
|
||
!> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
|
||
!> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
|
||
!> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
|
||
!> util.c
|
||
____________________________________________________________________________
|
||
[ 8620] By: gsar on 2001/01/30 18:48:32
|
||
Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
|
||
8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
|
||
now fails one test)
|
||
|
||
Subject: [PATCH] lvalue AUTOLOAD. No, really.
|
||
|
||
Subject: [PATCH] Interesting syntax idea
|
||
Make opens + bareword assigns do typeglob assigns.
|
||
|
||
Tests for #8254.
|
||
|
||
Subject: [PATCH @8269] Continue blocks and B::Deparse
|
||
Make the peephole optimizer to bypass more null ops and
|
||
and rewrite the deparse handling of continue blocks.
|
||
|
||
Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
|
||
Doc tweak on #8313.
|
||
|
||
Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
|
||
|
||
Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
|
||
|
||
Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
|
||
|
||
Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
|
||
Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
|
||
according to the platform.
|
||
|
||
Subject: [PATCH @8404] Consolidated lvalue sub changes
|
||
|
||
Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
|
||
|
||
Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
|
||
|
||
Subject: B::Concise -- an improved replacement for B::Terse
|
||
|
||
The B::Terse drop-in replacement wasn't quite drop-in.
|
||
|
||
The LVRET macro needed an aTHX.
|
||
|
||
Use the /^Perl_/-less form of is_lvalue_sub().
|
||
|
||
Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
|
||
Branch: maint-5.6/perl
|
||
+> ext/B/B/Concise.pm
|
||
!> (integrate 27 files)
|
||
____________________________________________________________________________
|
||
[ 8616] By: jhi on 2001/01/30 18:20:58
|
||
Log: Integrate partly the change #8615 from mainline, the t/op/each.t
|
||
part isn't applicable to maintperl.
|
||
|
||
UTF-8 nit from Inaba Hiroto.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlapi.pod utf8.c
|
||
____________________________________________________________________________
|
||
[ 8613] By: gsar on 2001/01/30 16:39:59
|
||
Log: make it possible to run the tests outside the source tree
|
||
(there's still a dependency on ../lib being the library
|
||
location)
|
||
Branch: maint-5.6/perl
|
||
! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
|
||
____________________________________________________________________________
|
||
[ 8612] By: gsar on 2001/01/30 16:31:12
|
||
Log: perldoc nit on windows
|
||
Branch: maint-5.6/perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 8611] By: gsar on 2001/01/30 16:22:54
|
||
Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
|
||
gets weird results)
|
||
Branch: maint-5.6/perl
|
||
! win32/vdir.h
|
||
____________________________________________________________________________
|
||
[ 8610] By: gsar on 2001/01/30 16:12:45
|
||
Log: avoid uninitialized value warnings
|
||
Branch: maint-5.6/perl
|
||
! win32/bin/search.pl
|
||
____________________________________________________________________________
|
||
[ 8609] By: gsar on 2001/01/30 16:08:01
|
||
Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
|
||
library (11.0 and later have pthreads but 10.x don't)
|
||
Branch: maint-5.6/perl
|
||
! hints/hpux.sh thread.h
|
||
____________________________________________________________________________
|
||
[ 8608] By: gsar on 2001/01/30 15:48:55
|
||
Log: perl's internal variables are not for public consumption,
|
||
move their docs from perlapi.pod to perlintern.pod
|
||
Branch: maint-5.6/perl
|
||
! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
|
||
! thrdvar.h
|
||
____________________________________________________________________________
|
||
[ 8607] By: gsar on 2001/01/30 15:44:27
|
||
Log: mistakenly branched perl56delta.pod, revert
|
||
Branch: maint-5.6/perl
|
||
- pod/perl56delta.pod
|
||
!> pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 8606] By: gsar on 2001/01/30 14:20:24
|
||
Log: integrate changes#7984,7987,8010 from mainline (gets rid of
|
||
dTHR which has been a noop for a while now, except for the
|
||
compatibility definition in thread.h)
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 45 files)
|
||
____________________________________________________________________________
|
||
[ 8605] By: jhi on 2001/01/30 05:43:58
|
||
Log: Mark the UTF-8 APIs as experimental.
|
||
Branch: maint-5.6/perl
|
||
! embed.pl pod/perlapi.pod
|
||
____________________________________________________________________________
|
||
[ 8604] By: jhi on 2001/01/30 05:38:40
|
||
Log: Nits from earlier integrates.
|
||
Branch: maint-5.6/perl
|
||
! lib/Carp/Heavy.pm
|
||
!> sv.c
|
||
____________________________________________________________________________
|
||
[ 8603] By: jhi on 2001/01/30 05:27:26
|
||
Log: Regenerate Porting files.
|
||
Branch: maint-5.6/perl
|
||
! Porting/Glossary Porting/config.sh Porting/config_H
|
||
____________________________________________________________________________
|
||
[ 8602] By: jhi on 2001/01/30 05:14:59
|
||
Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
|
||
8310,8339,8447,8492,8493,8505,8525: documentation changes.
|
||
|
||
Subject: Re: perlfaq style changes
|
||
|
||
Subject: DOC PATCH 5.6.0: -s return value incompletely documented
|
||
|
||
Subject: [PATCH] docs on NaN
|
||
|
||
Subject: [patch] perlfaq7
|
||
|
||
Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
|
||
|
||
Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
|
||
|
||
Subject: [PATCH] open() example in perlfunc.pod
|
||
|
||
Podify README.mpeix (a new version from the web)
|
||
|
||
Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
|
||
|
||
Subject: [PATCH] format and rewording in perlfaq.pod
|
||
|
||
Subject: [PATCH] API Variable documentation
|
||
|
||
Memory management calls documentation.
|
||
|
||
Subject: [PATCH: perl@8482] README.vms URL updates
|
||
|
||
Subject: Minor typos in perlfaq2.pod
|
||
|
||
Subject: [PATCH] pod/perlvar.pod
|
||
Branch: maint-5.6/perl
|
||
+> pod/perl56delta.pod
|
||
! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
|
||
!> README.amiga README.epoc README.mpeix README.vms
|
||
!> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
|
||
!> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
|
||
!> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
|
||
!> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
|
||
!> pod/perlvar.pod thrdvar.h
|
||
____________________________________________________________________________
|
||
[ 8601] By: jhi on 2001/01/30 04:38:35
|
||
Log: Integrate changes #8036,8096,8253 from mainline:
|
||
hints changes.
|
||
|
||
Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
|
||
Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
|
||
|
||
Output the (apparent) version of gcc in Tru64.
|
||
Branch: maint-5.6/perl
|
||
+> ext/POSIX/hints/svr4.pl
|
||
!> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
|
||
!> hints/svr4.sh t/lib/bigfltpm.t
|
||
____________________________________________________________________________
|
||
[ 8600] By: jhi on 2001/01/30 04:04:01
|
||
Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
|
||
locale fixes.
|
||
|
||
sprintf() does not taint since print() does not. (7863,7875,7876,7888)
|
||
|
||
Debian allows /usr/bin/locale to exist without any locales. (7868)
|
||
|
||
Allow the locale test needing POSIX and the taint test
|
||
needing IPC::SysV to run under 'minitest' (basically,
|
||
bail out if loading the extension fails). (8384)
|
||
|
||
Cleanup the locale.t output (8480)
|
||
Branch: maint-5.6/perl
|
||
!> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
|
||
!> t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 8599] By: jhi on 2001/01/30 03:51:04
|
||
Log: Missing generated files from #8598.
|
||
Branch: maint-5.6/perl
|
||
! embed.h global.sym objXSUB.h perlapi.c proto.h
|
||
____________________________________________________________________________
|
||
[ 8598] By: jhi on 2001/01/30 03:41:54
|
||
Log: Integrate change #8555 from mainline, manually integrate parts
|
||
of changes 8452 and 8583.
|
||
|
||
Subject: [PATCH] utf8.c documentation (8452)
|
||
|
||
No point in checking the length if the pointer is bogus. (8555)
|
||
|
||
Introduce bytes_from_utf8() and implement sv_eq() using it,
|
||
tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
|
||
produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
|
||
was malformed. (8583)
|
||
Branch: maint-5.6/perl
|
||
! embed.pl t/lib/charnames.t t/op/tr.t toke.c
|
||
!> pod/perlapi.pod sv.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 8597] By: gsar on 2001/01/30 02:37:26
|
||
Log: get PERL_OBJECT build going again on windows
|
||
Branch: maint-5.6/perl
|
||
! embed.h embed.pl global.sym objXSUB.h perlapi.c
|
||
! pod/perlapi.pod proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 8586] By: gsar on 2001/01/29 13:43:44
|
||
Log: make the BOM detection code not call tell() until it has to
|
||
(meant to fix esoteric compatibility issues where PL_rsfp
|
||
is overridden)
|
||
Branch: maint-5.6/perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 8580] By: jhi on 2001/01/28 05:16:25
|
||
Log: Revert the change to sv_2pv() done by #8054: Someone who
|
||
did SvNV_set() on a scalar that also happened to be POK,
|
||
followed by sv_2pv() won't get the right coercion anymore.
|
||
[Sarathy]
|
||
Branch: maint-5.6/perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 8579] By: jhi on 2001/01/28 05:15:04
|
||
Log: Remove the #8084 effect: do not allow -Q to be interpreted
|
||
as -&Q(), this is too much wiggle room.
|
||
Branch: maint-5.6/perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 8578] By: jhi on 2001/01/28 05:12:45
|
||
Log: Needed bits of #8439 (should have been in #8576),
|
||
mainly for lval substr().
|
||
Branch: maint-5.6/perl
|
||
! mg.c pp.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 8577] By: jhi on 2001/01/28 05:02:46
|
||
Log: A missing check-in.
|
||
Branch: maint-5.6/perl
|
||
! utf8.c
|
||
____________________________________________________________________________
|
||
[ 8576] By: jhi on 2001/01/28 04:26:18
|
||
Log: Integrate changes #8425,8436,8439,8517 from mainline.
|
||
The 8439 was not truly integrated because it had too many
|
||
dependencies on the development branch and because it introduced
|
||
concepts too bold for a maintenance branch (such as the qu operator).
|
||
|
||
Subject: [PATCH perl@8342] -Wformat
|
||
|
||
Tighten some of the UTF-8 tests a bit.
|
||
|
||
More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
|
||
- The substr lval was still not okay.
|
||
- Now pp_stringify and sv_setsv copies source's UTF8 flag
|
||
even if IN_BYTE. pp_stringify is called from fold_constants
|
||
at optimization phase and "\x{100}" was made SvUTF8_off under
|
||
use bytes (the bytes pragma is for "byte semantics" and not
|
||
for "do not produce UTF8 data")
|
||
Branch: maint-5.6/perl
|
||
! t/lib/charnames.t t/op/substr.t toke.c
|
||
!> sv.c t/pragma/utf8.t
|
||
____________________________________________________________________________
|
||
[ 8575] By: jhi on 2001/01/28 04:01:51
|
||
Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
|
||
|
||
Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
|
||
|
||
Subject: [ID 20001230.003] UTF-8 tr still hurts
|
||
|
||
Test cases for #8385 (from Simon's "torture.pl")
|
||
|
||
Start fixing UTF-8 lval substr() (8405)
|
||
Branch: maint-5.6/perl
|
||
!> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
|
||
!> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 8574] By: jhi on 2001/01/28 03:09:06
|
||
Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
|
||
from mainline.
|
||
|
||
UTF-8 cleanup.
|
||
|
||
Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
|
||
|
||
"\x{FF}\xFF" was broken.
|
||
|
||
Tests for #8329 and #8330.
|
||
|
||
Add a note about EBCDIC versus UTF-8 to a potential problem spot.
|
||
|
||
IRIX compiler noticed that the bof initialization might be
|
||
bypassed by control flow.
|
||
|
||
Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
|
||
Branch: maint-5.6/perl
|
||
!> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
|
||
!> regexec.c sv.c t/op/bop.t toke.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 8572] By: jhi on 2001/01/28 02:04:49
|
||
Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
|
||
8305,8323,8324 from mainline. The 8267,8272, and 8298 were
|
||
not really integrated but instead salvaged by hand
|
||
(they had too many dependencies on the development release
|
||
to be cleanly integratable).
|
||
|
||
Subject: more UTF8 test suites and an UTF8 patch
|
||
|
||
Tweak for MULTIPLICITY/USE_PERLIO
|
||
|
||
Signedness nit.
|
||
|
||
Turn SvUTF8 off if not required in pp_chr and pp_stringify.
|
||
|
||
Use the UTF8_XXX macros in is_utf8_char().
|
||
|
||
Rewrite pp_concat() in terms of sv_catsv(). The . operator
|
||
should now be UTF-8-proof.
|
||
|
||
Subject: [PATCH perl@8269] scanning two hex-constants
|
||
fails on EBCDIC environment (script length.t)
|
||
|
||
Add some Unicode chop() tests.
|
||
Branch: maint-5.6/perl
|
||
! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
|
||
!> sv.c t/op/chop.t utf8.h
|
||
____________________________________________________________________________
|
||
[ 8571] By: jhi on 2001/01/28 00:35:59
|
||
Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
|
||
8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
|
||
|
||
Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
|
||
|
||
The maxiters upper limit sanity check (guarding against
|
||
non-progress) assumed bytes instead of characters in s///
|
||
and split().
|
||
|
||
Signedness nit.
|
||
|
||
sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
|
||
join() should now be UTF-8-proof.
|
||
|
||
More split // UTF-8 tests. (8250)
|
||
Branch: maint-5.6/perl
|
||
!> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
|
||
!> util.c
|
||
____________________________________________________________________________
|
||
[ 8570] By: jhi on 2001/01/27 22:15:46
|
||
Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
|
||
8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
|
||
8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
|
||
8084,8204,8244,8333 from mainline.
|
||
|
||
For -Q where Q might be a one-letter sub name one does no more
|
||
get a warning about an unknown filetest (7941,7943,7944,8084).
|
||
|
||
Subject: Re: [ID 20001130.011] expression parsing bug ?
|
||
|
||
Make uv_to_utf8() to zero-terminate its output buffer.
|
||
|
||
Split off t/op/length.t (7995)
|
||
|
||
Split off t/op/utf8decode.t (7996)
|
||
|
||
Remove an unnecessary 'use utf8' from the utf8.t (7998)
|
||
|
||
Split off t/op/concat.t (8004)
|
||
|
||
Split off t/op/ver.t (8005)
|
||
|
||
Document utf8_length(), utf8_distance(), and utf8_hop().
|
||
|
||
Document utf8_to_uv() better.
|
||
|
||
Introduce macros for UTF8 decoding (8028,8033).
|
||
|
||
Add test for reverse() (8030,8031).
|
||
|
||
Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
|
||
|
||
Do not return the Unicode replacement character on UTF-8
|
||
decoding failure.
|
||
|
||
Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
|
||
not this_utf8 i.e. the output string has one, but don't mess
|
||
with source assumption. (8052,8053)
|
||
|
||
Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
|
||
writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
|
||
was not expecting to be called with something that was already
|
||
SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
|
||
just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
|
||
(8054)
|
||
|
||
Recode the naughty binary bytes in utf8decode.t using the \xHH.
|
||
|
||
Make some panic messages a bit more logical.
|
||
Branch: maint-5.6/perl
|
||
+> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
|
||
!> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
|
||
!> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
|
||
!> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
|
||
!> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
|
||
!> utf8.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 8569] By: jhi on 2001/01/27 19:16:43
|
||
Log: Integrate changes #7750 from perlio and #8566 from mainline.
|
||
Branch: maint-5.6/perl
|
||
!> regexec.c sv.c
|
||
____________________________________________________________________________
|
||
[ 8568] By: jhi on 2001/01/27 18:06:51
|
||
Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
|
||
7783,7790[perlio],7869,7871,7872,7911,7916,7932,
|
||
7935[-perlio.c],7936,7959,7965 from mainline.
|
||
|
||
Change the "big byte" error message to "Wide character".
|
||
(7355, the croak-if-wide-chars-in-print part ignored)
|
||
|
||
Use UINT64_C().
|
||
|
||
Introduce Perl_utf8_length().
|
||
|
||
diff -se shows these as different (7753, forgotten check-ins)
|
||
|
||
Subject: [PATCH] doop.c - UTF8 tr///
|
||
|
||
If we use (aTHX_ ...) then put Perl_ on the front.
|
||
|
||
Make utf8_length() and utf8_distance() to be less forgiving
|
||
about bad UTF-8.
|
||
|
||
Test line numbers are different with utf8.
|
||
|
||
No need to scan till infinity, 13 is enough. (7872,7911)
|
||
|
||
Subject: [PATCH] Tokeniser debugging
|
||
|
||
Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
|
||
|
||
Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
|
||
|
||
Be more careful in Perl_sv_utf8_downgrade().
|
||
|
||
Use DO_UTF8().
|
||
|
||
Raw zero bytes in text files confuse at least GNU patch 2.1.
|
||
Branch: maint-5.6/perl
|
||
!> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
|
||
!> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
|
||
!> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
|
||
!> t/pragma/utf8.t toke.c utf8.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 8553] By: jhi on 2001/01/26 15:19:39
|
||
Log: Integrate change #7792 from perlio (multiplicity fix),
|
||
fix the AV leak in regex DEBUGGING (tiny part of the
|
||
polymorphic regexp patch #8143).
|
||
Branch: maint-5.6/perl
|
||
! regcomp.c
|
||
!> scope.h
|
||
____________________________________________________________________________
|
||
[ 8551] By: jhi on 2001/01/26 02:33:19
|
||
Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
|
||
7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
|
||
|
||
Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
|
||
|
||
Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
|
||
|
||
Message nit.
|
||
|
||
BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
|
||
|
||
Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
|
||
|
||
(the cleanup of unused submatches in regtry() and regcppop())
|
||
|
||
Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
|
||
stored and restored, and thusly was trounced by the utf8 swash
|
||
routines.
|
||
|
||
use utf8 not required to use \x{}.
|
||
|
||
Removed two more tests that make no sense in UTF-8 since the test
|
||
data is not in UTF-8.
|
||
|
||
Get the three different space character classes right under utf8.
|
||
|
||
Implement ANYOFUTF8 regprop() dumping.
|
||
|
||
Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
|
||
|
||
Document the regex context pushing/popping a bit better.
|
||
Branch: maint-5.6/perl
|
||
+> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
|
||
!> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
|
||
!> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
|
||
!> t/op/regmesg.t utf8.c
|
||
____________________________________________________________________________
|
||
[ 8549] By: jhi on 2001/01/25 15:22:28
|
||
Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfunc.pod pp.c t/pragma/utf8.t
|
||
____________________________________________________________________________
|
||
[ 8548] By: jhi on 2001/01/25 15:02:55
|
||
Log: Integrate changes #7997,8063,8492,8547 from mainline.
|
||
|
||
Subject: Re: STRLEN - what?
|
||
|
||
Subject: [PATCH] perlguts.pod
|
||
|
||
Memory management calls documentation.
|
||
|
||
Layout using tabulator is not a good idea in a pod.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 8546] By: jhi on 2001/01/25 14:31:12
|
||
Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
|
||
from mainline.
|
||
|
||
Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
|
||
|
||
Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
|
||
|
||
More Win32 editor/IDE/shell hints.
|
||
|
||
More Win32 Perling.
|
||
|
||
Yet another editor edit.
|
||
|
||
Edit edit edit.
|
||
|
||
IDE/editor section tweaking.
|
||
|
||
Few more IDE/editor nits from p5p.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 8543] By: jhi on 2001/01/25 03:52:08
|
||
Log: Integrate change #8462,8469 from mainline.
|
||
|
||
In VMS Perl subversion (perl -V) is undef.
|
||
Branch: maint-5.6/perl
|
||
!> configure.com
|
||
____________________________________________________________________________
|
||
[ 8542] By: jhi on 2001/01/25 03:44:55
|
||
Log: Integrate changes #7835,7850,8315,8316 from mainline.
|
||
|
||
Solaris hints.
|
||
Branch: maint-5.6/perl
|
||
!> hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 8541] By: jhi on 2001/01/25 03:39:28
|
||
Log: Integrate #8336 from mainline.
|
||
Branch: maint-5.6/perl
|
||
!> hv.c
|
||
____________________________________________________________________________
|
||
[ 8540] By: jhi on 2001/01/25 03:23:50
|
||
Log: Retract #8539.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 8539] By: jhi on 2001/01/25 03:21:55
|
||
Log: (Retracted by #8540.)
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 8538] By: jhi on 2001/01/25 03:14:07
|
||
Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
|
||
From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
|
||
Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
|
||
|
||
The VMS bits.
|
||
Branch: maint-5.6/perl
|
||
! configure.com vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 8537] By: jhi on 2001/01/25 03:06:09
|
||
Log: Integrate #7710,7824,7973 from mainline.
|
||
Branch: maint-5.6/perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
|
||
!> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
|
||
!> vos/config.ga.def vos/config.ga.h win32/config.bc
|
||
!> win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 8536] By: jhi on 2001/01/24 13:50:20
|
||
Log: Revert the edits made by me so far to the 5.6 branch since
|
||
the TRIAL1 since I did edits when I should have been using
|
||
integrates. Bad programmer. (Will integrate them properly later.)
|
||
Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
|
||
The #8353 will not be reapplied at least for now since
|
||
the UTF-8 hash keys need more thinking.
|
||
(The patches #8347, #8354, #8454, #8473 were okay since they
|
||
were original edits made specifically for the 5.6.1-TRIAL1.)
|
||
Branch: maint-5.6/perl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
|
||
! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
|
||
! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
|
||
! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
|
||
! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 8473] By: gsar on 2001/01/18 11:42:31
|
||
Log: unsubmitted trial1 change
|
||
Branch: maint-5.6/perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 8470] By: jhi on 2001/01/18 04:16:00
|
||
Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
|
||
From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
|
||
Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
|
||
Replace #8463.
|
||
Branch: maint-5.6/perl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 8463] By: jhi on 2001/01/17 06:12:42
|
||
Log: (Replaced by #8470)
|
||
|
||
Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
|
||
From: "Craig A. Berry" <craigberry@mac.com>
|
||
Date: Tue, 16 Jan 2001 23:38:46 -0600
|
||
Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
|
||
Branch: maint-5.6/perl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 8454] By: jhi on 2001/01/16 16:12:39
|
||
Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
|
||
From: "Indy Singh" <indy@nusphere.com>
|
||
Date: Wed, 10 Jan 2001 20:17:49 -0500
|
||
Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
|
||
Branch: maint-5.6/perl
|
||
! win32/Makefile
|
||
____________________________________________________________________________
|
||
[ 8376] By: jhi on 2001/01/09 04:32:32
|
||
Log: integrate changes #7775, #8316, #8316 from mainline
|
||
Branch: maint-5.6/perl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 8357] By: jhi on 2001/01/07 21:16:09
|
||
Log: Update the EPOC cross SDK URL.
|
||
Branch: maint-5.6/perl
|
||
! README.epoc
|
||
____________________________________________________________________________
|
||
[ 8355] By: jhi on 2001/01/06 20:27:15
|
||
Log: integrate change #8336 from mainline
|
||
|
||
Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
|
||
Branch: maint-5.6/perl
|
||
! hv.c
|
||
____________________________________________________________________________
|
||
[ 8354] By: jhi on 2001/01/06 20:24:29
|
||
Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Date: Fri, 22 Dec 2000 12:17:38 GMT
|
||
Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
|
||
|
||
The patch reformats some long =item lines so they give
|
||
correct output via pod2man | nroff -man
|
||
|
||
Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Date: Tue, 2 Jan 2001 15:35:03 GMT
|
||
Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
|
||
|
||
Here is a _further_ patch which corrects a few more errors:
|
||
* an empty C<=item> in CPAN.pm
|
||
* patching the wrong file (pod/perlamiga.pod not README.amiga)
|
||
* leaving empty C<=item>s which formatted incorrectly
|
||
* over long C<=item>s revealed by latest patch to Pod::Man
|
||
Branch: maint-5.6/perl
|
||
! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
|
||
! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
|
||
! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
|
||
! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
|
||
! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
|
||
____________________________________________________________________________
|
||
[ 8353] By: jhi on 2001/01/06 20:21:10
|
||
Log: integrate changes #7980, 8056, 8057 from mainline
|
||
|
||
UTF-8 hash keys.
|
||
Branch: maint-5.6/perl
|
||
! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
|
||
____________________________________________________________________________
|
||
[ 8352] By: jhi on 2001/01/06 20:18:44
|
||
Log: Forgotten from #8438.
|
||
Branch: maint-5.6/perl
|
||
! epoc/epocish.h
|
||
____________________________________________________________________________
|
||
[ 8351] By: jhi on 2001/01/06 20:18:12
|
||
Log: Forgotten from #8347.
|
||
Branch: maint-5.6/perl
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 8350] By: jhi on 2001/01/06 20:00:19
|
||
Log: Thinko in #8347.
|
||
Branch: maint-5.6/perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 8349] By: jhi on 2001/01/06 18:05:30
|
||
Log: Copy the FAQ3 IDE section from the development branch,
|
||
changes originally by Peter Prymmer.
|
||
Branch: maint-5.6/perl
|
||
! pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 8348] By: jhi on 2001/01/06 18:03:02
|
||
Log: EPOC updates for TRIAL1.
|
||
|
||
Subject: [5.6.1 trial1] EPOC update
|
||
From: Olaf Flebbe <O.Flebbe@science-computing.de>
|
||
Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
|
||
Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
|
||
|
||
Subject: epoc patch2 for perl-5.6.1-trial1
|
||
From: Olaf Flebbe <O.Flebbe@science-computing.de>
|
||
Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
|
||
Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
|
||
Branch: maint-5.6/perl
|
||
! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
|
||
! epoc/epocish.c
|
||
____________________________________________________________________________
|
||
[ 8347] By: jhi on 2001/01/06 17:29:10
|
||
Log: integrate changes #7710,7824,7973 from mainline,
|
||
plus VMS nits from Peter Prymmer and Dan Sugalski.
|
||
|
||
AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
|
||
library (getprotobyname and getprotobynumber are outversioned by
|
||
the same calls in libc, at least for xlc version 3.
|
||
|
||
Add HAS_SBRK_PROTO.
|
||
|
||
Fixes for signedness warnings noticed by VMSperlers.
|
||
Branch: maint-5.6/perl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
|
||
! sv.c vms/descrip_mms.template vos/config.alpha.def
|
||
! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
|
||
____________________________________________________________________________
|
||
[ 8182] By: gsar on 2000/12/18 09:53:47
|
||
Log: delete spurious files
|
||
Branch: maint-5.6/perl
|
||
- lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
|
||
- vos/config.h vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 8181] By: gsar on 2000/12/18 09:46:08
|
||
Log: regen perltoc
|
||
Branch: maint-5.6/perl
|
||
! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 8180] By: gsar on 2000/12/18 09:20:27
|
||
Log: integrate changes#7924..7926,7946,7952 from mainline
|
||
|
||
A test works better if it has the right 1..$n output.
|
||
|
||
All the core library users of Class::Struct seem to be
|
||
using "use Class::Struct 'struct';" instead of the bare
|
||
"use Class::Struct;", which isn't documented in Class::Struct.
|
||
This can't be right.
|
||
|
||
Make the Class::Struct import() wiser.
|
||
|
||
Upgrade to CPAN 1.59_51, from Andreas K<>nig.
|
||
|
||
Subject: Re: long shell lines
|
||
Split overly long shell command lines.
|
||
Branch: maint-5.6/perl
|
||
!> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
|
||
!> lib/File/stat.pm t/lib/class-struct.t
|
||
____________________________________________________________________________
|
||
[ 8179] By: gsar on 2000/12/18 08:55:54
|
||
Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
|
||
7918,7919,7988,8907 from mainline (various)
|
||
|
||
Subject: [ID 20001127.004] White space problem in perlamiga.pod
|
||
|
||
Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
|
||
|
||
Subject: [PATCH] perlcc.PL cleanups
|
||
|
||
Subject: [PATCH] Updating perltie.pod for arrays
|
||
|
||
Subject: [ID 20001128.002] what's the point of example code if it is buggy?
|
||
Subject: Re: [PATCH] Updating perltie.pod for arrays
|
||
Subject: Re: [PATCH] Updating perltie.pod for arrays
|
||
|
||
One more perltie.pod nit from Casey R. Tweten.
|
||
|
||
Subject: [PATCH] $^O win32 -> MSWin32
|
||
plus similar nits for vms, err, VMS, and UNICOS.
|
||
|
||
Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
|
||
More checking in case someone has broken their services or
|
||
protocol databases.
|
||
|
||
Make "use Class::Struct 'struct';" work again (broken by #7617);
|
||
add a test for Class::Struct.
|
||
|
||
Integrate the "skip" messages to explain().
|
||
|
||
Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
|
||
Branch: maint-5.6/perl
|
||
+> t/lib/class-struct.t
|
||
!> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
|
||
!> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
|
||
!> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 8178] By: gsar on 2000/12/18 08:16:30
|
||
Log: avoid redefinition warnings on windows due to sys/socket.h getting
|
||
#included before win32.h
|
||
Branch: maint-5.6/perl
|
||
! win32/include/sys/socket.h
|
||
____________________________________________________________________________
|
||
[ 8177] By: gsar on 2000/12/18 05:24:04
|
||
Log: make regen_headers; fix POSIX.xs problems; remove outdated
|
||
code from sys/socket.h that makes build fail now
|
||
Branch: maint-5.6/perl
|
||
! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
|
||
! pod/perlapi.pod
|
||
!> win32/include/sys/socket.h
|
||
____________________________________________________________________________
|
||
[ 8176] By: gsar on 2000/12/18 05:20:17
|
||
Log: update Changes
|
||
Branch: maint-5.6/perl
|
||
! Changes patchlevel.h
|
||
____________________________________________________________________________
|
||
[ 8175] By: gsar on 2000/12/18 04:57:48
|
||
Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
|
||
7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
|
||
7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
|
||
7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
|
||
7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
|
||
7823,7825,7838
|
||
|
||
Subject: Re: [PATCH] README.solaris
|
||
|
||
Add getpagesize() probing, on non-UNIX guess 'undef'.
|
||
|
||
Simplify the getpagesize() unit by dropping the
|
||
pagesize probe since it's nowadays slightly more
|
||
complicated because of sysconf(). (Note: if some
|
||
platform really needs the -lPW for getpagesize,
|
||
I just broke it.)
|
||
TODO: a new pagesize unit.
|
||
|
||
Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
|
||
|
||
MachTen doesn't really do mmap() and munmap().
|
||
Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
|
||
|
||
More README.solaris updates from Andy Dougherty.
|
||
|
||
Copy the s// information of README.hpux also to the perlrun.
|
||
|
||
Add HAS_FSYNC, lack noticed by Nicholas Clark.
|
||
|
||
Add a metaconfig unit for fsync.
|
||
|
||
Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
|
||
|
||
Many subdocumented return values of the IO extension now documented.
|
||
ungetc and write still left subdocumented.
|
||
Subject: [PATCH] (was Re: IO::Handle::ungetc)
|
||
|
||
Document tell() on special streams.
|
||
|
||
Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
|
||
|
||
Subject: [ID 20001112.007] sfio's sftell isn't ftell
|
||
|
||
Couple of tests from #7660 salvaged.
|
||
|
||
Tweak the definition of the bit complement on UTF-8 data:
|
||
if none of the characters in the string are > 0xff,
|
||
the result is a complemented byte string, not a (UTF-8)
|
||
char string. Based on the summary in
|
||
Subject: Re: [ID 20000918.005] ~ on wide chars
|
||
This should give us the maximum backward (pre-char string)
|
||
compatibility and utf8 compatibility. The other alternative
|
||
would be to limit the bit complement to be always byte only,
|
||
taking the least significant byte of the chars.
|
||
|
||
Cleanup messy #ifdef.
|
||
|
||
Typos in #7667.
|
||
|
||
Declare reg_data like reg_substr_data.
|
||
|
||
Placate nervous compilers that see longer than ints switch()ing.
|
||
|
||
Remove the new two tests of lib/io_xs for now, they seem to
|
||
fail under perlio on some platforms.
|
||
|
||
Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
|
||
|
||
Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
|
||
|
||
Subject: tiny typo in perl5db.pl
|
||
|
||
Subject: some additions for makefiles for win32 (for perl@7674)
|
||
|
||
Hoist the duplicated socket/netdb include logic to perl.h;
|
||
undef SETERRNO in case SOCKS has defined it. Based on:
|
||
Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
|
||
|
||
Regen Configure.
|
||
|
||
Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
|
||
(a macro to define signed and unsigned integer constants).
|
||
|
||
Use UINT64_C().
|
||
Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
|
||
|
||
Use u_int32_t for the size of hash_cb(), not size_t.
|
||
Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
|
||
|
||
Quit utf8_to_uv() instantly if curlen == 0.
|
||
|
||
Subject: [PATCH: perl@7674] updates to README.os390
|
||
|
||
Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
|
||
|
||
EBCDIC tweaks.
|
||
Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
|
||
|
||
Linenumber fix.
|
||
|
||
SOCKS has its own USE_THREADS, based on
|
||
Subject: [ID 20001114.002] et. al. bugfix followup
|
||
|
||
UINT64_C() work continues.
|
||
|
||
Detypo.
|
||
|
||
The type of the hash_cb() size argument is tricky.
|
||
|
||
Add fwalk() probe to the configuration files and regen perltoc.
|
||
|
||
Subject: perllocale.pod changes
|
||
|
||
Avoid an infinite loop in VMS when utils scripts are run
|
||
with no arguments, from Charles Lane.
|
||
|
||
Subject: Re: Bug in Carp::Heavy/5.6.0?
|
||
|
||
For Solaris use64bitall the stdchar needs a little bit of help.
|
||
|
||
The long double hints can be here or there.
|
||
|
||
Test tweak for the open pragma.
|
||
|
||
Also the 64bitall hints can be either here or there.
|
||
|
||
As surmised the #7719 wasn't a good move.
|
||
|
||
Subject: Fix for 20000409.001
|
||
|
||
Subject: Fix for 20000815.006
|
||
It's really 20000518.006.
|
||
|
||
Subject: [PATCH 5.6.0 README.win32] very minor typos
|
||
|
||
Subject: Fix for README.amiga (20000323.033)
|
||
|
||
Explain in more detail the {} syntax ambiguousity.
|
||
Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
|
||
|
||
Sparc 64-bit pack() fix from Jens Hamisch.
|
||
|
||
Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas K<>nig.
|
||
|
||
Subject: podlators 1.05 available
|
||
|
||
Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
|
||
|
||
Subject: [perl 7711: EPOC] updates
|
||
|
||
Make certain MacOS Classic has NO_ENVIRON_ARRAY.
|
||
|
||
Miraculous typo.
|
||
|
||
sysseek() instead of seek().
|
||
|
||
Solaris hints tweaks.
|
||
|
||
Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
|
||
This may be overly harsh but until proven otherwise, we think this
|
||
way, or until we have a simple test for Configure (having to start
|
||
up servers is does not count as simple) to check for the problems.
|
||
|
||
Remove the shared object before attempting to create
|
||
(by linking) a new one. E.g. in AIX not removing
|
||
becomes quite painful if one tries to do more than one
|
||
build in the same tree (an interrupted build, for example),
|
||
since the AIX' shared dynaloader seemingly keeps the shared
|
||
objects open and therefore 'busy' for quite a while, even when
|
||
nobody is using the objects, leading into link failures.
|
||
|
||
Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
|
||
|
||
Subject: DOC PATCH 5.6.0 perlreftut
|
||
|
||
Subject: [PATCH: perl@7777] add system locale testing for VMS
|
||
|
||
Subject: [PATCH] Test.pm POD peculiarity
|
||
|
||
Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
|
||
|
||
Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
|
||
|
||
Subject: Re: perl@7777
|
||
Detypoing.
|
||
|
||
Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
|
||
|
||
Go ahead and #include <unistd.h> in perl.h.
|
||
|
||
Subject: [PATCH perl@7795] small cleanup task for test suite
|
||
|
||
Subject: Re: av.c patch (having slight problems)
|
||
unshift() speedup.
|
||
|
||
Reach back one higher up when searching for PERL_SRC.
|
||
Branch: maint-5.6/perl
|
||
+> lib/File/Spec/Epoc.pm
|
||
!> (integrate 88 files)
|
||
____________________________________________________________________________
|
||
[ 8174] By: gsar on 2000/12/18 03:53:09
|
||
Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
|
||
7625..7629,7631..7634,7637,7639,7642 from mainline
|
||
|
||
Fix for the tie-refhash string table leaks.
|
||
|
||
Subject: [patch perl@7595] VMS configure.com tweak
|
||
|
||
More careful detection of how well NVs and UVs mix.
|
||
Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
|
||
Added some SIGFPE paranoia.
|
||
|
||
Forgot to bump the line numbers in #7601.
|
||
|
||
Subject: PATCH std stdio for (Free)BSD
|
||
|
||
Deleting $ENV{PATH} in VMS is not recommendable.
|
||
|
||
Locale buglets.
|
||
Subject: RE: Locales support (setlocale) fixes
|
||
|
||
Do not test UTF-8 locales since that the tests would require
|
||
polymorphic regexen.
|
||
|
||
Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
|
||
|
||
A missing aTHX_.
|
||
|
||
Subject: [ID 20001108.013] spelling
|
||
|
||
Subject: [PATCH] Class::Struct at compile time
|
||
|
||
Make deleting for %ENV work for (newer versions of) VMS,
|
||
from Craig A. Berry.
|
||
|
||
Forgot from #7618.
|
||
|
||
More VMS moves on environment handling, from Charles Lane.
|
||
|
||
Remove unused extra arguments.
|
||
|
||
Typo in an ifndef.
|
||
Subject: Re: [PATCH 5.7.0] better messages from malloc()
|
||
|
||
Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
|
||
All except the "cow orker" change.
|
||
|
||
The generated boot_* headers are wrong. Pickier compiler,
|
||
such as KAI C++ will refuse to compile the resulting perlmain.
|
||
Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
|
||
|
||
There's no =head3.
|
||
|
||
Disable only the tests 99 and 166 for UTF-8 locales.
|
||
|
||
Missing dTHXs.
|
||
Subject: RE: perl@7595 builds not on cygwin
|
||
|
||
Subject: Re: bash -c exit and linux hints
|
||
|
||
Various doc oddball characters.
|
||
Subject: [ID 20001106.004] Perl 5.6.0 bugs
|
||
|
||
Subject: [PATCH] IO::Seekable pod
|
||
|
||
Amdahl UTS hints updates.
|
||
Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
|
||
|
||
Explain better why certain regex tests are skipped.
|
||
Subject: Re: tests skipped: unknown reason
|
||
|
||
Subject: [PATCH] README.solaris
|
||
|
||
Subject: [PATCH perl@7638] cygwin port
|
||
Branch: maint-5.6/perl
|
||
+> README.solaris
|
||
!> (integrate 26 files)
|
||
____________________________________________________________________________
|
||
[ 8173] By: gsar on 2000/12/18 03:37:02
|
||
Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
|
||
7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
|
||
7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
|
||
7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
|
||
|
||
Better create a true mailing list for the repository keepers.
|
||
|
||
Subject: [ID 20001027.007] uniq array in perlfaq
|
||
|
||
De-quoted-unreadable to ISO Latin 1.
|
||
(There's one ISO-2022-JP name in Changes5.004.)
|
||
|
||
Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
|
||
|
||
The #7476 needs a MANIFEST change, too.
|
||
|
||
Add also emailless people.
|
||
|
||
UTF-8 decoder tweak.
|
||
|
||
Make \x{...} consistently produce UTF-8.
|
||
Subject: Re: \x{...} is confused
|
||
|
||
Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
|
||
|
||
Add a perlbug flag, -A, to avoid acknowledgement messages.
|
||
Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
|
||
|
||
Use Errno magic.
|
||
Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
|
||
|
||
Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
|
||
|
||
Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
|
||
|
||
Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
|
||
|
||
Be more lenient on bad UTF-8 when doing bit arithmetics.
|
||
Subject: Re: [ID 20000918.005] ~ on wide chars
|
||
(The ord() part of the patch skipped.)
|
||
|
||
Subject: perlfaq style changes
|
||
|
||
AUTHORS tweaks.
|
||
|
||
Whitespace style tweak. Was originally going to see to
|
||
Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
|
||
but that had already been taken care of.
|
||
|
||
The compiler is either gcc or cc, from Tom Bates.
|
||
|
||
The osname has been lowercased by now, from Tom Bates.
|
||
|
||
The NonStop-UX libraries have a novel way to say NaN.
|
||
|
||
printf UVs the correct way, noticed by Robin Barker.
|
||
|
||
Subject: [PATCH] startperl to respect versiononly
|
||
|
||
AUTHORS updates.
|
||
|
||
Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
|
||
|
||
Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
|
||
|
||
Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
|
||
|
||
Generalize the Camel wording.
|
||
Subject: Re: perlfaq style changes
|
||
|
||
Subject: [ID 20001005.006] Documentation -- description of qr//
|
||
|
||
C.pm part of
|
||
Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
|
||
|
||
Locale warning explanation tweak.
|
||
|
||
Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
|
||
|
||
Make the POSIX::setuid and POSIX::setgid to really call setuid()
|
||
and setgid() because they were just changing $< and $( which means
|
||
only changing the real uid/gid, as opposed to changing both
|
||
real and effective ids. (The alternative way could have been
|
||
in POSIX.pm to change $> and $), too, but making a direct call
|
||
to the C API feels cleaner.) Fixes the bug
|
||
Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
|
||
|
||
Expand %Config variables and %ENV variables only if
|
||
so requested during build time using the
|
||
PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
|
||
Not expanding makes relocating distributions easier.
|
||
|
||
More tweaking on the #7522 theme.
|
||
|
||
Test::Harness revealed buglets in the new DynaLoader.
|
||
Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
|
||
|
||
Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
|
||
fix a autovivification bug in Tie::RefHash, add tests for both.
|
||
Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
|
||
|
||
Detpyo.
|
||
|
||
recv() can fail and return undef.
|
||
Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
|
||
|
||
Fix the problem discussed in
|
||
Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
|
||
originally from Linc Madison. Also Andreas K<>nig's comments
|
||
taken into account. Some other problems with Tie::SubstrHash
|
||
fixed: didn't croak when the table exceeded the requested number
|
||
of entries (as documented) but instead when the number of entries
|
||
exceeded the size of the table, a croak() had an unnecessary \n,
|
||
didn't have a CLEAR method, documented that there is no exists().
|
||
Didn't fix to be strict-proof because the module uses &foo; and
|
||
dynamic scope. Added a test script exercizing both first tamely
|
||
the basic functionality, and then the failure cases reported by
|
||
Linc Madison.
|
||
|
||
Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
|
||
|
||
The #7521 touched things it shouldn't have.
|
||
|
||
Subject: [PATCH 5.7.0] better messages from malloc()
|
||
|
||
Subject: Re: README.aix
|
||
|
||
Add FCNTL_CAN_LOCK.
|
||
Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
|
||
Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
|
||
|
||
Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
|
||
create a "fast path" for locale name probing using "locale -a"
|
||
if available, squash finally hopefully the s?printf resetting
|
||
the numeric locale (since, IIUC perllocale, it never shouldn't).
|
||
|
||
More Changes tweakery.
|
||
|
||
Dying is too strict here, better just skip.
|
||
|
||
Subject: Locales support (setlocale) fixes
|
||
Modified quite a bit to be more portable.
|
||
|
||
Configure would use a bad $myuname from an old config.sh.
|
||
Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
|
||
|
||
Fix for
|
||
Subject: [ID 20001004.006] undef is never tainted
|
||
An undef read from a slurped file was not tainted.
|
||
|
||
Fix for
|
||
Subject: [ID 20001004.007] taint propogation is inconsistent
|
||
The culprit was sv_setsv() which was rather blindly
|
||
propagating taint, which lead to behaviour where if
|
||
a tainted anon hash value was seen all the hash values
|
||
from then on at that level became tainted, or at any
|
||
upper levels in the case of nested anon hashes.
|
||
|
||
Test tweak: show also the failed locales.
|
||
Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
|
||
|
||
A fix of sorts for 20000329.026, a better error message
|
||
for a missing "use charnames" when using the \N{...}.
|
||
|
||
Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
|
||
|
||
Add =pod to be tidy.
|
||
|
||
Fix for bug id 19990615.008, pos() unset during s///ge.
|
||
|
||
Add a note for future generations about bug id 20000229.006.
|
||
|
||
Use -dM for gcc (the suggested patch did it only for Linux,
|
||
but I think it can be generalized).
|
||
Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
|
||
|
||
opmini.o can linger from Configures past.
|
||
|
||
Document that the evaled syntax errors cause scalar leaks.
|
||
|
||
Fix for
|
||
Subject: [ID 20000728.005] perl -P broken
|
||
(hopefully). The fix is also not complete, it seems to break
|
||
BOM swallowing for libc5 systems, but until someone figures
|
||
out a way to do this without ftell(), this will do.
|
||
|
||
AUTHORS updates.
|
||
|
||
Subject: Re: rsync'ed patches vs. rsync'ed source
|
||
|
||
Admit that the test leaks scalars.
|
||
|
||
Sanitize the environment further.
|
||
|
||
VOS updates from Paul Green.
|
||
|
||
Document %ENV = () portability issues.
|
||
|
||
Make the stdio test program of 7427 less noisy while being
|
||
compiled so that Digital UNIX wouldn't get both
|
||
d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
|
||
undefined. This makes perlio happy.
|
||
|
||
glibc5 detection by __GNU_LIBRARY__.
|
||
|
||
%ENV note tweaks from Dan Sugalski.
|
||
|
||
Varargs don't always work too well if one puts an unsigned
|
||
char on the stack and pop an unsigned quad off the stack.
|
||
Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
|
||
|
||
Subject: Pod updates
|
||
|
||
Fake support of holey files in win/dosish platforms.
|
||
Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
|
||
|
||
A doc addition for bug id 20001105.019, beware \p.
|
||
|
||
Tweak #7587.
|
||
|
||
Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
|
||
|
||
perlhack updates from H.Merijn Brand.
|
||
|
||
Subject: [PATCH perl@7573] cygwin port
|
||
Synchronize with Cygwin 1.1.5.
|
||
|
||
Bad thinko in #7581 (I used the test program with the expanded
|
||
values as-is).
|
||
|
||
Make perlbug not insist on dumping to a file when stdout isn't a tty.
|
||
Subject: [PATCH] perlbug.PL
|
||
|
||
Overrideable keys, each, pop, push, shift, splice, unshift.
|
||
Subject: [PATCH] prototyped functions that should be overrideable
|
||
|
||
Try to avoid flockless and emulationless places.
|
||
Branch: maint-5.6/perl
|
||
+> t/lib/tie-refhash.t t/lib/tie-substrhash.t
|
||
- MAINTAIN
|
||
!> (integrate 111 files)
|
||
____________________________________________________________________________
|
||
[ 8171] By: gsar on 2000/12/18 02:49:24
|
||
Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
|
||
7465..7471 from mainline
|
||
|
||
Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
|
||
in platforms that strictly require all the symbols being present
|
||
at link time.
|
||
|
||
Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
|
||
|
||
Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
|
||
|
||
Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
|
||
|
||
Subject: [PATCH] todo
|
||
|
||
Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
|
||
|
||
Use $sort, $uniq (and $tr) consistently as wondered
|
||
by Nicholas Clark.
|
||
|
||
Too enthusiastic editing in #7460.
|
||
|
||
The re<72>ntrant version shouldn't be needed unless USE_PURE_BISON.
|
||
|
||
Upgrade to CPAN 1.58_55.
|
||
Subject: CPAN.pm status
|
||
|
||
Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
|
||
|
||
Make target reordering to avoid pointless re-makes.
|
||
Subject: Re: Total re-make of 'make okfile' after 7451 ?
|
||
|
||
Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
|
||
|
||
Subject: DOC PATCH 5.6.0
|
||
|
||
Add the repository doc by Malcolm, Sarathy, and by Simon,
|
||
name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
|
||
Branch: maint-5.6/perl
|
||
+> Porting/repository.pod
|
||
!> Configure MANIFEST Makefile.SH README.dos README.os2
|
||
!> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
|
||
!> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
|
||
!> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
|
||
____________________________________________________________________________
|
||
[ 8169] By: gsar on 2000/12/18 02:33:34
|
||
Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
|
||
7435..7441,7445 from mainline
|
||
|
||
Make the UTF-8 decoding stricter and more verbose when
|
||
malformation happens. This involved adding an argument
|
||
to utf8_to_uv_chk(), which involved changing its prototype,
|
||
and prefer STRLEN over I32 for the UTF-8 length, which as
|
||
a domino effect necessitated changing the prototypes of
|
||
scan_bin(), scan_oct(), scan_hex(), and reg_uni().
|
||
The stricter UTF-8 decoding checking uses Markus Kuhn's
|
||
UTF-8 Decode Stress Tester from
|
||
http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
|
||
|
||
Run vms/vms_yfix.pl, should have done that after changing
|
||
perly.c in #7382.
|
||
|
||
Subject: [PATCH 5.7.0] static linking with uninstalled perl
|
||
|
||
(Replaced by #7440.)
|
||
Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
|
||
|
||
Fix the bug ID 20001024.005, the bug introduced by #7416.
|
||
|
||
Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
|
||
|
||
Fix the bug reported in
|
||
From: andreas.koenig@anima.de (Andreas J. Koenig)
|
||
Also make is_utf8_char() stricter.
|
||
|
||
Missed the header file changes from #7425.
|
||
|
||
Check if stdio supports tweaking lval and cnt simultaneously.
|
||
Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
|
||
|
||
Stratus VOS updates from Paul Green.
|
||
|
||
Podify README.epoc and README.vos.
|
||
|
||
Add targets to Makefile.SH, most importantly
|
||
'regen_all' which also remembers to update vms/perly*.
|
||
|
||
Subject: Minor update to find2perl, for portability
|
||
|
||
Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
|
||
|
||
Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
|
||
|
||
Rename UTF8LEN() to be UNISKIP(), too confusing to have
|
||
UTF8LEN() and UTF8SKIP().
|
||
|
||
Allow poking holes at the UTF-8 decoding strictness.
|
||
|
||
Continue the internal UTF-8 API tweaking.
|
||
Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
|
||
used much more than the simpler API, now called utf8_to_uv_simple().
|
||
Still not quite happy with API, too much partial duplication
|
||
of functionality.
|
||
|
||
A new version of making the syslog test more robust.
|
||
(Replaces #7421.)
|
||
Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
|
||
|
||
buildtoc target tweaks.
|
||
|
||
Integrate with vmsperl #7430 by Charles Bailey:
|
||
|
||
Cleanup from prior patch (Charles Lane?):
|
||
- improve handling of MFDs in Basename and Path
|
||
- default to no xsubpp line # munging when building debug images
|
||
Branch: maint-5.6/perl
|
||
+> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
|
||
+> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
|
||
!> (integrate 67 files)
|
||
____________________________________________________________________________
|
||
[ 8168] By: gsar on 2000/12/18 02:05:49
|
||
Log: integrate changes#7512,7733 from mainline (regex bugfixes)
|
||
|
||
Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
|
||
From: Martin Husemann <martin@duskware.de>
|
||
|
||
Subject: [PATCH 5.7.0] restore match data on backtracing
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Branch: maint-5.6/perl
|
||
!> regcomp.c regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 8167] By: gsar on 2000/12/18 01:55:22
|
||
Log: integrate changes#7858,7986 from mainline
|
||
|
||
C<foreach my $x ...> in pseudo-fork()ed process may diddle
|
||
parent's memory; fix it by keeping track of the actual pad
|
||
offset rather than a raw pointer (this change is probably also
|
||
relevant to non-ithreads case to avoid fallout from reallocs of
|
||
the pad array, but is currently only enabled for the ithreads
|
||
case in the interests of minimal disruption to existing "well
|
||
tested" code)
|
||
|
||
fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
|
||
due to the notorious GetFileType() bug in Windows 9x, which fstat()
|
||
tickles)
|
||
Branch: maint-5.6/perl
|
||
!> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
|
||
!> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
|
||
!> win32/win32.c win32/win32.h win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 8166] By: gsar on 2000/12/18 01:52:59
|
||
Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
|
||
from mainline (xsubpp and ExtUtils::LibList fixups, various
|
||
other small items)
|
||
|
||
The generated boot_* headers are wrong. Pickier compiler,
|
||
such as KAI C++ will refuse to compile the resulting perlmain.
|
||
Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
|
||
|
||
Various doc oddball characters.
|
||
Subject: [ID 20001106.004] Perl 5.6.0 bugs
|
||
|
||
Subject: [PATCH] Re: 20001101.003 PDL
|
||
|
||
Subject: [PATCH 5.7.0] etags broken again
|
||
|
||
Subject: [PATCH 5.7.0] Liblist finally works
|
||
|
||
Subject: [PATCH 5.7.0] Liblist returns found libraries
|
||
|
||
Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
|
||
|
||
Subject: [PATCH 5.7.0] OUT keyword for xsubpp
|
||
|
||
Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
|
||
OUT keyword nits.
|
||
Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
|
||
OUT and IN_OUT documentation.
|
||
Branch: maint-5.6/perl
|
||
!> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
|
||
!> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
|
||
!> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
|
||
!> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
|
||
!> win32/bin/search.pl
|
||
____________________________________________________________________________
|
||
[ 8165] By: gsar on 2000/12/18 01:28:45
|
||
Log: integrate changes#7533,7563,7611,7623 from mainline (various
|
||
malloc.c embellishments)
|
||
Branch: maint-5.6/perl
|
||
!> malloc.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 8164] By: gsar on 2000/12/18 01:23:33
|
||
Log: integrate changes#7419,7806,8129 from mainline (various h2xs
|
||
fixups)
|
||
Branch: maint-5.6/perl
|
||
!> utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 8163] By: gsar on 2000/12/18 01:17:50
|
||
Log: integrate changes#7493,7599,7803 from mainline (various perlbug
|
||
fixups)
|
||
Branch: maint-5.6/perl
|
||
!> Makefile.SH utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 8162] By: gsar on 2000/12/18 00:25:43
|
||
Log: always export Perl_deb() (it is required by re.xs whether
|
||
Perl is built with or without -DDEBUGGING)
|
||
Branch: maint-5.6/perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 8161] By: gsar on 2000/12/18 00:23:38
|
||
Log: integrate change#7414 from mainline
|
||
|
||
Undo the basename() part of #7412 since the lib/basename
|
||
tests would need upgrading too.
|
||
|
||
squelch two tests in tr.t that rely on tr/// paranoia change
|
||
that's not in 5.6.x
|
||
Branch: maint-5.6/perl
|
||
! t/op/tr.t
|
||
!> lib/File/Basename.pm
|
||
____________________________________________________________________________
|
||
[ 8160] By: gsar on 2000/12/18 00:05:30
|
||
Log: missing change in previous integrate
|
||
Branch: maint-5.6/perl
|
||
!> README.aix
|
||
____________________________________________________________________________
|
||
[ 8159] By: gsar on 2000/12/18 00:03:38
|
||
Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
|
||
7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
|
||
7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
|
||
7410..7413 from mainline
|
||
|
||
Introduce the man[24-8] variables, from Andy Dougherty.
|
||
|
||
Upgrade to CPAN 1.58, from Andreas K<>nig.
|
||
|
||
An updated EBCDIC tr patch.
|
||
Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
|
||
|
||
Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
|
||
|
||
Two thirds of
|
||
Subject: Proposed patches, Install.pm getopts.pl termcap.pl
|
||
The Install.pm changes will be submitted separately because
|
||
they need some work and discussion still.
|
||
|
||
The Install.pm third of
|
||
Subject: Proposed patches, Install.pm getopts.pl termcap.pl
|
||
|
||
Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
|
||
|
||
Subject: [PATCH 5.7.0] IVs in mtats
|
||
|
||
Subject: [PATCH 5.7.0] Perl API for mstats
|
||
|
||
Ilya implemented the memory profiling API.
|
||
|
||
In Amdahl UTS "struct sv" is defined by a system header,
|
||
<ksync.h>.
|
||
|
||
Slight tweak of the code to appease Amdahl UTS cc.
|
||
|
||
Amdahl UTS doesn't seem to do dynaloading.
|
||
|
||
Use UTF8SKIP(), from Simon Cozens.
|
||
|
||
Thinko in #7222.
|
||
|
||
op/sprintf.t patch for OS/390 (and any other host with limited
|
||
floating-point exponent length)
|
||
Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
|
||
|
||
Tweak #7225.
|
||
Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
|
||
|
||
Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
|
||
|
||
Needs to be conditional on SunOS 4.
|
||
Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
|
||
|
||
Test cases for bug id 20000323.056 (the bug seems to be fixed).
|
||
|
||
Add test for bug id 20000427.003 (which seems to have
|
||
been fixed) (also duplicate as 20000427.004, though
|
||
with a higher severity). Move one utf8 from op/append
|
||
to pragma/utf8, tag the tests with bug ids.
|
||
|
||
Document FNCASE=y as discussed in the bug 20000902.009.
|
||
|
||
split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
|
||
The problem was that rx->minlen was in chars while pp_split()
|
||
thought it would be in bytes.
|
||
|
||
Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
|
||
Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
|
||
|
||
Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
|
||
|
||
Fix a couple of compiler-noted nits in #7235.
|
||
|
||
Tweak the test of #7235.
|
||
|
||
One more ~utf8 tweak.
|
||
|
||
-w cleanup.
|
||
Subject: Re: Problems with bleadperl
|
||
|
||
Subject: small pod patch
|
||
|
||
Subject: [PATCH perlguts.pod] Document offset hack
|
||
|
||
Add Charles Lane.
|
||
|
||
Add the capability to include/exclude branches.
|
||
|
||
Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
|
||
|
||
Detect early whether the std streams have gone bad.
|
||
Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
|
||
|
||
More IoTYPE sprinkling.
|
||
|
||
Workaround for a sfio bug where the stream error indicator
|
||
is not cleared as documented.
|
||
Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
|
||
|
||
Clarify documentation on 'use bytes'.
|
||
Subject: Re: What does 'use bytes' "mean" ?
|
||
|
||
Show the failed remote port, instead of the failing line number.
|
||
Subject: [PATCH 5.6.1 Debugger] More diagnostics
|
||
|
||
Make Cwd more bulletproof in chrooted environments.
|
||
Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
|
||
|
||
Subject: Pod patch for Devel::Peek
|
||
|
||
Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
|
||
|
||
Borland C fstat() never saw the fd as writable.
|
||
Subject: fix for Borland's weak "stat" (perl@7211)
|
||
|
||
Missing change from #7362.
|
||
|
||
Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
|
||
|
||
Add the test case for the bug id 20000730.004 which seems
|
||
to have been fixed by now.
|
||
|
||
Fix of sorts for bug id 20000901.092. There seems to be no trace
|
||
of a 'pmshort' anywhere in the B, so the offending line was simply
|
||
removed.
|
||
|
||
Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
|
||
|
||
Subject: PATCH do_print has 2 PerlIO_error()s
|
||
|
||
NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
|
||
|
||
Typo noted by Mark Lutz.
|
||
|
||
Subject: PATCH CR+LF should be "\cM\cJ" in perlop
|
||
|
||
In the latest compiler builds cccdlflags must not become -fpic,
|
||
from Wilfredo S<>nchez.
|
||
|
||
Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
|
||
|
||
Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
|
||
|
||
SOCKS function redefinitions need prototypes, too, otherwise
|
||
for example 32 bit versus 64 bit differences cause a lot of
|
||
problems. Part of
|
||
Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
|
||
|
||
Portability tweak on #7377.
|
||
Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
|
||
|
||
Don't write double values through long double pointers,
|
||
based on a part of
|
||
Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
|
||
|
||
Re<52>ntrancy fix.
|
||
Subject: [PATCH perl@7229] Rentrant parser and yylex()
|
||
|
||
Make scan_num() re<72>ntrant, as suggested in
|
||
Subject: [PATCH perl@7229] Rentrant parser and yylex()
|
||
|
||
Fix for ID 20001020.006, concatenating an unset submatch
|
||
with utf8 resulted in "Modification of a read-only value".
|
||
|
||
Fix for ID 20000915.011, IO::Select warning for an undefined fd.
|
||
|
||
The #7383 was right only in the context of the original bug report,
|
||
not in more general case.
|
||
|
||
Update Changes.
|
||
|
||
Testcases for a #7383,#7385 related bug.
|
||
Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
|
||
|
||
Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
|
||
|
||
Tweak the Is* definitions of Unicode character classes
|
||
to better match the official categorizations; embrace
|
||
the official categorizations; add the combining marks
|
||
as alpha (and -numeric); fix DCinital (a typo and edito)
|
||
to be DCmedial.
|
||
|
||
Hints tweak from Anton Berezin.
|
||
|
||
Subject: installman go-faster stripes
|
||
Subject: Re: installman go-faster stripes
|
||
|
||
Subject: [ID 20001021.003] updated hints/openbsd.sh
|
||
|
||
Subject: [PATCH bleadperl] -MO=C falls over on package <none>
|
||
|
||
Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
|
||
|
||
Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
|
||
|
||
Doc patch.
|
||
Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
|
||
|
||
Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
|
||
|
||
Subject: Re: [ID 20001021.005] SEGV with regex match
|
||
|
||
Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
|
||
|
||
The change #7187 was not so good on VMS.
|
||
Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
|
||
|
||
Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
|
||
|
||
Miscellaneous MacOS Classic library updates from Matthias Neeracher.
|
||
|
||
Document PERL_INSTALL_ROOT of #7210.
|
||
Branch: maint-5.6/perl
|
||
+> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
|
||
+> t/lib/tie-splice.t
|
||
- lib/unicode/Is/DCinital.pl
|
||
!> (integrate 112 files)
|
||
____________________________________________________________________________
|
||
[ 8156] By: gsar on 2000/12/17 22:49:13
|
||
Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
|
||
7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
|
||
7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
|
||
7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
|
||
7201,7204 from mainline
|
||
|
||
Remove vestiges of tr//CU.
|
||
Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
|
||
Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
|
||
|
||
The return value of setlocale must be copied away.
|
||
Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
|
||
|
||
Allow chop() and chomp() to be overridden.
|
||
Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
|
||
|
||
Hints optimization.
|
||
Subject: Minor nit
|
||
|
||
Subject: [PATCH] de-wall t/README
|
||
|
||
Subject: Re: Two advertising clauses need to be removed
|
||
|
||
Batch of UTF-8 patches from Simon Cozens.
|
||
|
||
Fix for a parsing bug, not for the original bug.
|
||
Subject: Re: [ID 20000910.005] Another segfault with regexes.
|
||
|
||
Compilation warnings and an error.
|
||
|
||
Subject: File::Find 5.7.0 POD nits
|
||
|
||
Subject: [PATCH perl-5.7.0] continued -Wformat support
|
||
|
||
The one that got away.
|
||
|
||
Subject: Re: perl@7078
|
||
|
||
UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
|
||
convertable to bytes by checking it doesn't go above 0xc3
|
||
Subject: Re: perl@7078
|
||
|
||
Replace #7084 with
|
||
Subject: Re: perl@7078
|
||
|
||
We don't need to count the high bit bytes, a boolean is enough.
|
||
|
||
Subject: [PATCH] utf8.c apidoc
|
||
|
||
Subject: Re: perl@7078
|
||
|
||
Botched the #7090 check-in.
|
||
|
||
Fix for the charnames.t failures from Spider Boardman.
|
||
|
||
Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
|
||
i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
|
||
to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
|
||
0 to checking to get the warning.
|
||
|
||
Subject: [PATCH] Nits in perlmod.pod
|
||
|
||
Subject: Re: Trapping by opmask sets strange parser state [PATCH]
|
||
|
||
Subject: Re: unicode support and perl [ID 20000901.097]
|
||
|
||
Subject: Re: unicode support and perl [ID 20000901.097]
|
||
|
||
Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
|
||
|
||
Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
|
||
|
||
Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
|
||
|
||
Subject: [PATCH@blead] Fix some recursion in overload.pm
|
||
|
||
s/Robin Parker/Robin Barker/
|
||
|
||
Subject: [PATCH] Fix aliasing of tied filehandles
|
||
|
||
Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
|
||
|
||
Subject: Re: [PATCH 5.005_64 missed]
|
||
|
||
SOCK_DGRAM and listen() do not mix as reported in
|
||
Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
|
||
The patch for 5.7.0+ had to be reengineered, though.
|
||
|
||
Subject: DOC PATCH 5.6.0
|
||
|
||
Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
|
||
|
||
Document the issue (is not a syntax error, kind of)
|
||
Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
|
||
|
||
Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
|
||
Did not apply cleanly, manual intervention was needed.
|
||
|
||
Subject: [PATCH] DLL not restartabke with threaded perl
|
||
|
||
Inside require() $^S was always left undefined.
|
||
Subject: Re: Tiny 2-byte change to fix debugger's eval bug
|
||
|
||
Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
|
||
|
||
OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
|
||
|
||
Regen headers.
|
||
|
||
Subject: [PATCH 5.7.0] Epoc update
|
||
|
||
Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
|
||
as suggested by Olaf Flebbe and Nick Clark.
|
||
|
||
Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
|
||
|
||
Misplaced else.
|
||
|
||
Scale down the VMS message boxes, by Charles Lane.
|
||
Fix for ID 20000903.009, workaround at
|
||
http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
|
||
|
||
Subject: [ID 20001003.006] B::Debug not -w clean
|
||
|
||
Test harness update to sync with the new perlcc,
|
||
from Simon Cozens.
|
||
|
||
One remaining nit less at the VMS mailbox sizing.
|
||
|
||
Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
|
||
|
||
It is possible to have no hosts database at all. Pointed out in
|
||
Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
|
||
|
||
Subject: [PATCH 5.7.0] h2xs not working
|
||
Subject: [PATCH 5.7.0] h2xs not documenting the created module
|
||
|
||
Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
|
||
|
||
Subject: perlhack.pod Patch for Externals Tools
|
||
|
||
Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
|
||
|
||
Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
|
||
|
||
Enable disabling scripts installation by Configure -Uinstallscripts,
|
||
suggested by H. Merijn Brand.
|
||
|
||
Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
|
||
reported several times by Dominic Dunlop, for example in
|
||
ID 20000315.008. Patch from Dominic. Patch affects at
|
||
least MachTen, and possibly other oldish BSDs. Should not
|
||
break non-broken platforms (tested on LinuxPPC).
|
||
|
||
Regen toc.
|
||
|
||
Subject: Re: Questions about Tie::Array and perl modules
|
||
Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
|
||
|
||
Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
|
||
|
||
Tweak #7153.
|
||
|
||
IO::Handle->syswrite() did not handle length omission
|
||
like CORE::syswrite() does.
|
||
Subject: [Fwd] IO::Handle, syswrite and arguments
|
||
The original patch from andrew@ugh.net.au.
|
||
|
||
Also the $ccflags is needed for the C compiler check.
|
||
Subject: Configure (check for C-compiler)
|
||
|
||
Eliminate $Is_VMS code from the test.
|
||
Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
|
||
|
||
Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
|
||
as the first option of cc/ld because of ultrapicky compilers
|
||
(e.g. OS/390 R2.5)
|
||
|
||
Change the version number of Tie::Handle in the core to 4.0,
|
||
the (unrelated) Tie::Handle in CPAN will remain at 3.0.
|
||
Subject: Note on Tie::Handle
|
||
|
||
UTF8ize split() so that the cloned substrings get the UTF8
|
||
flag of the original scalar. Problem reported by Simon Cozens.
|
||
|
||
save_re_context() could reset PL_curcop to freed memory, causing core
|
||
dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
|
||
|
||
Subject: PATCH 5.6 perldebguts grammar cleanup
|
||
|
||
Add a todo note about overloadable assertions.
|
||
|
||
on Windows, LoadLibrary() could load an extension DLL multiple
|
||
times if forward slashes are used in the path
|
||
|
||
on Windows, cwd strings in the environment should be of the
|
||
form =X:=X:\foo instead of =X=X:\foo\
|
||
|
||
on Windows, avoid potential exception (could happen if MSVCRT isn't
|
||
being used) when closing a socket handle
|
||
|
||
avoid nonportable example code
|
||
|
||
Windows9x doesn't support link(), despite what Config.pm
|
||
might think
|
||
|
||
pod nit
|
||
|
||
Change #7160 had a nasty typo.
|
||
|
||
Warn about unknown scripts.
|
||
Subject: Re: ideas? patches? [PATCH bleadperl]
|
||
|
||
on Windows, clean targets might not work under some flavors of the shell
|
||
|
||
tweak for change#7173
|
||
|
||
Make eq work again with utf8 (disabling the upgrading
|
||
should no more be necessary since the copies of the
|
||
scalars are upgraded, not the scalars themselves).
|
||
Takes care of ID 20001009.001. (The claimed length()
|
||
bug in 20001009.001 seems bogus to me.)
|
||
|
||
Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
|
||
|
||
Upgrade to CGI.pm 2.74, from Lincoln Stein.
|
||
|
||
Upgrade to podlators 1.04, from Russ Allbery.
|
||
|
||
Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
|
||
|
||
Quote the temp file name, needed in Win32 because the
|
||
default name unfortunately contains spaces, shouldn't
|
||
hurt elsewhere.
|
||
Subject: FW: perldoc fails if $TEMP contains spaces
|
||
|
||
Subject: RE: [ID 19990803.001] README.win32 suggestions
|
||
|
||
Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
|
||
|
||
Subject: Re: utf8 concat, mg_get
|
||
|
||
Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
|
||
|
||
Subject: [PATCH: perl@7181] op/tr tests on OS/390
|
||
|
||
Subject: [PATCH: perl@7181] ver.t v string tests for os/390
|
||
|
||
Use the versiononly instead of the installscripts,
|
||
retract the changes 7146 and 7147.
|
||
|
||
Reapply Andy's patch and regen Configure.
|
||
|
||
Add the test case for #7190, from the original bug report
|
||
by Andreas K<>nig.
|
||
|
||
Remove duplicated code.
|
||
|
||
SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
|
||
|
||
restore change#7202
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 121 files)
|
||
____________________________________________________________________________
|
||
[ 8153] By: gsar on 2000/12/17 21:23:05
|
||
Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
|
||
7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
|
||
from mainline
|
||
|
||
Document the SvIOK_.*UV().
|
||
|
||
Update Unicode todo list.
|
||
|
||
Guard against bad string->int conversion for quads.
|
||
|
||
Subject: small apidoc fix
|
||
|
||
Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
|
||
|
||
Subject: [PATCH] Tied filehandle documentation
|
||
|
||
Subject: [PATCH] Modernize Opcode.pm documentation
|
||
|
||
Make Data::Dumper (non-XS) to work with changed semantics of ref().
|
||
Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
|
||
[applied even though said semantics didn't change in 5.6.x]
|
||
|
||
Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
|
||
|
||
Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
|
||
|
||
Fix the URL, but the server is still missing in action.
|
||
Subject: [ID 20000905.002] perlfaq1.pod URL error
|
||
|
||
Subject: [ID 20000903.001] \w in utf8-strings
|
||
|
||
Fix the ccversion detection for 5.1 and beyond.
|
||
Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
|
||
|
||
Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
|
||
|
||
Subject: [ID 20000904.008] Tiny fix for perldiag
|
||
|
||
Subject: Re: [ID 20000906.004] segfault with bad perl statement
|
||
|
||
Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
|
||
|
||
Subject: [ID 20000908.002] perlipc documentation bug.
|
||
|
||
Subject: [PATCH lib/Benchmark.pm]
|
||
|
||
Re-allow vec() for characters > 255.
|
||
Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
|
||
|
||
Do away with memory models cruft. Sorry, PDP users.
|
||
|
||
Continue #7041.
|
||
|
||
Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
|
||
|
||
Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
|
||
|
||
Upgrade to CPAN 1.57_65, from Andreas K<>nig.
|
||
|
||
Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
|
||
by Russ Allbery.
|
||
|
||
Silence t/pod/*.t about alternate quote-mappings now implemented
|
||
by Pod::Text, from Brad Appleton.
|
||
|
||
Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
|
||
Subject: borland C++ win32.c tweak
|
||
|
||
C<@a = @b = split(...)> optimization coredumps under ithreads
|
||
(missed a spot when fixing up op_pmreplroot hack for ithreads)
|
||
|
||
Document the SvUTF8*().
|
||
|
||
Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
|
||
|
||
Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
|
||
|
||
Do in VMS as the #7054 does.
|
||
|
||
Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
|
||
|
||
Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
|
||
|
||
Subject: [patch: perl@7045] vms updates
|
||
|
||
Test for the #7049.
|
||
Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
|
||
|
||
Break up the myconfig lines a bit.
|
||
Subject: perlbug/perl -V output format
|
||
|
||
Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
|
||
|
||
The #7054 truncated Configure badly.
|
||
|
||
change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
|
||
initialization in all the threads on Windows
|
||
|
||
Allow for whitespace between "#" and "line" in cpp output.
|
||
Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
|
||
|
||
Remove vestiges of tr//CU.
|
||
Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
|
||
|
||
The return value of setlocale must be copied away.
|
||
Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
|
||
|
||
Allow chop() and chomp() to be overridden.
|
||
Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
|
||
|
||
Hints optimization.
|
||
Subject: Minor nit
|
||
|
||
Subject: [PATCH] de-wall t/README
|
||
|
||
Subject: Re: Two advertising clauses need to be removed
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 75 files)
|
||
____________________________________________________________________________
|
||
[ 8152] By: gsar on 2000/12/17 20:30:11
|
||
Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
|
||
6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
|
||
6999..7001,7003..7005,7007,7009,7011,7012 from mainline
|
||
|
||
Don't attach -ld to the archname if pointless.
|
||
|
||
Document UNTIE in a very minimalistic way.
|
||
|
||
POSIX doesn't report long double values under -Duselongdouble
|
||
when the long doubles are "real" (bigger than doubles).
|
||
|
||
More author updates.
|
||
|
||
Try to deduce NV_MAX. Really should be Configure fodder.
|
||
|
||
:: not allowed in pathnames, change to .
|
||
Subject: [PATCH perl@6938] cygwin port
|
||
|
||
Forget about NV_MAX (#6951). Various floating point tweaks,
|
||
ideas from Eric Fifer, Yitzchak, Alan, and Spider.
|
||
|
||
Move the Solaris 7 scan to use64bitall, make the
|
||
failure to find 64-bot sparc libc to mention the
|
||
possibility of being in an intel, from Lupe and Alan.
|
||
|
||
Regen perltoc.
|
||
|
||
AUTHORS tweaks, from Peter Prymmer.
|
||
|
||
More address tweaking.
|
||
|
||
Small tweaks all over.
|
||
|
||
File::Temp patches from Andreas K<>nig,
|
||
|
||
Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
|
||
|
||
Subject: CPAN.pm beta 1.57_57 for the core
|
||
|
||
Part of the solution.
|
||
Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
|
||
|
||
Subject: [PATCH@6961] Fix misleading example in perlretut.pod
|
||
|
||
Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
|
||
|
||
Add the overload warnings to perldiag.
|
||
|
||
Drop unused argument.
|
||
Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
|
||
|
||
Subject: Nit in Configure (bleadperl@6961)
|
||
|
||
Update to PodParser 1.18, from Brad Appleton.
|
||
|
||
Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
|
||
|
||
Subject: [PATCH: 6948] add SCNfldbl to configure.com
|
||
|
||
Document UNTIE. Also tweak implementation to suppress the 'inner references'
|
||
warning when UNTIE exists and instead pass the cound of extra references to
|
||
the UNTIE method.
|
||
|
||
Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
|
||
so that case-ignoring systems like DCL can tell them from
|
||
PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
|
||
|
||
Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
|
||
|
||
Feature ordering tweak.
|
||
|
||
Regen perltoc.
|
||
|
||
Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
|
||
|
||
Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
|
||
|
||
Subject: http:// in L<>
|
||
|
||
Detypo.
|
||
|
||
change#6791 accidentally clobbered change#6710, put it back
|
||
|
||
Only the first line, thank you very much.
|
||
|
||
Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
|
||
plus rework the http: spots as suggested by Tom Christiansen,
|
||
plus regen perltoc.
|
||
|
||
Undo part of change 6489 which looks like a bulk edit which
|
||
changed _all_ gv_efullname3() calls to gv_efullname4() calls.
|
||
The supressing of main:: on return from select() is undesirable.
|
||
|
||
Apparently avoiding the swapping is too costly.
|
||
|
||
Various Configure nits by Philip Newton,
|
||
plus the ebcdic one by me.
|
||
|
||
Make certain cc is set before trying to run it.
|
||
|
||
If overloaded %{} etc. return the object do not loop.
|
||
Thus sub deref { $_[0] } functions if object is wanted type.
|
||
|
||
Update perlhist.
|
||
|
||
More %{} and other deref special casing - do not pass to 'nomethod'.
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 59 files)
|
||
____________________________________________________________________________
|
||
[ 8151] By: gsar on 2000/12/17 19:14:38
|
||
Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
|
||
6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
|
||
|
||
Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
|
||
|
||
Make the epsilon to be relative, not absolute.
|
||
|
||
Put back the flags dump as reasoned in
|
||
Subject: Re: [PATCH] Glob dumping
|
||
|
||
Introduce ccname to keep track of what compiler kind of we have.
|
||
|
||
Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
|
||
|
||
Put back the slice accidentally removed by #6907.
|
||
|
||
Reset archname and archname64 always, forcing them be
|
||
recomputed at each Configure run, make Configure and
|
||
the hints files agree on the naming of largefiles variables.
|
||
|
||
Don't say "Perl 5.0 source kit".
|
||
|
||
Subject: [PATCH] fix misc cast warnings
|
||
|
||
Subject: typos in pods
|
||
|
||
NVs not necessarily doubles, as pointed out by Yitzchak.
|
||
|
||
Subject: [PATCH 6889] add a few ldbl formats to configure.com
|
||
|
||
Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
|
||
|
||
Better options for rsync.
|
||
|
||
Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
|
||
|
||
Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
|
||
|
||
Subject: [PATCH] Re: UNTIE method
|
||
|
||
A better fix for the Socket building problem from Craig Berry.
|
||
|
||
Retract the dummy test, skip the security tests (instead of failing),
|
||
explain what the warnings mean.
|
||
|
||
Heap decorruption.
|
||
Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
|
||
|
||
Update to Unicode 3.0.1.
|
||
|
||
Missed one Unicode file.
|
||
|
||
Subject: Re: typos in pods
|
||
|
||
The #6929 was too skimpy.
|
||
|
||
sscanf() may be the only way to read long doubles from strings.
|
||
|
||
Reveal Borland's isnan.
|
||
Subject: build with BC++ tweak
|
||
|
||
Issue useful diagnostic on unknown pod commands.
|
||
Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
|
||
|
||
Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
|
||
|
||
Clarify the third case of ftmp-security warnings.
|
||
|
||
Make -Dusemorebits find long doubles in Solaris.
|
||
|
||
Wrap the test in eval.
|
||
Branch: maint-5.6/perl
|
||
+> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
|
||
+> lib/unicode/PropList.txt lib/unicode/README.perl
|
||
+> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
|
||
+> lib/unicode/Unicode.301 vms/vmspipe.com
|
||
- lib/unicode/Props.txt lib/unicode/UCD300.html
|
||
- lib/unicode/Unicode.300 lib/unicode/Unicode3.html
|
||
!> (integrate 305 files)
|
||
____________________________________________________________________________
|
||
[ 8146] By: gsar on 2000/12/17 18:09:08
|
||
Log: update Changes
|
||
Branch: maint-5.6/perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 7899] By: gsar on 2000/11/28 06:32:55
|
||
Log: reintegrate files missed by change#7895
|
||
Branch: maint-5.6/perl
|
||
+> ext/ByteLoader/bytecode.h utils/Makefile
|
||
- utils/perlbc.PL
|
||
____________________________________________________________________________
|
||
[ 7897] By: gsar on 2000/11/27 18:22:47
|
||
Log: can't integrate these two files, for some reason
|
||
Branch: maint-5.6/perl
|
||
- ext/ByteLoader/bytecode.h utils/Makefile
|
||
____________________________________________________________________________
|
||
[ 7895] By: gsar on 2000/11/27 18:11:21
|
||
Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
|
||
6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
|
||
6757..6890,6892..6901 from mainline
|
||
|
||
Bytecompiler patches from Benjamin Stuhl.
|
||
|
||
More bytecompiler.
|
||
|
||
Subject: [PATCH blead] B:: missing dependency
|
||
|
||
Subject: [PATCH: 6757] configure.com updates and syslog build
|
||
|
||
Long double Gconvert fixes from Yitzchak Scott-Thoennes
|
||
and Spider Boardman.
|
||
|
||
Subject: [PATCH blead] nextchar() abuse misses an optimisation
|
||
|
||
Long double fixes from Spider Boardman.
|
||
|
||
Make the selection of NVff et al stricter.
|
||
|
||
cSVOPo_*v things index into the current PL_curpad
|
||
under ithreads, which is different from the curpad
|
||
used by the XSUB. (In other words, the code as-is
|
||
before this patch wouldn't work under ithreads.)
|
||
|
||
Be portable.
|
||
|
||
VMS MMS (make) wants null action.
|
||
|
||
Mac and other portability updates from Chris Nandor.
|
||
|
||
Storable support, v-version fixes.
|
||
Subject: CPAN.pm beta for testing available
|
||
|
||
Portability fix from Hugo van der Sanden.
|
||
|
||
Bad makefile.
|
||
|
||
Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
|
||
|
||
Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
|
||
|
||
Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
|
||
|
||
Replace #6705 with a minimal doc patch.
|
||
Subject: [PATCH 5.6.0] replace change #6705
|
||
|
||
Drop the separate perlbc, perlcc -b should be enough.
|
||
|
||
installperl couldn't tell whether it had run tests or not.
|
||
Subject: [PATCH] Re: installperl and t/TEST
|
||
|
||
Add silencer flags to installperl.
|
||
Subject: [PATCH] Making installperl silent.
|
||
|
||
Make "make install" by default silent. A new "install-verbose"
|
||
target is verbose.
|
||
|
||
More liberal parsing of version numbers.
|
||
Subject: Re: CPAN.pm beta for testing available
|
||
|
||
Create directories in silence.
|
||
Subject: [PATCH] Another silencer for MakeMaker
|
||
|
||
DOS patches and portability/porting notes, from Tim Jenness.
|
||
|
||
Make installman to recognize the silence flag -S.
|
||
|
||
Actually do something with the silencer option.
|
||
|
||
Continue silencing.
|
||
|
||
Show the doc file, not the temp file.
|
||
|
||
Regen perltoc.
|
||
|
||
Subject: [PATCH] More silencing of installman.
|
||
|
||
Better wording for the vec lvalue diagnostic.
|
||
Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
|
||
|
||
Subject: [PATCH: 6805] several more tweaks to configure.com
|
||
|
||
Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
|
||
|
||
Missing parts of
|
||
Subject: [PATCH: 6789] some endl fixes for VMS wackiness
|
||
|
||
Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
|
||
(applied slightly modified)
|
||
|
||
installperl --verbose and --silent.
|
||
Subject: Re: [PATCH] More silencing of installman.
|
||
|
||
Add install-silent target.
|
||
|
||
AIX 4.3.3 has SOCKS in libc with a differently named init routine,
|
||
the problem reported in
|
||
Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
|
||
|
||
Tweak the sfio/useperlio logic, hopefully as wished in
|
||
Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
|
||
|
||
One forgotten file from #6816.
|
||
|
||
Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
|
||
|
||
Remove duplicately applied patch shards.
|
||
Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
|
||
|
||
Support preserving extremely big/small angles.
|
||
|
||
Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
|
||
|
||
Subject: [PATCH] installation not quite silent yet.
|
||
|
||
Update the test count.
|
||
|
||
Use UVxf, PTR2UV, NVff.
|
||
|
||
Document PTR2XX and INT2PTR.
|
||
|
||
no-install target a la make -n.
|
||
Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
|
||
|
||
grep -e isn't portable.
|
||
Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
|
||
|
||
Can't get the test to reliably work thanks to the
|
||
inaccurateness of floating point. "Resolves" bug ids
|
||
20000826.003, 20000826.009, 20000826.010,
|
||
|
||
Subject: installman buglet
|
||
|
||
DJGPP update from Laszlo Molnar.
|
||
|
||
Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
|
||
|
||
Passing -R in ldflags makes now it to appear in the default
|
||
for lddlflags, just like with -L.
|
||
Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
|
||
|
||
Test nit.
|
||
|
||
Use the actual thread type, not the pointer-to-struct.
|
||
|
||
Provice virtual $Config{ccflags_nolargefiles} etc.
|
||
|
||
display_format used as a class method without arguments was broken,
|
||
reported in
|
||
Subject: Math::Complex->display_format() sets style to 'Math::Complex'
|
||
|
||
Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
|
||
|
||
Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
|
||
|
||
Subject: [PATCH@6855] _Minor_ change to overload.pm pod
|
||
|
||
opmini.o may be left around if a build is interrupted.
|
||
|
||
Typo in #6858.
|
||
|
||
Fix for ID 20000828.001, long doubles were not formatted
|
||
correctly (showed up in $], which stopped installing perl).
|
||
|
||
An attempt to fix the problem reported in
|
||
Subject: Building perl@6856 using gcc/AIX 4.3.3
|
||
I can't test this properly since the gcc installation I have
|
||
access to seems to be botched (gcc is calling the AIX cpp,
|
||
a losing proposition...)
|
||
|
||
Add -ld to archname on long tr...double platforms.
|
||
|
||
Subject: hv.h Doc Patch
|
||
|
||
Potential cruft.
|
||
|
||
Subject: [PATCH bleedperl@6856] warnings fixes
|
||
|
||
-S is the silent flag, -s is the strip flag.
|
||
Subject: [PATCH] Re: [PATCH] make no-install
|
||
|
||
Take out the SUIDMAIL thing, that will not be
|
||
a problem in 5.7.*.
|
||
|
||
Subject: [PATCH bleedperl@6866] spellings
|
||
|
||
Subject: [PATCH] Re: files not cleaned even by veryclean
|
||
|
||
Use minimal @INC in tests, most of the time just '../lib',
|
||
so that we simply can't pick up stuff from other Perls than
|
||
the one we are testing. Pointed out by
|
||
Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
|
||
|
||
Update to Getopt::Long 2.24, from Johan Vromans.
|
||
|
||
Fix for thinko in #6848.
|
||
Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
|
||
|
||
Patches all over for people and the files they (hopefully) care about.
|
||
|
||
Subject: Net::protoent does not export 'getproto'
|
||
|
||
Missed a change in #6869.
|
||
|
||
Subject: [PATCH] Warnings in B::Deparse
|
||
|
||
Subject: [PATCH] Glob dumping
|
||
|
||
Disable one of the tests for now.
|
||
|
||
Disabling the one test is a bit tricky.
|
||
|
||
Don't forget to tidy up.
|
||
|
||
The #6881 removed one dump line.
|
||
|
||
Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
|
||
|
||
Under usethreads the dumped variable is IN_PAD.
|
||
Subject: Re: [PATCH] Glob dumping
|
||
|
||
Subject: [ID 20000829.026] [PATCH 6868] File::Temp
|
||
|
||
Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
|
||
|
||
Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
|
||
|
||
Regen Configure for #6894.
|
||
|
||
Subject: [PATCH: 6889] updates to perlebcdic.pod
|
||
|
||
Undo namespace pollution of #6878.
|
||
Subject: Re: Net::protoent does not export 'getproto'
|
||
|
||
Admit that we are leaking scalars.
|
||
|
||
Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 271 files)
|
||
____________________________________________________________________________
|
||
[ 7894] By: gsar on 2000/11/27 16:00:34
|
||
Log: a couple of nits
|
||
Branch: maint-5.6/perl
|
||
! MANIFEST pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 7893] By: gsar on 2000/11/27 15:10:56
|
||
Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
|
||
6740..6745,6747..6757,6760
|
||
|
||
Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
|
||
|
||
Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
|
||
|
||
Doc nits spotted by Richard Soderberg.
|
||
|
||
move WNOHANG definition to where other such things are
|
||
|
||
Make $Config{byteorder} more magical so that it is
|
||
dynamically computed: nice for 'fat binaries'.
|
||
Subject: [PATCH]: default byteorder
|
||
|
||
Subject: [PATCH] Cwd.pm now uses strict
|
||
|
||
Subject: Re: [PATCH]Re: Questions about Math::BigFloat
|
||
|
||
Get -DLEAKTEST to compile (not necessarily to work, mind)
|
||
Subject: [ID 20000724.006] -DLEAKTEST problem
|
||
|
||
perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
|
||
|
||
Add perlebcdic from Peter Prymmer, regen toc.
|
||
|
||
Don't propose using modules built for 5.005 if no binary
|
||
compatibility with 5.005 is attempted.
|
||
|
||
Do not use prototyping here.
|
||
Subject: [ID 20000817.016] [PATCH] Peek.xs
|
||
|
||
Document what the backtick returns if the command fails.
|
||
|
||
Add byteorder to the myconfig output.
|
||
|
||
Introduce NVef, NVff, and NVgf, use the middle one.
|
||
(helps for lib/peek + Linux + long doubles) Reported in
|
||
Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
|
||
Use NVs in POSIX math, not doubles.
|
||
Subject: [ID 20000817.014] POSIX & modfl
|
||
|
||
Subject: [PATCH 5.6.0+] newSVrv() memory leak
|
||
|
||
The byteorder code in #6671 was wrong.
|
||
|
||
Fix the lib/complex failure of
|
||
Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
|
||
Linux long double accuracy issue: something that
|
||
when printed with %g looks like "2" but int() of it is 1.
|
||
|
||
Propagate new Configure vars.
|
||
|
||
Unbuffer the output.
|
||
|
||
Subject: [PATCH] perltrap.pod spring cleaning
|
||
|
||
Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
|
||
Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
|
||
|
||
Tiny Getopt::Long patch from Johan Vromans.
|
||
|
||
Document code point which makes if (defined %stash::) to work
|
||
(noted by Spider Boardman).
|
||
|
||
Subject: [PATCH perl@6698] cygwin port
|
||
|
||
Document the NDBM_File and ODBM_File as SDBM_File
|
||
was documented in #6417.
|
||
|
||
The new tests were missing from #6415.
|
||
|
||
Add [[:blank:]] as suggested in
|
||
Subject: [ID 20000716.024] [=cc=] / [:blank:]
|
||
(the [=cc=] has already been taken care of by #6439
|
||
so the whole bug report can be closed)
|
||
and make [[:space:]] to be equivalent to isspace(3)
|
||
(as opposed to \s, which is isSPACE()). The difference
|
||
is that now [[:space:]] matches the mythical vertical tab,
|
||
while \s doesn't.
|
||
|
||
Don't eat leading os from index entries.
|
||
Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
|
||
|
||
Subject: [PATCH 5.6.0+] fix for Win32::DomainName
|
||
|
||
Typo in pp_complement().
|
||
Subject: [PATCH perl-current] Deparse
|
||
|
||
Add warnif(), check warnings further up the stack,
|
||
all the warnings functions now can take an optional object reference.
|
||
Subject: [PATCH bleedperl@6691] warnings pragma update
|
||
|
||
Fix a core dump in lib/selfloader under -DDEBUGGING.
|
||
Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
|
||
|
||
Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
|
||
|
||
Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
|
||
|
||
Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
|
||
Put back the long double avoidance code to POSIX.xs
|
||
because VMS seems to need it still.
|
||
|
||
Introduce a 'veryclean' target that is like 'distclean'
|
||
but also removes *~ and *.orig.
|
||
|
||
Subject: [ID 20000817.023] endianness description in perlfunc.pod
|
||
|
||
Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
|
||
|
||
Let's try #6717 again.
|
||
|
||
UTF8 concat fixes.
|
||
Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
|
||
|
||
pp_open() could pass an uninitialized filename down to do_open9().
|
||
|
||
Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
|
||
|
||
Update to CGI 2.72, from Lincoln Stein.
|
||
|
||
Subject: [PATCH] Silence MakeMaker (Was: installman)
|
||
|
||
Use temporary directory instead of current directory.
|
||
Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
|
||
|
||
Document odd vs even subreleases and -Dusedevel.
|
||
|
||
The veryclean target needs to clobber.
|
||
|
||
Use File::Spec->tmpdir().
|
||
|
||
Document the number of exponent digits.
|
||
|
||
Mention perlebcdic and perlposix-bc.
|
||
|
||
s/this one/the 5.6.0 release/
|
||
|
||
The #6724 is here.
|
||
|
||
The correct cleaning order is an art.
|
||
|
||
small tweaks for change#6705: avoid C++ style comments in C code;
|
||
use Perl's malloc API rather than the low level system one
|
||
|
||
Array context keeps slithering in.
|
||
|
||
Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
|
||
|
||
Subject: [PATCH] os2.c fix for use64bitint
|
||
|
||
Update to Pod::LaTeX 0.53.
|
||
Subject: [PATCH] lib/Pod/LaTeX.pm updates
|
||
|
||
Document the endianness of Alpha more precisely.
|
||
|
||
Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
|
||
|
||
Rename the macro argument because some preprocessors
|
||
can't tell the difference and expand arguments also inside
|
||
double quoted strings.
|
||
|
||
free TLS slot properly on Windows
|
||
|
||
use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
|
||
|
||
Unicos/mk requires elaborate paranoia.
|
||
|
||
Tweak the floating point output routine preferences.
|
||
|
||
Also under djgpp the timestamps are funky.
|
||
|
||
Apply some PodParser 1.18 patches; the Pod/Find.pm
|
||
patches cannot be applied since #6712 conflicts.
|
||
|
||
Use PodParser 1.18 new test.
|
||
|
||
A pod nit.
|
||
Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
|
||
|
||
Be verydeepclean.
|
||
Branch: maint-5.6/perl
|
||
+> pod/perlebcdic.pod
|
||
!> (integrate 106 files)
|
||
____________________________________________________________________________
|
||
[ 7887] By: gsar on 2000/11/27 14:13:05
|
||
Log: integrate changes#6613..6616,6620..6665 from mainline
|
||
|
||
VMS configure.com update continues.
|
||
|
||
Subject: Test fails / warnings with perl-current #6612
|
||
|
||
Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
|
||
|
||
Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
|
||
|
||
For now remove the mail code.
|
||
|
||
Subject: Re: [PATCH] @+, @- readonly
|
||
|
||
Subject: warning: storage class after type is obsolescent
|
||
|
||
Subject: sfio2000
|
||
|
||
Subject: Re: File::Temp problems on VMS in bleedperl
|
||
|
||
README.os2 update.
|
||
Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
|
||
|
||
Make the user to give up his firstborn, err, to knowingly
|
||
verify installing an unstable developer release. Also bump
|
||
the release to 5.7.0, but leave a patch tag in the local
|
||
patches saying that this is not yet the real thing.
|
||
|
||
Update (kinda) to Test 1.14, from Joshua Pritikin.
|
||
|
||
make ok etc also for win32.
|
||
|
||
Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
|
||
|
||
Don't blow limited stacks, a lower number is enough to
|
||
tickle the lookbehind limit.
|
||
|
||
Use -Dusedevel; regen Configure and the respective Porting stuff.
|
||
|
||
Subject: [PATCH] debugger exit code should reflect user exit code
|
||
|
||
Subject: [PATCH perl@6620] cygwin port
|
||
|
||
Missed a file from #6638.
|
||
|
||
Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
|
||
|
||
magic callbacks all need to have same type signature
|
||
|
||
Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
|
||
|
||
Fix a dependency problem.
|
||
Subject: [PATCH: 6640] VMS Makefile.SH update
|
||
|
||
The numeric locale was reset to "C" by s?printf and never restored.
|
||
Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
|
||
No test since adding the failing example to locale.t
|
||
does not fail -- probably because the locale settings are so
|
||
thoroughly tweaked by that time. Running the example standalone
|
||
does fail, though. UPDATE: test case added at change #7540.
|
||
|
||
Subject: [ID 20000324.040] minor fix to perlhpux.pod
|
||
|
||
Update to CPAN 1.57.
|
||
|
||
Subject: [PATCH] Cwd::_backtick_pwd does not check return value
|
||
|
||
Change the perlbug address to perl.org since it's more forgiving.
|
||
|
||
Change the regx compilation error markers to use = instead of <
|
||
since pod makes using the latter quite messy. Reported in
|
||
ID 20000814.006 by Abigail and in
|
||
Subject: Unknown escape E<> ?
|
||
|
||
Update to perldebtut 1.9, from Richard Foley.
|
||
|
||
check that the number pseudo children doesn't exceed
|
||
MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
|
||
the WaitForMultipleObjects() limit that would cause wait()
|
||
to crash)
|
||
wait() and waitpid() could potentially be rewritten to use
|
||
more than one thread to do the waiting to eliminate this
|
||
limitation
|
||
|
||
change#6328 could make close(SOCKET) return false on windows
|
||
when it shouldn't
|
||
|
||
pod nit seen in passing
|
||
|
||
on windows, the return values from wait() and waitpid() don't
|
||
match those of pseudo-pids
|
||
|
||
waitpid() now handles externally spawned pids correctly;
|
||
fixes for backtick/wait/waitpid failures on Windows 9x
|
||
these changes make the pid returned by process functions on
|
||
Windows 9x always positive by clearing the high bit (which
|
||
is always set on Win9x); pseudo-process PIDs are likewise
|
||
always negative now on Win9x (just as on NT/2000)
|
||
|
||
trailing new %ENV entries weren't being pushed into the real
|
||
environment of subprocesses on Windows
|
||
|
||
Tweak the regex compilation errors once more.
|
||
|
||
avoid warnings from dense compiler
|
||
|
||
add "ok" targets from change#6632 in makefile.mk
|
||
Branch: maint-5.6/perl
|
||
- lib/Pod/PlainText.pm vms/configure.com
|
||
!> (integrate 66 files)
|
||
____________________________________________________________________________
|
||
[ 7885] By: gsar on 2000/11/27 13:53:18
|
||
Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
|
||
6610..6611 from mainline
|
||
|
||
Make regular expression parse error messages easier to understand.
|
||
Subject: Re: enhanced(?) regex error messages
|
||
|
||
Tiny tidying on report_evil_fh().
|
||
|
||
Subject: Re: enhanced(?) regex error messages
|
||
plus Capitalize the error messages, plus perldiag them.
|
||
|
||
Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
|
||
|
||
Document here-doc better.
|
||
|
||
Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
|
||
|
||
Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
|
||
Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
|
||
(either perlbug or p5p ate the original), plus regen
|
||
perlapi and perltoc.
|
||
|
||
Regen global.sym.
|
||
|
||
Double check that we have a dirhandle.
|
||
|
||
Subject: Re: enhanced(?) regex error messages
|
||
(plus two small patches sent privately)
|
||
(this still seems to leave few test failures)
|
||
|
||
warn is a macro, avoid using at a variable to avoid warnings
|
||
in some configurations; readdir.t is too conservative in
|
||
estimating number of *.t's
|
||
|
||
Get back into sync with Jeffrey on the enhanced regex warnings.
|
||
|
||
Subject: [PATCH 5.6.0] cygwin port
|
||
|
||
Zero entries were skipped, fix from Adrian Goalby
|
||
<argoalby@yahoo.co.uk>
|
||
|
||
Subject: Remove dead entry in perldiag
|
||
|
||
Amend the description of Perl6.
|
||
Subject: [PATCH Perl-5.6.0] perlfaq1.pod
|
||
|
||
detypo
|
||
|
||
It's the 2ndO'ROSSC.
|
||
|
||
Revert the sv.c part of #6559, a better fix is needed.
|
||
|
||
Iterating perl6 description.
|
||
|
||
Update to Term::ANSIColor 1.03, from Russ Allbery.
|
||
|
||
Update to Getopt::Long 2.23_05, from Johan Vromans.
|
||
|
||
Small AUTHORS and MAINTAIN updates. Could do with big updates.
|
||
|
||
Update to Pod::Parser 1.17, from Brad Appleton.
|
||
|
||
Update to CPAN 1.56, from Andreas K<>nig.
|
||
|
||
Update to CGI 2.70, from Lincoln Stein.
|
||
|
||
Put back the std @INC thing.
|
||
|
||
Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
|
||
Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
|
||
|
||
Document the IO::Select timeout.
|
||
|
||
sleep(1) does not necessarily return 1.
|
||
Subject: [PATCH bleadperl] op/lex_assign.t
|
||
|
||
Subject: debugger "d" command doesnt check line number
|
||
|
||
B::Deparse didn't do sub attributes.
|
||
Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
|
||
|
||
Preprocessing and postprocessing for File::Find.
|
||
Subject: Patch to Find::File.pm to allow alphabetical results
|
||
|
||
Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
|
||
|
||
Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
|
||
|
||
Subject: Re: [ID 20000730.003] utf8::length() bad
|
||
|
||
Subject: Getting perlio and threads to compile
|
||
(the Solaris version changes in Configure skipped)
|
||
|
||
Tests for #6589.
|
||
Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
|
||
|
||
Add Perl debugging tutorial, regen toc.
|
||
Subject: perldebtut.pod
|
||
|
||
Add a few missing files, update MANIFEST.
|
||
|
||
Rewrite of vms/subconfigure.com as configure.com,
|
||
from Peter Prymmer and the vmsperl crew.
|
||
|
||
Should have deleted this in #6603.
|
||
|
||
Fix the test for 5005threads.
|
||
|
||
Fix-n-skip the tests under 5005threads.
|
||
|
||
Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
|
||
|
||
Upgrade to CGI 2.71, from Lincoln Stein.
|
||
Branch: maint-5.6/perl
|
||
+> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
|
||
+> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
|
||
+> t/op/regmesg.t t/pod/find.t vms/configure.com
|
||
- vms/subconfigure.com
|
||
! lib/lib.pm
|
||
!> (integrate 115 files)
|
||
____________________________________________________________________________
|
||
[ 7883] By: gsar on 2000/11/27 11:50:46
|
||
Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
|
||
6511..6513,6515..6523,6525..6536
|
||
|
||
The swallow_bom() saga continues. The #23 of require.t
|
||
(UTF16-LE) still fails (silently, no output) but the #22
|
||
(UTF16-BE) seems to be working now. The root of the
|
||
failure may be in sv_gets(): is it UTF-16LE-aware,
|
||
especially when it comes to line endings?
|
||
|
||
Document the problem with -P in HP-UX and its workaround.
|
||
|
||
Subject: [PATCH] allow non-variable as lhs of non-updating tr///
|
||
(aka ID 20000730.002)
|
||
|
||
Subject: fix and question re: waitpid() under win32
|
||
|
||
Make the safety catch for buggy gccs work with triple version
|
||
numbers like 2.95.2. Reported in
|
||
Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
|
||
|
||
In Digital UNIX warn if gcc explicitly chosen because even
|
||
2.95.2 is known to cause problems.
|
||
|
||
Make chr() for values >127 to create utf8 when under utf8.
|
||
|
||
various syntax errors and such (not fixed: comp/require.t#22 coredump
|
||
on Windows)
|
||
|
||
Stash away the largefiles flags and libswanted.
|
||
|
||
BOM patching from Simon Cozens.
|
||
|
||
If gccosandvers is equal to osname, clear gccosandvers.
|
||
|
||
Make p4desc to skip non-mainperl branches by default.
|
||
|
||
Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
|
||
|
||
The test from this
|
||
Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
|
||
|
||
In new BSDs changes to argv[] do not show up in ps(1) output,
|
||
instead one must use setproctitle(). This was already addressed
|
||
by change #6457, but the below has a new variant for FreeBSD 4.0
|
||
or later, and the matter is also documented more.
|
||
|
||
FreeBSD 3.* updates from
|
||
Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
|
||
|
||
regen_headers, regen perltoc.
|
||
|
||
Document in one place the memory abstractions used in Perl core.
|
||
|
||
memcpy has n o in it, as pinted ut by Sarathy.
|
||
|
||
Remove the extraneous "main::" prefix from all the
|
||
"opened only for", "on closed", and "never opened" warnings.
|
||
|
||
The name of a filehandle does not have <these>.
|
||
|
||
The tr utf8 patching continues.
|
||
|
||
The new setproctitle() feature is available only in
|
||
bleeding edge FreeBSD. From Paul Saab.
|
||
|
||
Subject: [PATCH bleadperl] [ID 20000731.010] regex error
|
||
|
||
Dump UVs as UVs in Data::Dumper.
|
||
|
||
detypo #6494
|
||
|
||
Document the IVdf UVuf UVof UVxf.
|
||
|
||
require.t needs binmode() to work on windows
|
||
|
||
Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
|
||
that are hopefully soon put into use.
|
||
|
||
Allow "no Module;" even if there is no 'unimport'.
|
||
|
||
Better skip message for the test; one of the two problems in
|
||
Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
|
||
|
||
The subtest 4 may fail also on VOBS, as pointed out
|
||
by Nick Ing-Simmons in November 1999, bug id 19991124.003
|
||
(but the failure in that bug report isn't the subtest 4).
|
||
|
||
Be more informative on what is skipped and why,
|
||
also repeat the list at the end.
|
||
|
||
Add a URL for FSF.
|
||
|
||
Subject: [PATCH] sv.h documentation - SvLEN
|
||
|
||
Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
|
||
|
||
Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
|
||
|
||
Subject: [PATCH] bad cppsymbols on os2 + Configure question
|
||
|
||
Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
|
||
|
||
Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
|
||
mention the idea of @( and @)
|
||
|
||
This is 6512. Really.
|
||
|
||
Subject: [ID 19990721.004] Documentation bug in perlfunc
|
||
|
||
Subject: Minor tweak to perlvar.pod
|
||
|
||
In the warnings call filehandles consistently so;
|
||
add "unopened" warning for stat().
|
||
|
||
After the #6519 a warning about stat() is just that,
|
||
not about a filetest, which now have their own warning.
|
||
|
||
Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
|
||
|
||
Subject: Re: Array vs. List context
|
||
|
||
Subject: New perlcc, take 2
|
||
|
||
Weed buglets pointed out by
|
||
Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
|
||
|
||
gcc versions might have (parentheses) in them.
|
||
|
||
Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
|
||
|
||
Essential prototype changes were missing from #6527.
|
||
Also make report_evil_fh() more bomb-proof.
|
||
|
||
Zap lib/Sys directory when cleaning up.
|
||
|
||
Change the Policy policy: now -Dprefix= with an existing
|
||
Policy.sh and prefix == siteprefix == vendorprefix, then all
|
||
of them follow along the new prefix.
|
||
Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
|
||
|
||
Continue fixing the io warnings. This also
|
||
sort of fixes bug ID 20000802.003: the core dump
|
||
is no more. Whether the current behaviour is correct
|
||
(giving a warning: "Not a format reference"), is another matter.
|
||
|
||
Have symbols for the IoTYPEs.
|
||
|
||
Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
|
||
|
||
Document a bit that UDP is not what you might think.
|
||
Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
|
||
tr memory corruption fix from Simon Cozens.
|
||
|
||
Plug the security hole described in the Aug 05 2000 bugtraq message
|
||
"sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
|
||
The security hole exists only in suidperls, which isn't
|
||
installed or even built by default.
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 71 files)
|
||
____________________________________________________________________________
|
||
[ 7882] By: gsar on 2000/11/27 10:25:36
|
||
Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
|
||
from mainline
|
||
|
||
Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
|
||
to be fatal errors (instead of by default ignoring them, and
|
||
ignoring with a bug: even though -w gave an error, the opening [
|
||
was left in) Reported in:
|
||
|
||
Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
|
||
|
||
Subject: [PATCH] split /^/
|
||
|
||
MacOS nits from Matthias Neeracher.
|
||
|
||
More split() doc and test patches from Mike Guy.
|
||
|
||
Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
|
||
from Graham Barr in the module list.
|
||
|
||
docfix from Peter Scott <Peter@PSDT.com>.
|
||
|
||
File::Temp patches for VMS and OS/2 from Tim Jenness.
|
||
|
||
open() wariness in perlbug.
|
||
|
||
Subject: [PATCH] minor doc change - perlguts
|
||
|
||
Subject: Minor doc patch: handy.h
|
||
|
||
Be wary of close()s, too.
|
||
|
||
Further File::Temp patches from Yitzchak Scott-Thoennes
|
||
and Craig A. Berry.
|
||
|
||
Subject: [PATCH] fixes bug 20000508.004
|
||
|
||
Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
|
||
|
||
Allow "no AutoLoader;", based on change #6444,
|
||
suggested by Graham Barr.
|
||
|
||
Use setproctitle() if available to modify $0.
|
||
|
||
Warn if the version of the operating system used to compile gcc
|
||
differs from the current version of the operating system.
|
||
Also display the gcc compilation os and version in myconfig.
|
||
Inspiration from
|
||
|
||
Tiny fixes for #6460.
|
||
|
||
The problem described in this
|
||
Subject: [ID 20000322.018] named chars aren't magical enough
|
||
has been fixed in perl 5.6.0 but just in case added a test
|
||
to keep it away. (The report from Joseph Hall.)
|
||
|
||
Tune the comments and hopefully stop a memory leak.
|
||
|
||
Subject: UTF8 concat
|
||
(with a memory leak fixed, plus a few casts added)
|
||
This also seems to help for
|
||
Subject: [ID 20000716.015] join UTF8 weirdness
|
||
|
||
Do not upgrade SVs into utf8 just because they participate
|
||
in eq or cmp. Reported and fix suggested in
|
||
Subject: [ID 20000720.009] sv_eq UTF8 bug
|
||
|
||
Fix the HALF_UPGRADE() macro introduced in #6263.
|
||
|
||
Find green threads before native threads.
|
||
Subject: Re: Patch to jpl/JNI/Makefile.PL
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 7846] By: gsar on 2000/11/24 00:55:57
|
||
Log: integrate changes#6415..6418,6420..6438 from mainline
|
||
|
||
Fix the bitvector ops for utf8 (tricky since past 7 bits
|
||
the utf8 'characters' can be more than one octet).
|
||
|
||
MPE/ix updates for perl 5.6.0 from Mark Bixby.
|
||
|
||
Subject: SDBM_File documentation
|
||
|
||
Detypo.
|
||
|
||
Decutandpasto.
|
||
|
||
Send all installperl messages to STDERR and be -w clean.
|
||
|
||
Out-of-date note removed.
|
||
|
||
Protect against "wild next"s, that is, callbacks doing "next"
|
||
instead of "return".
|
||
|
||
Use STDOUT consistently.
|
||
|
||
The output might have been produced in the wrong order.
|
||
|
||
A missing 'break' after the [[:space:]] switch case.
|
||
|
||
Add tests for
|
||
[ID 19991110.003] another matching finding by pcre author
|
||
which has already been fixed by some patch, as verified in
|
||
|
||
Documentation to explain the behaviour of map().
|
||
|
||
Add an optimization for map-maps-a-list-element-to-more-list-elements
|
||
case, but add also notes explaining the relationship of this
|
||
patch and the earlier notes by Sarathy.
|
||
|
||
Subject: [ID 20000716.023] syslog test fails without sockets
|
||
|
||
Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
|
||
Test cases for #6431.
|
||
|
||
File::Spec::VMS fixup for tmpdir from Craig Berry.
|
||
|
||
Make the "uninit variable" warning to say "concat or string"
|
||
or "join or string" when in concat or join .
|
||
|
||
Get UTF16 BOMs working. Patch from
|
||
Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
|
||
|
||
Subject: [PATCH] Make large file tests deal with SIGXFSZ
|
||
|
||
Subject: [ID 20000724.003] Documentation changes for perllocale.pod
|
||
|
||
Subject: [PATCH] av.c apidoc
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 43 files)
|
||
____________________________________________________________________________
|
||
[ 7845] By: gsar on 2000/11/24 00:20:45
|
||
Log: integrate changes#6406..6414 from mainline
|
||
|
||
Merge perlhacktut into perlhack, update perlguts.
|
||
|
||
Fix AutoSplit to use File::Spec the right way in VMS,
|
||
from Peter Prymmer.
|
||
|
||
The bug report
|
||
[ID 19991110.002] minimal matching discrepancy found by pcre author
|
||
seems to have been fixed (though differently from what was suggested
|
||
in the report) in 5.6.0. Add tests to keep the bug from reappearing.
|
||
|
||
thinko fix in vms/descrip_mms.template, the win32.pod in lib,
|
||
not in pod, from Peter Prymmer
|
||
|
||
Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
|
||
From: Hugo <hv@crypt.compulink.co.uk>
|
||
Date: Fri, 14 Jul 2000 23:05:20 +0100
|
||
Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
|
||
|
||
Didn't anymore apply, but that point still could use another fix.
|
||
|
||
lib/b test fixes from Peter Prymmer.
|
||
|
||
More docs for sv functions.
|
||
|
||
perlvms.pod whitespace cleanup to keep pod utils happy.
|
||
|
||
another VMS build tweak from Peter Prymmer
|
||
Branch: maint-5.6/perl
|
||
!> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
|
||
!> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
|
||
!> vms/descrip_mms.template vms/perlvms.pod
|
||
____________________________________________________________________________
|
||
[ 7799] By: gsar on 2000/11/22 01:02:56
|
||
Log: some lib_pm.PL changes snuck in via change#7772
|
||
Branch: maint-5.6/perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 7781] By: gsar on 2000/11/20 19:02:55
|
||
Log: type mismatch due to faulty integration
|
||
Branch: maint-5.6/perl
|
||
! toke.c win32/Makefile
|
||
____________________________________________________________________________
|
||
[ 7780] By: gsar on 2000/11/20 17:31:55
|
||
Log: integrate changes#6392,6394..6399,6401..6404
|
||
|
||
The {multiplier} of a fixed substring was overlooked which
|
||
caused a wrong initial search offset for that substring.
|
||
|
||
Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
|
||
From: Hugo <hv@crypt.compulink.co.uk>
|
||
Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
|
||
Date: Thu, 13 Jul 2000 19:27:13 +0100
|
||
|
||
Fix the BOM bug: not a byteorder bug, a signedness bug.
|
||
|
||
Replace change #6337 with a better one.
|
||
|
||
Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
|
||
From: Hugo <hv@crypt.compulink.co.uk>
|
||
Date: Fri, 14 Jul 2000 04:16:20 +0100
|
||
Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
|
||
|
||
MakeMaker should not remove editor backups (*~) on `make clean`
|
||
by default (completes change#6383)
|
||
|
||
move new variables to the end of the interpreter structure (for
|
||
bincompat in code that doesn't #include XSUB.h)
|
||
|
||
rename totally bletcherous SvLOCK() thingy (doesn't do what the
|
||
name suggests anyway)
|
||
|
||
various cleanups (typos, misformatted code, and small bugs)
|
||
|
||
typecasts needed for change#6394
|
||
|
||
typos in change#6399, regen headers
|
||
|
||
inconsistent types needs casts
|
||
|
||
PERL_OBJECT build tweaks
|
||
Branch: maint-5.6/perl
|
||
!> MANIFEST doop.c embed.h embed.pl embedvar.h
|
||
!> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
|
||
!> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
|
||
!> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
|
||
!> toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 7779] By: gsar on 2000/11/20 17:06:29
|
||
Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
|
||
|
||
Cosmetics and perldelta.
|
||
|
||
Fix nits noticed by Boston.pm.
|
||
|
||
Do the cc sanity check both before the hints and
|
||
after the cc selction.
|
||
|
||
get sprintf.t to adjust properly for 3-digit exponents
|
||
|
||
don't clobber *.orig files on *clean targets
|
||
|
||
fix bugs in processing %v-*d and similar format specs (from
|
||
Avi Finkel <avi@finkel.org>)
|
||
|
||
sprintf test tweaks (from Dominic Dunlop)
|
||
|
||
new selfloader.t in change#6183 doesn't close DATA handles,
|
||
and thus fails to clean up tmp files on dosish platforms
|
||
|
||
typos (spotted by Peter Prymmer)
|
||
|
||
typo fix from Craig Berry
|
||
Branch: maint-5.6/perl
|
||
!> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
|
||
!> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
|
||
!> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
|
||
!> x2p/Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 7778] By: gsar on 2000/11/20 16:46:51
|
||
Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
|
||
|
||
Subject: Re: format bug report [Patch]
|
||
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
|
||
Date: Wed, 05 Jul 2000 13:12:52 +0200
|
||
Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
|
||
|
||
Subject: Re: format bug report [Patch]
|
||
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
|
||
Date: Wed, 05 Jul 2000 14:10:01 +0200
|
||
Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
|
||
|
||
Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
|
||
Date: Fri, 07 Jul 2000 17:57:16 +0100
|
||
|
||
Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
|
||
To: perl5-porters@perl.org
|
||
From: Karsten Sperling <spiff@phreax.net>
|
||
Date: Mon, 10 Jul 2000 15:12:52 +0200
|
||
Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
|
||
|
||
README.posix-bc podified from Thomas Dorner.
|
||
|
||
Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
|
||
From: Dominic Dunlop <domo@computer.org>
|
||
Date: Tue, 11 Jul 2000 12:27:33 +0200
|
||
Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
|
||
|
||
Typo in #6341.
|
||
|
||
Fix for
|
||
Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
|
||
From: Roderick Schertler <roderick@argon.org>
|
||
Date: Tue, 11 Jul 2000 13:55:05 -0400
|
||
Message-Id: <200007111755.NAA05077@jones.argon.org>
|
||
|
||
Minor cleanups on the booklist.
|
||
|
||
Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
|
||
regen perltoc.
|
||
|
||
windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
|
||
Branch: maint-5.6/perl
|
||
+> pod/perlbook.pod
|
||
!> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
|
||
!> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
|
||
!> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 7772] By: gsar on 2000/11/20 13:06:23
|
||
Log: integrate changes#6315..6319,6321..6331,6333..6338
|
||
|
||
Integrate with Sarathy, preliminary fix for unicos
|
||
alignment problems in [ID 20000612.002] Perl problem on Cray system.
|
||
|
||
some debugger output does not go to the socket when RemotePort is set
|
||
|
||
winsock cleanup never done on Windows (leads to handle leaks)
|
||
|
||
fix UNC path handling on Windows under ithreads, and chdir()
|
||
return value when given a non-existent directory
|
||
|
||
Autogenerate pod/Makefile and pod/buildtoc.
|
||
buildtoc also checks whether the existin pods are
|
||
mentioned in MANIFEST and perl.pod, and vice versa.
|
||
(None of the thusly found discrepancies fixed yet.)
|
||
roffitall also needs to be autogenerated similarly but it
|
||
seems so badly out of date that I didn't touch it yet.
|
||
|
||
Config is being used.
|
||
|
||
Add =head1 NAMEs so that buildtoc is happy.
|
||
(The CGI::Util nit reported to Lincoln.)
|
||
|
||
Fix complaints of buildtoc.
|
||
|
||
Fix the alignment problem in Crays ([ID 20000612.002]).
|
||
|
||
Remove perlbook, update perlfaq book listing,
|
||
rearrange perl.pod, regenerate perltoc.
|
||
|
||
Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
|
||
was cast to an unsigned (32-bit) integer with wild abandon.
|
||
|
||
winsock options weren't being set in all threads under ithreads
|
||
(caused send()s from second and subsequent threads to fail)
|
||
|
||
accept() leaks memory on windows due to incorrect ordering of
|
||
closesocket() and fclose() calls
|
||
|
||
Reorder perl.pod once more.
|
||
|
||
More POSIX.pod tweaks.
|
||
|
||
Sprinkle ldlibpath.
|
||
|
||
Precedence goof, fix based on
|
||
Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
|
||
From: Hugo <hv@crypt.compulink.co.uk>
|
||
Date: Tue, 11 Jul 2000 12:52:38 +0100
|
||
Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
|
||
|
||
Subject: PATCH perlguts.pod: Document D and d magic types
|
||
From: mjd@plover.com
|
||
Date: 5 Jul 2000 18:01:51 -0000
|
||
Message-ID: <20000705180151.29413.qmail@plover.com>
|
||
|
||
Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
|
||
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
|
||
Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
|
||
Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
|
||
|
||
Subject: [PATCH cfgperl] $& segfaults if you trick it
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 7 Jul 2000 11:26:09 GMT
|
||
Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
|
||
|
||
Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
|
||
From: Hugo <hv@crypt.compulink.co.uk>
|
||
Date: Tue, 11 Jul 2000 12:44:50 +0100
|
||
Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
|
||
|
||
Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Date: Tue, 11 Jul 2000 13:50:51 +0100
|
||
Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
|
||
Branch: maint-5.6/perl
|
||
+> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
|
||
+> pod/buildtoc.PL
|
||
- pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
|
||
!> (integrate 26 files)
|
||
____________________________________________________________________________
|
||
[ 7771] By: gsar on 2000/11/20 12:31:42
|
||
Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
|
||
6310,6311,6314
|
||
|
||
Subject: [PATCH bleedperl] File::Spec 0.82 beta
|
||
From: Barrie Slaymaker <barries@jester.slaysys.com>
|
||
Date: Wed, 28 Jun 2000 11:35:29 -0400
|
||
Message-Id: <200006281535.LAA21095@jester.slaysys.com>
|
||
|
||
tweak perlembed for multiplicity/usethreads sanity; correct notes
|
||
about Windows
|
||
|
||
localize %INC in a Safe compartment so that use/require work
|
||
(many other magic globals probably need similar treatment)
|
||
|
||
dounwind() may cause POPSUB() to diddle the wrong PL_curpad
|
||
when @_ is modified, causing coredumps
|
||
|
||
slurp mode fix in change#4736 still not quite right
|
||
|
||
Point to perlipc for more SysV IPC examples.
|
||
|
||
Elaborate POSIX.pod. Still needs work.
|
||
|
||
fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
|
||
|
||
fix large memory leak that has been around for ever, masked by
|
||
-DPURIFY (most of the arenas were never freed!)
|
||
|
||
fix memory leak on Windows (PL_sys_intern contents were never
|
||
freed)
|
||
|
||
PERL_OBJECT build tweak
|
||
|
||
adjust change#6299
|
||
|
||
remove rel2abs prototypes (from Barrie Slaymaker)
|
||
|
||
missing perldiag entry for unpack("w",...) diagnostic (from
|
||
Andreas Koenig)
|
||
|
||
better diagnostic on Frob->stuff() when Frob:: doesn't exist
|
||
(from Richard Soderberg <rs@oregonnet.com>)
|
||
|
||
Win32 patches for cfgperl from Sarathy.
|
||
|
||
b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
|
||
|
||
More POSIX.pod embellishment.
|
||
|
||
tyop in change#6306
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 44 files)
|
||
____________________________________________________________________________
|
||
[ 7770] By: gsar on 2000/11/20 11:51:00
|
||
Log: integrate changes#6268..6282 from cfgperl branch
|
||
|
||
Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
|
||
From: Dominic Dunlop <domo@computer.org>
|
||
Date: Thu, 29 Jun 2000 12:32:39 +0200
|
||
Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
|
||
|
||
Regen headers for #6261 (and update embed.pl for this) and #6267,
|
||
silence few compiler warnings.
|
||
|
||
Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
|
||
From: Nicholas Clark <nick@talking.bollo.cx>
|
||
Date: Fri, 23 Jun 2000 16:21:15 +0100
|
||
Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
|
||
|
||
Subject: PATCH pod/perltie.pod
|
||
From: Ian Phillipps <Ian.Phillipps@iname.com>
|
||
Date: Fri, 16 Jun 2000 00:17:19 +0100
|
||
Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
|
||
(only the first hunk, the second hunk had already been done
|
||
by some other patch)
|
||
|
||
Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
|
||
From: Tom Phoenix <rootbeer@redcat.com>
|
||
Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
|
||
Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
|
||
|
||
Subject: [PATCH] xsub attributes
|
||
From: Doug MacEachern <dougm@covalent.net>
|
||
Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
|
||
|
||
Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
|
||
Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
|
||
|
||
Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
|
||
From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
|
||
Date: Tue, 13 Jun 2000 02:43:48 -0500
|
||
Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
|
||
|
||
Subject: [PATCH] Re: eval documentation: context
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Date: Mon, 12 Jun 2000 15:07:29 +0100
|
||
Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
|
||
|
||
Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Date: Mon, 12 Jun 2000 14:55:59 +0100
|
||
Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
|
||
|
||
Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
|
||
From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
|
||
Date: Fri, 09 Jun 2000 12:39:27 -0400
|
||
Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
|
||
(plus update the version "number" of Text::Wrap)
|
||
|
||
Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
|
||
From: Tim Ayers <tayers@bridge.com>
|
||
Date: Thu, 08 Jun 2000 08:11:06 +0200
|
||
Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
|
||
[resent by Richard Foley, Message-Id probably wrong]
|
||
|
||
Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
|
||
From: rspier@pobox.com (Robert Spier)
|
||
Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
|
||
Message-ID: <14654.31913.845602.610277@rls.cx>
|
||
|
||
Subject: [PATCH 5.6.0] utils/h2xs.PL
|
||
From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
|
||
Date: Wed, 7 Jun 2000 04:02:04 -0500
|
||
Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
|
||
|
||
Subject: [PATCH 5.6.0]ITHREADs for VMS
|
||
From: Dan Sugalski <dan@sidhe.org>
|
||
Date: Tue, 06 Jun 2000 11:59:50 -0400
|
||
Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 31 files)
|
||
____________________________________________________________________________
|
||
[ 7769] By: gsar on 2000/11/20 11:29:06
|
||
Log: integrate changes#6261..6266 from cfgperl
|
||
|
||
Subject: Re: [PATCH cfgperl] BOMs away!
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 17 Jun 2000 11:49:57 GMT
|
||
Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
|
||
|
||
Subject: 5.6.0 Patch for EPOC
|
||
From: Olaf Flebbe <o.flebbe@gmx.de>
|
||
Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
|
||
Message-ID: <23449.960929969@www11.gmx.net>
|
||
|
||
tr fixes from Simon Cozens
|
||
|
||
Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
|
||
From: Marty Lucich <marty@netcom.com>
|
||
Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
|
||
Message-Id: <200006282116.OAA11148@netcom.com>
|
||
ccdlflags update (the BSD/OS 4.1 part had already been taken
|
||
care of by #6141).
|
||
|
||
Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
|
||
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
|
||
Date: Wed, 28 Jun 2000 17:50:12 -0700
|
||
Message-ID: <E1pW5gzkg2kV092yn@efn.org>
|
||
|
||
Subject: [PATCH 5.6.0] cygwin port
|
||
Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
|
||
From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
Date: Thu, 29 Jun 2000 12:58:29 +0100
|
||
Branch: maint-5.6/perl
|
||
!> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
|
||
!> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
|
||
!> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
|
||
!> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
|
||
____________________________________________________________________________
|
||
[ 7768] By: gsar on 2000/11/20 11:13:44
|
||
Log: integrate changes#6252..6256,6259..6260
|
||
|
||
Paranoia tweak on #6249.
|
||
Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
|
||
From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
|
||
Date: Sun, 25 Jun 2000 23:43:12 -0400
|
||
Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
|
||
|
||
Subject: tr///, help wanted.
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 28 Jun 2000 11:29:04 GMT
|
||
Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
|
||
|
||
small thinko tweaks
|
||
|
||
tweaks from Simon Conzes to further fix tr/// under utf8
|
||
|
||
perlnewmod was missing from MANIFEST.
|
||
|
||
Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 17 Jun 2000 11:56:44 GMT
|
||
Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
|
||
pack U0, pack C0
|
||
Branch: maint-5.6/perl
|
||
!> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
|
||
!> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
|
||
!> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
|
||
!> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 7767] By: gsar on 2000/11/20 10:51:38
|
||
Log: integrate change#6250 from cfgperl
|
||
|
||
Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
|
||
From: Doug MacEachern <dougm@covalent.net>
|
||
Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
|
||
Branch: maint-5.6/perl
|
||
+> t/op/my_stash.t
|
||
!> MANIFEST embed.pl global.sym proto.h toke.c
|
||
____________________________________________________________________________
|
||
[ 7766] By: gsar on 2000/11/20 10:48:34
|
||
Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
|
||
|
||
Subject: [ID 20000626.007] h2xs man page contains trailing garbage
|
||
From: Nicholas Clark <nick@Bagpuss.unfortu.net>
|
||
Date: Mon, 26 Jun 2000 18:40:14 +0100
|
||
Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
|
||
|
||
Subject: [PATCH] bytes<->utf8 fixes
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 26 Jun 2000 04:55:45 GMT
|
||
Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
|
||
|
||
Subject: [PATCH] is_utf8_string
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 26 Jun 2000 02:25:59 GMT
|
||
Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
|
||
|
||
Subject: [PATCH] avoid mg_ptr in '*' magic
|
||
From: Doug MacEachern <dougm@covalent.net>
|
||
Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
|
||
|
||
Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
|
||
From: Nicholas Clark <nick@Bagpuss.unfortu.net>
|
||
Date: Sat, 24 Jun 2000 13:06:20 +0100
|
||
Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
|
||
|
||
Allow for standalone testing.
|
||
|
||
Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
|
||
From: Mark-Jason Dominus <mjd@plover.com>
|
||
Date: Tue, 27 Jun 2000 22:36:42 -0400
|
||
Message-ID: <20000628023642.12166.qmail@plover.com>
|
||
|
||
Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
|
||
From: Frank Tobin <ftobin@uiuc.edu>
|
||
Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
|
||
Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
|
||
Branch: maint-5.6/perl
|
||
!> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
|
||
!> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
|
||
!> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
|
||
!> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
|
||
!> utf8.c utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 7765] By: gsar on 2000/11/20 10:29:13
|
||
Log: integrate change#6239 from cfgperl
|
||
|
||
Configure maintenance. Sever some dependency cycles,
|
||
separate gccversion from the cc unit,
|
||
address [ID 20000623.006] Configure script patch for using gcc on AIX
|
||
(but solve it a little bit differently),
|
||
unduplex some accidentally duplicated units,
|
||
suggest using gcc if no cc available
|
||
(p5p thread: "Solaris configure: counterproposal", 1999-09)
|
||
Branch: maint-5.6/perl
|
||
!> Configure Todo-5.6 config_h.SH
|
||
____________________________________________________________________________
|
||
[ 7764] By: gsar on 2000/11/20 10:25:55
|
||
Log: integrate changes#6233..6238 from cfgperl
|
||
|
||
Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
|
||
From: Mark-Jason Dominus <mjd@plover.com>
|
||
Date: Fri, 16 Jun 2000 20:53:04 -0400
|
||
Message-ID: <20000617005304.8008.qmail@plover.com>
|
||
|
||
Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
|
||
because when run as services (Win32ese for daemons)
|
||
no environment variables are set and tmpdir ends up as /tmp,
|
||
which is ambiguous.
|
||
Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
|
||
From: matt@sergeant.org
|
||
Date: 16 Jun 2000 16:30:43 -0000
|
||
Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
|
||
|
||
The thread begun by
|
||
Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
|
||
From: Kevin.Ruscoe@ubsw.com
|
||
Date: Fri, 16 Jun 2000 16:38:51 +0100
|
||
Message-Id: <H000019b03c300d6@MHS>
|
||
|
||
Tweak embed.pl, regen headers.
|
||
|
||
Subject: [PATCH 5.6.0] XS module loading fixup for VMS
|
||
From: Dan Sugalski <dan@sidhe.org>
|
||
Date: Fri, 23 Jun 2000 17:00:00 -0400
|
||
Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 27 files)
|
||
____________________________________________________________________________
|
||
[ 7763] By: gsar on 2000/11/20 10:08:08
|
||
Log: s/perl56delta/perldelta/g
|
||
Branch: maint-5.6/perl
|
||
! pod/Makefile
|
||
____________________________________________________________________________
|
||
[ 7762] By: gsar on 2000/11/20 10:04:00
|
||
Log: integrate changes#6225,6229,6231,6232 from cfgperl
|
||
|
||
Add source code filenames to apidoc.
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Subject: [PATCH embed.pl] Source X-ref
|
||
Date: 22 Jun 2000 02:18:49 GMT
|
||
Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
|
||
|
||
Subject: README.hpux version 0.6.1
|
||
Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
|
||
From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
|
||
Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
|
||
|
||
Subject: [PATCH 5.6.0] cygwin port
|
||
From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
Date: Tue, 20 Jun 2000 14:30:58 +0100
|
||
Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
|
||
|
||
Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Date: 19 Jun 2000 15:18:27 GMT
|
||
Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
|
||
|
||
plus update pod/Makefile and regenerate perltoc
|
||
Branch: maint-5.6/perl
|
||
+> pod/perlutil.pod
|
||
!> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
|
||
!> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 7344] By: gsar on 2000/10/16 09:30:21
|
||
Log: integrate change#6220 from cfgperl
|
||
|
||
Win32 patches from Benjamin Stuhl.
|
||
Branch: maint-5.6/perl
|
||
!> makedef.pl win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 7343] By: gsar on 2000/10/16 08:32:19
|
||
Log: integrate changes#6221,6222 from cfgperl
|
||
|
||
Remove tr///CU (the feature is to be obsoleted by better interfaces).
|
||
From: simon@brecon.co.uk (Simon Cozens)
|
||
Subject: [PATCH] Eliminate tr///[CU][CU]
|
||
Date: 23 Jun 2000 11:05:40 GMT
|
||
Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
|
||
|
||
doc typo fix
|
||
Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
|
||
From: Ian Phillipps <Ian.Phillipps@iname.com>
|
||
Date: Fri, 23 Jun 2000 10:40:58 +0100
|
||
Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
|
||
Branch: maint-5.6/perl
|
||
!> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 7342] By: gsar on 2000/10/16 08:28:08
|
||
Log: integrate change#6217 from cfgperl (in part)
|
||
|
||
Rename the fdpid locking and integrate with Sarathy.
|
||
Branch: maint-5.6/perl
|
||
!> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
|
||
!> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
|
||
!> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
|
||
!> win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 7341] By: gsar on 2000/10/16 08:23:39
|
||
Log: integrate changes#6214..6216 from mainline
|
||
|
||
@_ can't have junk in it even in the non-USE_ITHREADS case because
|
||
caller() wants to populate @DB::args with it (causes a coredump
|
||
in Carp::confess())
|
||
|
||
tweak comment about @DB::args
|
||
|
||
be more optimal about clearing @_
|
||
Branch: maint-5.6/perl
|
||
!> av.h cop.h pp_ctl.c t/op/runlevel.t
|
||
____________________________________________________________________________
|
||
[ 7340] By: gsar on 2000/10/16 08:20:37
|
||
Log: integrate changes#6207..6210 from cfgperl
|
||
|
||
Subject: [PATCH 5.6.0] Threadsafe patches
|
||
From: Dan Sugalski <dan@sidhe.org>
|
||
To: perl5-porters@perl.org
|
||
Date: Mon, 08 May 2000 18:08:13 -0400
|
||
Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
|
||
|
||
Regen headers for #6207.
|
||
|
||
Lock PL_fdpid against race conditions, based on:
|
||
Subject: [PATCH 5.6.0]subprocess fixup for threads
|
||
From: Dan Sugalski <dan@sidhe.org>
|
||
To: perl5-porters@perl.org
|
||
Date: Tue, 11 Apr 2000 17:02:32 -0400
|
||
Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
|
||
|
||
Mopup for #6207 and #6209.
|
||
Branch: maint-5.6/perl
|
||
!> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
|
||
!> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
|
||
!> win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 7339] By: gsar on 2000/10/16 08:14:34
|
||
Log: integrate change#6203 from cfgperl
|
||
|
||
perldiag should refer to perlos2.pod not README.os2
|
||
Branch: maint-5.6/perl
|
||
!> pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 7338] By: gsar on 2000/10/16 08:11:42
|
||
Log: integrate change#6201 from mainline
|
||
|
||
Perl_eval_pv() leaks 4 bytes every time it is called because it
|
||
does a PUSHMARK that's never ever POPMARKed; in general, only
|
||
Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
|
||
Perl_eval_[sp]v() don't because they don't take any incoming
|
||
arguments (this leak has been around since the original version
|
||
of perl_eval_pv() in 5.003_97e)
|
||
Branch: maint-5.6/perl
|
||
!> perl.c
|
||
____________________________________________________________________________
|
||
[ 7337] By: gsar on 2000/10/16 08:08:47
|
||
Log: integrate changes#6197..6200 from cfgperl
|
||
|
||
Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
|
||
From: John Borwick <jhborwic@unity.ncsu.edu>
|
||
Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
|
||
Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
|
||
|
||
Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
|
||
From: Dan Sugalski <dan@sidhe.org>
|
||
To: vmsperl@perl.org, perl5-porters@perl.org
|
||
Date: Fri, 02 Jun 2000 16:00:41 -0400
|
||
Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
|
||
Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
|
||
|
||
Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
|
||
From: Dan Sugalski <dan@sidhe.org>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Date: Fri, 02 Jun 2000 17:30:51 -0400
|
||
Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
|
||
|
||
Update to cperl-mode.el 4.31 from
|
||
ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
|
||
Subject: A couple of notes
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Date: Sat, 3 Jun 2000 23:33:32 -0400
|
||
Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
|
||
Branch: maint-5.6/perl
|
||
!> emacs/cperl-mode.el embed.h embed.pl embedvar.h
|
||
!> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
|
||
!> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
|
||
!> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
|
||
!> vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 7336] By: gsar on 2000/10/16 08:03:46
|
||
Log: integrate changes#6194,6195 from mainline
|
||
|
||
fix small eval"" memory leaks under USE_ITHREADS
|
||
|
||
fix yet another eval"" leak under USE_ITHREADS
|
||
Branch: maint-5.6/perl
|
||
!> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
|
||
!> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
|
||
!> vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 7335] By: gsar on 2000/10/16 08:02:15
|
||
Log: integrate changes#6190,6191 from mainline
|
||
|
||
submit missing embed.pl change
|
||
|
||
vec() loses numericalness (modified version of patch suggested
|
||
by Robin Barker)
|
||
Branch: maint-5.6/perl
|
||
!> doop.c embed.pl t/op/vec.t
|
||
____________________________________________________________________________
|
||
[ 7334] By: gsar on 2000/10/16 08:01:03
|
||
Log: integrate change#6189 from mainline
|
||
|
||
counting tr/// corrupts later operation (from M.J.T Guy)
|
||
Branch: maint-5.6/perl
|
||
!> doop.c t/op/tr.t
|
||
____________________________________________________________________________
|
||
[ 7333] By: gsar on 2000/10/16 07:59:07
|
||
Log: integrate changes#6183..6188 from mainline
|
||
|
||
SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
|
||
<nick@ccl4.org>)
|
||
|
||
tweak for change#6127
|
||
|
||
remove incorrect documentation about implicit split to @_ in
|
||
list context, which never really worked in perl 5 (from
|
||
M.J.T. Guy)
|
||
|
||
further qualify references to "alphanumeric" (from Wolfgang Laun
|
||
<wolfgang.laun@alcatel.at>)
|
||
|
||
replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
|
||
(from Tim Jenness <t.jenness@jach.hawaii.edu>)
|
||
|
||
h2xs tweaks
|
||
Branch: maint-5.6/perl
|
||
+> lib/Pod/LaTeX.pm t/lib/selfloader.t
|
||
!> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
|
||
!> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
|
||
!> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
|
||
!> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
|
||
!> pod/pod2latex.PL utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 7332] By: gsar on 2000/10/16 07:53:52
|
||
Log: integrate change#6179 from mainline
|
||
|
||
buggy modulus on UVs introduced by change#3378 (resulted in
|
||
4063328477 % 65535 amounting to 27406, instead of 27407)
|
||
Branch: maint-5.6/perl
|
||
!> pp.c t/op/arith.t
|
||
____________________________________________________________________________
|
||
[ 7331] By: gsar on 2000/10/16 07:52:49
|
||
Log: integrate changes#6176,6177,6178,6182 from cfgperl
|
||
|
||
Single-quoted utf8 patch from Simon Cozens.
|
||
|
||
Substitution utf8 patch from Simon Cozens.
|
||
|
||
Be cleaner.
|
||
|
||
Be Cleaner Part Deux.
|
||
Branch: maint-5.6/perl
|
||
!> Makefile.SH pp_hot.c toke.c
|
||
____________________________________________________________________________
|
||
[ 7330] By: gsar on 2000/10/16 07:41:36
|
||
Log: integrate change#6172 from mainline
|
||
|
||
fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
|
||
(from Ilya Zakharevich)
|
||
Branch: maint-5.6/perl
|
||
!> regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 7329] By: gsar on 2000/10/16 07:40:25
|
||
Log: integrate change#6171 from mainline
|
||
|
||
scalar() doesn't force scalar context when used in void context
|
||
(from Simon Cozens)
|
||
Branch: maint-5.6/perl
|
||
!> op.c t/op/wantarray.t
|
||
____________________________________________________________________________
|
||
[ 7328] By: gsar on 2000/10/16 07:39:33
|
||
Log: integrate change#6170 from mainline
|
||
|
||
change#6142 needs tweaks to tests to work where there's no
|
||
symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
|
||
Branch: maint-5.6/perl
|
||
!> t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 7327] By: gsar on 2000/10/16 07:35:34
|
||
Log: integrate changes#6166..6168 from cfgperl
|
||
|
||
Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
|
||
in case somebody wants to write an extension for more
|
||
shadow database interfaces.
|
||
|
||
tweak todo
|
||
|
||
Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
|
||
Branch: maint-5.6/perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
|
||
!> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
|
||
!> vos/config_h.SH_orig win32/config.bc win32/config.gc
|
||
!> win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
|
||
____________________________________________________________________________
|
||
[ 7326] By: gsar on 2000/10/16 07:29:05
|
||
Log: integrate changes#6157,6159..6161,6164 from cfgperl
|
||
|
||
Regen Configure to jive with #6149.
|
||
|
||
Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
|
||
|
||
Changes for the File::Temp 0.08 (change #6159) test suite
|
||
to fit better into the Perl distribution test framework.
|
||
|
||
Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
|
||
both from Simon Cozens.
|
||
|
||
detypo
|
||
Branch: maint-5.6/perl
|
||
+> pod/perlmodlib.PL pod/perlnewmod.pod
|
||
!> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
|
||
!> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
|
||
!> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
|
||
!> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
|
||
____________________________________________________________________________
|
||
[ 7325] By: gsar on 2000/10/16 07:25:13
|
||
Log: integrate change#6158 from vmsperl
|
||
|
||
Add fallback to tmpfile for use in cases where user's relying on
|
||
ACLs on SYS$SCRATCH to permit file creation. (based on Charles
|
||
Lane's patch)
|
||
Branch: maint-5.6/perl
|
||
!> vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 7324] By: gsar on 2000/10/16 07:20:50
|
||
Log: integrate changes#6153..6155 from mainline
|
||
|
||
prettier Test::Harness output on failed tests (from Nicholas Clark
|
||
<nick@Bagpuss.uk.boo.com>)
|
||
|
||
avoid type mismatch warning
|
||
|
||
small bug in change#6144; remove random \xA0 character that snuck
|
||
in via change#6145
|
||
Branch: maint-5.6/perl
|
||
!> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
|
||
!> perl.c
|
||
____________________________________________________________________________
|
||
[ 7323] By: gsar on 2000/10/16 07:18:47
|
||
Log: integrate changes#6151,6152 from mainline
|
||
|
||
fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
|
||
|
||
cosmetic fixups of RE debug output (from Ilya Zakharevich)
|
||
Branch: maint-5.6/perl
|
||
!> regexec.c
|
||
____________________________________________________________________________
|
||
[ 7322] By: gsar on 2000/10/16 07:17:25
|
||
Log: integrate changes#6146..6150 from mainline
|
||
|
||
doc typo
|
||
|
||
add a make entry to Config.pm so "perl -V:make" works on VMS
|
||
(from Peter Prymmer)
|
||
|
||
close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
|
||
|
||
OS/2 tweaks for usethreads build (from Rocco Caputo
|
||
<troc@netrus.net>)
|
||
|
||
perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
|
||
Branch: maint-5.6/perl
|
||
!> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
|
||
!> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
|
||
!> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
|
||
!> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
|
||
!> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
|
||
!> warnings.pl x2p/a2p.h
|
||
____________________________________________________________________________
|
||
[ 7321] By: gsar on 2000/10/16 07:14:02
|
||
Log: integrate changes#6143..6145 from mainline
|
||
|
||
MacOS support, part 1 (from Matthias Neeracher
|
||
<neeri@iis.ee.ethz.ch>)
|
||
|
||
MacOS support, part 2: make AutoSplit use File::Spec instead
|
||
of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
|
||
<neeri@iis.ee.ethz.ch>)
|
||
|
||
make xsubpp skip embedded pod (from Matthias Neeracher
|
||
<neeri@iis.ee.ethz.ch>)
|
||
Branch: maint-5.6/perl
|
||
+> ext/DynaLoader/dl_mac.xs
|
||
!> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
|
||
!> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
|
||
!> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
|
||
!> pp_ctl.c proto.h toke.c util.c util.h
|
||
____________________________________________________________________________
|
||
[ 7320] By: gsar on 2000/10/16 07:12:13
|
||
Log: integrate changes#6141,6142 from mainline
|
||
|
||
BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
|
||
forwarded by Peter Seebach from the bsdi-users mailing list.
|
||
p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
|
||
|
||
File::Find fails to chdir when chasing symlinks (from
|
||
Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
|
||
Branch: maint-5.6/perl
|
||
!> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 7319] By: gsar on 2000/10/16 07:04:30
|
||
Log: integrate change#6139 from mainline
|
||
|
||
revise mktables.PL for bugs and newness in Unicode 3.0
|
||
(from James Bence <jbence@amgen.com>)
|
||
Branch: maint-5.6/perl
|
||
+> (branch 30 files)
|
||
!> (integrate 49 files)
|
||
____________________________________________________________________________
|
||
[ 7318] By: gsar on 2000/10/16 07:01:01
|
||
Log: integrate changes#6137,6138 from mainline
|
||
|
||
fix bogus redeclaration warning for "our" variables in different
|
||
scopes
|
||
|
||
add note about the handling of negative indices to tied arrays
|
||
(from Michael G Schwern <schwern@pobox.com>)
|
||
Branch: maint-5.6/perl
|
||
!> op.c pod/perltie.pod t/pragma/strict-vars
|
||
____________________________________________________________________________
|
||
[ 7317] By: gsar on 2000/10/16 06:58:46
|
||
Log: integrate changes#6127..6136 from mainline
|
||
|
||
call_method(...,G_EVAL) can longjmp() out if the method probing
|
||
failed (from Gisle Aas)
|
||
|
||
new perlxstut example for passing/returning refs to arrays
|
||
(from David Lowe <dlowe@pootpoot.com>)
|
||
|
||
VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
|
||
|
||
fix places that mean C<"word" character> but say C<alphanumeric
|
||
character>
|
||
|
||
avoid warnings in POSIX.pm (from Barrie Slaymaker)
|
||
|
||
warnings::enabled() doesn't fall back to looking at $^W if
|
||
caller isn't using lexical warnings (from Paul Marquess)
|
||
|
||
elide bogus test in change#6132
|
||
|
||
make Test::Harness use wait.h/WCOREDUMP if available
|
||
(from Ben Tilly <ben_tilly@hotmail.com>)
|
||
|
||
enable Test::Harness to dynamically determine column width etc.
|
||
(from Rob Napier <rnapier@employees.org>)
|
||
|
||
random pod typos (from Peter Scott <Peter@PSDT.com>)
|
||
Branch: maint-5.6/perl
|
||
!> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
|
||
!> lib/Test/Harness.pm perl.c pod/perldebguts.pod
|
||
!> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
|
||
!> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
|
||
____________________________________________________________________________
|
||
[ 7316] By: gsar on 2000/10/16 06:53:23
|
||
Log: integrate change#6126 from mainline
|
||
|
||
change#2879 broke rvalue autovivification of magicals such as
|
||
${$num} (reworked variant of patch suggested by Simon Cozens)
|
||
Branch: maint-5.6/perl
|
||
!> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
|
||
!> pp_hot.c proto.h t/op/gv.t
|
||
____________________________________________________________________________
|
||
[ 7315] By: gsar on 2000/10/16 06:51:38
|
||
Log: integrate changes#6123,6125 from mainline
|
||
|
||
clarify gotcha with #line directives (from Rocco Caputo
|
||
<troc@netrus.net>)
|
||
|
||
enable propagating exception objects via Perl_croak() in XS code
|
||
(from Gisle Aas)
|
||
Branch: maint-5.6/perl
|
||
!> pod/perldebug.pod pod/perlsyn.pod util.c
|
||
____________________________________________________________________________
|
||
[ 7314] By: gsar on 2000/10/16 06:49:28
|
||
Log: integrate change#6122 from mainline
|
||
|
||
downgrade fatal error on C<"foo@nosucharray.com"> to optional
|
||
warning (from Mark-Jason Dominus)
|
||
Branch: maint-5.6/perl
|
||
!> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
|
||
!> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
|
||
!> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
|
||
!> toke.c
|
||
____________________________________________________________________________
|
||
[ 7313] By: gsar on 2000/10/16 06:46:54
|
||
Log: integrate changes#6112..6121 from vmsperl
|
||
|
||
Check for existence of file before trying to delete
|
||
|
||
Ugly workaround for version-specific RTL error
|
||
|
||
Urk -- undo previous removal of vmsish 'exit' change
|
||
|
||
Add bounds checking for several strings (Charles Lane)
|
||
|
||
Miscellaneous cosmetic fixes (Charles Lane)
|
||
|
||
Treat sockets as special in sys(read|write) (Charles Lane et al.)
|
||
|
||
Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
|
||
Flatten case labels in switch statements uniformly (Charles Bailey)
|
||
|
||
Quiet error messages in vmsish.t (Charles Lane)
|
||
|
||
Add missing escape (Charles Lane)
|
||
|
||
Allow eliminate_macros() and fixpath() to handle space-delimited
|
||
lists (based on fixes by Craig Berry)
|
||
Branch: maint-5.6/perl
|
||
!> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
|
||
!> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
|
||
!> vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 7312] By: gsar on 2000/10/16 06:41:18
|
||
Log: integrate changes#6107,6110 from cfgperl
|
||
|
||
Tweak the todo list.
|
||
|
||
todo tweak
|
||
Branch: maint-5.6/perl
|
||
!> Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 7311] By: gsar on 2000/10/16 06:38:38
|
||
Log: integrate changes#6104,6108 from mainline
|
||
|
||
PL_sys_intern was being initialized too late on windows
|
||
|
||
reenable fake signal handling on Windows, bugs and all
|
||
Branch: maint-5.6/perl
|
||
!> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
|
||
!> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
|
||
!> win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 7310] By: gsar on 2000/10/16 06:36:03
|
||
Log: integrate changes#6095,6097..6103 from cfgperl
|
||
|
||
Introduce NV_PRESERVED_BITS. Not yet used anywhere but
|
||
might be useful in future.
|
||
|
||
Add a note about possible compilation problems from Allen Smith.
|
||
|
||
Add a note about other, yet unsupported, shadow password APIs.
|
||
|
||
Tweaks for the cc bugs from Allen Smith.
|
||
|
||
More compilation tweakery from Allen Smith.
|
||
|
||
Hints and test tweaks for Unicos.
|
||
|
||
The test suite tweak in #6101 wasn't quite right.
|
||
|
||
Test tweaking for Unicos continues.
|
||
Branch: maint-5.6/perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
|
||
!> t/lib/complex.t t/op/64bitint.t
|
||
____________________________________________________________________________
|
||
[ 7309] By: gsar on 2000/10/16 06:29:41
|
||
Log: integrate changes#6093,6094 from mainline
|
||
|
||
fork() failure to create pseudo process sets errno=EAGAIN and returns
|
||
undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
|
||
|
||
cygwin update (from Eric Fifer <efifer@sanwaint.com>)
|
||
Branch: maint-5.6/perl
|
||
!> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
|
||
!> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
|
||
____________________________________________________________________________
|
||
[ 7308] By: gsar on 2000/10/16 06:27:29
|
||
Log: integrate change#6092 from cfgperl
|
||
|
||
Regen perltoc with the fixed buildtoc.
|
||
Branch: maint-5.6/perl
|
||
!> pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 7307] By: gsar on 2000/10/16 06:26:40
|
||
Log: integrate changes#6089,6090 from mainline
|
||
|
||
buildtoc tweak to fix newline lossage
|
||
|
||
concat doesn't preserve utf8-ness, and doesn't invalidate
|
||
[NI]OK; added tests for both
|
||
Branch: maint-5.6/perl
|
||
!> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
|
||
____________________________________________________________________________
|
||
[ 7306] By: gsar on 2000/10/16 06:24:05
|
||
Log: integrate change#6088 from cfgperl
|
||
|
||
Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
|
||
because we do not use those. The HAS_GETSPNAM remains,
|
||
though, because we still do use that.
|
||
Branch: maint-5.6/perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
|
||
!> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
|
||
!> vos/config_h.SH_orig win32/config.bc win32/config.gc
|
||
!> win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
|
||
____________________________________________________________________________
|
||
[ 7305] By: gsar on 2000/10/16 06:15:52
|
||
Log: integrate changes#6084,6085,6087 from mainline
|
||
|
||
substr() does not preserve utf8-ness (from Stefan Eissing
|
||
<Eissing@medicaldataservice.de>); added tests
|
||
|
||
repeat operator (x) doesn't preserve utf8-ness
|
||
|
||
reverse() and quotemeta() weren't preserving utf8-ness; add tests
|
||
Branch: maint-5.6/perl
|
||
!> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
|
||
____________________________________________________________________________
|
||
[ 7304] By: gsar on 2000/10/16 06:13:10
|
||
Log: integrate changes#6077..6083 from mainline
|
||
|
||
avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
|
||
and Tom Phoenix)
|
||
|
||
workaround for CRT bug in chdir() (from Charles Lane, via
|
||
Peter Prymmer)
|
||
|
||
remove outdated kludge in Carp (NULLs are permitted in diagnostics
|
||
now)
|
||
|
||
add File::Temp v0.08 from CPAN, with small tweaks to testsuite
|
||
(from Tim Jenness <t.jenness@jach.hawaii.edu>)
|
||
|
||
better default perlbug categories for ok reports (from Richard Foley)
|
||
|
||
peek.t non-portable to ithreads
|
||
|
||
note about undocumented caller() return value (from M.J.T. Guy);
|
||
yet another peek.t tweak
|
||
Branch: maint-5.6/perl
|
||
+> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
|
||
+> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
|
||
!> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
|
||
!> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
|
||
!> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
|
||
!> vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 7303] By: gsar on 2000/10/16 06:03:18
|
||
Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
|
||
6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
|
||
|
||
&HUGE_VAL is not defined, it exists.
|
||
|
||
Do not warn that an infinity does not look like a number.
|
||
|
||
Rewrite the pwent/spent logic to be a little bit more clearer.
|
||
|
||
Continue on the pwent/spent case.
|
||
|
||
Correct Freudian slip.
|
||
|
||
Use HUGE_VALL if applicable.
|
||
|
||
pwent/spent #ifdef imbalance.
|
||
|
||
Infinite problems.
|
||
|
||
Call getspnam() only iff needd.
|
||
|
||
Test both the scalar and list contexts.
|
||
|
||
Use setxxent()/endxxent().
|
||
|
||
Complex tweakery.
|
||
|
||
Unicos hint tweak.
|
||
|
||
Be more forgiving in POSIX about HUGE_VALL.
|
||
|
||
Detypo.
|
||
|
||
The search of infinity continues, this time simplified.
|
||
|
||
The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
|
||
in natively 64-bit platforms where a long is a quad (no need
|
||
for long longs). Also added bias for IVs.
|
||
|
||
Complex tweaks.
|
||
|
||
Introduce t/lib/peek.t.
|
||
|
||
Make the test more portable.
|
||
Branch: maint-5.6/perl
|
||
+> t/lib/peek.t
|
||
! pp_sys.c
|
||
!> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
|
||
!> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
|
||
!> t/op/pwent.t toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 7302] By: gsar on 2000/10/16 05:03:37
|
||
Log: integrate changes#6066..6071 from mainline
|
||
|
||
s/END/CHECK/
|
||
|
||
replace direct call to sighandler() with (*PL_sighandlerp)()
|
||
|
||
note about values()
|
||
|
||
File::Spec compatibility update (from Barrie Slaymaker
|
||
<barries@slaysys.com>)
|
||
|
||
remove misleading comment (from M.J.T. Guy)
|
||
|
||
misformatted perllocal.pod (from Tim Jenness
|
||
<t.jenness@jach.hawaii.edu>)
|
||
Branch: maint-5.6/perl
|
||
!> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
|
||
!> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
|
||
!> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
|
||
!> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 7301] By: gsar on 2000/10/16 05:00:08
|
||
Log: integrate changes#6061..6063 from mainline
|
||
|
||
change#5921 neglected to make eq honor "use bytes"
|
||
|
||
additional tests for utf8.t
|
||
|
||
tokeq() could read unallocated field in argument
|
||
Branch: maint-5.6/perl
|
||
!> sv.c t/pragma/utf8.t toke.c
|
||
____________________________________________________________________________
|
||
[ 7300] By: gsar on 2000/10/16 04:56:54
|
||
Log: integrate changes#6046,6048,6057,6058 from mainline
|
||
|
||
libscheck has insufficient checks for n32 libs (from
|
||
Albert Chin-A-Young <china@thewrittenword.com>)
|
||
|
||
add note about how $( doesn't interpolate in REs (from
|
||
Philip Newton <newton@ficus.frogspace.net>)
|
||
|
||
fix broken parsing of /\x{ab}/
|
||
|
||
printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
|
||
(spotted by Donald Kinzer <dkinzer@premia.com>)
|
||
Branch: maint-5.6/perl
|
||
!> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
|
||
!> t/pragma/utf8.t
|
||
____________________________________________________________________________
|
||
[ 7299] By: gsar on 2000/10/16 04:52:50
|
||
Log: integrate change#6044 from mainline
|
||
|
||
change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
|
||
such that underscores are only ignored in literal numbers,
|
||
"\x{...}", and hex/oct argument
|
||
Branch: maint-5.6/perl
|
||
!> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 7298] By: gsar on 2000/10/16 04:50:53
|
||
Log: integrate changes#6027..6043 from mainline
|
||
|
||
podlators-1.02 update (from Russ Allbery)
|
||
|
||
Pod::Man generates groff-incompatible macro definition (from
|
||
Tom Christiansen)
|
||
|
||
add CGI.pm v2.66 (from Lincoln Stein)
|
||
|
||
introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
|
||
for @- and @+ (from Johan Vromans)
|
||
|
||
small nits in diagnostics.pm (from Robin Barker)
|
||
|
||
whitespace adjustments
|
||
|
||
missing files in MANIFEST
|
||
|
||
cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
|
||
to compensate
|
||
|
||
remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
|
||
|
||
perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
|
||
Branch: maint-5.6/perl
|
||
+> lib/CGI/Util.pm t/lib/cgi-pretty.t
|
||
!> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
|
||
!> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
|
||
!> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
|
||
!> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
|
||
!> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
|
||
!> t/lib/cgi-html.t t/lib/cgi-request.t
|
||
____________________________________________________________________________
|
||
[ 7297] By: gsar on 2000/10/16 04:44:30
|
||
Log: integrate change#6025 from mainline
|
||
|
||
Is{Alnum,Alpha,Word} don't match titlecase
|
||
TODO: IsSpace is defined recursively!
|
||
(both spotted by Larry)
|
||
Branch: maint-5.6/perl
|
||
!> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
|
||
!> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 7296] By: gsar on 2000/10/16 04:39:30
|
||
Log: integrate change#6023 from mainline
|
||
|
||
debugger stomps on $. (from M.J.T. Guy)
|
||
Branch: maint-5.6/perl
|
||
!> lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 7295] By: gsar on 2000/10/16 04:38:02
|
||
Log: integrate change#6022 from mainline
|
||
|
||
unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
|
||
Branch: maint-5.6/perl
|
||
!> sv.c
|
||
____________________________________________________________________________
|
||
[ 7294] By: gsar on 2000/10/16 04:37:05
|
||
Log: integrate changes#6018..6021 from mainline
|
||
|
||
make lib/syslog.t portable to systems that don't have _PATH_LOG,
|
||
make _PATH_LOG() return "" if unavailable
|
||
|
||
windows portability tweaks
|
||
|
||
test tweak
|
||
|
||
remove Win2K issue in pod (fixed by change#6020)
|
||
Branch: maint-5.6/perl
|
||
!> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
|
||
!> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
|
||
!> t/lib/open3.t t/lib/syslog.t win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 7293] By: gsar on 2000/10/16 04:20:00
|
||
Log: integrate changes#6013..6015 from mainline
|
||
|
||
tweak change#5945 to display correct switch name in diagnostic
|
||
|
||
glob() loading File::Glob behind the scenes may cause syntax errors
|
||
|
||
tweak test for portability
|
||
Branch: maint-5.6/perl
|
||
!> op.c perl.c pod/perldiag.pod t/lib/b.t
|
||
____________________________________________________________________________
|
||
[ 7292] By: gsar on 2000/10/16 04:18:11
|
||
Log: integrate changes#6005..6010 from mainline, cfgperl
|
||
|
||
perldoc might fail via "use blib" (from Hugo van der Sanden)
|
||
|
||
Regen Configure.
|
||
|
||
note about compile failures and END blocks (from M.J.T. Guy)
|
||
|
||
VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
|
||
|
||
(change#6009 integrated earlier in change#7255)
|
||
|
||
clarify note about shadow password support (from
|
||
gellyfish@gellyfish.com)
|
||
Branch: maint-5.6/perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
|
||
!> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 7291] By: gsar on 2000/10/16 04:12:03
|
||
Log: integrate changes#6002,6003 from mainline
|
||
|
||
destructive sv_setsv() can lose UV-ness from source, causing
|
||
numeric promotions/comparisons to fail to do the right thing
|
||
|
||
allow REG_EXPAND_SZ keys in Windows registry (from
|
||
John Clayton <John.Clayton@barclayscapital.com>)
|
||
Branch: maint-5.6/perl
|
||
!> sv.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 7290] By: gsar on 2000/10/16 04:10:19
|
||
Log: integrate change#6001 from mainline
|
||
|
||
support additional library locations via $Config{otherlibdirs}
|
||
(from Andy Dougherty)
|
||
Branch: maint-5.6/perl
|
||
!> Configure INSTALL Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH epoc/config.sh perl.c
|
||
!> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
|
||
!> win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 7289] By: gsar on 2000/10/16 04:08:28
|
||
Log: integrate change#5999 from mainline
|
||
|
||
fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
|
||
Branch: maint-5.6/perl
|
||
!> t/pragma/warn/toke toke.c
|
||
____________________________________________________________________________
|
||
[ 7288] By: gsar on 2000/10/16 04:07:01
|
||
Log: integrate changes#5997,5998 from cfgperl
|
||
|
||
Preserve $!.
|
||
|
||
Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
|
||
Branch: maint-5.6/perl
|
||
!> lib/Math/Complex.pm
|
||
____________________________________________________________________________
|
||
[ 7287] By: gsar on 2000/10/16 04:04:37
|
||
Log: integrate change#5995 from mainline
|
||
|
||
fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
|
||
Branch: maint-5.6/perl
|
||
!> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
|
||
____________________________________________________________________________
|
||
[ 7286] By: gsar on 2000/10/16 04:03:21
|
||
Log: integrate change#5994 from mainline
|
||
|
||
fix for missed accounting for null byte in pack("Z",...) (from
|
||
M.J.T. Guy)
|
||
Branch: maint-5.6/perl
|
||
!> pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 7285] By: gsar on 2000/10/16 04:02:11
|
||
Log: integrate changes#5989..5993 from mainline
|
||
|
||
qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
|
||
itself and no other (from Tom Hughes)
|
||
|
||
use $ENV{LIB} to search for libs under Visual C compiler
|
||
on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
|
||
|
||
posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
|
||
|
||
pod nit (from Simon Cozens)
|
||
|
||
various minor tweaks seen on p5p
|
||
Branch: maint-5.6/perl
|
||
!> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
|
||
!> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
|
||
!> t/op/array.t toke.c
|
||
____________________________________________________________________________
|
||
[ 7284] By: gsar on 2000/10/16 03:59:00
|
||
Log: integrate changes#5978..5988 from mainline
|
||
|
||
sync version numbers in File::Spec with the ones on CPAN
|
||
(from Barrie Slaymaker)
|
||
|
||
under useithreads, constant pad entries could inadvertantly be
|
||
shared across threads (from Eric Blood <eblood@xmission.com>);
|
||
added Eric's test case to testsuite
|
||
|
||
allow Configure -S to run non-interactively (spotted by Greg Hudson
|
||
<ghudson@mit.edu>)
|
||
|
||
rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
|
||
prototype mismatch with CORE::glob(); update pod and tests to
|
||
suit (File::Glob::glob() is still available for backward
|
||
compatibility, but should be considered deprecated)
|
||
|
||
avoid error in IO::Socket::INET when given an unknown service name
|
||
with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
|
||
|
||
numeric conversion of non-number in change#3378 tramples on
|
||
OOK offset, causing segfaults
|
||
|
||
attributes::reftype() doesn't work on tied argument
|
||
|
||
forked child may not exit correctly if it failed to open
|
||
/dev/console (from Graham Barr)
|
||
|
||
add regular expressions tutorial and quick-start guide (from
|
||
Mark Kvale <kvale@phy.ucsf.edu>)
|
||
|
||
B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
|
||
|
||
s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
|
||
<paul@miraclefish.com>)
|
||
Branch: maint-5.6/perl
|
||
+> pod/perlrequick.pod pod/perlretut.pod
|
||
!> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
|
||
!> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
|
||
!> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
|
||
!> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
|
||
!> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
|
||
!> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
|
||
!> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
|
||
!> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
|
||
____________________________________________________________________________
|
||
[ 7283] By: gsar on 2000/10/16 03:52:14
|
||
Log: integrate change#5977 from mainline
|
||
|
||
autoquote barewords followed by newline and arrow properly
|
||
(variant of fix suggested by Rick Delaney and M.J.T. Guy)
|
||
Branch: maint-5.6/perl
|
||
!> t/pragma/warn/toke toke.c
|
||
____________________________________________________________________________
|
||
[ 7282] By: gsar on 2000/10/16 03:50:48
|
||
Log: integrate change#5976 from mainline
|
||
|
||
DB_File v1.73 update (from Paul Marquess)
|
||
Branch: maint-5.6/perl
|
||
!> ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
!> ext/DB_File/DB_File.xs ext/DB_File/version.c
|
||
____________________________________________________________________________
|
||
[ 7281] By: gsar on 2000/10/16 03:49:14
|
||
Log: integrate change#5975 from mainline
|
||
|
||
allow sort() reentrancy (variant of patch suggested by
|
||
Hugo van der Sanden)
|
||
Branch: maint-5.6/perl
|
||
!> pp_ctl.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 7280] By: gsar on 2000/10/16 03:48:22
|
||
Log: integrate change#5974 from mainline
|
||
|
||
change#4197 somehow missed initializing PL_errors, meaning
|
||
syntax error queueing wasn't working outside eval"" at all;
|
||
also fixed eval"" to localize PL_error_count, so that compile-time
|
||
eval's don't clobber the error state of the outer context
|
||
Branch: maint-5.6/perl
|
||
!> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
|
||
!> t/pragma/warn/toke
|
||
____________________________________________________________________________
|
||
[ 7279] By: gsar on 2000/10/16 03:46:21
|
||
Log: integrate change#5973 from mainline
|
||
|
||
fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
|
||
Branch: maint-5.6/perl
|
||
!> regcomp.c regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 7278] By: gsar on 2000/10/16 03:44:54
|
||
Log: integrate change#5971 from cfgperl
|
||
|
||
Unicos tweaks from Mark P. Lutz.
|
||
Branch: maint-5.6/perl
|
||
!> hints/unicos.sh lib/Math/Complex.pm
|
||
____________________________________________________________________________
|
||
[ 7277] By: gsar on 2000/10/16 03:42:59
|
||
Log: integrate changes#5966..5970 from mainline
|
||
|
||
add testsuite for B backends, fix bug in B::Deparse (from
|
||
Simon Cozens <simon@brecon.co.uk>)
|
||
|
||
improved docs on the warn_uninit diagnostic (from David Glasser
|
||
and Simon Cozens)
|
||
|
||
tolerate spaces in group names in test on solaris (from David Boyce
|
||
<dsb@boyski.com>)
|
||
|
||
fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
|
||
|
||
Data::Dumper fumbles negative numbers on 32-bit platforms where
|
||
IV is >32bits
|
||
Branch: maint-5.6/perl
|
||
+> t/lib/b.t t/lib/syslog.t
|
||
!> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
|
||
!> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
|
||
!> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
|
||
____________________________________________________________________________
|
||
[ 7276] By: gsar on 2000/10/16 03:39:30
|
||
Log: integrate change#5965 from mainline
|
||
|
||
avoid "will not stay shared" warnings for our variables (from
|
||
Robin Barker)
|
||
Branch: maint-5.6/perl
|
||
!> op.c t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 7275] By: gsar on 2000/10/16 03:38:18
|
||
Log: integrate change#5964 from mainline
|
||
|
||
reformat to 72 columns (again)
|
||
Branch: maint-5.6/perl
|
||
!> pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 7274] By: gsar on 2000/10/16 03:36:58
|
||
Log: integrate change#5963 from mainline
|
||
|
||
patch from Larry to make (\&) prototype work; added tests for
|
||
the same
|
||
Branch: maint-5.6/perl
|
||
!> op.c t/comp/proto.t
|
||
____________________________________________________________________________
|
||
[ 7273] By: gsar on 2000/10/16 03:35:51
|
||
Log: integrate changes#5956..5962 from mainline
|
||
|
||
better diagnostics on failed tests (from Ilya Zakharevich)
|
||
|
||
pod nits (from A. C. Yardley <yardley@tanet.net>)
|
||
|
||
change#3569 deleted some essential code, revert; avoid use of
|
||
atexit() to make DynaLoader work properly on AIX under mod_perl
|
||
(from Jens-Uwe Mager <jum@helios.de>)
|
||
|
||
doubled words in pods (from Simon Cozens
|
||
<simon.p.cozens@jp.pwcglobal.com>)
|
||
|
||
better INSTALL notes on Solaris issues (from Dominic Dunlop)
|
||
|
||
recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
|
||
|
||
updated README.hpux (from Jeff Okamoto)
|
||
Branch: maint-5.6/perl
|
||
!> INSTALL README.hpux emacs/cperl-mode.el
|
||
!> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
|
||
!> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
|
||
!> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
|
||
!> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
|
||
!> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
|
||
!> t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 7272] By: gsar on 2000/10/16 03:31:22
|
||
Log: integrate change#5955 from mainline
|
||
|
||
longstanding bug exposed by change#3307: sort arguments weren't
|
||
compiled with the right wantarray context (ensuing runtime lookup
|
||
via block_gimme() was getting the incidental context of the
|
||
sort() itself)
|
||
Branch: maint-5.6/perl
|
||
!> op.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 7271] By: gsar on 2000/10/16 03:29:11
|
||
Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
|
||
branch
|
||
|
||
Flatten the cpp jungle doing the nosuid checking.
|
||
|
||
Do not assume sign propagation. (from M.J.T. Guy)
|
||
|
||
Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
|
||
|
||
Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
|
||
Now pp_ncmp() returns undef is either operand is a NaN.
|
||
|
||
On second thoughts frexp() does have two arguments.
|
||
|
||
Document that tr() is not tr(1).
|
||
|
||
Be more robust on "extreme" (large absolute value)
|
||
arguments. Originally reported by Daniel Connelly
|
||
as a problem with asinh() on large negative arguments,
|
||
asinh() used to bail out because an argument to log()
|
||
ended up being zero. Ilya Zakharevich proposed using
|
||
Taylor's series in such cases, which for such large
|
||
arguments is a very good approximation.
|
||
|
||
Undo "use integer" addition from 64bitint as it seems
|
||
to break most of the subtests in Digital UNIX;
|
||
Unicos needs to find another way.
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 29 files)
|
||
____________________________________________________________________________
|
||
[ 7270] By: gsar on 2000/10/16 03:09:44
|
||
Log: integrate changes#5948,5949,5950 from mainline
|
||
|
||
typo in vars.pm that leads to cryptic message (from Piotr
|
||
Piatkowski <kompas@kompas.usr.onet.pl>)
|
||
|
||
make perldoc use the pod2man from the same version (from
|
||
M.J.T. Guy)
|
||
|
||
reformat perldiag to avoid long lines
|
||
Branch: maint-5.6/perl
|
||
!> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 7269] By: gsar on 2000/10/16 03:05:54
|
||
Log: integrate change#5947 from mainline
|
||
|
||
use &dl_error rather than &dl_load_file as the guard for calling
|
||
boot_DynaLoader() (meant to fix dl_error() redefined warnings in
|
||
statically built perl)
|
||
Branch: maint-5.6/perl
|
||
!> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
|
||
____________________________________________________________________________
|
||
[ 7268] By: gsar on 2000/10/16 03:04:48
|
||
Log: integrate change#5945 from mainline
|
||
|
||
make module name mandatory after -M switch; reorder perldiag
|
||
alphabetically (from Mark-Jason Dominus)
|
||
Branch: maint-5.6/perl
|
||
!> perl.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 7267] By: gsar on 2000/10/16 03:03:01
|
||
Log: integrate change#5939 from mainline
|
||
|
||
more pod nits (from Larry Virden)
|
||
Branch: maint-5.6/perl
|
||
!> README.win32 pod/perlsub.pod pod/perlsyn.pod
|
||
!> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
|
||
!> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
|
||
____________________________________________________________________________
|
||
[ 7266] By: gsar on 2000/10/16 03:01:39
|
||
Log: integrate change#5938 from mainline
|
||
|
||
Consolidated B::Deparse fixes (from Stephen McCamant)
|
||
Branch: maint-5.6/perl
|
||
!> ext/B/B/Deparse.pm
|
||
____________________________________________________________________________
|
||
[ 7265] By: gsar on 2000/10/16 03:00:43
|
||
Log: integrate change#5936 from mainline
|
||
|
||
additional tests for change#7263 (from Paul Marquess)
|
||
Branch: maint-5.6/perl
|
||
!> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
|
||
!> t/pragma/warn/5nolint t/pragma/warn/6default
|
||
____________________________________________________________________________
|
||
[ 7264] By: gsar on 2000/10/16 02:58:34
|
||
Log: integrate change#5934 from mainline
|
||
|
||
propagate lexical warnings from surrounding scope correctly
|
||
within string eval() (from Paul Marquess)
|
||
Branch: maint-5.6/perl
|
||
!> pp_ctl.c t/pragma/warn/pp_ctl
|
||
____________________________________________________________________________
|
||
[ 7263] By: gsar on 2000/10/16 02:56:53
|
||
Log: integrate change#5932 from mainline
|
||
|
||
add rsignal(), whichsig() and do_join() to public API list
|
||
(mod_perl uses them to good advantage)
|
||
Branch: maint-5.6/perl
|
||
!> embed.pl global.sym objXSUB.h perlapi.c proto.h
|
||
____________________________________________________________________________
|
||
[ 7262] By: gsar on 2000/10/16 02:55:53
|
||
Log: integrate change#5931 from mainline
|
||
|
||
fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
|
||
Branch: maint-5.6/perl
|
||
!> pp_hot.c regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 7261] By: gsar on 2000/10/16 02:55:01
|
||
Log: integrate change#5930 from mainline
|
||
|
||
small os390 tweaks (from Peter Prymmer)
|
||
Branch: maint-5.6/perl
|
||
!> config_h.SH makedepend.SH
|
||
____________________________________________________________________________
|
||
[ 7260] By: gsar on 2000/10/16 02:54:10
|
||
Log: integrate change#5929 from mainline
|
||
|
||
pod nits
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 7259] By: gsar on 2000/10/16 02:52:55
|
||
Log: integrate change#5927 from mainline
|
||
|
||
arrange for next() to resume at the unstack op rather than the
|
||
loop conditional, so that scope cleanup happens correctly
|
||
(from Stephen McCamant)
|
||
Branch: maint-5.6/perl
|
||
!> op.c pp_ctl.c t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 7258] By: gsar on 2000/10/16 02:51:38
|
||
Log: integrate change#5926 from mainline
|
||
|
||
on windows, reserve 16M of stack rather than 128M (allows more
|
||
threads to run concurrently)
|
||
Branch: maint-5.6/perl
|
||
!> win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 7257] By: gsar on 2000/10/16 02:50:37
|
||
Log: integrate change#5925 from mainline
|
||
|
||
POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
|
||
Branch: maint-5.6/perl
|
||
!> toke.c
|
||
____________________________________________________________________________
|
||
[ 7256] By: gsar on 2000/10/16 02:49:36
|
||
Log: integrate change#5924 from mainline
|
||
|
||
avoid using uninitialized memory in require version check
|
||
Branch: maint-5.6/perl
|
||
!> pp_ctl.c universal.c
|
||
____________________________________________________________________________
|
||
[ 7255] By: gsar on 2000/10/16 02:48:03
|
||
Log: integrate changes#5923,5928,6009 from mainline
|
||
|
||
IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
|
||
Branch: maint-5.6/perl
|
||
!> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
|
||
____________________________________________________________________________
|
||
[ 7254] By: gsar on 2000/10/16 02:44:46
|
||
Log: integrate change#5922 from mainline
|
||
|
||
commentary about IoTYPE() (from Nathan Torkington)
|
||
Branch: maint-5.6/perl
|
||
!> sv.h
|
||
____________________________________________________________________________
|
||
[ 7253] By: gsar on 2000/10/16 02:43:49
|
||
Log: integrate change#5921 from mainline
|
||
|
||
make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
|
||
Branch: maint-5.6/perl
|
||
!> sv.c t/lib/charnames.t t/pragma/utf8.t
|
||
____________________________________________________________________________
|
||
[ 7252] By: gsar on 2000/10/16 02:42:31
|
||
Log: integrate change#5920 from mainline
|
||
|
||
Larry's fix for buggy propagation of utf8-ness in join(); add test
|
||
Branch: maint-5.6/perl
|
||
!> doop.c t/op/ver.t
|
||
____________________________________________________________________________
|
||
[ 7251] By: gsar on 2000/10/16 02:41:14
|
||
Log: integrate changes#5915..5919 from mainline
|
||
|
||
various (pod tweaks &c)
|
||
Branch: maint-5.6/perl
|
||
!> (integrate 33 files)
|
||
____________________________________________________________________________
|
||
[ 7250] By: gsar on 2000/10/16 02:38:16
|
||
Log: integrate change#5914 from mainline
|
||
|
||
caller() wasn't returning the right number of elements for
|
||
eval {...}
|
||
Branch: maint-5.6/perl
|
||
!> pp_ctl.c t/pragma/warn/9enabled
|
||
____________________________________________________________________________
|
||
[ 7249] By: gsar on 2000/10/16 02:37:02
|
||
Log: integrate change#5913 from mainline
|
||
|
||
pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
|
||
(from Mark-Jason Dominus)
|
||
Branch: maint-5.6/perl
|
||
!> pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 7248] By: gsar on 2000/10/16 02:35:58
|
||
Log: integrate change#5912 from mainline
|
||
|
||
fix totally broken caching in UNIVERSAL::isa() (from
|
||
Nick Ing-Simmons)
|
||
Branch: maint-5.6/perl
|
||
!> t/op/universal.t universal.c
|
||
____________________________________________________________________________
|
||
[ 7247] By: gsar on 2000/10/16 02:34:27
|
||
Log: integrate changes#5910,5911 from mainline
|
||
|
||
typo in pod
|
||
|
||
add linebreak properties from unicode/LineBrk.txt (from
|
||
Dave Hartnoll <Dave_Hartnoll@3b2.com>)
|
||
Branch: maint-5.6/perl
|
||
+> (branch 29 files)
|
||
!> ext/Thread/Thread.pm lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 7246] By: gsar on 2000/10/16 02:33:29
|
||
Log: integrate change#5909 from mainline
|
||
|
||
mode argument to do_binmode() should be file mode, not boolean
|
||
Branch: maint-5.6/perl
|
||
!> pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 7245] By: gsar on 2000/10/16 02:31:04
|
||
Log: integrate change#5908 from mainline
|
||
|
||
introduce illegal symbols into null package so that
|
||
gv_fetchpv(...,TRUE) always returns a valid GV even when the
|
||
symbol is trapped by strictures (avoids coredumps)
|
||
Branch: maint-5.6/perl
|
||
!> embedvar.h gv.c intrpvar.h perl.c perlapi.h
|
||
!> t/pragma/strict-vars
|
||
____________________________________________________________________________
|
||
[ 7242] By: gsar on 2000/10/16 02:26:51
|
||
Log: integrate changes#5905,5906,5907,6064 from mainline
|
||
|
||
printf/sprintf didn't get quad types right under use64bitint
|
||
Branch: maint-5.6/perl
|
||
!> pp_sys.c sv.c t/op/64bitint.t
|
||
____________________________________________________________________________
|
||
[ 5902] By: gsar on 2000/03/28 01:59:14
|
||
Log: create maint-5.6 branch
|
||
Branch: maint-5.6/perl
|
||
+> (branch 1611 files)
|
||
____________________________________________________________________________
|
||
[ 5900] By: gsar on 2000/03/23 05:42:43
|
||
Log: three guesses on what this is :-)
|
||
Branch: perl
|
||
! Changes
|
||
|
||
--------------
|
||
Version v5.6.0
|
||
--------------
|
||
|
||
____________________________________________________________________________
|
||
[ 5899] By: gsar on 2000/03/23 05:39:11
|
||
Log: update patchlevel.h, Changes; regen perltoc.pod
|
||
Branch: perl
|
||
! Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 5898] By: jhi on 2000/03/23 05:36:47
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> README.machten Todo Todo-5.6 pod/perldebug.pod
|
||
!> pod/perldelta.pod pod/perldiag.pod pod/perlport.pod sv.c
|
||
____________________________________________________________________________
|
||
[ 5897] By: gsar on 2000/03/23 05:31:12
|
||
Log: revise perldelta for more optimal ordering, minor Todo
|
||
rearrangments
|
||
Branch: perl
|
||
! README.machten Todo Todo-5.6 pod/perldelta.pod
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 5896] By: gsar on 2000/03/23 05:30:15
|
||
Log: pod updates (from Tom Christiansen)
|
||
Branch: perl
|
||
! pod/perldebug.pod pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5895] By: gsar on 2000/03/23 02:33:33
|
||
Log: fix misplaced OP refcount for eval root
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5894] By: jhi on 2000/03/22 21:37:03
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> README.machten
|
||
!> MAINTAIN MANIFEST README.win32 ext/DynaLoader/dlutils.c
|
||
!> ext/IO/lib/IO/File.pm hints/machten.sh pod/perl.pod
|
||
!> pod/perldelta.pod pod/perlsyn.pod t/io/fs.t win32/Makefile
|
||
!> win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5893] By: gsar on 2000/03/22 21:08:34
|
||
Log: unretract change#5871 (Dominic Dunlop reports machten is better
|
||
with it than without)
|
||
Branch: perl
|
||
! hints/machten.sh
|
||
____________________________________________________________________________
|
||
[ 5892] By: gsar on 2000/03/22 20:37:44
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH hints/machten.sh hints/solaris_2.sh
|
||
!> hints/unicosmk.sh
|
||
____________________________________________________________________________
|
||
[ 5891] By: gsar on 2000/03/22 20:04:01
|
||
Log: perlsyn.pod nit (from Tom Christiansen)
|
||
Branch: perl
|
||
! pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 5890] By: gsar on 2000/03/22 19:43:22
|
||
Log: typo in comment
|
||
Branch: perl
|
||
! ext/DynaLoader/dlutils.c
|
||
____________________________________________________________________________
|
||
[ 5889] By: gsar on 2000/03/22 19:41:46
|
||
Log: add README.machten (from Dominic Dunlop)
|
||
Branch: perl
|
||
+ README.machten
|
||
! MAINTAIN MANIFEST pod/perl.pod win32/Makefile
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5888] By: gsar on 2000/03/22 19:29:47
|
||
Log: makefile nits
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5887] By: gsar on 2000/03/22 19:26:03
|
||
Log: add note about lib/open3.t#22 failure on Win2K
|
||
Branch: perl
|
||
! README.win32 pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5886] By: gsar on 2000/03/22 19:14:20
|
||
Log: io/fs.t tweaks for Windows 2000
|
||
Branch: perl
|
||
! t/io/fs.t
|
||
____________________________________________________________________________
|
||
[ 5885] By: gsar on 2000/03/22 18:41:50
|
||
Log: make unloading of extension shared objects (change#5381) a build
|
||
option (use "Configure -Accflags=-DDL_UNLOAD_ALL_AT_EXIT" to enable)
|
||
Branch: perl
|
||
! ext/DynaLoader/dlutils.c pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5884] By: gsar on 2000/03/22 18:16:45
|
||
Log: avoid loading both XSLoader and DynaLoader (avoids dl_error()
|
||
redefinition warnings when statically linked)
|
||
Branch: perl
|
||
! ext/IO/lib/IO/File.pm
|
||
____________________________________________________________________________
|
||
[ 5883] By: jhi on 2000/03/22 17:45:01
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t
|
||
- t/lib/thread.t t/op/64bit.t t/op/nothread.t
|
||
!> Configure MAINTAIN MANIFEST Todo-5.6 ext/POSIX/Makefile.PL
|
||
!> lib/ExtUtils/Liblist.pm lib/ExtUtils/xsubpp
|
||
!> lib/File/Compare.pm pod/perldelta.pod universal.c util.c
|
||
!> utils/h2xs.PL utils/perlbug.PL win32/Makefile
|
||
!> win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5882] By: jhi on 2000/03/22 17:16:27
|
||
Log: Metaconfigify #5881.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/installdirs/inc_version_list.U
|
||
____________________________________________________________________________
|
||
[ 5881] By: gsar on 2000/03/22 17:04:01
|
||
Log: avoid including things that aren't directories in inc_version_list
|
||
(from Robin Barker)
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 5880] By: gsar on 2000/03/22 16:55:42
|
||
Log: avoid File::Compare warning when passed handles (from Nick
|
||
Ing-Simmons)
|
||
Branch: perl
|
||
! lib/File/Compare.pm
|
||
____________________________________________________________________________
|
||
[ 5879] By: jhi on 2000/03/22 16:48:33
|
||
Log: Retract #5871.
|
||
Branch: cfgperl
|
||
! hints/machten.sh
|
||
____________________________________________________________________________
|
||
[ 5878] By: gsar on 2000/03/22 16:29:37
|
||
Log: RM600-svr4 tweaks (from Frank Ridderbusch
|
||
<frank.ridderbusch@pdb.siemens.de>)
|
||
Branch: perl
|
||
! ext/POSIX/Makefile.PL lib/ExtUtils/Liblist.pm
|
||
____________________________________________________________________________
|
||
[ 5877] By: gsar on 2000/03/22 15:38:49
|
||
Log: save RE context when calling __WARN__ and __DIE__ hooks;
|
||
add missing stack-of-stacks logic for new code that came
|
||
in with lexical warnings (this fixes coredumps from
|
||
-Mdiagnostics when the warnings happens to come from within
|
||
the RE engine)
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 5876] By: gsar on 2000/03/22 15:02:59
|
||
Log: missing pieces in perldelta
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5875] By: gsar on 2000/03/22 14:46:24
|
||
Log: rename tests to more appropriate names
|
||
Branch: perl
|
||
+> t/lib/thr5005.t t/op/64bitint.t t/op/nothr5005.t
|
||
- t/lib/thread.t t/op/64bit.t t/op/nothread.t
|
||
! MAINTAIN MANIFEST pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5874] By: jhi on 2000/03/22 14:32:57
|
||
Log: Make the no-luck-on-uselongdouble warning more visible.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5873] By: gsar on 2000/03/22 14:28:56
|
||
Log: backout change#5708; fixups for behavior of recently added -a switch;
|
||
support -k and -m switches in h2xs (from Hugo van der Sanden)
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 5872] By: gsar on 2000/03/22 14:21:20
|
||
Log: remove outdated notes in makefiles
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5871] By: jhi on 2000/03/22 14:17:40
|
||
Log: Disable SysV shm and msg even more.
|
||
Branch: cfgperl
|
||
! hints/machten.sh
|
||
____________________________________________________________________________
|
||
[ 5870] By: jhi on 2000/03/22 14:16:54
|
||
Log: Augment #5865.
|
||
Branch: cfgperl
|
||
! hints/unicosmk.sh
|
||
____________________________________________________________________________
|
||
[ 5869] By: gsar on 2000/03/22 14:07:27
|
||
Log: perlbug -ok shouldn't prompt (from Paul Moore
|
||
<Paul.Moore@uk.origin-it.com>)
|
||
Branch: perl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 5868] By: gsar on 2000/03/22 13:54:27
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
! Todo-5.6
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH hints/dec_osf.sh hints/openbsd.sh
|
||
!> hints/solaris_2.sh hints/unicosmk.sh pod/perldelta.pod
|
||
!> pod/perlport.pod win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5867] By: jhi on 2000/03/22 05:25:40
|
||
Log: OpenBSD pthreadness fixes from Tom Christiansen.
|
||
Branch: cfgperl
|
||
! hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 5866] By: gsar on 2000/03/22 04:18:39
|
||
Log: UMRs in universal.c (SvCUR() may not be there unless SvPOK())
|
||
Branch: perl
|
||
! universal.c
|
||
____________________________________________________________________________
|
||
[ 5865] By: jhi on 2000/03/21 21:38:20
|
||
Log: The SysV shm*() are in libc but unimplemented.
|
||
Branch: cfgperl
|
||
! hints/unicosmk.sh
|
||
____________________________________________________________________________
|
||
[ 5864] By: jhi on 2000/03/21 21:30:02
|
||
Log: s/setgropus/setgroups/; # detypo in a comment
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc
|
||
Branch: metaconfig
|
||
! U/modified/Getfile.U U/modified/d_flexfnam.U
|
||
! U/modified/groupstype.U
|
||
____________________________________________________________________________
|
||
[ 5863] By: jhi on 2000/03/21 20:25:40
|
||
Log: Add supported platforms.
|
||
Branch: cfgperl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5862] By: jhi on 2000/03/21 19:19:04
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5861] By: gsar on 2000/03/21 19:07:13
|
||
Log: add missing bincompat symbols to export list
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5860] By: jhi on 2000/03/21 18:59:39
|
||
Log: Disallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}.
|
||
(Even gcc 2.95 doesn't seem to be working 100%.)
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5859] By: jhi on 2000/03/21 16:36:27
|
||
Log: Nit for #5802 from Robin Barker.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Getfile.U
|
||
____________________________________________________________________________
|
||
[ 5858] By: jhi on 2000/03/21 14:34:25
|
||
Log: Be more lenient in the case libsunmath cannot be found.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5857] By: jhi on 2000/03/21 14:14:38
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 27 files)
|
||
____________________________________________________________________________
|
||
[ 5856] By: gsar on 2000/03/21 10:44:10
|
||
Log: here lies RC3
|
||
Branch: perl
|
||
! Changes patchlevel.h pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 5855] By: gsar on 2000/03/21 10:05:42
|
||
Log: clone awareness for change#5847
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5854] By: gsar on 2000/03/21 09:30:50
|
||
Log: regen win32/config*
|
||
Branch: perl
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5853] By: gsar on 2000/03/21 08:56:58
|
||
Log: integrate cfgperl and vmsperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Todo Todo-5.6 config_h.SH lib/File/Spec/VMS.pm
|
||
!> pod/perldelta.pod t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5852] By: gsar on 2000/03/21 06:08:20
|
||
Log: README.mint tweaks (from Guido Flohr <gufl0000@stud.uni-sb.de>)
|
||
Branch: perl
|
||
! Changes README.mint
|
||
____________________________________________________________________________
|
||
[ 5851] By: gsar on 2000/03/21 06:06:44
|
||
Log: make parenthetic warnings look consistent; make diagnostic on
|
||
"use 5.6" et al mention the alternate form; pod fixups
|
||
Branch: perl
|
||
! gv.c op.c pod/perldelta.pod pod/perldiag.pod pp_ctl.c
|
||
! t/comp/use.t t/pragma/strict-vars t/pragma/warn/op
|
||
! t/pragma/warn/pp_hot t/pragma/warn/pp_sys toke.c universal.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 5850] By: gsar on 2000/03/21 04:05:00
|
||
Log: disable unused Windows code that won't run on Windows 95
|
||
Branch: perl
|
||
! win32/vmem.h
|
||
____________________________________________________________________________
|
||
[ 5849] By: gsar on 2000/03/21 03:34:39
|
||
Log: $File::Find::name doesn't reflect top level files
|
||
correctly (from Simon Cozens <simon@brecon.co.uk>)
|
||
Branch: perl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 5848] By: gsar on 2000/03/21 02:46:01
|
||
Log: test fails when sockets not available (from Yitzchak Scott-Thoennes)
|
||
Branch: perl
|
||
! t/lib/io_unix.t
|
||
____________________________________________________________________________
|
||
[ 5847] By: gsar on 2000/03/21 00:09:09
|
||
Log: under useithreads, PUSHLOOP must save PL_curpad for looking up
|
||
iterdata, since dounwind() may defer LEAVEs
|
||
Branch: perl
|
||
! cop.h
|
||
____________________________________________________________________________
|
||
[ 5846] By: jhi on 2000/03/20 23:54:37
|
||
Log: Document the lib/io_multihomedt hang in 64-bit HP-Ux.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5845] By: jhi on 2000/03/20 23:45:24
|
||
Log: detypo
|
||
Branch: cfgperl
|
||
! t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5844] By: jhi on 2000/03/20 23:17:18
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/Dumpvalue.pm lib/User/pwent.pm lib/dumpvar.pl
|
||
!> lib/strict.pm op.c pod/perldata.pod pod/perldelta.pod
|
||
!> pod/perlfunc.pod pp.c t/io/pipe.t t/lib/charnames.t toke.c
|
||
!> utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 5843] By: gsar on 2000/03/20 22:14:35
|
||
Log: add note about symbolic filehandles (from Johan Vromans)
|
||
Branch: perl
|
||
! lib/strict.pm pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5842] By: gsar on 2000/03/20 21:59:51
|
||
Log: perlbugtron flags in perlbug (from Richard Foley); eliminate duplicate
|
||
code
|
||
Branch: perl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 5841] By: gsar on 2000/03/20 21:06:01
|
||
Log: more sleep needed from slow systems (from Peter Haworth)
|
||
Branch: perl
|
||
! t/io/pipe.t
|
||
____________________________________________________________________________
|
||
[ 5840] By: gsar on 2000/03/20 21:04:42
|
||
Log: typo in change#5839
|
||
Branch: perl
|
||
! lib/Dumpvalue.pm
|
||
____________________________________________________________________________
|
||
[ 5839] By: gsar on 2000/03/20 21:03:14
|
||
Log: make dumpvar.pl recognize emptyness in arrays (from Matthias Urlichs
|
||
<smurf@noris.de>); fix up duplicate code in Dumpvalue.pm
|
||
Branch: perl
|
||
! lib/Dumpvalue.pm lib/dumpvar.pl
|
||
____________________________________________________________________________
|
||
[ 5838] By: gsar on 2000/03/20 20:53:25
|
||
Log: mention handle autovivification in perldata (from Johan Vromans)
|
||
Branch: perl
|
||
! lib/User/pwent.pm pod/perldata.pod
|
||
____________________________________________________________________________
|
||
[ 5837] By: gsar on 2000/03/20 20:37:42
|
||
Log: change#5797 didn't do the right thing for "\xff\N{WHITE SMILING FACE}"
|
||
Branch: perl
|
||
! t/lib/charnames.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5836] By: gsar on 2000/03/20 16:27:13
|
||
Log: autovivify open($fh[0],...) properly
|
||
Branch: perl
|
||
! op.c pp.c
|
||
____________________________________________________________________________
|
||
[ 5835] By: gsar on 2000/03/19 18:51:24
|
||
Log: add @x->[2] bug to known issues (from Johan Vromans)
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5834] By: jhi on 2000/03/19 18:42:35
|
||
Log: Fix the socklen default type (from Laszlo Molnar;
|
||
though I prefer signed, not unsigned); move the cross-compialtion
|
||
wish item to Todo; drop excess permissions in taint.t.
|
||
Branch: cfgperl
|
||
! Configure Todo Todo-5.6 config_h.SH t/op/taint.t
|
||
Branch: metaconfig
|
||
! U/protos/socksizetype.U
|
||
____________________________________________________________________________
|
||
[ 5833] By: jhi on 2000/03/19 18:20:42
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 42 files)
|
||
____________________________________________________________________________
|
||
[ 5832] By: gsar on 2000/03/19 18:01:28
|
||
Log: pwent.pm doc tweak (from Tom Christiansen)
|
||
Branch: perl
|
||
! lib/User/pwent.pm
|
||
____________________________________________________________________________
|
||
[ 5831] By: gsar on 2000/03/19 17:57:31
|
||
Log: unsigned is a more reasonable socksizetype default (from
|
||
Laszlo <ml1050@freemail.hu>)
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 5830] By: gsar on 2000/03/19 17:40:20
|
||
Log: taint.t shouldn't fail where IPC::SysV unavailable
|
||
Branch: perl
|
||
! t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5829] By: gsar on 2000/03/19 17:19:46
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes embed.h
|
||
____________________________________________________________________________
|
||
[ 5828] By: gsar on 2000/03/19 16:47:14
|
||
Log: squelch known scalar leak due to compile failure
|
||
Branch: perl
|
||
! t/pragma/strict-vars
|
||
____________________________________________________________________________
|
||
[ 5827] By: gsar on 2000/03/19 09:20:22
|
||
Log: mention how to look up perllocal.pod (from Michael G Schwern)
|
||
Branch: perl
|
||
! pod/perlapi.pod pod/perlmodinstall.pod pod/perlmodlib.pod
|
||
____________________________________________________________________________
|
||
[ 5826] By: gsar on 2000/03/19 08:49:27
|
||
Log: mention need to wait for children (from Russ Allbery)
|
||
Branch: perl
|
||
! lib/IPC/Open2.pm lib/IPC/Open3.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5825] By: gsar on 2000/03/19 08:47:52
|
||
Log: Pod::Man should strip leading lib/ for module manpages (from
|
||
Russ Allbery)
|
||
Branch: perl
|
||
! lib/Pod/Man.pm
|
||
____________________________________________________________________________
|
||
[ 5824] By: gsar on 2000/03/19 08:17:49
|
||
Log: User::pwent fixups for additional fields (from Tom Christiansen);
|
||
fix bug in pw_has(); tolerate absense of pw{change,age,quota}
|
||
and pw{comment,class} (Debian 2.1 doesn't have either of these)
|
||
Branch: perl
|
||
! lib/User/pwent.pm
|
||
____________________________________________________________________________
|
||
[ 5823] By: gsar on 2000/03/19 07:41:46
|
||
Log: pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
|
||
Branch: perl
|
||
! embed.pl embedvar.h hints/linux.sh pod/perlhack.pod
|
||
! pod/perlnumber.pod pod/perlthrtut.pod vms/ext/Stdio/Stdio.pm
|
||
____________________________________________________________________________
|
||
[ 5822] By: gsar on 2000/03/19 07:34:29
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
! ext/Thread/Thread.pm pod/perlthrtut.pod
|
||
!> (integrate 41 files)
|
||
____________________________________________________________________________
|
||
[ 5821] By: gsar on 2000/03/19 07:14:38
|
||
Log: remove dead code
|
||
Branch: perl
|
||
! lib/charnames.pm
|
||
____________________________________________________________________________
|
||
[ 5820] By: gsar on 2000/03/19 07:13:01
|
||
Log: fix typo
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 5819] By: gsar on 2000/03/19 07:09:32
|
||
Log: produce better error message when \N{...} is used without
|
||
"use charnames ..."
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 5818] By: gsar on 2000/03/19 06:30:11
|
||
Log: default warnLevel and dieLevel to 0 in debugger (from Tom
|
||
Christiansen); make dumpvar.pl safe against non-glob entries
|
||
in stashes
|
||
Branch: perl
|
||
! lib/Dumpvalue.pm lib/dumpvar.pl lib/perl5db.pl
|
||
! pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 5817] By: gsar on 2000/03/19 06:18:24
|
||
Log: better notes on s///ee (from Simon Cozens <simon@cozens.net>)
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5816] By: gsar on 2000/03/19 05:55:52
|
||
Log: support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of
|
||
op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>)
|
||
Branch: perl
|
||
! embed.pl op.c op.h opcode.h opcode.pl perl.h pp.sym pp_ctl.c
|
||
! pp_proto.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5815] By: gsar on 2000/03/19 05:27:31
|
||
Log: fix sort optimizer to not hang inside loops
|
||
Branch: perl
|
||
! op.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 5814] By: gsar on 2000/03/19 03:59:29
|
||
Log: fixes for alias handling in debugger (from Tom Christiansen)
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 5813] By: gsar on 2000/03/19 03:38:10
|
||
Log: warn about CHECK and INIT blocks encountered at run time
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 5812] By: jhi on 2000/03/19 03:15:58
|
||
Log: Taint msgrcv() messages; general SysV IPC cleanup.
|
||
Branch: cfgperl
|
||
! doio.c ext/IPC/SysV/Msg.pm pod/perldelta.pod pod/perlfunc.pod
|
||
! pod/perlipc.pod pod/perlsec.pod t/lib/ipc_sysv.t t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5811] By: jhi on 2000/03/19 01:48:47
|
||
Log: Taint shmread().
|
||
Branch: cfgperl
|
||
! doio.c pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod
|
||
! t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5810] By: jhi on 2000/03/19 01:22:47
|
||
Log: Taint also the passwd field of the getpw*().
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
|
||
! t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5809] By: jhi on 2000/03/18 21:44:34
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> t/pragma/strict-vars toke.c
|
||
____________________________________________________________________________
|
||
[ 5808] By: jhi on 2000/03/18 21:40:55
|
||
Log: (Re-)introduce $uidsign and $gidsign.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
|
||
! vos/config.def vos/config.h vos/config_h.SH_orig
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/config_h.PL win32/config_sh.PL
|
||
Branch: metaconfig
|
||
! U/modified/groupstype.U U/typedefs/gidtype.U
|
||
____________________________________________________________________________
|
||
[ 5807] By: jhi on 2000/03/18 20:38:12
|
||
Log: The #5805 requires a test change, too.
|
||
Branch: cfgperl
|
||
! t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5806] By: gsar on 2000/03/18 20:10:29
|
||
Log: queued errors may not be displayed after the PL_error_count limit
|
||
Branch: perl
|
||
! t/pragma/strict-vars toke.c
|
||
____________________________________________________________________________
|
||
[ 5805] By: jhi on 2000/03/18 19:56:12
|
||
Log: Taint the shell from the getpw*.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perlfunc.pod pod/perlsec.pod pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5804] By: jhi on 2000/03/18 19:37:01
|
||
Log: Use the newSVuv().
|
||
Branch: cfgperl
|
||
! embed.h op.c pp_sys.c toke.c
|
||
____________________________________________________________________________
|
||
[ 5803] By: jhi on 2000/03/18 19:08:40
|
||
Log: Add newSVuv().
|
||
Branch: cfgperl
|
||
! Configure embed.pl global.sym objXSUB.h perlapi.c perlapi.h
|
||
! pod/perlapi.pod proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 5802] By: jhi on 2000/03/18 17:11:07
|
||
Log: Configure nits: rewording from Sarathy (aka #5796),
|
||
and installation directories patch from Robin Barker.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH vos/config.h vos/config_h.SH_orig
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
Branch: metaconfig
|
||
! U/modified/Getfile.U
|
||
Branch: metaconfig/U/perl
|
||
! bincompat5005.U
|
||
____________________________________________________________________________
|
||
[ 5801] By: jhi on 2000/03/18 16:41:31
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes Configure hints/dos_djgpp.sh lib/ExtUtils/xsubpp
|
||
!> lib/Getopt/Long.pm mg.c pod/perlpod.pod pp_hot.c
|
||
!> t/lib/charnames.t t/pragma/utf8.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5800] By: gsar on 2000/03/18 05:16:32
|
||
Log: force i_ieeefp=undef on dos_djgpp (it reportedly causes failures
|
||
in system includes)
|
||
Branch: perl
|
||
! hints/dos_djgpp.sh
|
||
____________________________________________________________________________
|
||
[ 5799] By: gsar on 2000/03/18 05:12:00
|
||
Log: Getopt::Long 2.23 update (from Johan Vromans)
|
||
Branch: perl
|
||
! Changes lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 5798] By: gsar on 2000/03/18 05:03:20
|
||
Log: recognize single-line declarations in xsubpp; add switches to
|
||
disable newfangled features (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 5797] By: gsar on 2000/03/18 04:21:43
|
||
Log: make "\N{...}" enable utf8-ness correctly
|
||
Branch: perl
|
||
! t/lib/charnames.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5796] By: gsar on 2000/03/18 04:03:08
|
||
Log: avoid mentioning Perl version in Configure question
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 5795] By: gsar on 2000/03/18 03:32:31
|
||
Log: better explanation of C<> tags (from Wolfgang Laun)
|
||
Branch: perl
|
||
! pod/perlpod.pod
|
||
____________________________________________________________________________
|
||
[ 5794] By: gsar on 2000/03/18 03:26:57
|
||
Log: make return values from match in a list context, as well as $& et
|
||
al propagate utf8-ness (from Graham Barr)
|
||
Branch: perl
|
||
! mg.c pp_hot.c t/pragma/utf8.t
|
||
____________________________________________________________________________
|
||
[ 5793] By: jhi on 2000/03/18 01:45:30
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> hints/powerux.sh xsutils.c
|
||
____________________________________________________________________________
|
||
[ 5792] By: gsar on 2000/03/18 01:08:25
|
||
Log: hints fixups for PowerMAX (from Tom Horsley)
|
||
Branch: perl
|
||
! hints/powerux.sh
|
||
____________________________________________________________________________
|
||
[ 5791] By: gsar on 2000/03/17 23:53:21
|
||
Log: make reftype() consistently croak on non-refs
|
||
Branch: perl
|
||
! xsutils.c
|
||
____________________________________________________________________________
|
||
[ 5790] By: jhi on 2000/03/17 23:41:36
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> configpm ext/Thread/Thread/Queue.pm
|
||
!> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
|
||
!> lib/Pod/Find.pm lib/perl5db.pl perl.c pod/perldata.pod
|
||
____________________________________________________________________________
|
||
[ 5789] By: gsar on 2000/03/17 22:37:21
|
||
Log: fix coredump when upgrading PL_sv_yes in a second call to
|
||
perl_construct() (from Doug MacEachern)
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5788] By: gsar on 2000/03/17 22:32:25
|
||
Log: make noTTY debugger option work again (from Paul Marquess)
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 5787] By: gsar on 2000/03/17 17:00:05
|
||
Log: make Config.pm report sane errors with older perls
|
||
Branch: perl
|
||
! configpm
|
||
____________________________________________________________________________
|
||
[ 5786] By: gsar on 2000/03/17 16:48:20
|
||
Log: syntax errors in Thread::* (from Tom Christiansen)
|
||
Branch: perl
|
||
! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
|
||
! ext/Thread/Thread/Specific.pm
|
||
____________________________________________________________________________
|
||
[ 5785] By: gsar on 2000/03/17 16:45:34
|
||
Log: tweak perldata section on v-strings
|
||
Branch: perl
|
||
! pod/perldata.pod
|
||
____________________________________________________________________________
|
||
[ 5784] By: gsar on 2000/03/17 16:24:28
|
||
Log: missing file in change#5781
|
||
Branch: perl
|
||
! lib/Pod/Find.pm
|
||
____________________________________________________________________________
|
||
[ 5783] By: jhi on 2000/03/17 14:38:29
|
||
Log: Add the NEXTSTEP strftime %j bug to Known Problems.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5782] By: jhi on 2000/03/17 14:29:46
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> embed.pl ext/B/B/Bblock.pm global.sym lib/File/Spec/Unix.pm
|
||
!> lib/open.pm objXSUB.h op.c perlapi.c pod/perlcompile.pod
|
||
!> pod/perldebug.pod sv.c t/comp/cpp.aux t/pod/testpchk.pl
|
||
____________________________________________________________________________
|
||
[ 5781] By: gsar on 2000/03/17 06:19:17
|
||
Log: PodParser v1.13 update (from Brad Appleton)
|
||
Branch: perl
|
||
! t/pod/testpchk.pl
|
||
____________________________________________________________________________
|
||
[ 5780] By: gsar on 2000/03/17 05:42:45
|
||
Log: propagate CvFLAGS() into clones
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 5779] By: gsar on 2000/03/17 04:58:39
|
||
Log: documentation fixes from p5p
|
||
Branch: perl
|
||
! ext/B/B/Bblock.pm lib/File/Spec/Unix.pm pod/perlcompile.pod
|
||
! pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 5778] By: bailey on 2000/03/17 04:23:35
|
||
Log: Quick pre-release fixes: clean up results in File::Spec::VMS and
|
||
switch dir test order in taint.t to accomodate DECCRTL extension.
|
||
Branch: vmsperl
|
||
! lib/File/Spec/VMS.pm t/op/taint.t
|
||
____________________________________________________________________________
|
||
[ 5777] By: gsar on 2000/03/17 04:13:27
|
||
Log: make attributes::reftype(*FOO{IO}) return "IO" instead of "UNKNOWN"
|
||
(from Tom Christiansen)
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5776] By: jhi on 2000/03/17 03:40:18
|
||
Log: More Todo.
|
||
Branch: cfgperl
|
||
! Todo Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5775] By: gsar on 2000/03/17 03:40:14
|
||
Log: s/:def/:DEFAULT/
|
||
Branch: perl
|
||
! lib/open.pm
|
||
____________________________________________________________________________
|
||
[ 5774] By: gsar on 2000/03/17 03:39:07
|
||
Log: export cv_undef() and cv_const_sv() (mod_perl uses them to
|
||
good advantage)
|
||
Branch: perl
|
||
! embed.pl global.sym objXSUB.h perlapi.c
|
||
____________________________________________________________________________
|
||
[ 5773] By: gsar on 2000/03/17 03:12:34
|
||
Log: remove non-ANSI parts in comp/cpp.t
|
||
Branch: perl
|
||
! t/comp/cpp.aux
|
||
____________________________________________________________________________
|
||
[ 5772] By: jhi on 2000/03/17 03:11:49
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> configure.com embed.h embed.pl lib/CGI.pm
|
||
!> lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm perl.h
|
||
!> pod/pod2man.PL pod/pod2text.PL pp_sys.c vms/ext/vmsish.pm
|
||
!> vms/ext/vmsish.t vms/subconfigure.com vms/test.com
|
||
!> vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5771] By: jhi on 2000/03/17 03:10:34
|
||
Log: Make the test easier to use.
|
||
Branch: cfgperl
|
||
! t/op/sysio.t
|
||
____________________________________________________________________________
|
||
[ 5770] By: gsar on 2000/03/17 03:04:33
|
||
Log: pod{man,text} updates from podlators-1.00 (from Russ Allbery)
|
||
Branch: perl
|
||
! lib/Pod/Man.pm pod/pod2man.PL pod/pod2text.PL
|
||
____________________________________________________________________________
|
||
[ 5769] By: gsar on 2000/03/17 02:53:39
|
||
Log: integrate vmsperl contents into mainline (no actual changes, since
|
||
cfgperl already had them all)
|
||
Branch: perl
|
||
!> configure.com lib/CGI.pm lib/ExtUtils/Mksymlists.pm perl.h
|
||
!> vms/ext/vmsish.pm vms/ext/vmsish.t vms/subconfigure.com
|
||
!> vms/test.com vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5768] By: gsar on 2000/03/17 02:48:14
|
||
Log: fix signedness in test for syswrite() length argument
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5767] By: gsar on 2000/03/17 02:38:51
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> (integrate 28 files)
|
||
____________________________________________________________________________
|
||
[ 5766] By: jhi on 2000/03/17 02:29:24
|
||
Log: Add "Known Problems" section.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5765] By: gsar on 2000/03/17 00:31:19
|
||
Log: add missing bincompat5005 #defines
|
||
Branch: perl
|
||
! embed.h embed.pl
|
||
____________________________________________________________________________
|
||
[ 5764] By: jhi on 2000/03/16 15:32:52
|
||
Log: pp_send() type tuning continues.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5763] By: jhi on 2000/03/16 04:09:37
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> embed.pl global.sym objXSUB.h perl.c perlapi.c
|
||
!> win32/perlhost.h win32/perllib.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5762] By: jhi on 2000/03/16 04:06:36
|
||
Log: VMS patches from Dan Sugalski and Charles Bailey
|
||
Branch: cfgperl
|
||
! configure.com ext/File/Glob/Glob.pm lib/CGI.pm
|
||
! lib/ExtUtils/Mksymlists.pm vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5761] By: gsar on 2000/03/16 03:18:41
|
||
Log: due to an oversight during PERL_OBJECT migration, hosts created
|
||
by pseudo-fork were never being deleted, leading to a sizeable
|
||
memory leak; std FDs in pseudo-children are now closed
|
||
automatically to avoid resource leaks; basic infinite looping
|
||
fork() test works without leaking again in non-PERL_OBJECT
|
||
build
|
||
Branch: perl
|
||
! embed.pl global.sym objXSUB.h perl.c perlapi.c
|
||
! win32/perlhost.h win32/perllib.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5760] By: jhi on 2000/03/16 01:50:13
|
||
Log: Fix pp_send() sizes (pass a Size_t, not an Off_t, and
|
||
return a SSize_t, not an Off_t); add a note about a slightly
|
||
similar situation in pp_truncate(); introduce $sizesize
|
||
for Configure; update EPOC, VOS, Win32, and VMS for the
|
||
sizesize; minor updates on the EPOC config file; reword
|
||
socklen_t message slightly; fix fpossize (though unused currently)
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
|
||
! vos/config.def vos/config.h win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
|
||
Branch: metaconfig/U/perl
|
||
! d_socklen_t.U fpossize.U
|
||
____________________________________________________________________________
|
||
[ 5759] By: jhi on 2000/03/15 23:47:11
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5758] By: jhi on 2000/03/15 23:46:17
|
||
Log: Retract #5767; replace it with a tested patch
|
||
from Anton Berezin.
|
||
Branch: cfgperl
|
||
! hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 5757] By: jhi on 2000/03/15 23:36:53
|
||
Log: Configure nits: do not use /tmp to avoid potential security
|
||
problems (Andy Dougherty: this does not fix the rampant
|
||
use of /tmp by the various utilities like C compilers, though.
|
||
Just don't run Configure as root if you care about security.),
|
||
fix man3dir bug (both from Andy Dougherty); fix hints files
|
||
not to use /tmp; retract #4993 (the description of the *symbols
|
||
variables is okay, after all); regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH hints/dec_osf.sh hints/esix4.sh hints/newsos4.sh
|
||
Branch: metaconfig
|
||
+ U/modified/d_flexfnam.U
|
||
! U/installdirs/man3dir.U
|
||
____________________________________________________________________________
|
||
[ 5756] By: jhi on 2000/03/15 22:20:06
|
||
Log: cater for FreeBSD 5.*
|
||
Branch: cfgperl
|
||
! hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 5755] By: jhi on 2000/03/15 22:00:57
|
||
Log: Add missing Windows O_ constants.
|
||
Branch: cfgperl
|
||
! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
|
||
____________________________________________________________________________
|
||
[ 5754] By: gsar on 2000/03/15 19:56:37
|
||
Log: add PL_thr_key to export list under useithreads
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5753] By: jhi on 2000/03/15 04:19:19
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 37 files)
|
||
____________________________________________________________________________
|
||
[ 5752] By: bailey on 2000/03/15 03:45:28
|
||
Log: Make DEBUGGING a configurable option
|
||
Branch: vmsperl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 5751] By: bailey on 2000/03/15 03:38:57
|
||
Log: Remove obsolete DCL symbol from subconfigure.com
|
||
Branch: vmsperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5750] By: bailey on 2000/03/15 03:29:17
|
||
Log: Add VMS' default to the CGI.pm temp list (should update to File::Spec)
|
||
Branch: vmsperl
|
||
! lib/CGI.pm
|
||
!> ext/File/Glob/Glob.pm
|
||
____________________________________________________________________________
|
||
[ 5749] By: bailey on 2000/03/15 02:05:28
|
||
Log: Change test using obsolete %COnfig element
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/Mksymlists.pm
|
||
____________________________________________________________________________
|
||
[ 5748] By: gsar on 2000/03/14 23:39:42
|
||
Log: update local_patches entry for RC2
|
||
Branch: perl
|
||
! Changes patchlevel.h pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 5747] By: gsar on 2000/03/14 22:44:27
|
||
Log: more warnings tidy-ups (from Paul Marquess)
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlfaq4.pod
|
||
! t/lib/attrs.t utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 5746] By: gsar on 2000/03/14 22:30:43
|
||
Log: Sys::Syslog fix for accidental arguments to autoloaded constants
|
||
Branch: perl
|
||
! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
|
||
____________________________________________________________________________
|
||
[ 5745] By: gsar on 2000/03/14 22:20:27
|
||
Log: tweak to use SIZE_ONLY
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 5744] By: gsar on 2000/03/14 21:56:48
|
||
Log: regen win32/config*
|
||
Branch: perl
|
||
! win32/Makefile win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5743] By: gsar on 2000/03/14 21:46:25
|
||
Log: change#5729 had syntax errors
|
||
Branch: perl
|
||
! t/lib/complex.t
|
||
____________________________________________________________________________
|
||
[ 5742] By: gsar on 2000/03/14 21:26:33
|
||
Log: integrate vmsperl changes into mainline (change#5693 denied)
|
||
Branch: perl
|
||
!> configure.com lib/File/Spec/VMS.pm t/lib/complex.t
|
||
!> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
|
||
!> vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5741] By: gsar on 2000/03/14 21:17:34
|
||
Log: update Changes; integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
! Changes
|
||
!> ext/Socket/Socket.xs patchlevel.h perl.h t/lib/complex.t
|
||
____________________________________________________________________________
|
||
[ 5740] By: gsar on 2000/03/14 20:57:12
|
||
Log: perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
|
||
Branch: perl
|
||
! pod/perlfaq4.pod
|
||
____________________________________________________________________________
|
||
[ 5739] By: gsar on 2000/03/14 20:53:07
|
||
Log: allow alternates to negate correctly (from Johan Vromans)
|
||
Branch: perl
|
||
! lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 5738] By: gsar on 2000/03/14 20:34:19
|
||
Log: kludge our way around warnings on C<use POSIX; use IO::File;>
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Seekable.pm
|
||
____________________________________________________________________________
|
||
[ 5737] By: gsar on 2000/03/14 20:06:23
|
||
Log: protect special characters better against interpretation by *roff
|
||
(from Russ Allbery)
|
||
Branch: perl
|
||
! lib/Pod/Man.pm
|
||
____________________________________________________________________________
|
||
[ 5736] By: gsar on 2000/03/14 19:47:00
|
||
Log: provide an explicit base address for perl56.dll to avoid relocations;
|
||
increase the default stack size (RE engine can use a lot more stack
|
||
than the 1MB default limit); default to using the regular version of
|
||
the MSVCRT even for DEBUGGING builds (this allows extensions to be
|
||
selectively built with debugging)
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5735] By: gsar on 2000/03/14 19:31:53
|
||
Log: regen perltoc, other pod nits
|
||
Branch: perl
|
||
! ext/IO/poll.c pod/Makefile pod/buildtoc pod/perlnumber.pod
|
||
! pod/perltoc.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 5734] By: gsar on 2000/03/14 19:08:22
|
||
Log: avoid dup warning (from Simon Cozens)
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 5733] By: gsar on 2000/03/14 18:46:50
|
||
Log: allow usemymalloc to be overridden via -Uusemymalloc
|
||
Branch: perl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5732] By: gsar on 2000/03/14 17:23:47
|
||
Log: test case for change#5700 (from M. J. T. Guy)
|
||
Branch: perl
|
||
! t/op/universal.t
|
||
____________________________________________________________________________
|
||
[ 5731] By: gsar on 2000/03/14 17:15:44
|
||
Log: revise README.win32 for currentness, point to function
|
||
list in perlport.pod (from a patch suggested by Dominic Dunlop)
|
||
Branch: perl
|
||
! README.win32 pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5730] By: gsar on 2000/03/14 17:14:21
|
||
Log: tweak sort() notes (from Nathan Torkington)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5729] By: jhi on 2000/03/14 15:13:13
|
||
Log: Make the tests 1018 and 1019 more robust.
|
||
Branch: cfgperl
|
||
! t/lib/complex.t
|
||
____________________________________________________________________________
|
||
[ 5728] By: jhi on 2000/03/14 15:07:48
|
||
Log: Fix for one of the problems in RC1 reported by M. E. O'Neill
|
||
in NEXTSTEP 3.3p2.
|
||
Branch: cfgperl
|
||
! ext/Socket/Socket.xs
|
||
____________________________________________________________________________
|
||
[ 5727] By: jhi on 2000/03/14 14:57:04
|
||
Log: Integrate with Sarathy; unapply the #5539 that snekt in
|
||
with #5539.
|
||
Branch: cfgperl
|
||
+> pod/perldebguts.pod
|
||
! patchlevel.h perl.h
|
||
!> MANIFEST lib/Text/Abbrev.pm lib/perl5db.pl pod/perl.pod
|
||
!> pod/perldebug.pod pod/perldelta.pod pod/perlnumber.pod
|
||
!> t/lib/io_sock.t utils/perlcc.PL utils/perldoc.PL
|
||
!> win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5726] By: gsar on 2000/03/14 07:43:37
|
||
Log: fixes for Borland compiler (from Vadim Konovalov
|
||
<vkonovalov@lucent.com>)
|
||
Branch: perl
|
||
! utils/perlcc.PL win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5725] By: gsar on 2000/03/14 07:38:00
|
||
Log: more efficient Text::Abbrev (from M.E. O'Neill <oneill@cs.sfu.ca>)
|
||
Branch: perl
|
||
! lib/Text/Abbrev.pm
|
||
____________________________________________________________________________
|
||
[ 5724] By: gsar on 2000/03/14 05:59:02
|
||
Log: integrate cfgperl changes into mainline, ignoring the
|
||
__attribute__((unused)) stuff that seems to have snuck
|
||
back in
|
||
Branch: perl
|
||
!> Todo-5.6 patchlevel.h perl.h pod/perl.pod pod/perlport.pod
|
||
!> vms/perlvms.pod
|
||
____________________________________________________________________________
|
||
[ 5723] By: gsar on 2000/03/14 05:49:08
|
||
Log: patches for many bugs in the debugger; documentation updates for
|
||
perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from
|
||
Tom Christiansen)
|
||
Branch: perl
|
||
+ pod/perldebguts.pod
|
||
! MANIFEST lib/perl5db.pl pod/perl.pod pod/perldebug.pod
|
||
! pod/perldelta.pod pod/perlnumber.pod pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5722] By: gsar on 2000/03/14 05:37:29
|
||
Log: add sleep() to avoid race on NeXT (from M.E. O'Neill
|
||
<oneill@cs.sfu.ca>)
|
||
Branch: perl
|
||
! t/lib/io_sock.t
|
||
____________________________________________________________________________
|
||
[ 5721] By: gsar on 2000/03/14 03:53:50
|
||
Log: support a -U option when run as root to drop privileges (from
|
||
Tom Christiansen)
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 5720] By: jhi on 2000/03/14 03:43:51
|
||
Log: move the big AVAILABILITY list to perlport as Supported Platforms
|
||
(Tom Christiansen); add few more platforms
|
||
Branch: cfgperl
|
||
! pod/perl.pod pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5719] By: jhi on 2000/03/14 02:44:55
|
||
Log: more todo
|
||
Branch: cfgperl
|
||
! Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5718] By: jhi on 2000/03/14 02:17:16
|
||
Log: detypo
|
||
Branch: cfgperl
|
||
! vms/perlvms.pod
|
||
____________________________________________________________________________
|
||
[ 5717] By: jhi on 2000/03/14 02:00:24
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
! patchlevel.h perl.h
|
||
!> (integrate 60 files)
|
||
____________________________________________________________________________
|
||
[ 5716] By: gsar on 2000/03/14 00:01:39
|
||
Log: reference miscount in Devel::Peek that causes debugger to
|
||
crash unceremoniously when doing "V DB" etc., repeatedly
|
||
Branch: perl
|
||
! ext/Devel/Peek/Peek.xs
|
||
____________________________________________________________________________
|
||
[ 5715] By: gsar on 2000/03/13 21:40:23
|
||
Log: fixes for broken L<> links (from Wolfgang Laun
|
||
<wolfgang.laun@alcatel.at>)
|
||
Branch: perl
|
||
! pod/Win32.pod pod/perlcall.pod pod/perlcompile.pod
|
||
! pod/perldata.pod pod/perlfaq7.pod pod/perlfunc.pod
|
||
! pod/perlguts.pod pod/perllocale.pod pod/perlnumber.pod
|
||
! pod/perlop.pod pod/perlxstut.pod vms/perlvms.pod
|
||
____________________________________________________________________________
|
||
[ 5714] By: gsar on 2000/03/13 21:37:48
|
||
Log: typos in perlboot.pod (from Randal L. Schwartz <merlyn@stonehenge.com>)
|
||
Branch: perl
|
||
! pod/perlboot.pod
|
||
____________________________________________________________________________
|
||
[ 5713] By: gsar on 2000/03/13 21:36:24
|
||
Log: avoid infinite loop in h2xs (from Hugo van der Sanden)
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 5712] By: gsar on 2000/03/13 21:29:15
|
||
Log: lexical warnings update for docs and tests (from Paul Marquess)
|
||
Branch: perl
|
||
! ext/File/Glob/Glob.pm lib/fields.pm pod/perl.pod
|
||
! pod/perldata.pod pod/perldbmfilter.pod pod/perlfaq3.pod
|
||
! pod/perlfaq4.pod pod/perlfaq7.pod pod/perlfilter.pod
|
||
! pod/perlipc.pod pod/perlmod.pod pod/perlmodlib.pod
|
||
! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
|
||
! pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod
|
||
! pod/perltrap.pod pod/perlunicode.pod pod/perlxstut.pod
|
||
! t/io/open.t t/lib/fields.t t/lib/parsewords.t
|
||
! t/op/assignwarn.t t/op/gv.t t/op/hashwarn.t t/op/magic.t
|
||
! t/op/pack.t t/op/pat.t t/op/sort.t t/op/sprintf.t
|
||
! t/pragma/constant.t t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 5711] By: gsar on 2000/03/13 21:08:29
|
||
Log: updates from PodParser v1.12 on CPAN (from Brad Appleton)
|
||
Branch: perl
|
||
! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
|
||
! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
|
||
! lib/Pod/Usage.pm t/pod/poderrs.xr t/pod/testp2pt.pl
|
||
! t/pod/testpchk.pl
|
||
____________________________________________________________________________
|
||
[ 5710] By: gsar on 2000/03/13 20:46:37
|
||
Log: cleaner logic in op.c, also avoids QNX optimizer bug (from Norton
|
||
Allen <allen@huarp.harvard.edu>)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 5709] By: gsar on 2000/03/13 20:43:30
|
||
Log: mention changes to diagnostics
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5708] By: gsar on 2000/03/13 20:34:38
|
||
Log: ignore const for the purposes of typemaps (from Hugo van der Sanden)
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 5707] By: gsar on 2000/03/13 20:23:24
|
||
Log: don't check for errno after Atof() (atof() doesn't set errno, and
|
||
where Atof() is actually strto[l]d(), some platforms seem to want
|
||
to set errno randomly)
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5706] By: gsar on 2000/03/13 18:14:18
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH hints/hpux.sh hints/solaris_2.sh mg.c
|
||
!> perl.h pod/perl.pod pp.c
|
||
____________________________________________________________________________
|
||
[ 5705] By: jhi on 2000/03/13 14:44:11
|
||
Log: STRLEN != int.
|
||
Branch: cfgperl
|
||
! mg.c
|
||
____________________________________________________________________________
|
||
[ 5704] By: jhi on 2000/03/13 13:18:07
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/warnings/register.pm
|
||
!> (integrate 42 files)
|
||
____________________________________________________________________________
|
||
[ 5703] By: gsar on 2000/03/13 12:40:51
|
||
Log: mention autoflush portability caveat
|
||
Branch: perl
|
||
! pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5702] By: gsar on 2000/03/13 11:09:05
|
||
Log: final touches for lexical warnings (from Paul Marquess)
|
||
Branch: perl
|
||
+ lib/warnings/register.pm
|
||
! MANIFEST ext/IO/lib/IO/Select.pm ext/Socket/Socket.pm
|
||
! lib/Class/Struct.pm lib/I18N/Collate.pm lib/Tie/Handle.pm
|
||
! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/constant.pm
|
||
! lib/syslog.pl lib/vars.pm lib/warnings.pm mg.c perl.c
|
||
! pod/perllexwarn.pod pp_ctl.c t/lib/filepath.t t/lib/io_sel.t
|
||
! t/lib/socket.t t/lib/tie-stdhandle.t t/op/tie.t
|
||
! t/pragma/constant.t t/pragma/diagnostics.t t/pragma/warn/2use
|
||
! t/pragma/warn/9enabled warnings.h warnings.pl
|
||
____________________________________________________________________________
|
||
[ 5701] By: gsar on 2000/03/13 11:00:00
|
||
Log: avoid compiler warnings
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 5700] By: gsar on 2000/03/13 09:57:59
|
||
Log: make the is_utf8_*() safe for use on invalid utf8 (they now
|
||
return false on such input instead of emitting warnings)
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym gv.c objXSUB.h perlapi.c
|
||
! pod/perlapi.pod proto.h universal.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 5699] By: gsar on 2000/03/13 06:59:57
|
||
Log: the premature FREETMPS calls in change#1187 weren't defensive enough
|
||
Branch: perl
|
||
! pp_ctl.c pp_hot.c t/op/recurse.t
|
||
____________________________________________________________________________
|
||
[ 5698] By: jhi on 2000/03/13 05:03:37
|
||
Log: hints nibbling continues
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5697] By: jhi on 2000/03/13 04:45:57
|
||
Log: there's no end to tweaking
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5696] By: jhi on 2000/03/13 04:26:15
|
||
Log: hints tweak
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5695] By: bailey on 2000/03/13 03:54:09
|
||
Log: Trim out leftover hunk from prior resolve conflict
|
||
Branch: vmsperl
|
||
! lib/File/Spec/VMS.pm
|
||
____________________________________________________________________________
|
||
[ 5694] By: bailey on 2000/03/13 03:20:20
|
||
Log: Assorted configuration cleanups (Peter Prymmer, and a
|
||
bit from Charles Bailey and Dan Sugalski)
|
||
Branch: vmsperl
|
||
! configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5693] By: bailey on 2000/03/13 03:00:16
|
||
Log: Add vmsish 'hushed' option to suppress error messages at exit
|
||
Branch: vmsperl
|
||
! perl.h vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com
|
||
! vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5692] By: bailey on 2000/03/13 02:50:10
|
||
Log: Fix inverted test conditions for secure lnm translation
|
||
and default file types. (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5691] By: bailey on 2000/03/13 02:41:36
|
||
Log: Insulate tests of default display_format from different precision
|
||
on different machines by truncating at 1 digit less than the most
|
||
common choice (.15g)
|
||
Branch: vmsperl
|
||
! t/lib/complex.t
|
||
____________________________________________________________________________
|
||
[ 5690] By: bailey on 2000/03/13 02:31:44
|
||
Log: Resync with mainline post RC1
|
||
Branch: vmsperl
|
||
+> lib/Pod/Plainer.pm
|
||
!> (integrate 137 files)
|
||
____________________________________________________________________________
|
||
[ 5689] By: bailey on 2000/03/13 02:22:24
|
||
Log: Update File::Spec::VMS and tests
|
||
Since reduce_ricochet has been removed from File::Spec,
|
||
revert changes to VMS::Filespec::vmsify made to accomodate it.
|
||
Branch: vmsperl
|
||
! lib/File/Spec/VMS.pm t/lib/filespec.t vms/ext/filespec.t
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5688] By: bailey on 2000/03/13 02:12:11
|
||
Log: Basic 5.6.0 RC1 build patches for VMS
|
||
Branch: vmsperl
|
||
! configure.com t/pragma/warn/doio t/pragma/warn/util
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5687] By: jhi on 2000/03/13 00:41:51
|
||
Log: Solaris long double fixes from Alan Burlison.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh perl.h pp.c
|
||
____________________________________________________________________________
|
||
[ 5686] By: jhi on 2000/03/13 00:17:13
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> dump.c hints/hpux.sh op.c pod/perldelta.pod t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 5685] By: jhi on 2000/03/13 00:13:17
|
||
Log: Retract #5680, it broke more than it helped.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5684] By: gsar on 2000/03/12 21:48:44
|
||
Log: set optimize=-O only if not already set
|
||
Branch: perl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5683] By: gsar on 2000/03/12 20:11:45
|
||
Log: another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX
|
||
were being mistakenly subverted anyway
|
||
Branch: perl
|
||
! dump.c op.c pod/perldelta.pod t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 5682] By: jhi on 2000/03/12 18:11:52
|
||
Log: update AVAILABILITY for LynxOS
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 5681] By: jhi on 2000/03/12 18:03:46
|
||
Log: 64-bitness hints tweaks
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5680] By: jhi on 2000/03/12 17:49:25
|
||
Log: 64-bitness tweak: separate 64bitint and 64bitall.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5679] By: jhi on 2000/03/12 17:43:09
|
||
Log: metaconfig-ify #5676.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! fflushall.U
|
||
____________________________________________________________________________
|
||
[ 5678] By: jhi on 2000/03/12 17:37:14
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes Configure Todo lib/File/DosGlob.pm
|
||
____________________________________________________________________________
|
||
[ 5677] By: gsar on 2000/03/12 11:35:10
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
! Changes Todo
|
||
!> Todo-5.6 perl.h pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5676] By: gsar on 2000/03/12 11:27:38
|
||
Log: don't bother testing if we can flush all handles when fflush(stdin)
|
||
shows the pipe bug
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 5675] By: jhi on 2000/03/12 05:08:29
|
||
Log: continue flogging the string->int conversion ifdefs
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5674] By: gsar on 2000/03/12 05:01:30
|
||
Log: fix File::DosGlob for patterns with drive names like c:*.bat
|
||
(suggested by Jason Mathews <mathews@computer.org>)
|
||
Branch: perl
|
||
! lib/File/DosGlob.pm
|
||
____________________________________________________________________________
|
||
[ 5673] By: jhi on 2000/03/12 04:48:14
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
|
||
!> pod/perlpod.pod toke.c utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 5672] By: gsar on 2000/03/12 03:57:23
|
||
Log: security fixes for perldoc (from Tom Christiansen)
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 5671] By: gsar on 2000/03/12 03:45:27
|
||
Log: Larry's patch to disallow CORE::Snark, with perldiag entry
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 5670] By: gsar on 2000/03/12 03:36:17
|
||
Log: insufficient buffer in change#5317
|
||
Branch: perl
|
||
! doop.c
|
||
____________________________________________________________________________
|
||
[ 5669] By: gsar on 2000/03/12 03:15:29
|
||
Log: avoid L<foo|bar> for now, not all the pod2foo support it
|
||
Branch: perl
|
||
! pod/perlpod.pod
|
||
____________________________________________________________________________
|
||
[ 5668] By: gsar on 2000/03/12 02:35:55
|
||
Log: rework change#5664
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5667] By: jhi on 2000/03/11 21:35:29
|
||
Log: todo and perldelta updates
|
||
Branch: cfgperl
|
||
! Todo Todo-5.6 pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5666] By: jhi on 2000/03/11 21:00:34
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> perl.h
|
||
____________________________________________________________________________
|
||
[ 5665] By: jhi on 2000/03/11 20:58:58
|
||
Log: Fixes for #5661.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5664] By: gsar on 2000/03/11 19:50:06
|
||
Log: fix Strtoul() misdefinition is change#5661
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5663] By: gsar on 2000/03/11 19:21:18
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH hints/solaris_2.sh perl.h
|
||
!> t/pragma/warn/pp_hot toke.c
|
||
____________________________________________________________________________
|
||
[ 5662] By: jhi on 2000/03/11 19:06:20
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 5661] By: jhi on 2000/03/11 19:03:32
|
||
Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
|
||
(introduce the latter) instead of bare strtoll()/strtoll().
|
||
Branch: cfgperl
|
||
! perl.h toke.c
|
||
____________________________________________________________________________
|
||
[ 5660] By: gsar on 2000/03/11 18:40:49
|
||
Log: another long-standing eval bug: return doesn't reset $@ correctly
|
||
Branch: perl
|
||
! pp_ctl.c t/op/eval.t
|
||
____________________________________________________________________________
|
||
[ 5659] By: jhi on 2000/03/11 18:27:54
|
||
Log: metaconfig-ify the test for broken fflush(NULL)
|
||
(which ails e.g. Solaris), from Ulrich Pfeifer.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/solaris_2.sh
|
||
Branch: metaconfig/U/perl
|
||
! d_unorderedl.U fflushall.U
|
||
____________________________________________________________________________
|
||
[ 5658] By: gsar on 2000/03/11 18:11:22
|
||
Log: change#3511 was not defensive enough about try blocks, causing
|
||
bogus attempts to free closures, and thence, segfaults
|
||
Branch: perl
|
||
! cop.h perl.c pp_ctl.c t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 5657] By: jhi on 2000/03/11 18:04:44
|
||
Log: Rewording.
|
||
Branch: cfgperl
|
||
! t/pragma/warn/pp_hot
|
||
____________________________________________________________________________
|
||
[ 5656] By: jhi on 2000/03/11 17:41:29
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 27 files)
|
||
____________________________________________________________________________
|
||
[ 5655] By: gsar on 2000/03/11 17:06:03
|
||
Log: reword comment
|
||
Branch: perl
|
||
! t/pragma/warn/pp_hot
|
||
____________________________________________________________________________
|
||
[ 5654] By: gsar on 2000/03/11 17:01:47
|
||
Log: off-by-one in os2.c (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! os2/os2.c
|
||
____________________________________________________________________________
|
||
[ 5653] By: gsar on 2000/03/11 16:59:48
|
||
Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
|
||
Branch: perl
|
||
! lib/File/Spec/VMS.pm t/lib/filespec.t
|
||
____________________________________________________________________________
|
||
[ 5652] By: gsar on 2000/03/11 16:52:03
|
||
Log: missing export list entry in change#5619
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5651] By: gsar on 2000/03/11 16:50:05
|
||
Log: avoid using context pointer in MUTEX_INIT() et al; remove the
|
||
*_NOCONTEXT variants to keep it simple
|
||
Branch: perl
|
||
! malloc.c thread.h win32/win32thread.h
|
||
____________________________________________________________________________
|
||
[ 5650] By: gsar on 2000/03/11 16:07:35
|
||
Log: remove =for section (from Johan Vromans)
|
||
Branch: perl
|
||
! lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 5649] By: gsar on 2000/03/11 16:05:50
|
||
Log: add nokfile target in Makefile (from Andy Dougherty)
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5648] By: gsar on 2000/03/11 16:02:53
|
||
Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
|
||
Branch: perl
|
||
! pod/perlpod.pod
|
||
____________________________________________________________________________
|
||
[ 5647] By: gsar on 2000/03/11 16:01:03
|
||
Log: VMS build tweaks (from Charles Bailey)
|
||
Branch: perl
|
||
! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5646] By: gsar on 2000/03/11 10:13:27
|
||
Log: remove outdated ftp.cis.ufl.edu reference
|
||
Branch: perl
|
||
! pod/perlfaq2.pod
|
||
____________________________________________________________________________
|
||
[ 5645] By: gsar on 2000/03/11 10:10:39
|
||
Log: failed hunk in change#5644
|
||
Branch: perl
|
||
! t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 5644] By: gsar on 2000/03/11 10:08:47
|
||
Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! regcomp.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 5643] By: gsar on 2000/03/11 09:48:30
|
||
Log: better {local,gm}time documentation (from Mark-Jason Dominus)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5642] By: gsar on 2000/03/11 09:45:10
|
||
Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
|
||
Branch: perl
|
||
! doio.c hints/lynxos.sh perl.h
|
||
____________________________________________________________________________
|
||
[ 5641] By: gsar on 2000/03/11 09:42:56
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Todo-5.6 config_h.SH hints/irix_6.sh
|
||
!> lib/Math/Complex.pm regcomp.c t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 5640] By: gsar on 2000/03/11 09:24:30
|
||
Log: perldelta update, typos and whitespace adjustments
|
||
Branch: perl
|
||
! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 5639] By: jhi on 2000/03/11 00:51:48
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 44 files)
|
||
____________________________________________________________________________
|
||
[ 5638] By: jhi on 2000/03/11 00:45:46
|
||
Log: Cpp out deadcode that IRIX compiler noticed.
|
||
Branch: cfgperl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 5637] By: jhi on 2000/03/10 14:22:24
|
||
Log: Do not use Perl's malloc in IRIX.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5636] By: jhi on 2000/03/10 05:27:03
|
||
Log: More/modified unused floating point units.
|
||
Branch: metaconfig/U/perl
|
||
+ d_fp_class_l.U d_unordered.U d_unorderedl.U
|
||
! d_fpclass.U
|
||
____________________________________________________________________________
|
||
[ 5635] By: jhi on 2000/03/10 01:54:07
|
||
Log: Add various yet-unused units.
|
||
Branch: metaconfig/U/perl
|
||
+ d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
|
||
+ d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
|
||
+ d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
|
||
+ d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
|
||
+ d_setrlimit.U d_ualarm.U d_utimes.U
|
||
____________________________________________________________________________
|
||
[ 5634] By: jhi on 2000/03/10 01:07:54
|
||
Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/nblock_io.U
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5633] By: jhi on 2000/03/09 23:22:33
|
||
Log: Remove an obsolete note.
|
||
Branch: cfgperl
|
||
! t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 5632] By: gsar on 2000/03/09 18:50:43
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 5631] By: gsar on 2000/03/09 18:49:12
|
||
Log: track more of the child state on Windows
|
||
Branch: perl
|
||
! win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5630] By: gsar on 2000/03/09 18:48:05
|
||
Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
|
||
Branch: perl
|
||
! universal.c
|
||
____________________________________________________________________________
|
||
[ 5629] By: gsar on 2000/03/09 18:37:35
|
||
Log: tweak Unicode notes, other cleanups
|
||
Branch: perl
|
||
! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
|
||
! pod/perlhist.pod pod/perlunicode.pod
|
||
____________________________________________________________________________
|
||
[ 5628] By: gsar on 2000/03/09 17:39:58
|
||
Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
|
||
semantics; the pragma sets defaults for both open() and qx//
|
||
Branch: perl
|
||
! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
|
||
! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
|
||
! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
|
||
! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
|
||
____________________________________________________________________________
|
||
[ 5627] By: gsar on 2000/03/09 12:54:08
|
||
Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
|
||
to fflush(NULL) bug)
|
||
Branch: perl
|
||
! hints/solaris_2.sh pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5626] By: gsar on 2000/03/09 11:34:51
|
||
Log: abort build on HP-UX if bundled non-ANSI compiler is detected
|
||
(from Dominic Dunlop <domo@computer.org>)
|
||
Branch: perl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5625] By: gsar on 2000/03/09 11:17:07
|
||
Log: patch from Larry to make -T filetest algorithm recognize utf8 as
|
||
"text"
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5624] By: gsar on 2000/03/09 11:11:59
|
||
Log: provide support for deleting actions etc. (from Ronald J Kimball
|
||
<rjk@linguist.dartmouth.edu>)
|
||
Branch: perl
|
||
! lib/perl5db.pl pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 5623] By: gsar on 2000/03/09 06:39:21
|
||
Log: new xsubpp keywords should be in all caps
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 5622] By: gsar on 2000/03/09 06:26:04
|
||
Log: demand-load utf8.pm in swash routines
|
||
Branch: perl
|
||
! op.c utf8.c
|
||
____________________________________________________________________________
|
||
[ 5621] By: gsar on 2000/03/08 19:27:02
|
||
Log: make Dump() call the XSUB implementation transparently (modified
|
||
version of patch suggested by David Boyce <dsb@world.std.com>)
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5620] By: gsar on 2000/03/08 18:35:48
|
||
Log: do FILE should not see outside lexicals (from Rick Delaney
|
||
<rick@consumercontact.com>)
|
||
Branch: perl
|
||
! op.c pp_ctl.c t/comp/require.t
|
||
____________________________________________________________________________
|
||
[ 5619] By: gsar on 2000/03/08 18:04:45
|
||
Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
|
||
API function
|
||
Branch: perl
|
||
! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
|
||
! perlapi.c pp_sys.c proto.h
|
||
____________________________________________________________________________
|
||
[ 5618] By: jhi on 2000/03/08 18:03:30
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/Pod/Plainer.pm
|
||
!> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
|
||
!> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
|
||
!> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
|
||
!> vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5617] By: jhi on 2000/03/08 15:44:05
|
||
Log: ICU todo fixes.
|
||
Branch: cfgperl
|
||
! Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5616] By: jhi on 2000/03/08 14:30:40
|
||
Log: Even more Todo.
|
||
Branch: cfgperl
|
||
! Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5615] By: jhi on 2000/03/08 14:13:45
|
||
Log: More Todo.
|
||
Branch: cfgperl
|
||
! Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5614] By: jhi on 2000/03/08 13:50:53
|
||
Log: wording changes
|
||
Branch: cfgperl
|
||
! lib/Math/Complex.pm
|
||
____________________________________________________________________________
|
||
[ 5613] By: gsar on 2000/03/08 12:51:35
|
||
Log: clarify docs on return value from binding operators
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5612] By: gsar on 2000/03/08 12:41:38
|
||
Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
|
||
Robin Barker)
|
||
Branch: perl
|
||
+ lib/Pod/Plainer.pm
|
||
! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
|
||
____________________________________________________________________________
|
||
[ 5611] By: gsar on 2000/03/08 12:22:59
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
! Changes
|
||
!> installperl lib/Math/Complex.pm pod/perldelta.pod
|
||
!> t/lib/complex.t vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5610] By: gsar on 2000/03/08 12:08:17
|
||
Log: add missing locks for op refcounts
|
||
Branch: perl
|
||
! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
|
||
! perlvars.h sv.c unixish.h vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5609] By: gsar on 2000/03/08 11:30:32
|
||
Log: Pod::InputObjects tweak (from Brad Appleton)
|
||
Branch: perl
|
||
! lib/Pod/InputObjects.pm
|
||
____________________________________________________________________________
|
||
[ 5608] By: jhi on 2000/03/08 05:08:59
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 27 files)
|
||
____________________________________________________________________________
|
||
[ 5607] By: jhi on 2000/03/08 05:07:06
|
||
Log: Make the stringification more customizable.
|
||
A potentially backward incompatible change.
|
||
Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
|
||
Branch: cfgperl
|
||
! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
|
||
____________________________________________________________________________
|
||
[ 5606] By: jhi on 2000/03/08 00:49:14
|
||
Log: s/lfs/largefiles/
|
||
Branch: metaconfig
|
||
! U/mksample
|
||
____________________________________________________________________________
|
||
[ 5605] By: gsar on 2000/03/07 23:37:48
|
||
Log: VMS build patch (from Peter Prymmer)
|
||
Branch: perl
|
||
! configure.com installhtml lib/lib.pm vms/descrip_mms.template
|
||
! vms/subconfigure.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5604] By: gsar on 2000/03/07 23:25:46
|
||
Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5603] By: gsar on 2000/03/07 23:05:16
|
||
Log: type mismatch
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5602] By: gsar on 2000/03/07 22:40:55
|
||
Log: add note to INSTALL about C++ compilers (from M J T Guy)
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 5601] By: gsar on 2000/03/07 22:30:35
|
||
Log: separate options to incpush() for adding version directories and
|
||
architecture directories (from Andy Dougherty)
|
||
Branch: perl
|
||
! embed.h embed.pl perl.c proto.h t/lib/fatal.t
|
||
____________________________________________________________________________
|
||
[ 5600] By: gsar on 2000/03/07 20:18:54
|
||
Log: support :void to enable croaking only in void context (from
|
||
Simon Cozens <simon@othersideofthe.earth.li>)
|
||
Branch: perl
|
||
! lib/Fatal.pm t/lib/fatal.t
|
||
____________________________________________________________________________
|
||
[ 5599] By: gsar on 2000/03/07 18:35:21
|
||
Log: Pod::Html tweak to avoid false falses
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 5598] By: gsar on 2000/03/07 18:21:58
|
||
Log: skip null siblings encountered by goto out of loopish block
|
||
(from Doug Lankshear)
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 5597] By: gsar on 2000/03/07 16:33:29
|
||
Log: omit XSLoader from bytecode dumps
|
||
Branch: perl
|
||
! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
|
||
____________________________________________________________________________
|
||
[ 5596] By: gsar on 2000/03/07 10:58:17
|
||
Log: avoid coredump on C<printf "%vd">
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5595] By: gsar on 2000/03/07 10:26:03
|
||
Log: add missing HTML escapes that can be displayed in xterm (from
|
||
Tim Jenness <timj@jach.hawaii.edu>)
|
||
Branch: perl
|
||
! lib/Pod/Text.pm
|
||
____________________________________________________________________________
|
||
[ 5594] By: gsar on 2000/03/07 10:24:55
|
||
Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
|
||
Branch: perl
|
||
! lib/Fatal.pm
|
||
____________________________________________________________________________
|
||
[ 5593] By: gsar on 2000/03/07 09:57:24
|
||
Log: get ByteLoader working again
|
||
Branch: perl
|
||
! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
|
||
! ext/B/B/C.pm ext/ByteLoader/bytecode.h
|
||
! ext/ByteLoader/byterun.c
|
||
____________________________________________________________________________
|
||
[ 5592] By: gsar on 2000/03/07 05:14:49
|
||
Log: typo in makedef.pl
|
||
Branch: perl
|
||
! lib/File/Path.pm makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5591] By: jhi on 2000/03/06 22:56:24
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 5590] By: gsar on 2000/03/06 22:32:44
|
||
Log: fix incorrect prototypes in File::Glob
|
||
Branch: perl
|
||
! ext/File/Glob/Glob.xs
|
||
____________________________________________________________________________
|
||
[ 5589] By: gsar on 2000/03/06 22:07:38
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 5588] By: jhi on 2000/03/06 21:46:18
|
||
Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
|
||
To: vmsperl@perl.org, perl5-porters@perl.org
|
||
Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
|
||
Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
|
||
Date: Mon, 06 Mar 2000 15:36:13 -0600
|
||
Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
|
||
Branch: cfgperl
|
||
! vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5587] By: jhi on 2000/03/06 21:23:27
|
||
Log: Use $^O.
|
||
Branch: cfgperl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 5586] By: jhi on 2000/03/06 21:19:15
|
||
Log: Undo drift from the mainline.
|
||
Branch: cfgperl
|
||
!> (integrate 1607 files)
|
||
____________________________________________________________________________
|
||
[ 5585] By: gsar on 2000/03/06 20:23:37
|
||
Log: change#5513 accidentally undid change#5373, put it back
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 5584] By: jhi on 2000/03/06 17:30:48
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
|
||
!> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5583] By: gsar on 2000/03/06 17:02:52
|
||
Log: makedef.pl typos
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5582] By: gsar on 2000/03/06 15:24:14
|
||
Log: Pod::Man bugfixes (from Russ Allbery)
|
||
Branch: perl
|
||
! lib/Pod/Man.pm
|
||
____________________________________________________________________________
|
||
[ 5581] By: gsar on 2000/03/06 15:17:08
|
||
Log: File::Path::rmtree() doesn't delete stale symlinks correctly
|
||
Branch: perl
|
||
! lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 5580] By: gsar on 2000/03/06 14:55:57
|
||
Log: pod nits
|
||
Branch: perl
|
||
! lib/Getopt/Long.pm lib/IPC/Open2.pm
|
||
____________________________________________________________________________
|
||
[ 5579] By: gsar on 2000/03/06 14:55:08
|
||
Log: 64-bit build fix on VMS (from Dan Sugalski)
|
||
Branch: perl
|
||
! toke.c vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5578] By: jhi on 2000/03/06 14:37:46
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
|
||
!> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
|
||
!> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
|
||
!> vms/test.com vms/vms.c win32/config.bc win32/config.gc
|
||
!> win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc win32/config_h.PL win32/perlhost.h
|
||
!> win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5577] By: gsar on 2000/03/06 07:26:18
|
||
Log: skip tests that need VMS::Filespec on other platforms
|
||
Branch: perl
|
||
! t/lib/filespec.t
|
||
____________________________________________________________________________
|
||
[ 5576] By: gsar on 2000/03/06 07:11:21
|
||
Log: integrate vmsperl contents into mainline
|
||
Branch: perl
|
||
!> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
|
||
!> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
|
||
!> vms/test.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5575] By: gsar on 2000/03/06 07:05:34
|
||
Log: support for autovivified handles (from Tom Christiansen)
|
||
Branch: perl
|
||
! lib/IPC/Open2.pm lib/IPC/Open3.pm
|
||
____________________________________________________________________________
|
||
[ 5574] By: gsar on 2000/03/06 06:31:55
|
||
Log: vendorlib support for Windows; regen win32/config*
|
||
Branch: perl
|
||
! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/config_h.PL win32/perlhost.h
|
||
! win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5573] By: bailey on 2000/03/06 05:23:23
|
||
Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
|
||
Branch: vmsperl
|
||
! vms/test.com
|
||
____________________________________________________________________________
|
||
[ 5572] By: gsar on 2000/03/06 05:21:26
|
||
Log: the incpush()es weren't all quite right on Windows in change#5559
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5571] By: bailey on 2000/03/06 05:18:59
|
||
Log: Fix ricochet in File::Spec::VMS
|
||
Fix eval error in filespec.t
|
||
Misc. minor fixes in filespec.t
|
||
Branch: vmsperl
|
||
! lib/File/Spec/VMS.pm t/lib/filespec.t
|
||
____________________________________________________________________________
|
||
[ 5570] By: gsar on 2000/03/06 05:00:44
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH epoc/config.sh
|
||
!> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
|
||
!> perl.c perl.h toke.c vos/config.def vos/config.h
|
||
!> vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 5569] By: jhi on 2000/03/06 04:51:39
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> installperl pp.c
|
||
____________________________________________________________________________
|
||
[ 5568] By: gsar on 2000/03/06 04:48:17
|
||
Log: installperl wasn't putting extensions with two or more
|
||
nested package names in the archlib
|
||
Branch: perl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 5567] By: bailey on 2000/03/06 03:43:36
|
||
Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5566] By: bailey on 2000/03/06 03:40:14
|
||
Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
|
||
FIx logic error in glob-basic.t (Charles Lane)
|
||
Branch: vmsperl
|
||
! configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5565] By: bailey on 2000/03/06 03:37:46
|
||
Log: Remove trailing . from typeless files (Charles Lane)
|
||
Branch: vmsperl
|
||
! t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 5564] By: bailey on 2000/03/06 03:36:26
|
||
Log: Resync with mainline, update test in vmsfspec.t
|
||
Branch: vmsperl
|
||
+> lib/Term/ANSIColor.pm t/lib/ansicolor.t
|
||
! vms/ext/filespec.t
|
||
!> (integrate 171 files)
|
||
____________________________________________________________________________
|
||
[ 5563] By: gsar on 2000/03/06 03:29:11
|
||
Log: avoid warning
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 5562] By: bailey on 2000/03/06 02:48:17
|
||
Log: Downcase function call to hush picky cc
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5561] By: jhi on 2000/03/06 00:23:22
|
||
Log: VOS patch from Paul Green. Note that the vos/config_h.SH_orig
|
||
is not exactly identical to the current config_h.SH because
|
||
Paul needs better $sitearch control.
|
||
Branch: cfgperl
|
||
! vos/config.def vos/config.h vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 5560] By: jhi on 2000/03/05 23:26:41
|
||
Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
|
||
falls back to DynaLoader.
|
||
|
||
From: Doug MacEachern <dougm@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
|
||
Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
|
||
Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
|
||
Branch: cfgperl
|
||
! ext/DynaLoader/DynaLoader_pm.PL
|
||
____________________________________________________________________________
|
||
[ 5559] By: jhi on 2000/03/05 22:05:54
|
||
Log: sitelib_stem and vendorlib_stem patches from Andy;
|
||
problem reported in
|
||
From: schwern@athens.arena-i.com (Michael G Schwern)
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
|
||
Date: Sun, 5 Mar 2000 06:31:29 -0500 (EST)
|
||
Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
|
||
! vos/config.def vos/config.h vos/config_h.SH_orig
|
||
Branch: metaconfig
|
||
! U/installdirs/instubperl.U U/installdirs/sitelib.U
|
||
! U/installdirs/vendorlib.U
|
||
____________________________________________________________________________
|
||
[ 5558] By: jhi on 2000/03/05 21:18:59
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> hints/linux.sh lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 5557] By: gsar on 2000/03/05 20:35:13
|
||
Log: Getopt-Long v2.21 update (from Johan Vromans)
|
||
Branch: perl
|
||
! lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 5556] By: gsar on 2000/03/05 20:26:57
|
||
Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
|
||
(from Matthias Urlichs <smurf@noris.net>)
|
||
Branch: perl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 5555] By: jhi on 2000/03/05 20:15:34
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/Term/ANSIColor.pm t/lib/ansicolor.t
|
||
!> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
|
||
!> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
|
||
!> t/comp/proto.t toke.c utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 5554] By: gsar on 2000/03/05 20:02:17
|
||
Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
|
||
and C<open F, "-|", 'cat', '-v'>
|
||
Branch: perl
|
||
! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
|
||
! t/comp/proto.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5553] By: jhi on 2000/03/05 19:55:02
|
||
Log: AIX gcvt() cannot format long doubles very well.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 5552] By: jhi on 2000/03/05 18:44:37
|
||
Log: the monster cpp expression needs to be on one line to
|
||
appease makedepend
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5551] By: jhi on 2000/03/05 18:24:32
|
||
Log: IRIX cpp is fussy.
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5550] By: gsar on 2000/03/05 17:46:18
|
||
Log: perlbug tweak to grok local_patches better
|
||
Branch: perl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 5549] By: gsar on 2000/03/05 17:33:10
|
||
Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
|
||
in Pod::InputObjects (from Russ Allbery)
|
||
Branch: perl
|
||
+ lib/Term/ANSIColor.pm t/lib/ansicolor.t
|
||
! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5548] By: jhi on 2000/03/05 17:27:06
|
||
Log: clean up the makedepend temp file
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5547] By: jhi on 2000/03/05 17:23:18
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> perl.c
|
||
____________________________________________________________________________
|
||
[ 5546] By: jhi on 2000/03/05 17:16:12
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 47 files)
|
||
____________________________________________________________________________
|
||
[ 5545] By: gsar on 2000/03/05 17:13:48
|
||
Log: strip last component of SITELIB_EXP only if it looks like a
|
||
number
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5544] By: jhi on 2000/03/05 17:12:42
|
||
Log: s/Perl/PeRl/; # yeah
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/cpp_stuff.U
|
||
____________________________________________________________________________
|
||
[ 5543] By: gsar on 2000/03/05 16:54:10
|
||
Log: thinko in change#4546 that caused variables to lose their importedness
|
||
(GvIMPORTED_XV_off should be !GvIMPORTED_XV)
|
||
Branch: perl
|
||
! sv.c t/pragma/strict-vars
|
||
____________________________________________________________________________
|
||
[ 5542] By: gsar on 2000/03/05 09:37:26
|
||
Log: regen win32/config*, up version numbers &c.
|
||
Branch: perl
|
||
! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5541] By: gsar on 2000/03/05 09:20:12
|
||
Log: undo change#5506; add patch to make blank line warnings optional
|
||
(from Brad Appleton)
|
||
Branch: perl
|
||
! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 5540] By: gsar on 2000/03/05 09:04:52
|
||
Log: fixes for most warnings identified by gcc -Wall
|
||
Branch: perl
|
||
! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
|
||
! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
|
||
! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
|
||
! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
|
||
____________________________________________________________________________
|
||
[ 5539] By: gsar on 2000/03/05 06:37:58
|
||
Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
|
||
(from Doug MacEachern <dougm@pobox.com>)
|
||
Branch: perl
|
||
! patchlevel.h perl.h
|
||
____________________________________________________________________________
|
||
[ 5538] By: gsar on 2000/03/05 05:50:44
|
||
Log: tyop
|
||
Branch: perl
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 5537] By: gsar on 2000/03/05 05:41:10
|
||
Log: integrate cfgperl contents into mainline; add new tests from
|
||
inc.t into 64bit.t
|
||
Branch: perl
|
||
! t/op/64bit.t
|
||
!> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
|
||
!> pod/perl.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 5536] By: jhi on 2000/03/05 05:37:22
|
||
Log: dethinko
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5535] By: jhi on 2000/03/05 05:14:40
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> pp.c t/op/inc.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5534] By: gsar on 2000/03/05 04:50:26
|
||
Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
|
||
since runtime is highly optimized for IVs rather than UVs
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5533] By: gsar on 2000/03/05 04:30:02
|
||
Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
|
||
end up being promoted to an NV)
|
||
Branch: perl
|
||
! pp.c t/op/inc.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5532] By: jhi on 2000/03/05 01:11:37
|
||
Log: more cpp cosmetics, logic cleanup
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5531] By: jhi on 2000/03/05 00:51:20
|
||
Log: Implement #5525 in metaconfig.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/cpp_stuff.U
|
||
____________________________________________________________________________
|
||
[ 5530] By: jhi on 2000/03/05 00:32:51
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
|
||
!> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
|
||
!> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
|
||
!> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
|
||
!> win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5529] By: jhi on 2000/03/05 00:31:17
|
||
Log: Sanity check on the strtoll and strtoull.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! d_strtoll.U d_strtoull.U
|
||
____________________________________________________________________________
|
||
[ 5528] By: jhi on 2000/03/05 00:07:21
|
||
Log: Reformat the fearful cpp expression to be a little bit less fearful.
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5527] By: gsar on 2000/03/04 21:55:03
|
||
Log: make hints available via globals in the respective pragmas to
|
||
avoid duplicating the constants everywhere
|
||
Branch: perl
|
||
! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
|
||
! lib/locale.pm lib/overload.pm lib/utf8.pm
|
||
____________________________________________________________________________
|
||
[ 5526] By: gsar on 2000/03/04 20:39:36
|
||
Log: remove deadcode
|
||
Branch: perl
|
||
! lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 5525] By: gsar on 2000/03/04 19:42:55
|
||
Log: make CAT2() portable for use as a macro argument with an extra
|
||
level of macros
|
||
Branch: perl
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 5524] By: gsar on 2000/03/04 19:02:27
|
||
Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
|
||
<lane@DUPHY4.Physics.Drexel.Edu>)
|
||
Branch: perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 5523] By: gsar on 2000/03/04 18:59:03
|
||
Log: pod tweak
|
||
Branch: perl
|
||
! pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 5522] By: gsar on 2000/03/04 17:46:58
|
||
Log: regen win32/config_H*
|
||
Branch: perl
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5521] By: jhi on 2000/03/04 16:35:48
|
||
Log: From: "Matthias Urlichs" <smurf@noris.net>
|
||
To: perl5-porters@perl.org
|
||
Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
|
||
Date: Sat, 4 Mar 2000 12:48:42 +0100
|
||
Message-ID: <20000304124841.A8090@noris.de>
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5520] By: jhi on 2000/03/04 15:41:12
|
||
Log: unthink wishful thinking
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 5519] By: gsar on 2000/03/04 06:42:47
|
||
Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! os2/os2ish.h
|
||
____________________________________________________________________________
|
||
[ 5518] By: gsar on 2000/03/04 06:02:26
|
||
Log: avoid "scalars leaked" message in test
|
||
Branch: perl
|
||
! t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 5517] By: jhi on 2000/03/04 06:01:16
|
||
Log: detypo
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 5516] By: jhi on 2000/03/04 05:59:21
|
||
Log: cleanup AVAILABILITY and mention binaries
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 5515] By: gsar on 2000/03/04 05:55:02
|
||
Log: syntax error in change#5498
|
||
Branch: perl
|
||
! t/lib/ipc_sysv.t
|
||
____________________________________________________________________________
|
||
[ 5514] By: jhi on 2000/03/04 05:50:56
|
||
Log: assuming that removing the libbind will be a good idea
|
||
Branch: cfgperl
|
||
! hints/sco.sh
|
||
____________________________________________________________________________
|
||
[ 5513] By: gsar on 2000/03/04 05:50:15
|
||
Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
|
||
<wolfgang.laun@chello.at>)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 5512] By: jhi on 2000/03/04 05:45:52
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 41 files)
|
||
____________________________________________________________________________
|
||
[ 5511] By: jhi on 2000/03/04 05:42:37
|
||
Log: HP-UX 64-bitness cures
|
||
Branch: cfgperl
|
||
! hints/hpux.sh perl.h
|
||
____________________________________________________________________________
|
||
[ 5510] By: gsar on 2000/03/04 05:40:08
|
||
Log: better error messages when xsubpp fails to find map for a particular
|
||
type (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 5509] By: jhi on 2000/03/04 05:33:27
|
||
Log: scratch #5508
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5508] By: jhi on 2000/03/04 05:31:19
|
||
Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5507] By: gsar on 2000/03/04 04:27:51
|
||
Log: more whitespace removal (from Michael G Schwern)
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
|
||
! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
|
||
! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
|
||
! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
|
||
! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
|
||
! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
|
||
! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
|
||
! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
|
||
! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
|
||
! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
|
||
! lib/overload.pm x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 5506] By: gsar on 2000/03/04 04:12:06
|
||
Log: temporarily disable blank line warning from Pod::Parser until
|
||
it can be made optional
|
||
Branch: perl
|
||
! lib/Pod/Parser.pm t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 5505] By: gsar on 2000/03/04 04:00:44
|
||
Log: rid blanks in pods (from Michael G Schwern)
|
||
Branch: perl
|
||
! README.amiga README.dos README.os2
|
||
____________________________________________________________________________
|
||
[ 5504] By: gsar on 2000/03/04 03:59:07
|
||
Log: avoid warnings from shmread() when given undefined variable
|
||
(from Tom Christiansen)
|
||
Branch: perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 5503] By: gsar on 2000/03/04 03:53:43
|
||
Log: fpsetmask() needs include on freebsd (from Slaven Rezic
|
||
<eserte@vran.herceg.de>)
|
||
Branch: perl
|
||
! unixish.h
|
||
____________________________________________________________________________
|
||
[ 5502] By: gsar on 2000/03/04 03:51:05
|
||
Log: avoid ambiguity in indirect object notation (breaks with overridden
|
||
run time require)
|
||
Branch: perl
|
||
! lib/CGI.pm
|
||
____________________________________________________________________________
|
||
[ 5501] By: gsar on 2000/03/04 01:08:54
|
||
Log: adjust perldelta
|
||
Branch: perl
|
||
! Todo-5.6 pod/perl.pod pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5500] By: gsar on 2000/03/04 00:33:49
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
|
||
!> pod/perlfunc.pod t/lib/ipc_sysv.t
|
||
____________________________________________________________________________
|
||
[ 5499] By: jhi on 2000/03/03 22:51:53
|
||
Log: solaris hints tweak
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5498] By: jhi on 2000/03/03 22:35:46
|
||
Log: The SysV IPC test must use the native integers
|
||
(long or short), also noted this in the msgsnd/semctl
|
||
documentation. Reported in
|
||
|
||
From: schwern@athens.arena-i.com (Michael G Schwern)
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
|
||
Date: Thu, 2 Mar 2000 17:15:03 -0500 (EST)
|
||
Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod t/lib/ipc_sysv.t
|
||
____________________________________________________________________________
|
||
[ 5497] By: jhi on 2000/03/03 21:08:53
|
||
Log: Update AVAILABILITY.
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 5496] By: gsar on 2000/03/03 20:21:05
|
||
Log: perldebug tweak (from M J T Guy)
|
||
Branch: perl
|
||
! pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 5495] By: jhi on 2000/03/03 19:32:58
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 79 files)
|
||
____________________________________________________________________________
|
||
[ 5494] By: jhi on 2000/03/03 19:14:01
|
||
Log: the workaround is needed in all 7.2.* compilers,
|
||
not just on IRIX64.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5493] By: gsar on 2000/03/03 18:58:45
|
||
Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
|
||
and Robin Barker)
|
||
Branch: perl
|
||
! Changes pod/perl.pod pod/perl5004delta.pod
|
||
! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
|
||
! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
|
||
! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
|
||
! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
|
||
! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
|
||
! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
|
||
! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
|
||
! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
|
||
! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
|
||
! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
|
||
! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
|
||
! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
|
||
! pod/perlxstut.pod
|
||
____________________________________________________________________________
|
||
[ 5492] By: gsar on 2000/03/03 17:48:31
|
||
Log: support for list assignment to pseudohashes (from John Tobey
|
||
<jtobey@john-edwin-tobey.org>)
|
||
Branch: perl
|
||
! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
|
||
! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
|
||
____________________________________________________________________________
|
||
[ 5491] By: gsar on 2000/03/03 16:45:49
|
||
Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 5490] By: gsar on 2000/03/03 16:44:42
|
||
Log: perldelta tweaks
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5489] By: gsar on 2000/03/03 16:26:52
|
||
Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
|
||
<ask@valueclick.com>)
|
||
Branch: perl
|
||
! ext/Sys/Syslog/Syslog.pm
|
||
____________________________________________________________________________
|
||
[ 5488] By: gsar on 2000/03/03 16:21:34
|
||
Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
|
||
<sthoenna@efn.org>)
|
||
Branch: perl
|
||
! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
|
||
! os2/os2.sym
|
||
____________________________________________________________________________
|
||
[ 5487] By: gsar on 2000/03/03 16:16:34
|
||
Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
|
||
Branch: perl
|
||
! t/lib/glob-basic.t
|
||
____________________________________________________________________________
|
||
[ 5486] By: gsar on 2000/03/03 15:42:28
|
||
Log: integrate cfgperl and vmsperl contents into mainline
|
||
Branch: perl
|
||
! pod/perl.pod
|
||
!> (integrate 38 files)
|
||
____________________________________________________________________________
|
||
[ 5485] By: jhi on 2000/03/03 15:21:40
|
||
Log: pull the sparcv9 workshop libraries in front of loclibpth
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5484] By: jhi on 2000/03/03 15:09:03
|
||
Log: Introduce i_ieefp because FreeBSD on ix86 needs that
|
||
for ftpsetmask(0); regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
|
||
! vos/config.def vos/config.h vos/config_h.SH_orig
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5483] By: jhi on 2000/03/03 05:37:58
|
||
Log: The _cflags must be left-aligned.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5482] By: bailey on 2000/03/03 04:42:45
|
||
Log: Once more unto resync
|
||
Branch: vmsperl
|
||
!> (integrate 48 files)
|
||
____________________________________________________________________________
|
||
[ 5481] By: bailey on 2000/03/03 04:36:46
|
||
Log: VMS-specific perldelta update
|
||
Branch: vmsperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5480] By: bailey on 2000/03/03 04:05:28
|
||
Log: Set up Perl invocation method during configuration (Peter Prymmer)
|
||
Add missing bits to various utilities and install them (ditto)
|
||
Branch: vmsperl
|
||
! configure.com pod/pod2usage.PL pod/podselect.PL
|
||
! utils/dprofpp.PL vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 5479] By: bailey on 2000/03/03 04:01:48
|
||
Log: Fix test to match new behavior of vmsify() (Craig Berry)
|
||
Branch: vmsperl
|
||
! vms/ext/filespec.t
|
||
____________________________________________________________________________
|
||
[ 5478] By: bailey on 2000/03/03 03:54:10
|
||
Log: Try to intuit whether typeless file invoked in subprocess
|
||
is an executable image or DCL procedure.
|
||
Branch: vmsperl
|
||
! vms/perlvms.pod vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5477] By: bailey on 2000/03/03 03:37:18
|
||
Log: Remove leftover bits of VAXC support (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! vms/gen_shrfls.pl
|
||
____________________________________________________________________________
|
||
[ 5476] By: bailey on 2000/03/03 03:34:51
|
||
Log: Add missing declaration (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5475] By: gsar on 2000/03/03 03:27:52
|
||
Log: warn about /(?p{})/ (from Simon Cozens)
|
||
Branch: perl
|
||
! regcomp.c toke.c
|
||
____________________________________________________________________________
|
||
[ 5474] By: bailey on 2000/03/03 03:27:05
|
||
Log: Ad hoc patch for duping stdout into stderr
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5473] By: bailey on 2000/03/03 03:23:29
|
||
Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
|
||
Branch: vmsperl
|
||
! vms/subconfigure.com vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5472] By: gsar on 2000/03/03 02:58:49
|
||
Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
|
||
Branch: perl
|
||
! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
|
||
! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
|
||
____________________________________________________________________________
|
||
[ 5471] By: jhi on 2000/03/03 02:38:23
|
||
Log: more todo
|
||
Branch: cfgperl
|
||
! Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5470] By: gsar on 2000/03/03 02:36:02
|
||
Log: skip test if db doesn't have null key support
|
||
Branch: perl
|
||
! t/lib/anydbm.t
|
||
____________________________________________________________________________
|
||
[ 5469] By: jhi on 2000/03/03 02:26:53
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
|
||
!> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
|
||
!> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
|
||
!> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
|
||
!> utils/h2xs.PL win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5468] By: jhi on 2000/03/03 02:24:05
|
||
Log: irix hints tweak
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5467] By: gsar on 2000/03/03 02:19:50
|
||
Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
|
||
Simon Cozens <simon@othersideofthe.earth.li>)
|
||
Branch: perl
|
||
! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
|
||
! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
|
||
! t/op/pat.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5466] By: jhi on 2000/03/03 02:12:41
|
||
Log: in words order bad
|
||
Branch: cfgperl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 5465] By: jhi on 2000/03/03 02:09:45
|
||
Log: /[[:alpha]/ now dies on unmatched [] instead of
|
||
"an unknown character class" (spotted by Tom Christiansen)
|
||
Branch: cfgperl
|
||
! regcomp.c t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 5464] By: gsar on 2000/03/03 02:04:48
|
||
Log: perldelta notes about IO::Socket changes (from Graham Barr)
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5463] By: gsar on 2000/03/03 02:02:50
|
||
Log: relax restrictions on constant names a bit (from M J T Guy)
|
||
Branch: perl
|
||
! lib/constant.pm
|
||
____________________________________________________________________________
|
||
[ 5462] By: gsar on 2000/03/03 01:59:49
|
||
Log: support for generation of accessor functions (from Hugo van der
|
||
Sanden)
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 5461] By: jhi on 2000/03/03 01:51:53
|
||
Log: cosmetics
|
||
Branch: cfgperl
|
||
! t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 5460] By: jhi on 2000/03/03 01:50:07
|
||
Log: detypo
|
||
Branch: cfgperl
|
||
! t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 5459] By: gsar on 2000/03/03 01:46:35
|
||
Log: pod tweaks
|
||
Branch: perl
|
||
! pod/perl.pod pod/perlpod.pod
|
||
____________________________________________________________________________
|
||
[ 5458] By: jhi on 2000/03/03 01:25:21
|
||
Log: solaris hints tweak
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5457] By: jhi on 2000/03/02 22:56:49
|
||
Log: detypo
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5456] By: gsar on 2000/03/02 21:15:11
|
||
Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
|
||
add test targets for -C switch on windows
|
||
Branch: perl
|
||
! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5455] By: gsar on 2000/03/02 21:06:49
|
||
Log: add note about failed tests on memory starved systems (from
|
||
Andy Dougherty)
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 5454] By: jhi on 2000/03/02 21:03:35
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
|
||
!> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
|
||
!> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5453] By: jhi on 2000/03/02 20:58:43
|
||
Log: Further long double patches from Spider Boardman.
|
||
Branch: cfgperl
|
||
! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
|
||
____________________________________________________________________________
|
||
[ 5452] By: gsar on 2000/03/02 20:52:08
|
||
Log: move doc about v-strings from perlop to perldata (suggested by
|
||
David Dyck <dcd@tc.fluke.com>)
|
||
Branch: perl
|
||
! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5451] By: gsar on 2000/03/02 20:30:29
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure hints/irix_6.sh pp.c
|
||
____________________________________________________________________________
|
||
[ 5450] By: gsar on 2000/03/02 20:08:10
|
||
Log: still other multiline match cleanups (from Greg Bacon)
|
||
Branch: perl
|
||
! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
|
||
! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
|
||
____________________________________________________________________________
|
||
[ 5449] By: jhi on 2000/03/02 20:01:58
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
|
||
!> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
|
||
!> t/pragma/warn/8signal t/pragma/warn/pp_ctl
|
||
!> vms/descrip_mms.template vms/gen_shrfls.pl
|
||
!> vms/subconfigure.com vms/vms.c win32/Makefile
|
||
!> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5448] By: jhi on 2000/03/02 20:00:37
|
||
Log: workaround for Tru64 compiler bug (cleaner fix will have
|
||
to wait until 5.6.1), from Spider Boardman
|
||
Branch: cfgperl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 5447] By: jhi on 2000/03/02 19:52:34
|
||
Log: Workaround for an optimizer bug.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5446] By: jhi on 2000/03/02 19:44:35
|
||
Log: installation directory fix from Andy Dougherty
|
||
(installstyle was being clobbered, spotted by Spider Boardman)
|
||
Branch: cfgperl
|
||
! Configure
|
||
Branch: metaconfig
|
||
! U/installdirs/installstyle.U
|
||
____________________________________________________________________________
|
||
[ 5445] By: gsar on 2000/03/02 19:40:44
|
||
Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
|
||
some parts not applied
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5444] By: gsar on 2000/03/02 19:26:08
|
||
Log: avoid buffering issue in warn/8signal
|
||
Branch: perl
|
||
! t/pragma/warn/8signal
|
||
____________________________________________________________________________
|
||
[ 5443] By: gsar on 2000/03/02 18:13:28
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH hints/aix.sh hints/hpux.sh
|
||
!> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
|
||
!> t/op/lfs.t t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 5442] By: gsar on 2000/03/02 18:02:40
|
||
Log: integrate vmsperl changes into mainline (denied their changes to
|
||
Glob.pm, t/pragma/warn/{8signal,pp_ctl})
|
||
Branch: perl
|
||
!> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
|
||
!> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
|
||
!> t/pragma/warn/8signal t/pragma/warn/pp_ctl
|
||
!> vms/descrip_mms.template vms/gen_shrfls.pl
|
||
!> vms/subconfigure.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5441] By: jhi on 2000/03/02 17:56:20
|
||
Log: nit from Spider Boardman
|
||
Branch: cfgperl
|
||
! makedepend.SH
|
||
____________________________________________________________________________
|
||
[ 5440] By: jhi on 2000/03/02 17:48:15
|
||
Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
|
||
is the correct one), spotted by Robin Barker.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/aix.sh hints/hpux.sh
|
||
Branch: metaconfig/U/perl
|
||
! uselfs.U
|
||
____________________________________________________________________________
|
||
[ 5439] By: jhi on 2000/03/02 15:32:04
|
||
Log: Remove the pack.t kludge introduced to fudge the test
|
||
to pass under long doubles: leave the similar kludge
|
||
to posix.t because POSIX::strtod() is still double,
|
||
not long double.
|
||
Branch: cfgperl
|
||
! t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 5438] By: jhi on 2000/03/02 04:58:48
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
|
||
!> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
|
||
!> lib/Pod/Html.pm op.c
|
||
____________________________________________________________________________
|
||
[ 5437] By: jhi on 2000/03/02 04:51:46
|
||
Log: A patch on #5407.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5436] By: gsar on 2000/03/02 04:45:37
|
||
Log: avoid useless comparison
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 5435] By: bailey on 2000/03/02 04:43:11
|
||
Log: YA sync with mainline
|
||
Branch: vmsperl
|
||
+> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
|
||
+> t/lib/env-array.t
|
||
!> (integrate 150 files)
|
||
____________________________________________________________________________
|
||
[ 5434] By: gsar on 2000/03/02 04:28:48
|
||
Log: make the "back to top" links optional
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 5433] By: bailey on 2000/03/02 04:26:58
|
||
Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5432] By: bailey on 2000/03/02 04:20:51
|
||
Log: Update dependencies and remove obsolete VAXC support
|
||
Branch: vmsperl
|
||
! vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 5431] By: bailey on 2000/03/02 04:19:42
|
||
Log: Rmeove obsolete VAXC support
|
||
Branch: vmsperl
|
||
! vms/gen_shrfls.pl
|
||
____________________________________________________________________________
|
||
[ 5430] By: bailey on 2000/03/02 04:18:57
|
||
Log: Minor updates to subconfigure.com:
|
||
- remove old VAXC support
|
||
- avoid echoing commands to tempfiles
|
||
- fix typos
|
||
- define 64bit symbols (as "undef") when not using 64 bit support
|
||
Branch: vmsperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5429] By: bailey on 2000/03/02 04:16:11
|
||
Log: Minor changes to Configure.Com:
|
||
- permit operation in batch mode (splits output)
|
||
- remove old VAXC support
|
||
- default to enabling secure internal lnm translation
|
||
Branch: vmsperl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 5428] By: bailey on 2000/03/02 04:06:53
|
||
Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5427] By: bailey on 2000/03/02 04:05:47
|
||
Log: FIx no-op in vms.c
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5426] By: bailey on 2000/03/02 04:04:52
|
||
Log: MIscellaneous tweaks to test and driver (Charles Lane)
|
||
Branch: vmsperl
|
||
! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
|
||
! vms/test.com
|
||
____________________________________________________________________________
|
||
[ 5425] By: bailey on 2000/03/02 04:02:44
|
||
Log: Take advantage of new subprocess invocation (Charles Lane)
|
||
Branch: vmsperl
|
||
! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
|
||
! t/pragma/warnings.t
|
||
____________________________________________________________________________
|
||
[ 5424] By: bailey on 2000/03/02 04:00:20
|
||
Log: Increment counter for skipped tests (Charles Lane)
|
||
Branch: vmsperl
|
||
! t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 5423] By: bailey on 2000/03/02 03:59:14
|
||
Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
|
||
on PERL5LIB logical (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 5422] By: bailey on 2000/03/02 03:57:40
|
||
Log: Use temp to construct dirspec in File::Find (Charles Lane)
|
||
Branch: vmsperl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 5421] By: bailey on 2000/03/02 03:56:13
|
||
Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
|
||
(Should move to File::Spec in long term)
|
||
Branch: vmsperl
|
||
! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
|
||
____________________________________________________________________________
|
||
[ 5420] By: bailey on 2000/03/02 03:52:45
|
||
Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 5419] By: bailey on 2000/03/02 03:50:53
|
||
Log: Make File::Glob more VMS-friendly (Charles Lane)
|
||
Branch: vmsperl
|
||
! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
|
||
! t/lib/glob-basic.t
|
||
____________________________________________________________________________
|
||
[ 5418] By: bailey on 2000/03/02 03:47:21
|
||
Log: Miscellaneous fixes to build procedures (Peter Prymmer)
|
||
Branch: vmsperl
|
||
! configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5417] By: bailey on 2000/03/02 03:42:49
|
||
Log: Temrinate statements in pp_ctl warning test (Charles Lane)
|
||
Branch: vmsperl
|
||
! t/pragma/warn/pp_ctl
|
||
____________________________________________________________________________
|
||
[ 5416] By: bailey on 2000/03/02 03:39:46
|
||
Log: Warn but continue installing when file missing (Dan Sugalski)
|
||
Branch: vmsperl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 5415] By: jhi on 2000/03/01 23:31:23
|
||
Log: Make file sparseness detection more portable (Scott Henry)
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 5414] By: jhi on 2000/03/01 22:53:48
|
||
Log: detypo #5411 continues: Sun grep doesn't have -e.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5413] By: jhi on 2000/03/01 22:49:44
|
||
Log: detypo #5411
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5412] By: gsar on 2000/03/01 20:04:42
|
||
Log: typo in change#5408
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 5411] By: jhi on 2000/03/01 18:48:52
|
||
Log: Better detection of the solaris workshop compiler.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5410] By: jhi on 2000/03/01 18:18:04
|
||
Log: From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: solaris 64-bit and gcc
|
||
Date: Wed, 1 Mar 2000 17:59:36 GMT
|
||
Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5409] By: jhi on 2000/03/01 18:16:43
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/lib/env-array.t
|
||
!> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
|
||
!> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
|
||
!> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
|
||
!> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
|
||
!> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
|
||
!> t/lib/filefind.t t/lib/glob-basic.t
|
||
____________________________________________________________________________
|
||
[ 5408] By: gsar on 2000/03/01 18:15:49
|
||
Log: still more multiline match cleanups (from Greg Bacon)
|
||
Branch: perl
|
||
! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
|
||
! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
|
||
____________________________________________________________________________
|
||
[ 5407] By: jhi on 2000/03/01 18:11:09
|
||
Log: A further patch from Spider Boardman for long doubleness.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5406] By: gsar on 2000/03/01 17:32:09
|
||
Log: yet more multiline match cleanups (from Greg Bacon)
|
||
Branch: perl
|
||
! lib/CPAN.pm lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 5405] By: gsar on 2000/03/01 17:24:53
|
||
Log: add support for Env arrays (from Gregor N. Purdy
|
||
<gregor@focusresearch.com>)
|
||
Branch: perl
|
||
+ t/lib/env-array.t
|
||
! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
|
||
____________________________________________________________________________
|
||
[ 5404] By: gsar on 2000/03/01 17:00:23
|
||
Log: cygwin update (from Eric Fifer)
|
||
Branch: perl
|
||
! README.cygwin t/lib/glob-basic.t
|
||
____________________________________________________________________________
|
||
[ 5403] By: gsar on 2000/03/01 16:55:47
|
||
Log: more multiline match cleanups (from Greg Bacon)
|
||
Branch: perl
|
||
! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
|
||
! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
|
||
____________________________________________________________________________
|
||
[ 5402] By: gsar on 2000/03/01 16:38:48
|
||
Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
|
||
Branch: perl
|
||
! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
|
||
____________________________________________________________________________
|
||
[ 5401] By: gsar on 2000/03/01 16:35:28
|
||
Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
|
||
Branch: perl
|
||
! lib/File/Find.pm t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 5400] By: gsar on 2000/03/01 16:32:24
|
||
Log: mention "r" debugger command (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 5399] By: jhi on 2000/03/01 14:58:33
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes configure.com ext/File/Glob/Glob.pm
|
||
!> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
|
||
!> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
|
||
!> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
|
||
!> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
|
||
!> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
|
||
!> t/pragma/warn/pp_sys t/pragma/warnings.t
|
||
!> vms/descrip_mms.template vms/subconfigure.com vms/test.com
|
||
!> vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5398] By: gsar on 2000/03/01 07:03:13
|
||
Log: fix testsuite issues in change#5397
|
||
Branch: perl
|
||
! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
|
||
|
||
----------------
|
||
Version v5.5.670
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 5397] By: gsar on 2000/03/01 06:44:42
|
||
Log: consolidated VMS patches (from Craig A. Berry
|
||
<craig.berry@metamorgs.com>); Glob.pm patch modified to use
|
||
$DEFAULT_FLAGS, and iff no flags were supplied
|
||
Branch: perl
|
||
! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
|
||
! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
|
||
! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
|
||
! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
|
||
! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
|
||
! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
|
||
! t/pragma/warnings.t vms/descrip_mms.template
|
||
! vms/subconfigure.com vms/test.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5396] By: gsar on 2000/03/01 06:28:22
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5395] By: jhi on 2000/03/01 06:12:10
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/open.pm
|
||
!> MANIFEST Todo-5.6 mg.c
|
||
____________________________________________________________________________
|
||
[ 5394] By: gsar on 2000/03/01 06:07:00
|
||
Log: fix segfault on C<local ${^WARNING_BITS}>
|
||
Branch: perl
|
||
! mg.c
|
||
____________________________________________________________________________
|
||
[ 5393] By: jhi on 2000/03/01 06:02:12
|
||
Log: Fcntl de-cut-and-pasto.
|
||
From: Doug MacEachern <dougm@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH v5.5.660] Fcntl.pm
|
||
Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
|
||
Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
|
||
Branch: cfgperl
|
||
! ext/Fcntl/Fcntl.pm
|
||
____________________________________________________________________________
|
||
[ 5392] By: gsar on 2000/03/01 05:55:20
|
||
Log: update Todo-5.6, add stub open.pm
|
||
Branch: perl
|
||
+ lib/open.pm
|
||
! MANIFEST Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5391] By: jhi on 2000/03/01 05:42:25
|
||
Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5390] By: jhi on 2000/03/01 05:35:53
|
||
Log: Couple of math functions need to be Perl_ so that
|
||
they are correctly long double, especially the frexp()
|
||
in sv_vcatpvfn() (spotted by Spider Boardman).
|
||
Branch: cfgperl
|
||
! pp.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5389] By: jhi on 2000/03/01 05:33:54
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlnumber.pod
|
||
!> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
|
||
!> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
|
||
!> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
|
||
!> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
|
||
!> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
|
||
!> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
|
||
!> win32/perllib.c win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5388] By: gsar on 2000/03/01 03:38:03
|
||
Log: Windows miscellany
|
||
Branch: perl
|
||
! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5387] By: gsar on 2000/03/01 03:13:37
|
||
Log: mention ftp/rsync access to repository in perlhack
|
||
Branch: perl
|
||
! Changes pod/perlhack.pod pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 5386] By: gsar on 2000/03/01 03:04:54
|
||
Log: support kill(0,$pid) on Windows to test if process exists
|
||
Branch: perl
|
||
! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 5385] By: gsar on 2000/03/01 02:10:01
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
|
||
!> perl.h vms/subconfigure.com vos/config.def win32/config.bc
|
||
!> win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 5384] By: gsar on 2000/03/01 01:47:55
|
||
Log: oops, change#5382 didn't really fix the typo
|
||
Branch: perl
|
||
! ext/DynaLoader/dl_dlopen.xs
|
||
____________________________________________________________________________
|
||
[ 5383] By: gsar on 2000/03/01 01:38:25
|
||
Log: avoid warning on type-mismatch
|
||
Branch: perl
|
||
! ext/DynaLoader/dlutils.c
|
||
____________________________________________________________________________
|
||
[ 5382] By: gsar on 2000/03/01 01:33:42
|
||
Log: fix bug in change#5381
|
||
Branch: perl
|
||
! ext/DynaLoader/dl_dlopen.xs
|
||
____________________________________________________________________________
|
||
[ 5381] By: gsar on 2000/03/01 00:46:44
|
||
Log: unload extension shared objects when exiting, implemented
|
||
only for dl_dlopen.xs (from Alan Burlison)
|
||
Branch: perl
|
||
! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
|
||
! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
|
||
____________________________________________________________________________
|
||
[ 5380] By: gsar on 2000/03/01 00:34:10
|
||
Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
|
||
prose
|
||
Branch: perl
|
||
+ pod/perlnumber.pod
|
||
! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
|
||
! pod/perltoc.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 5379] By: jhi on 2000/02/29 23:37:01
|
||
Log: Be understanding.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U uselfs.U
|
||
____________________________________________________________________________
|
||
[ 5378] By: gsar on 2000/02/29 23:35:50
|
||
Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
|
||
Branch: perl
|
||
! lib/Test/Harness.pm vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5377] By: jhi on 2000/02/29 23:12:29
|
||
Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
|
||
d_Gconvert on long doubles to use sprintf %Lg.
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 5376] By: jhi on 2000/02/29 23:02:45
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
|
||
!> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
|
||
!> pod/perlguts.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5375] By: gsar on 2000/02/29 23:02:34
|
||
Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
|
||
Branch: perl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 5374] By: jhi on 2000/02/29 23:01:35
|
||
Log: Add libsunmath (long double math library for Solaris,
|
||
SUNWspro cc only) awareness; fix various Solaris nits.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
|
||
! vms/subconfigure.com vos/config.def win32/config.bc
|
||
! win32/config.gc win32/config.vc
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
+ i_sunmath.U
|
||
____________________________________________________________________________
|
||
[ 5373] By: gsar on 2000/02/29 22:56:10
|
||
Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
|
||
to the more readable form (from Robin Barker)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5372] By: gsar on 2000/02/29 22:52:27
|
||
Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5371] By: gsar on 2000/02/29 22:29:36
|
||
Log: fix pods to reflect newer canonical names for call_sv() etc.
|
||
Branch: perl
|
||
! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
|
||
! pod/perlembed.pod pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 5370] By: jhi on 2000/02/29 22:08:26
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> perl.c perl.h win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5369] By: gsar on 2000/02/29 21:37:10
|
||
Log: remove bogus code that caused test failures on HP-UX
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5368] By: gsar on 2000/02/29 20:45:01
|
||
Log: change#5364 had a few problems
|
||
Branch: perl
|
||
! perl.c win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5367] By: gsar on 2000/02/29 18:19:04
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH epoc/config.sh hints/hpux.sh
|
||
!> hints/solaris_2.sh regcomp.c vms/subconfigure.com
|
||
!> vos/config.def win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 5366] By: jhi on 2000/02/29 18:15:09
|
||
Log: Some compilers have problems with quad switch() controls.
|
||
Branch: cfgperl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 5365] By: jhi on 2000/02/29 18:14:30
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> perl.c win32/Makefile win32/makefile.mk win32/win32.c
|
||
!> win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5364] By: gsar on 2000/02/29 18:11:34
|
||
Log: utf8-ize @ARGV when -C switch is used on Windows
|
||
Branch: perl
|
||
! perl.c win32/Makefile win32/makefile.mk win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5363] By: jhi on 2000/02/29 17:47:48
|
||
Log: HP-UX lddlflags were broken.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! dlsrc.U
|
||
____________________________________________________________________________
|
||
[ 5362] By: jhi on 2000/02/29 17:32:27
|
||
Log: Make the failsafe question about socket address structure
|
||
sizes hopefully a bit less confusing.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/protos/socksizetype.U
|
||
____________________________________________________________________________
|
||
[ 5361] By: jhi on 2000/02/29 17:17:10
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> malloc.c
|
||
____________________________________________________________________________
|
||
[ 5360] By: gsar on 2000/02/29 17:16:09
|
||
Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5359] By: jhi on 2000/02/29 17:06:12
|
||
Log: Make the warning about preferring HP's ar more visible.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5358] By: jhi on 2000/02/29 17:04:36
|
||
Log: The sprintf option was blithely printing long doubles as
|
||
doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
|
||
being used; made the test more thorough.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH epoc/config.sh vms/subconfigure.com
|
||
! vos/config.def win32/config.bc win32/config.gc win32/config.vc
|
||
Branch: metaconfig
|
||
! U/compline/d_gconvert.U
|
||
____________________________________________________________________________
|
||
[ 5357] By: jhi on 2000/02/29 16:58:08
|
||
Log: Make the warning about abandoning long doubles more visible.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! uselongdbl.U
|
||
____________________________________________________________________________
|
||
[ 5356] By: jhi on 2000/02/29 16:51:33
|
||
Log: HP-UX gcc fix; detypo in use64bits.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! dlsrc.U use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5355] By: jhi on 2000/02/29 16:31:17
|
||
Log: Solaris 64-bitness hints saga continues.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5354] By: jhi on 2000/02/29 16:04:42
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/Thread/Thread.xs perl.c perl.h
|
||
____________________________________________________________________________
|
||
[ 5353] By: jhi on 2000/02/29 15:54:10
|
||
Log: Solaris hints tweak for 64-bitallness.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5352] By: jhi on 2000/02/29 15:35:13
|
||
Log: Too many 64-bitness option combinations.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5351] By: gsar on 2000/02/29 15:31:56
|
||
Log: more adjustments needed for change#5342 under use5005threads
|
||
Branch: perl
|
||
! ext/Thread/Thread.xs perl.c perl.h
|
||
____________________________________________________________________________
|
||
[ 5350] By: jhi on 2000/02/29 15:24:59
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlboot.pod
|
||
!> (integrate 40 files)
|
||
____________________________________________________________________________
|
||
[ 5349] By: gsar on 2000/02/29 08:13:56
|
||
Log: more m//s and $ vs \z fixups (from Greg Bacon)
|
||
Branch: perl
|
||
! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
|
||
! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
|
||
! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
|
||
! lib/File/Spec/Win32.pm
|
||
____________________________________________________________________________
|
||
[ 5348] By: gsar on 2000/02/29 08:00:48
|
||
Log: increase sleep to compensate for slow cpu (from Peter Haworth
|
||
<pmh@edison.ioppublishing.com>)
|
||
Branch: perl
|
||
! t/io/pipe.t
|
||
____________________________________________________________________________
|
||
[ 5347] By: gsar on 2000/02/29 07:52:35
|
||
Log: add OO tutorial for beginners (from Randal L. Schwartz
|
||
<merlyn@stonehenge.com>)
|
||
Branch: perl
|
||
+ pod/perlboot.pod
|
||
! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
|
||
! pod/perldelta.pod pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 5346] By: gsar on 2000/02/29 07:24:52
|
||
Log: malloc bug fix and machten hints (from Dominic Dunlop
|
||
<domo@computer.org>)
|
||
Branch: perl
|
||
! hints/machten.sh malloc.c
|
||
____________________________________________________________________________
|
||
[ 5345] By: gsar on 2000/02/29 06:32:56
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
|
||
!> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
|
||
!> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
|
||
!> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
|
||
!> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
|
||
!> win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 5344] By: gsar on 2000/02/29 06:25:33
|
||
Log: export list tweak
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5343] By: gsar on 2000/02/29 06:01:22
|
||
Log: various shenanigans in change#5342
|
||
Branch: perl
|
||
! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
|
||
! win32/win32.h win32/win32thread.h
|
||
____________________________________________________________________________
|
||
[ 5342] By: gsar on 2000/02/29 04:53:00
|
||
Log: support fetching current interpreter from TLS under useithreads
|
||
Branch: perl
|
||
! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
|
||
! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
|
||
! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
|
||
! win32/win32.h win32/win32thread.c win32/win32thread.h
|
||
____________________________________________________________________________
|
||
[ 5341] By: jhi on 2000/02/29 03:26:11
|
||
Log: Don't know how to do large files using gcc in HP-UX.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5340] By: jhi on 2000/02/29 03:07:16
|
||
Log: Added few more libs to scan.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Myinit.U U/modified/libs.U
|
||
____________________________________________________________________________
|
||
[ 5339] By: jhi on 2000/02/29 01:37:43
|
||
Log: Bigger warning on the changed behaviour of the unary ~.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5338] By: jhi on 2000/02/29 01:17:07
|
||
Log: IRIX 64-bitness fixes.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/irix_6.sh
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 5337] By: jhi on 2000/02/29 00:59:08
|
||
Log: Userfriendliness.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5336] By: jhi on 2000/02/29 00:53:51
|
||
Log: Undo the sv_2pv() change of #5329, caused numconvert.t
|
||
problems in IRIX 32-n32.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5335] By: jhi on 2000/02/29 00:22:37
|
||
Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/hpux.sh
|
||
Branch: metaconfig/U/perl
|
||
! dlsrc.U
|
||
____________________________________________________________________________
|
||
[ 5334] By: jhi on 2000/02/28 23:59:59
|
||
Log: Do not cast pointers into I32s.
|
||
Branch: cfgperl
|
||
! mg.c
|
||
____________________________________________________________________________
|
||
[ 5333] By: jhi on 2000/02/28 23:39:26
|
||
Log: More AIX fixes from Steven Hirsch.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH ext/DynaLoader/dl_aix.xs
|
||
! ext/DynaLoader/hints/aix.pl hints/aix.sh
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5332] By: jhi on 2000/02/28 22:45:59
|
||
Log: Detypo.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5331] By: jhi on 2000/02/28 22:23:36
|
||
Log: Regularize the call-back units (and fix a bug in #5330).
|
||
Branch: cfgperl
|
||
! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5330] By: jhi on 2000/02/28 21:50:28
|
||
Log: Don't be overeager to turn on 64-bitallness.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5329] By: jhi on 2000/02/28 20:32:53
|
||
Log: Lift the 32-bit straightjacket from bit ops;
|
||
prefer IV/UV over NV in sv_2pv().
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
|
||
! t/op/misc.t t/op/numconvert.t
|
||
____________________________________________________________________________
|
||
[ 5328] By: jhi on 2000/02/28 20:11:59
|
||
Log: Do not add -Ae for gcc.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5327] By: jhi on 2000/02/28 17:35:39
|
||
Log: Use the vendor file(1).
|
||
Branch: cfgperl
|
||
! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5326] By: jhi on 2000/02/28 17:31:19
|
||
Log: Put back madvise lost because of a typo.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH perl.h win32/config.bc win32/config.gc
|
||
! win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 5325] By: jhi on 2000/02/28 16:44:32
|
||
Log: Tweak HP-UX libraries.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5324] By: jhi on 2000/02/28 16:37:43
|
||
Log: Don't be overeager to turn on largefileness.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5323] By: jhi on 2000/02/28 16:23:15
|
||
Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
|
||
The patch to File/Glob/Makefile.PL is inconvenient but at the
|
||
moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
|
||
off the optimization ($self->{OPTIMIZE} = '') doesn't work,
|
||
the file is processed by MakeMaker but OPTIMIZE ends up as -O
|
||
in the resulting Makefile. A MakeMaker bug?
|
||
Branch: cfgperl
|
||
! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
|
||
! hints/aix.sh t/lib/ipc_sysv.t
|
||
____________________________________________________________________________
|
||
[ 5322] By: jhi on 2000/02/28 16:17:33
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 45 files)
|
||
____________________________________________________________________________
|
||
[ 5321] By: gsar on 2000/02/28 10:13:03
|
||
Log: avoid warnings in legacy code (from David Dyck)
|
||
Branch: perl
|
||
! lib/pwd.pl
|
||
____________________________________________________________________________
|
||
[ 5320] By: gsar on 2000/02/28 10:11:37
|
||
Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
|
||
Branch: perl
|
||
! x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 5319] By: gsar on 2000/02/28 10:07:00
|
||
Log: fix outdated URLs (from Michael G Schwern)
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
|
||
! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
|
||
! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
|
||
! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
|
||
! pod/perlvar.pod pod/perlxs.pod
|
||
____________________________________________________________________________
|
||
[ 5318] By: gsar on 2000/02/28 10:04:57
|
||
Log: update Changes, patchlevel etc.
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5317] By: gsar on 2000/02/28 09:39:47
|
||
Log: make stringwise bitops work properly on utf8 strings
|
||
Branch: perl
|
||
! doop.c t/op/bop.t
|
||
____________________________________________________________________________
|
||
[ 5316] By: gsar on 2000/02/28 07:04:22
|
||
Log: integrate cfgperl and vmsperl changes into mainline
|
||
Branch: perl
|
||
! Porting/makerel
|
||
!> Configure Makefile.SH config_h.SH configure.com
|
||
!> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
|
||
!> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
|
||
!> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
|
||
!> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
|
||
!> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
|
||
!> vms/descrip_mms.template vms/gen_shrfls.pl
|
||
!> vms/subconfigure.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5315] By: jhi on 2000/02/28 06:31:08
|
||
Log: The search for static _s-suffixex libs was broken;
|
||
add -L/lib/pa20_64 only iff there.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/hpux.sh
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
____________________________________________________________________________
|
||
[ 5314] By: jhi on 2000/02/28 06:08:40
|
||
Log: Even better use64bitall logic.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U uselfs.U
|
||
____________________________________________________________________________
|
||
[ 5313] By: jhi on 2000/02/28 05:47:27
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
|
||
!> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
|
||
!> t/lib/fields.t x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 5312] By: jhi on 2000/02/28 05:09:31
|
||
Log: Ask about use64bitall regardless of whether use64bitint is defined.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5311] By: bailey on 2000/02/28 05:05:56
|
||
Log: Integrate mainline
|
||
Branch: vmsperl
|
||
!> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
|
||
!> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
|
||
!> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
|
||
!> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
|
||
!> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
|
||
!> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
|
||
!> x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 5310] By: bailey on 2000/02/28 04:36:20
|
||
Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
|
||
Branch: vmsperl
|
||
! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
|
||
____________________________________________________________________________
|
||
[ 5309] By: jhi on 2000/02/28 04:17:36
|
||
Log: The #5249 wasn't doing any good.
|
||
Branch: cfgperl
|
||
! Makefile.SH lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 5308] By: bailey on 2000/02/28 03:56:51
|
||
Log: Repair typo -- conjunction of variable with text
|
||
Branch: vmsperl
|
||
! t/lib/cgi-html.t
|
||
____________________________________________________________________________
|
||
[ 5307] By: jhi on 2000/02/28 03:46:14
|
||
Log: A less ambitious version of #5292.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5306] By: bailey on 2000/02/28 03:42:38
|
||
Log: Defer inclusion of VMS-specific code to runtime
|
||
Branch: vmsperl
|
||
! t/io/openpid.t
|
||
____________________________________________________________________________
|
||
[ 5305] By: jhi on 2000/02/28 03:41:48
|
||
Log: The #5292 was Not So Good Idea.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5304] By: bailey on 2000/02/28 02:57:14
|
||
Log: Minor test updates to accomodate new subprocess invocation
|
||
Branch: vmsperl
|
||
! t/comp/script.t t/op/goto.t t/op/split.t
|
||
____________________________________________________________________________
|
||
[ 5303] By: bailey on 2000/02/28 02:52:47
|
||
Log: Missed bit of #5302 (case-sensitive symbols)
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/Mksymlists.pm
|
||
____________________________________________________________________________
|
||
[ 5302] By: bailey on 2000/02/28 02:51:00
|
||
Log: Support case-sensitive symbols usage in linker
|
||
Branch: vmsperl
|
||
! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
|
||
! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
|
||
____________________________________________________________________________
|
||
[ 5301] By: bailey on 2000/02/28 02:46:47
|
||
Log: Free $PARSE context after lookups
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5300] By: bailey on 2000/02/28 02:43:56
|
||
Log: Don't wait for subprocess to read final EOF
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5299] By: bailey on 2000/02/28 00:44:45
|
||
Log: Dan Sugalski's config/build changes to .660
|
||
Branch: vmsperl
|
||
! configure.com vms/descrip_mms.template vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5298] By: bailey on 2000/02/28 00:07:13
|
||
Log: When testing CGI.pm, use its notion of CRLF
|
||
Branch: vmsperl
|
||
! t/lib/cgi-html.t
|
||
____________________________________________________________________________
|
||
[ 5297] By: bailey on 2000/02/28 00:00:08
|
||
Log: Quote command line args which need to be upper case
|
||
Tell subprocess we're finished before waiting for it
|
||
Branch: vmsperl
|
||
! t/io/openpid.t
|
||
____________________________________________________________________________
|
||
[ 5296] By: gsar on 2000/02/28 00:00:05
|
||
Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
|
||
these insidious errors in File::Basename, File::Find and find2perl
|
||
(from Tom Christiansen)
|
||
|
||
TODO: many other modules need to be fixed as well!
|
||
Branch: perl
|
||
! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 5295] By: jhi on 2000/02/27 23:18:40
|
||
Log: Version number update.
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 5294] By: gsar on 2000/02/27 22:27:46
|
||
Log: typos in change#5293
|
||
Branch: perl
|
||
! lib/fields.pm
|
||
____________________________________________________________________________
|
||
[ 5293] By: gsar on 2000/02/27 21:57:40
|
||
Log: support fields::new() and fields::phash() to create pseudo-hash
|
||
objects and plain pseudo-hashes respectively (this avoids users
|
||
from having to diddle %FIELDS directly); update documentation to
|
||
suit (from original fields::phash() implementation by Peter
|
||
Scott <Peter@PSDT.com>)
|
||
Branch: perl
|
||
! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
|
||
! pod/perlref.pod t/lib/fields.t
|
||
____________________________________________________________________________
|
||
[ 5292] By: jhi on 2000/02/27 21:49:25
|
||
Log: proto.h was mssing from the list of generated files;
|
||
added rules to generate any single wanted file
|
||
(a bunch of other files may also be generated
|
||
at the same time, as before)
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5291] By: jhi on 2000/02/27 18:57:12
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
|
||
!> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
|
||
!> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
|
||
!> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
|
||
!> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
|
||
!> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5290] By: gsar on 2000/02/27 18:47:00
|
||
Log: integrate cfgperl and vmsperl contents into mainline
|
||
Branch: perl
|
||
!> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
|
||
!> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
|
||
!> t/pragma/locale.t vms/perlvms.pod vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5289] By: gsar on 2000/02/27 18:09:04
|
||
Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
|
||
the internal glob())
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5288] By: gsar on 2000/02/27 17:12:41
|
||
Log: djgpp update (from Laszlo Molnar)
|
||
Branch: perl
|
||
! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
|
||
! hints/dos_djgpp.sh
|
||
____________________________________________________________________________
|
||
[ 5287] By: gsar on 2000/02/27 16:58:53
|
||
Log: tweak comment about core glob()
|
||
Branch: perl
|
||
! ext/File/Glob/Glob.pm
|
||
____________________________________________________________________________
|
||
[ 5286] By: gsar on 2000/02/27 16:52:54
|
||
Log: remove outdated info about csh and glob(); glob() need not fail
|
||
when tainting anymore if using internal globbing
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
|
||
! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5285] By: gsar on 2000/02/27 16:20:31
|
||
Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
|
||
handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5284] By: gsar on 2000/02/27 14:31:24
|
||
Log: avoid compiler warnings (from Dan Sugalski)
|
||
Branch: perl
|
||
! op.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5283] By: gsar on 2000/02/27 14:21:16
|
||
Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5282] By: bailey on 2000/02/27 05:07:08
|
||
Log: Impose security constraints on lnm lookup only if tainting
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5281] By: bailey on 2000/02/27 05:05:35
|
||
Log: Add new File::Spec::VMS methods
|
||
Don't add implicit device in VMS <-> Unix filespec translation
|
||
Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
|
||
Branch: vmsperl
|
||
! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
|
||
! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5280] By: bailey on 2000/02/27 04:58:01
|
||
Log: Accept filespecs as command verbs for subprocesses
|
||
Branch: vmsperl
|
||
! vms/perlvms.pod vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5279] By: jhi on 2000/02/27 04:01:53
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 5278] By: bailey on 2000/02/27 02:43:01
|
||
Log: Resync with mainline again
|
||
Branch: vmsperl
|
||
!> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
|
||
!> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
|
||
!> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
|
||
!> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
|
||
!> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
|
||
!> vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5277] By: jhi on 2000/02/27 02:36:36
|
||
Log: Fix locale case-ignorant matching bug reported in
|
||
|
||
From: gomar@md.media-web.de
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 20000223.005]
|
||
Date: 23 Feb 2000 16:03:08 -0000
|
||
Message-Id: <20000223160308.1830.qmail@md.media-web.de>
|
||
Branch: cfgperl
|
||
! regexec.c t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 5276] By: gsar on 2000/02/26 18:18:16
|
||
Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
|
||
(from Tom Christiansen)
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 5275] By: jhi on 2000/02/26 16:43:11
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 34 files)
|
||
____________________________________________________________________________
|
||
[ 5274] By: gsar on 2000/02/26 15:23:45
|
||
Log: rework binmode() entry in perlfunc (from Martien Verbruggen
|
||
<mgjv@comdyn.com.au>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5273] By: gsar on 2000/02/26 15:04:54
|
||
Log: PodParser v1.11 update (from Brad Appleton)
|
||
Branch: perl
|
||
! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
|
||
! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
|
||
! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 5272] By: gsar on 2000/02/26 14:48:24
|
||
Log: add missing perl headers to perldepend action
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 5271] By: gsar on 2000/02/26 08:03:36
|
||
Log: VMS patch (from Peter Prymmer)
|
||
Branch: perl
|
||
! Makefile.SH README.vms configure.com vms/descrip_mms.template
|
||
! vms/sockadapt.h vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5270] By: gsar on 2000/02/26 07:46:35
|
||
Log: integrate vmsperl changes into mainline
|
||
Branch: perl
|
||
!> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
|
||
!> pp_sys.c scope.c vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5269] By: bailey on 2000/02/26 07:04:55
|
||
Log: Resync with mainline
|
||
Branch: vmsperl
|
||
+> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
|
||
+> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
|
||
+> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
|
||
+> lib/bytes_heavy.pl t/pragma/warn/9enabled
|
||
- ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
|
||
- lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
|
||
- lib/unicode/Eq/Unicode.pl
|
||
!> (integrate 323 files)
|
||
____________________________________________________________________________
|
||
[ 5268] By: gsar on 2000/02/26 06:50:04
|
||
Log: reintroduce useithreads (accidentally deleted in change#5261)
|
||
Branch: perl
|
||
! win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 5266] By: gsar on 2000/02/26 06:46:06
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
|
||
- ext/DynaLoader/dl_rhapsody.xs
|
||
!> (integrate 62 files)
|
||
____________________________________________________________________________
|
||
[ 5265] By: gsar on 2000/02/26 06:31:10
|
||
Log: support for version vectors in UNIVERSAL::VERSION(), so that
|
||
C<use Foo v1.2.3> etc., work; tests for the same
|
||
|
||
TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
|
||
! t/comp/use.t toke.c universal.c
|
||
____________________________________________________________________________
|
||
[ 5264] By: jhi on 2000/02/26 04:14:15
|
||
Log: Add libscheck for IRIX.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5263] By: jhi on 2000/02/26 03:40:47
|
||
Log: Add libscheck for Solaris.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5262] By: jhi on 2000/02/26 03:10:47
|
||
Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
|
||
Branch: cfgperl
|
||
+ ext/DynaLoader/dl_dyld.xs hints/darwin.sh
|
||
- ext/DynaLoader/dl_rhapsody.xs
|
||
! Configure INSTALL MANIFEST Makefile.SH README.threads
|
||
! config_h.SH hints/rhapsody.sh installperl pp_sys.c
|
||
Branch: metaconfig
|
||
! U/a_dvisory/multiarch.U
|
||
____________________________________________________________________________
|
||
[ 5261] By: jhi on 2000/02/26 02:48:23
|
||
Log: Rename use64bits to use64bitint;
|
||
rename usefull64bits to use64bitall.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH configure.com epoc/config.sh hints/aix.sh
|
||
! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
|
||
! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
|
||
! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
|
||
! vms/subconfigure.com vos/config.def vos/config.h
|
||
! vos/config_h.SH_orig win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
|
||
! U/protos/socksizetype.U U/threads/archname.U
|
||
Branch: metaconfig/U/perl
|
||
! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
|
||
! usemorebits.U
|
||
____________________________________________________________________________
|
||
[ 5260] By: jhi on 2000/02/25 22:57:16
|
||
Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.5.660] cygwin port
|
||
Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
|
||
Branch: cfgperl
|
||
! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
|
||
____________________________________________________________________________
|
||
[ 5259] By: jhi on 2000/02/25 22:53:51
|
||
Log: Configure nits; add socksizetype; add getfsstat for completeness;
|
||
add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
|
||
lands; regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
|
||
! vms/subconfigure.com vos/config.def win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc
|
||
Branch: metaconfig
|
||
+ U/protos/socksizetype.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_getfsstat.U
|
||
! d_fstatfs.U fpossize.U use64bits.U uselfs.U
|
||
____________________________________________________________________________
|
||
[ 5258] By: jhi on 2000/02/25 21:04:17
|
||
Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
|
||
Branch: cfgperl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5257] By: jhi on 2000/02/25 20:48:13
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
|
||
!> proto.h t/cmd/while.t
|
||
____________________________________________________________________________
|
||
[ 5256] By: gsar on 2000/02/25 20:04:37
|
||
Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h perlapi.c proto.h
|
||
____________________________________________________________________________
|
||
[ 5255] By: gsar on 2000/02/25 19:23:58
|
||
Log: change#4849 wasn't restoring savestack correctly; make loops that have
|
||
continue blocks recognizable at run time
|
||
Branch: perl
|
||
! op.c op.h pp_ctl.c t/cmd/while.t
|
||
____________________________________________________________________________
|
||
[ 5254] By: jhi on 2000/02/25 06:00:01
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
|
||
!> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
|
||
!> t/lib/filefind.t t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 5253] By: jhi on 2000/02/25 05:57:59
|
||
Log: Megalopatch for Configure: Andy's new installation schemes;
|
||
introduce usefull64bits, beautify and regularize the various
|
||
type probes; introduce d_lseekproto.
|
||
Branch: cfgperl
|
||
! Configure INSTALL Policy_sh.SH config_h.SH perl.h
|
||
! pod/perldelta.pod
|
||
Branch: metaconfig
|
||
+ U/installdirs/perl5.U U/installdirs/sitehtml1.U
|
||
+ U/installdirs/sitehtml3.U U/installdirs/siteman1.U
|
||
+ U/installdirs/siteman3.U U/installdirs/sitescript.U
|
||
+ U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
|
||
+ U/installdirs/vendorman1.U U/installdirs/vendorman3.U
|
||
+ U/installdirs/vendorscript.U U/protos/d_lseekproto.U
|
||
- U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
|
||
- U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
|
||
- U/installdirs/vendorscriptdir.U
|
||
! U/compline/doublesize.U U/compline/ptrsize.U
|
||
! U/installdirs/archlib.U U/installdirs/bin.U
|
||
! U/installdirs/html1dir.U U/installdirs/html3dir.U
|
||
! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
|
||
! U/installdirs/installstyle.U U/installdirs/instubperl.U
|
||
! U/installdirs/localarch.U U/installdirs/locallib.U
|
||
! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
|
||
! U/installdirs/privlib.U U/installdirs/scriptdir.U
|
||
! U/installdirs/sitearch.U U/installdirs/sitebin.U
|
||
! U/installdirs/sitelib.U U/installdirs/siteprefix.U
|
||
! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
|
||
! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
|
||
! U/modified/d_longdbl.U U/modified/d_longlong.U
|
||
! U/typedefs/gidsize.U U/typedefs/lseektype.U
|
||
! U/typedefs/uidsize.U
|
||
Branch: metaconfig/U/perl
|
||
! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
|
||
! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
|
||
____________________________________________________________________________
|
||
[ 5252] By: gsar on 2000/02/25 03:15:03
|
||
Log: update PodParser to v1.10 (from Brad Appleton)
|
||
Branch: perl
|
||
! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
|
||
! lib/Pod/Usage.pm t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 5251] By: gsar on 2000/02/25 03:10:51
|
||
Log: make File::Find tests tolerate case-insensitive systems (from
|
||
Laszlo Molnar)
|
||
Branch: perl
|
||
! t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 5250] By: gsar on 2000/02/25 01:50:04
|
||
Log: more Compiler tweaks for useithreads
|
||
Branch: perl
|
||
! ext/B/B.xs ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 5249] By: jhi on 2000/02/25 00:17:53
|
||
Log: Remove NFS temp files and Configure temp C files.
|
||
Branch: cfgperl
|
||
! Makefile.SH lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 5248] By: jhi on 2000/02/24 23:57:49
|
||
Log: In FreeBSD disable floating point exception handlers.
|
||
As the comment says, this should be done in the hints.
|
||
|
||
From: dive <dive@ender.com>
|
||
To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
cc: perl5-porters@perl.org
|
||
Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
|
||
Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
|
||
Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
|
||
Branch: cfgperl
|
||
! unixish.h
|
||
____________________________________________________________________________
|
||
[ 5247] By: jhi on 2000/02/24 23:46:27
|
||
Log: From: Gisle Aas <gisle@aas.no>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
|
||
Date: 25 Feb 2000 00:24:53 +0100
|
||
Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
|
||
Branch: cfgperl
|
||
! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5246] By: jhi on 2000/02/24 23:15:56
|
||
Log: The op/stat.t patch in #5341 wasn't robust enough,
|
||
it broke subtest 4 almost everywhere else.
|
||
Branch: cfgperl
|
||
! t/op/stat.t
|
||
____________________________________________________________________________
|
||
[ 5245] By: jhi on 2000/02/24 19:28:53
|
||
Log: More VMS patches from Peter Prymmer.
|
||
Branch: cfgperl
|
||
! configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5244] By: jhi on 2000/02/24 19:26:33
|
||
Log: Largefileness in Solaris doesn't require long longs;
|
||
use64bits enhancements; introduce usefull64bits.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/aix.sh hints/hpux.sh
|
||
! hints/irix_6.sh hints/solaris_2.sh
|
||
Branch: metaconfig
|
||
! U/threads/archname.U
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5243] By: jhi on 2000/02/24 18:40:25
|
||
Log: Tidy up the 64-bit (and socklen_t) type probing.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/d_longdbl.U U/modified/d_longlong.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_fpos64_t.U d_off64_t.U
|
||
- io64.U
|
||
! d_int64_t.U d_socklen_t.U
|
||
____________________________________________________________________________
|
||
[ 5242] By: jhi on 2000/02/24 18:09:49
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 5241] By: jhi on 2000/02/24 18:00:49
|
||
Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.5.660] cygwin port
|
||
Date: Thu, 24 Feb 2000 17:15:28 -0000
|
||
Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
|
||
Branch: cfgperl
|
||
+ cygwin/cygwin.c
|
||
! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
|
||
! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
|
||
____________________________________________________________________________
|
||
[ 5240] By: jhi on 2000/02/24 17:53:12
|
||
Log: VMS patch from Peter Prymmer; use full_ar.
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5239] By: jhi on 2000/02/24 17:46:45
|
||
Log: MPE/ix patches from Mark Bixby.
|
||
Branch: cfgperl
|
||
! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
|
||
! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
|
||
! t/op/stat.t
|
||
____________________________________________________________________________
|
||
[ 5238] By: jhi on 2000/02/24 17:13:22
|
||
Log: Get -lbind if available. Add pointer to perldelta.pod/64-bit
|
||
support to t/op/numconvert.t.
|
||
|
||
From: Lupe Christoph <lupe@lupe-christoph.de>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
|
||
Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
|
||
Message-Id: <200002241054.LAA06808@lupe-christoph.de>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH t/op/numconvert.t
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
____________________________________________________________________________
|
||
[ 5237] By: jhi on 2000/02/24 15:47:11
|
||
Log: Remove more cruft from IO.
|
||
Branch: cfgperl
|
||
! ext/IO/IO.xs
|
||
____________________________________________________________________________
|
||
[ 5236] By: jhi on 2000/02/24 15:14:48
|
||
Log: From: Hugo <hv@crypt.compulink.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
|
||
Date: Thu, 24 Feb 2000 13:24:10 +0000
|
||
Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
|
||
Branch: cfgperl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 5235] By: jhi on 2000/02/24 15:12:40
|
||
Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
|
||
S_IROTH, S_IWOTH, S_IXOTH.
|
||
|
||
From: js@ddre.dk
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
|
||
Date: Thu, 24 Feb 2000 15:11:33 +0100
|
||
Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5234] By: gsar on 2000/02/24 03:39:17
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
- lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
|
||
! pod/perlop.pod
|
||
!> Configure MANIFEST Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH configpm configure.com doio.c
|
||
!> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
|
||
!> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
|
||
!> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
|
||
!> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5233] By: jhi on 2000/02/24 01:31:38
|
||
Log: VMS patch from Peter Prymmer.
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5232] By: jhi on 2000/02/24 01:15:03
|
||
Log: Detypo fpos64_t test.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! io64.U
|
||
____________________________________________________________________________
|
||
[ 5231] By: jhi on 2000/02/24 01:11:17
|
||
Log: miscut'n'paste in #5230.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! d_int64_t.U
|
||
____________________________________________________________________________
|
||
[ 5230] By: jhi on 2000/02/24 01:02:05
|
||
Log: The #5228 wasn't quite right + fix typos.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/d_longdbl.U U/modified/d_longlong.U
|
||
Branch: metaconfig/U/perl
|
||
! d_int64_t.U d_socklen_t.U io64.U
|
||
____________________________________________________________________________
|
||
[ 5229] By: jhi on 2000/02/24 00:40:01
|
||
Log: Depickify the compiler (about unused and set but not used variables)
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5228] By: jhi on 2000/02/24 00:34:35
|
||
Log: Cosmetics.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/d_longdbl.U U/modified/d_longlong.U
|
||
Branch: metaconfig/U/perl
|
||
! d_int64_t.U d_socklen_t.U
|
||
____________________________________________________________________________
|
||
[ 5227] By: jhi on 2000/02/24 00:17:34
|
||
Log: In IRIX <sys/mode.h> is something completely different.
|
||
|
||
From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
|
||
Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
|
||
Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 5226] By: jhi on 2000/02/23 20:39:28
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
|
||
!> t/comp/require.t t/op/ver.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5225] By: jhi on 2000/02/23 20:35:58
|
||
Log: From: Dominic Dunlop <domo@computer.org>
|
||
To: perl5-porters@perl.org
|
||
Cc: Gurusamy Sarathy <gsar@activestate.com>
|
||
Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
|
||
Date: Wed, 23 Feb 2000 21:23:44 +0100
|
||
Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
|
||
Branch: cfgperl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5224] By: jhi on 2000/02/23 20:22:43
|
||
Log: From: Dan Sugalski <dan@sidhe.org>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH 5.5.660]VMS build patches
|
||
Date: Wed, 23 Feb 2000 15:14:27 -0500
|
||
Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
|
||
|
||
(the patch was mangled, had to be manually applied)
|
||
Branch: cfgperl
|
||
! configure.com vms/descrip_mms.template vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 5223] By: jhi on 2000/02/23 19:54:04
|
||
Log: From: Dominic Dunlop <domo@computer.org>
|
||
To: perl5-porters@perl.org
|
||
Cc: Andy Dougherty <doughera@lafayette.edu>,
|
||
Gurusamy Sarathy <gsar@activestate.com>
|
||
Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
|
||
Date: Wed, 23 Feb 2000 20:41:54 +0100
|
||
Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Oldconfig.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! dlsrc.U
|
||
____________________________________________________________________________
|
||
[ 5222] By: jhi on 2000/02/23 18:02:39
|
||
Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
|
||
(suggested by Graham Barr).
|
||
Branch: cfgperl
|
||
! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 5221] By: jhi on 2000/02/23 16:00:29
|
||
Log: Streamline #5218 even more.
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 5220] By: gsar on 2000/02/23 09:10:43
|
||
Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
|
||
C<use 5.6.0> work as well; underscores are now permitted in v-strings
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
|
||
! t/comp/require.t t/op/ver.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5219] By: jhi on 2000/02/23 04:24:54
|
||
Log: Streamline #5218.
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 5218] By: jhi on 2000/02/23 02:08:19
|
||
Log: Trying to connect to an already open socket may give EISCONN.
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 5217] By: jhi on 2000/02/22 23:54:51
|
||
Log: Fix prototype conflicts with POSIX.pm.
|
||
Branch: cfgperl
|
||
! ext/Fcntl/Fcntl.pm
|
||
____________________________________________________________________________
|
||
[ 5216] By: jhi on 2000/02/22 22:27:19
|
||
Log: See http://www.unicode.org/unicode/reports/tr15/
|
||
for in-depth description of the problem.
|
||
Branch: cfgperl
|
||
- lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
|
||
! MANIFEST lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 5215] By: jhi on 2000/02/22 22:11:17
|
||
Log: Add uselongdouble, regroup the use* more logically.
|
||
Branch: cfgperl
|
||
! myconfig.SH
|
||
____________________________________________________________________________
|
||
[ 5214] By: jhi on 2000/02/22 22:04:43
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
|
||
!> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 5213] By: jhi on 2000/02/22 22:03:26
|
||
Log: Add socklen_t probe; Configure maintenance.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
|
||
! U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_int64_t.U d_socklen_t.U
|
||
- d_int64t.U
|
||
! i_sysutsname.U
|
||
____________________________________________________________________________
|
||
[ 5212] By: gsar on 2000/02/22 21:46:45
|
||
Log: make Perl's malloc work for allocations over 2GB (from Ilya
|
||
Zakharevich)
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5211] By: gsar on 2000/02/22 19:51:47
|
||
Log: add -W and -X to -h output; fix other pod omissions
|
||
Branch: perl
|
||
! perl.c pod/perlrun.pod
|
||
____________________________________________________________________________
|
||
[ 5210] By: gsar on 2000/02/22 19:51:13
|
||
Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
|
||
Branch: perl
|
||
! pod/perlpod.pod
|
||
____________________________________________________________________________
|
||
[ 5209] By: jhi on 2000/02/22 19:40:43
|
||
Log: The subtests 28 and 31 were wrong. Tightened also the similar
|
||
tests nearby.
|
||
Branch: cfgperl
|
||
! t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 5208] By: gsar on 2000/02/22 19:13:44
|
||
Log: s/Activeware/ActiveState/
|
||
Branch: perl
|
||
! pod/perlrun.pod
|
||
____________________________________________________________________________
|
||
[ 5207] By: jhi on 2000/02/22 18:38:29
|
||
Log: Perl version nit spotted by Spider Boardman.
|
||
Branch: cfgperl
|
||
! configpm
|
||
____________________________________________________________________________
|
||
[ 5206] By: gsar on 2000/02/22 17:50:44
|
||
Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5205] By: gsar on 2000/02/22 17:36:26
|
||
Log: fix memory overrun due to off-by-one in change#5192
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5204] By: gsar on 2000/02/22 17:10:39
|
||
Log: sundry typos and such
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 5203] By: jhi on 2000/02/22 17:10:22
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 56 files)
|
||
____________________________________________________________________________
|
||
[ 5202] By: gsar on 2000/02/22 16:48:58
|
||
Log: remove vestiges of older attribute syntax
|
||
Branch: perl
|
||
! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
|
||
! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 5201] By: jhi on 2000/02/22 14:39:56
|
||
Log: Configure nits spotted by Spider Boardman.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! fpossize.U
|
||
____________________________________________________________________________
|
||
[ 5200] By: jhi on 2000/02/22 14:31:21
|
||
Log: Tru64 V5.0 patches from Spider Boardman.
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh
|
||
|
||
----------------
|
||
Version v5.5.660
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 5199] By: gsar on 2000/02/22 11:29:28
|
||
Log: beta2
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 5198] By: gsar on 2000/02/22 10:45:54
|
||
Log: PodParser-1.093 update (from Brad Appleton's site)
|
||
Branch: perl
|
||
! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
|
||
! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
|
||
! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
|
||
! t/pod/special_seqs.t t/pod/special_seqs.xr
|
||
____________________________________________________________________________
|
||
[ 5197] By: gsar on 2000/02/22 10:24:13
|
||
Log: integrate cfgperl contents into mainline, update Changes
|
||
Branch: perl
|
||
! Changes pod/perlhist.pod
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH hints/solaris_2.sh malloc.c perl.h
|
||
!> pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5196] By: gsar on 2000/02/22 10:10:36
|
||
Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
|
||
Branch: perl
|
||
! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
|
||
! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
|
||
! t/lib/glob-taint.t t/lib/io_unix.t
|
||
____________________________________________________________________________
|
||
[ 5195] By: gsar on 2000/02/22 10:01:49
|
||
Log: s/undef/NO_INIT/g in change#5183
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp pod/perlxs.pod
|
||
____________________________________________________________________________
|
||
[ 5194] By: gsar on 2000/02/22 09:44:07
|
||
Log: perlipc bug (spotted by Ben Low)
|
||
Branch: perl
|
||
! pod/perlipc.pod
|
||
____________________________________________________________________________
|
||
[ 5193] By: gsar on 2000/02/22 09:38:58
|
||
Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
|
||
Branch: perl
|
||
! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
|
||
____________________________________________________________________________
|
||
[ 5192] By: gsar on 2000/02/22 09:26:06
|
||
Log: improvements for high-bit text literals (from Gisle Aas)
|
||
Branch: perl
|
||
! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
|
||
! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
|
||
____________________________________________________________________________
|
||
[ 5191] By: gsar on 2000/02/22 07:35:47
|
||
Log: allow C<print v10>, $h{v13.10} etc.
|
||
Branch: perl
|
||
! t/op/ver.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5190] By: gsar on 2000/02/22 05:35:27
|
||
Log: adjust for lost fp precision in require version check
|
||
Branch: perl
|
||
! pp_ctl.c t/comp/require.t
|
||
____________________________________________________________________________
|
||
[ 5189] By: jhi on 2000/02/22 05:14:35
|
||
Log: Check the alignment of long doubles if they are to be used;
|
||
regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/alignbytes.U
|
||
____________________________________________________________________________
|
||
[ 5188] By: gsar on 2000/02/22 04:45:57
|
||
Log: use same treatment for EINVAL as for ETIMEDOUT
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Socket/INET.pm
|
||
____________________________________________________________________________
|
||
[ 5187] By: gsar on 2000/02/21 23:15:12
|
||
Log: type mismatch
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5186] By: gsar on 2000/02/21 21:10:26
|
||
Log: remove dual-valueness of v-strings (i.e., they are pure strings
|
||
now); avoid the word "tuple" to describe strings represented as
|
||
character ordinals; usurp $PERL_VERSION for $^V as suggested by
|
||
Larry, deprecate $] ; adjust the documentation and testsuite
|
||
accordingly
|
||
Branch: perl
|
||
! MANIFEST lib/English.pm op.c pod/perldelta.pod
|
||
! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
|
||
! t/comp/require.t t/op/ver.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5185] By: jhi on 2000/02/21 20:36:05
|
||
Log: detypo
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5184] By: gsar on 2000/02/21 18:37:38
|
||
Log: clarify "use Module VERSION LIST" (from Robin Barker)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5183] By: gsar on 2000/02/21 18:31:42
|
||
Log: allow optional XSUB parameters without being forced to use a
|
||
default (from Hugo van der Sanden)
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
|
||
____________________________________________________________________________
|
||
[ 5182] By: jhi on 2000/02/21 18:22:47
|
||
Log: Add Solaris LP64 notes.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 5181] By: gsar on 2000/02/21 16:53:39
|
||
Log: generalize "%v" format into a flag for any integral format type:
|
||
"%vd", "%v#o", "%*vX", etc are allowed
|
||
Branch: perl
|
||
! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 5180] By: gsar on 2000/02/21 07:11:00
|
||
Log: detypo
|
||
Branch: perl
|
||
! ext/B/B.xs
|
||
____________________________________________________________________________
|
||
[ 5179] By: gsar on 2000/02/21 07:08:38
|
||
Log: undo accidental delete
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B.xs
|
||
____________________________________________________________________________
|
||
[ 5178] By: gsar on 2000/02/21 07:02:16
|
||
Log: get Compiler "working" under useithreads
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
|
||
! ext/B/B/Deparse.pm ext/B/B/Xref.pm
|
||
____________________________________________________________________________
|
||
[ 5177] By: jhi on 2000/02/21 03:16:24
|
||
Log: Thou shalt not printf longs with %d.
|
||
Branch: cfgperl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5176] By: jhi on 2000/02/21 01:37:35
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/pragma/warn/9enabled
|
||
!> (integrate 63 files)
|
||
____________________________________________________________________________
|
||
[ 5175] By: gsar on 2000/02/21 00:25:00
|
||
Log: misplaced braces
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5174] By: gsar on 2000/02/21 00:09:16
|
||
Log: more malloc.c tweaks for change#5070
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5173] By: gsar on 2000/02/21 00:01:17
|
||
Log: malloc.c fixups in change#5170 need to fetch thx pointer
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5172] By: gsar on 2000/02/20 23:52:39
|
||
Log: missing file in change#5170
|
||
Branch: perl
|
||
+ t/pragma/warn/9enabled
|
||
____________________________________________________________________________
|
||
[ 5171] By: gsar on 2000/02/20 23:49:17
|
||
Log: skip conditionally defined symbols in change#5162
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5170] By: gsar on 2000/02/20 22:58:09
|
||
Log: lexical warnings update, ability to inspect bitmask in calling
|
||
scope, among other things (from Paul Marquess)
|
||
Branch: perl
|
||
! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
|
||
! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
|
||
! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
|
||
! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
|
||
! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
|
||
! t/pragma/warn/toke toke.c warnings.h warnings.pl
|
||
____________________________________________________________________________
|
||
[ 5169] By: gsar on 2000/02/20 22:22:28
|
||
Log: windows fixes for virtualizing child std{in,out,err} handles,
|
||
attempts to lock uninitialized critical section in files that
|
||
were never explicitly opened (from Doug Lankshear)
|
||
Branch: perl
|
||
! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5168] By: gsar on 2000/02/20 20:19:11
|
||
Log: update Changes, credits
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 5167] By: gsar on 2000/02/20 18:54:27
|
||
Log: avoid reading out-of-bounds memory when matching against reference
|
||
Branch: perl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 5166] By: gsar on 2000/02/20 17:59:41
|
||
Log: byte mode chop() should clear UTF8 (from Gisle Aas)
|
||
Branch: perl
|
||
! doop.c
|
||
____________________________________________________________________________
|
||
[ 5165] By: gsar on 2000/02/20 17:57:08
|
||
Log: test fix needed by change#5164
|
||
Branch: perl
|
||
! t/pragma/warn/toke
|
||
____________________________________________________________________________
|
||
[ 5164] By: gsar on 2000/02/20 17:50:38
|
||
Log: default mkdir() mode argument to 0777
|
||
Branch: perl
|
||
! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
|
||
! t/op/mkdir.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5163] By: gsar on 2000/02/20 16:34:33
|
||
Log: glob() takes one or no user arguments and a non-user-visible second
|
||
hidden argument, fix its prototype-checking accordingly
|
||
Branch: perl
|
||
! op.c opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 5162] By: gsar on 2000/02/20 16:07:38
|
||
Log: make change#3386 a build-time option (avoids problems due to
|
||
perl_run() longjmping out)
|
||
Branch: perl
|
||
! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
|
||
! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
|
||
! scope.h sv.c thrdvar.h util.c
|
||
____________________________________________________________________________
|
||
[ 5161] By: gsar on 2000/02/20 12:13:37
|
||
Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
|
||
modified to use Errno more portably)
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
|
||
____________________________________________________________________________
|
||
[ 5160] By: gsar on 2000/02/20 11:53:28
|
||
Log: mention portability caveat about C<use Errno 'EFOO'>
|
||
Branch: perl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 5159] By: gsar on 2000/02/20 11:14:36
|
||
Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
|
||
Branch: perl
|
||
! pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 5158] By: gsar on 2000/02/20 10:53:49
|
||
Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
|
||
Branch: perl
|
||
! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
|
||
! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
|
||
! vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 5157] By: jhi on 2000/02/19 20:29:26
|
||
Log: Be explicit about what ops work with bt vectors.
|
||
(And implicit about which don't.)
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5156] By: jhi on 2000/02/19 18:38:14
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/bytes.pm lib/bytes_heavy.pl
|
||
- lib/byte.pm lib/byte_heavy.pl
|
||
!> (integrate 61 files)
|
||
____________________________________________________________________________
|
||
[ 5155] By: gsar on 2000/02/19 17:57:39
|
||
Log: char vs U8 warnings
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5154] By: gsar on 2000/02/19 17:44:56
|
||
Log: remove outdated caveat about C<while ($k = each %foo)> (from
|
||
Hugo van der Sanden)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5153] By: gsar on 2000/02/19 17:41:41
|
||
Log: tests, doc tweak (from Gisle Aas)
|
||
Branch: perl
|
||
! pod/perlfaq9.pod t/op/ord.t
|
||
____________________________________________________________________________
|
||
[ 5152] By: gsar on 2000/02/19 17:35:50
|
||
Log: document behavior of splice(@ary) (from Gisle Aas)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5151] By: gsar on 2000/02/19 17:33:59
|
||
Log: fix bug in backtracking optimizer (from Makoto Ishisone
|
||
<ishisone@sra.co.jp>)
|
||
Branch: perl
|
||
! regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 5150] By: gsar on 2000/02/19 17:33:05
|
||
Log: more B fixups to cope with empty GVs (these can only happen in pads)
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
|
||
____________________________________________________________________________
|
||
[ 5149] By: gsar on 2000/02/19 17:32:03
|
||
Log: avoid compiler warnings
|
||
Branch: perl
|
||
! malloc.c perl.h
|
||
____________________________________________________________________________
|
||
[ 5148] By: gsar on 2000/02/19 17:18:09
|
||
Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
|
||
Branch: perl
|
||
! lib/attributes.pm
|
||
____________________________________________________________________________
|
||
[ 5147] By: gsar on 2000/02/19 17:15:34
|
||
Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
|
||
for that)
|
||
Branch: perl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 5146] By: gsar on 2000/02/19 16:18:46
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
|
||
!> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
|
||
!> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
|
||
!> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
|
||
____________________________________________________________________________
|
||
[ 5145] By: gsar on 2000/02/19 16:10:37
|
||
Log: POSIX::strftime gets the date wrong (from John Tobey
|
||
<jtobey@epsilondev.com>)
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.xs t/lib/posix.t
|
||
____________________________________________________________________________
|
||
[ 5144] By: gsar on 2000/02/19 16:02:40
|
||
Log: don't blindly set bool=char on linux (from Andy Dougherty)
|
||
Branch: perl
|
||
! handy.h hints/linux.sh x2p/a2p.h
|
||
____________________________________________________________________________
|
||
[ 5143] By: gsar on 2000/02/19 15:54:04
|
||
Log: some rearrangement of the includes for easier "microperl" build;
|
||
add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
|
||
Branch: perl
|
||
! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 5142] By: gsar on 2000/02/19 15:22:17
|
||
Log: fixes for Pod::Html issues (from Wolfgang Laun
|
||
<wolfgang.laun@chello.at>)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 5141] By: gsar on 2000/02/19 08:27:29
|
||
Log: grammos (spotted by Tom Christiansen)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5140] By: gsar on 2000/02/19 08:17:04
|
||
Log: various xsubpp enhancements that make it easier to use with
|
||
C::Scan (from Ilya Zakharevich)
|
||
|
||
TODO: still needs documentation
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 5139] By: gsar on 2000/02/19 07:55:18
|
||
Log: s/croak/Perl_croak/
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5138] By: gsar on 2000/02/19 07:51:39
|
||
Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
|
||
Branch: perl
|
||
! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
|
||
! pp_hot.c proto.h sv.c toke.c
|
||
____________________________________________________________________________
|
||
[ 5137] By: gsar on 2000/02/19 07:42:12
|
||
Log: set close-on-exec flag on sockets too, like we do for files
|
||
and pipes
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5136] By: gsar on 2000/02/19 07:23:48
|
||
Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
|
||
permitted by change#5011 (from Gisle Aas)
|
||
Branch: perl
|
||
! pp.c utf8.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 5135] By: gsar on 2000/02/19 06:53:13
|
||
Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
|
||
Branch: perl
|
||
! lib/warnings.pm op.c warnings.h warnings.pl
|
||
____________________________________________________________________________
|
||
[ 5134] By: gsar on 2000/02/19 06:36:46
|
||
Log: s/byte/bytes/g remnants
|
||
Branch: perl
|
||
! lib/bytes.pm lib/bytes_heavy.pl
|
||
____________________________________________________________________________
|
||
[ 5133] By: gsar on 2000/02/19 06:33:49
|
||
Log: rename byte:: to bytes::
|
||
Branch: perl
|
||
+> lib/bytes.pm lib/bytes_heavy.pl
|
||
- lib/byte.pm lib/byte_heavy.pl
|
||
! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
|
||
! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
|
||
! t/lib/charnames.t t/op/ver.t
|
||
____________________________________________________________________________
|
||
[ 5132] By: gsar on 2000/02/19 05:58:42
|
||
Log: English names for $^R and $^S
|
||
Branch: perl
|
||
! lib/English.pm pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 5131] By: gsar on 2000/02/19 05:44:20
|
||
Log: rename "Probable precendence problem" diagnostic to "Bareword found
|
||
in conditional" to better reflect the class of error (as suggested
|
||
by Larry)
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 5130] By: gsar on 2000/02/19 05:43:10
|
||
Log: fix outdated info about PerlClinic and the bug-tracking system
|
||
Branch: perl
|
||
! pod/perlfaq2.pod pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 5129] By: gsar on 2000/02/19 04:14:19
|
||
Log: some fixes for mingw32/GCC (SETERRNO() still appears to
|
||
trash memory)
|
||
Branch: perl
|
||
! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5128] By: gsar on 2000/02/18 06:55:33
|
||
Log: avoid $@-clearing sideeffect of require in Carp
|
||
Branch: perl
|
||
! lib/Carp.pm
|
||
____________________________________________________________________________
|
||
[ 5127] By: gsar on 2000/02/18 04:58:26
|
||
Log: stronger testcase for change#5126
|
||
Branch: perl
|
||
! t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 5126] By: gsar on 2000/02/18 04:44:28
|
||
Log: make /\S/ match the same things /[\S]/ matches; likewise for
|
||
\D (from Rick Delaney <rick@consumercontact.com>)
|
||
Branch: perl
|
||
! regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 5125] By: gsar on 2000/02/18 03:57:43
|
||
Log: Compiler fixups from Jan Dubois
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 5124] By: jhi on 2000/02/17 22:09:09
|
||
Log: Take out the -Wl,-z as we have survice so far without.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5123] By: jhi on 2000/02/17 18:40:17
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
|
||
____________________________________________________________________________
|
||
[ 5122] By: gsar on 2000/02/17 18:01:14
|
||
Log: fix test that depends on op_dump() output
|
||
Branch: perl
|
||
! t/op/split.t
|
||
____________________________________________________________________________
|
||
[ 5121] By: gsar on 2000/02/17 17:55:18
|
||
Log: op_dump() tweak
|
||
Branch: perl
|
||
! dump.c
|
||
____________________________________________________________________________
|
||
[ 5120] By: jhi on 2000/02/16 23:11:04
|
||
Log: Regularize the use* questions, and replace
|
||
"Configure *must* be run with -Duse..." with.
|
||
"can be run".
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/threads/usethreads.U
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U uselfs.U uselongdbl.U uselonglong.U
|
||
! usemultiplicity.U useperlio.U usesocks.U
|
||
____________________________________________________________________________
|
||
[ 5119] By: jhi on 2000/02/16 22:29:11
|
||
Log: HP-UX 64-bitness/largefile fixes.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
|
||
! perl.h
|
||
Branch: metaconfig
|
||
! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! Extensions.U
|
||
____________________________________________________________________________
|
||
[ 5118] By: jhi on 2000/02/16 19:47:51
|
||
Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
|
||
(tag :seek), add S_I constants (and functions) (tag :mode);
|
||
refer only to the SEEK_ of Fcntl, not the ones from
|
||
POSIX or IO::; add SHUT_ to Socket; get trigonometric
|
||
functions from Math::Trig instead of POSIX.
|
||
Branch: cfgperl
|
||
! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
|
||
! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
|
||
! pod/perlopentut.pod t/lib/syslfs.t
|
||
Branch: metaconfig/U/perl
|
||
+ i_sysmode.U
|
||
____________________________________________________________________________
|
||
[ 5117] By: gsar on 2000/02/16 06:39:06
|
||
Log: avoid warnings due to redefined NULL
|
||
Branch: perl
|
||
! ext/ODBM_File/ODBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 5116] By: gsar on 2000/02/16 00:10:25
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
|
||
!> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
|
||
!> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
|
||
____________________________________________________________________________
|
||
[ 5115] By: jhi on 2000/02/15 23:11:55
|
||
Log: Probe for <sys/utsname.h>.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH ext/Sys/Hostname/Hostname.xs
|
||
Branch: metaconfig/U/perl
|
||
+ i_sysutsname.U
|
||
____________________________________________________________________________
|
||
[ 5114] By: jhi on 2000/02/15 22:59:59
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
|
||
+> ext/Sys/Hostname/Makefile.PL
|
||
- lib/Sys/Hostname.pm
|
||
!> (integrate 41 files)
|
||
____________________________________________________________________________
|
||
[ 5113] By: gsar on 2000/02/15 21:22:18
|
||
Log: update Changes, patchlevel
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5112] By: gsar on 2000/02/15 20:57:12
|
||
Log: fix change#5104 under useithreads
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 5111] By: gsar on 2000/02/15 20:45:10
|
||
Log: export list tweak needed by change#5103
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5110] By: gsar on 2000/02/15 19:32:56
|
||
Log: add XS version of Sys::Hostname (from Greg Bacon
|
||
<gbacon@itsc.uah.edu>)
|
||
Branch: perl
|
||
+ ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
|
||
+ ext/Sys/Hostname/Makefile.PL
|
||
- lib/Sys/Hostname.pm
|
||
! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
|
||
! pod/perldelta.pod t/lib/hostname.t win32/Makefile
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5109] By: gsar on 2000/02/15 18:35:28
|
||
Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
|
||
given undefined values (from Graham Barr <gbarr@pobox.com>)
|
||
Branch: perl
|
||
! universal.c
|
||
____________________________________________________________________________
|
||
[ 5108] By: gsar on 2000/02/15 18:25:05
|
||
Log: avoid accidental #line directives (from Rick Delaney
|
||
<rick@consumercontact.com>)
|
||
Branch: perl
|
||
! pod/perlsyn.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 5107] By: gsar on 2000/02/15 18:04:31
|
||
Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5106] By: gsar on 2000/02/15 18:02:17
|
||
Log: incorrect docs about delete() (spotted by Martyn Pearce
|
||
<martyn@inpharmatica.co.uk>)
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5105] By: gsar on 2000/02/15 17:43:27
|
||
Log: s/use vars/our/ (from Gisle Aas)
|
||
Branch: perl
|
||
! bytecode.pl
|
||
____________________________________________________________________________
|
||
[ 5104] By: gsar on 2000/02/15 17:42:06
|
||
Log: optimize pseudohash slice in array slice at compile time (from
|
||
John Tobey <jtobey@john-edwin-tobey.org>)
|
||
Branch: perl
|
||
! op.c t/lib/fields.t
|
||
____________________________________________________________________________
|
||
[ 5103] By: gsar on 2000/02/15 17:18:12
|
||
Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
|
||
! perl.h perlapi.c proto.h vos/vos_dummies.c
|
||
____________________________________________________________________________
|
||
[ 5102] By: gsar on 2000/02/15 17:05:12
|
||
Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
|
||
Branch: perl
|
||
! Todo-5.6 pod/perldata.pod pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5101] By: gsar on 2000/02/15 17:02:51
|
||
Log: fix regen_headers target to make all the autogenerated files
|
||
writable first
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5100] By: gsar on 2000/02/15 16:41:53
|
||
Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
|
||
Ilya Zakharevich)
|
||
Branch: perl
|
||
! op.c t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 5099] By: gsar on 2000/02/15 16:17:36
|
||
Log: more complete File::Spec support for Mac and VMS, tests (from
|
||
Barrie Slaymaker <barries@slaysys.com>)
|
||
Branch: perl
|
||
! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
|
||
! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
|
||
____________________________________________________________________________
|
||
[ 5098] By: gsar on 2000/02/15 16:10:46
|
||
Log: fix incompatibility with bison generated parser (from
|
||
Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 5097] By: gsar on 2000/02/15 16:07:17
|
||
Log: propagate st_mode bits to group/other for Borland build
|
||
(from Vadim Konovalov <vkonovalov@lucent.com>)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 5096] By: jhi on 2000/02/15 14:22:23
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5095] By: jhi on 2000/02/15 14:19:22
|
||
Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
|
||
easier just to drop the paranoid test.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 5094] By: gsar on 2000/02/15 05:42:17
|
||
Log: update exetype.pl tool
|
||
Branch: perl
|
||
! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5093] By: jhi on 2000/02/15 05:24:02
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
|
||
!> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
|
||
!> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
|
||
!> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
|
||
____________________________________________________________________________
|
||
[ 5092] By: jhi on 2000/02/15 05:22:09
|
||
Log: Unroll the libs scan thanks to HP-UX.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/hpux.sh
|
||
Branch: metaconfig
|
||
! U/modified/libpth.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! Extensions.U dlsrc.U
|
||
____________________________________________________________________________
|
||
[ 5091] By: gsar on 2000/02/15 05:17:56
|
||
Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
|
||
safefree() rather than Safefree()
|
||
Branch: perl
|
||
! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
|
||
! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
|
||
! ext/SDBM_File/SDBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 5090] By: gsar on 2000/02/15 04:54:17
|
||
Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
|
||
introduced XPVMG storage in arenas
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5089] By: jhi on 2000/02/15 00:41:36
|
||
Log: AIX perl linkage tweakage.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 5088] By: jhi on 2000/02/15 00:07:06
|
||
Log: abort instead of just promising.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 5087] By: jhi on 2000/02/14 23:51:05
|
||
Log: silly compilers don't know that croak() exits
|
||
and complain about unitialized RETVALs
|
||
Branch: cfgperl
|
||
! ext/Sys/Syslog/Syslog.xs
|
||
____________________________________________________________________________
|
||
[ 5086] By: jhi on 2000/02/14 21:13:24
|
||
Log: Add lseektype and lseeksize to myconfig.
|
||
Branch: cfgperl
|
||
! myconfig.SH
|
||
____________________________________________________________________________
|
||
[ 5085] By: gsar on 2000/02/14 18:51:11
|
||
Log: avoid warnings
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5084] By: gsar on 2000/02/14 18:26:08
|
||
Log: fix small interpreter leaks identified by Purify
|
||
Branch: perl
|
||
! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
|
||
! t/op/ord.t t/pragma/warnings.t
|
||
____________________________________________________________________________
|
||
[ 5083] By: jhi on 2000/02/14 17:50:52
|
||
Log: Remove tagged core files.
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 5082] By: jhi on 2000/02/14 17:41:07
|
||
Log: Prefer full_ar.
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 5081] By: jhi on 2000/02/14 17:20:32
|
||
Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
|
||
Branch: cfgperl
|
||
! myconfig.SH
|
||
____________________________________________________________________________
|
||
[ 5080] By: jhi on 2000/02/14 15:33:03
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Porting/pumpkin.pod av.c malloc.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5079] By: gsar on 2000/02/14 08:50:06
|
||
Log: notes about running Purify
|
||
Branch: perl
|
||
! Porting/pumpkin.pod av.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5078] By: gsar on 2000/02/14 07:27:21
|
||
Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5077] By: gsar on 2000/02/14 07:25:44
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
|
||
!> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
|
||
!> vms/subconfigure.com vos/config.def vos/config.h
|
||
!> vos/config_h.SH_orig win32/config.bc win32/config.gc
|
||
!> win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5076] By: jhi on 2000/02/14 05:01:56
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 5075] By: jhi on 2000/02/14 04:56:52
|
||
Log: Configure -A stopped processing of any further options.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Options.U
|
||
____________________________________________________________________________
|
||
[ 5074] By: gsar on 2000/02/14 04:45:01
|
||
Log: remove outdated -DPURIFY code--it reports bogus errors during global
|
||
destruction since we actually depend on SVs being in arenas there
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 5073] By: jhi on 2000/02/13 19:28:17
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
- Todo-5.005
|
||
!> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
|
||
!> util.c
|
||
____________________________________________________________________________
|
||
[ 5072] By: gsar on 2000/02/13 19:02:07
|
||
Log: more purification (pp_require() could access free memory; vdie()
|
||
could think message was random length when passed a null argument;
|
||
utilize() didn't set up the hash for the method name leading to
|
||
pp_method_named() accessing random state; PL_curpm wasn't zeroed
|
||
properly)
|
||
Branch: perl
|
||
! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 5071] By: jhi on 2000/02/12 19:59:35
|
||
Log: uselonglong sits deep.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/solaris_2.sh
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5070] By: jhi on 2000/02/12 01:25:41
|
||
Log: megalomaniac 64-bit update: most importantly,
|
||
uselonglong is eradicated, only backward
|
||
compatibility hooks in use64bits remain.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
|
||
! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
|
||
! vos/config.def vos/config.h vos/config_h.SH_orig
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 5069] By: jhi on 2000/02/11 21:13:41
|
||
Log: undo #5064 for now; there seems to be no good selection
|
||
of flags to add the new option.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5068] By: jhi on 2000/02/11 21:01:21
|
||
Log: Guard against accidental long long use.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 5067] By: jhi on 2000/02/11 19:50:32
|
||
Log: logic fixes
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! uselonglong.U
|
||
____________________________________________________________________________
|
||
[ 5066] By: jhi on 2000/02/11 19:32:30
|
||
Log: Clarify 64-bit issues.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5065] By: jhi on 2000/02/11 18:13:29
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
|
||
!> toke.c
|
||
____________________________________________________________________________
|
||
[ 5064] By: jhi on 2000/02/11 18:11:47
|
||
Log: Silence linker warnings about binary backward incompatibilities.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5063] By: gsar on 2000/02/11 16:36:14
|
||
Log: fix uninitialized memory reads found by purify
|
||
Branch: perl
|
||
! ext/Devel/Peek/Peek.xs regcomp.c
|
||
____________________________________________________________________________
|
||
[ 5062] By: jhi on 2000/02/11 00:11:39
|
||
Log: de-fancify the largefiles hints
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 5061] By: gsar on 2000/02/10 19:17:09
|
||
Log: longstanding bug in parsing "require VERSION", could reallocate
|
||
current line and not know it; exposed by change#5004; manifested
|
||
as parse failure of C<{require 5.003}>
|
||
Branch: perl
|
||
! t/comp/require.t t/comp/use.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5060] By: jhi on 2000/02/10 13:29:25
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
|
||
____________________________________________________________________________
|
||
[ 5059] By: gsar on 2000/02/10 06:21:21
|
||
Log: make global symbol exports AIX-specific
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5058] By: gsar on 2000/02/10 06:16:57
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH makedef.pl perl.h
|
||
!> vms/subconfigure.com vos/config.def win32/config.bc
|
||
!> win32/config.gc win32/config.vc win32/config_H.bc
|
||
!> win32/config_H.gc win32/config_H.vc win32/config_h.PL
|
||
!> win32/config_sh.PL
|
||
____________________________________________________________________________
|
||
[ 5057] By: gsar on 2000/02/10 01:08:01
|
||
Log: windows bugfixes for virtual directories under USE_ITHREADS:
|
||
allows path mapping to unknown devices to work properly;
|
||
special file names like CONOUT$ can be opened with sysopen()
|
||
again
|
||
Branch: perl
|
||
! win32/vdir.h
|
||
____________________________________________________________________________
|
||
[ 5056] By: gsar on 2000/02/10 00:56:27
|
||
Log: formline() could wipe out readonly-ness, freeing constants
|
||
prematurely, or affect cloning of pad constants
|
||
Branch: perl
|
||
! pp_ctl.c t/op/write.t
|
||
____________________________________________________________________________
|
||
[ 5055] By: jhi on 2000/02/09 19:48:58
|
||
Log: Regenerate Configure for I_SYSLOG.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 5054] By: jhi on 2000/02/09 19:38:04
|
||
Log: fix AIX and multiplicity problems
|
||
Branch: cfgperl
|
||
! Makefile.SH makedef.pl
|
||
____________________________________________________________________________
|
||
[ 5053] By: bailey on 2000/02/09 10:58:11
|
||
Log: remove redundant archcore directory prefix in installperl
|
||
Branch: vmsperl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 5052] By: bailey on 2000/02/09 10:44:22
|
||
Log: Work around prefixing bug in older DECC preprocessors
|
||
Branch: vmsperl
|
||
! vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 5051] By: bailey on 2000/02/09 09:52:06
|
||
Log: Eliminate unnecessary (and sometimes confounding) test for
|
||
word boundary
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 5050] By: bailey on 2000/02/09 09:29:06
|
||
Log: Minor fixes to assuage picky compilers (unsigned comparisons and
|
||
alias rules lead to compilation warnings)
|
||
Branch: vmsperl
|
||
! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 5049] By: bailey on 2000/02/09 09:09:45
|
||
Log: Resync with mainline
|
||
Branch: vmsperl
|
||
+> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
|
||
+> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
|
||
+> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
|
||
+> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
|
||
+> vos/config.def vos/config.pl win32/bin/exetype.pl
|
||
- Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
|
||
! vms/subconfigure.com
|
||
!> (integrate 358 files)
|
||
____________________________________________________________________________
|
||
[ 5048] By: jhi on 2000/02/09 03:54:05
|
||
Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
|
||
(reported by Yitzchak Scott-Thoennes in p5p)
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 5047] By: jhi on 2000/02/09 02:56:43
|
||
Log: (fake) use of getcwd.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 5046] By: jhi on 2000/02/09 02:22:50
|
||
Log: lib scan fix
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
____________________________________________________________________________
|
||
[ 5045] By: jhi on 2000/02/09 02:17:34
|
||
Log: Reintroduce #5019 via metaconfig.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/installdirs/inc_version_list.U
|
||
____________________________________________________________________________
|
||
[ 5044] By: jhi on 2000/02/09 02:07:08
|
||
Log: Add/restore probes for getcwd/mk*temp*/mmap.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h vms/subconfigure.com vos/config.def
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/config_h.PL win32/config_sh.PL
|
||
Branch: metaconfig
|
||
! U/modified/d_mkstemp.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_mkdtemp.U d_mkstemps.U
|
||
____________________________________________________________________________
|
||
[ 5043] By: jhi on 2000/02/08 20:58:02
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
|
||
!> (integrate 110 files)
|
||
____________________________________________________________________________
|
||
[ 5042] By: gsar on 2000/02/08 20:32:12
|
||
Log: avoid exiting just because we didn't scan for libm ('libs' may still
|
||
have it, but we avoided scan for things in 'libs')
|
||
Branch: perl
|
||
! Configure
|
||
|
||
----------------
|
||
Version v5.5.650
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 5041] By: gsar on 2000/02/08 07:57:11
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 5040] By: gsar on 2000/02/08 07:51:20
|
||
Log: documentation patches (from Michael Schwern and Yitzchak
|
||
Scott-Thoennes)
|
||
Branch: perl
|
||
! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
|
||
____________________________________________________________________________
|
||
[ 5039] By: gsar on 2000/02/08 07:22:46
|
||
Log: alias to $^V to $PERL_VERSION_TUPLE
|
||
Branch: perl
|
||
! lib/English.pm pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 5038] By: gsar on 2000/02/08 07:03:34
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 5037] By: gsar on 2000/02/08 06:59:55
|
||
Log: Windows has a somewhat different sitelib layout, and needs
|
||
$sitelib/archname added as well
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5036] By: gsar on 2000/02/08 06:59:03
|
||
Log: change#4987 appears to have broken libs scan for platforms that
|
||
don't set ignore_versioned_solibs (Solaris is one of them); add
|
||
derivative fix from the older logic for skipping versioned .so
|
||
libs
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 5035] By: gsar on 2000/02/07 21:21:44
|
||
Log: sprintf("%v"...) buffer resizing busted
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 5034] By: gsar on 2000/02/07 19:16:21
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 5033] By: gsar on 2000/02/07 19:01:08
|
||
Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
|
||
only when XX > 127
|
||
Branch: perl
|
||
! pp_hot.c toke.c
|
||
____________________________________________________________________________
|
||
[ 5032] By: gsar on 2000/02/07 18:25:31
|
||
Log: add note about printf("%v",...)
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5031] By: gsar on 2000/02/07 18:18:43
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5030] By: gsar on 2000/02/07 18:17:49
|
||
Log: thinko in change#5029
|
||
Branch: perl
|
||
! gv.c
|
||
____________________________________________________________________________
|
||
[ 5029] By: gsar on 2000/02/07 17:49:58
|
||
Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
|
||
introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
|
||
Branch: perl
|
||
! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
|
||
! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5028] By: gsar on 2000/02/07 17:10:03
|
||
Log: perlport updates (from Peter Prymmer)
|
||
Branch: perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 5027] By: gsar on 2000/02/07 16:53:47
|
||
Log: fix up Todo-5.6
|
||
Branch: perl
|
||
! Todo-5.6
|
||
____________________________________________________________________________
|
||
[ 5026] By: gsar on 2000/02/07 16:32:31
|
||
Log: rename Todo-5.005 to Todo-5.6
|
||
Branch: perl
|
||
+> Todo-5.6
|
||
- Todo-5.005
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 5025] By: gsar on 2000/02/07 16:09:54
|
||
Log: ${^Warnings} renamed to ${^WARNING_BITS}
|
||
Branch: perl
|
||
! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
|
||
! toke.c warnings.pl
|
||
____________________________________________________________________________
|
||
[ 5024] By: gsar on 2000/02/07 11:47:06
|
||
Log: various Windows tweaks: make $^E a little less buggy by saving
|
||
and restoring system error across TLS fetch; avoid needless
|
||
copying of buffers
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 5023] By: gsar on 2000/02/07 11:44:19
|
||
Log: avoid MakeMaker setting $^W=1
|
||
Branch: perl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 5022] By: gsar on 2000/02/07 10:38:56
|
||
Log: up to v5.5.650
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5021] By: gsar on 2000/02/07 10:10:31
|
||
Log: mention threads status in pod
|
||
Branch: perl
|
||
! ext/Thread/Thread.pm
|
||
____________________________________________________________________________
|
||
[ 5020] By: gsar on 2000/02/07 09:57:46
|
||
Log: tolerate NULL SITELIB_EXP
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 5019] By: gsar on 2000/02/07 09:46:11
|
||
Log: NULL-terminate PERL_INC_VERSION_LIST
|
||
Branch: perl
|
||
! Configure perl.c win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 5018] By: gsar on 2000/02/07 09:13:10
|
||
Log: add compatible versions from $Config{inc_ver_list} to search
|
||
paths automatically (from Tom Hughes <tom@compton.nu>)
|
||
Branch: perl
|
||
! lib/lib.pm perl.c
|
||
____________________________________________________________________________
|
||
[ 5017] By: gsar on 2000/02/07 08:58:56
|
||
Log: makefiles now use exetype.pl to make wperl.exe
|
||
Branch: perl
|
||
! sv.c win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 5016] By: gsar on 2000/02/07 08:38:25
|
||
Log: add exetype.pl (from Jan Dubois)
|
||
Branch: perl
|
||
+ win32/bin/exetype.pl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 5015] By: gsar on 2000/02/07 08:29:28
|
||
Log: pod fixes (from Abigail and M J T Guy)
|
||
Branch: perl
|
||
! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
|
||
! pod/perlport.pod pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 5014] By: gsar on 2000/02/07 07:09:08
|
||
Log: clarify behavior of vec() when arguments are off the end of the
|
||
string (from M J T Guy)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 5013] By: gsar on 2000/02/07 07:08:15
|
||
Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
|
||
now return bytes all the way to 255, they will be transparently
|
||
coerced (in future) to UTF-8 when they are used in operations
|
||
involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
|
||
Branch: perl
|
||
! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
|
||
! pp.c sv.c
|
||
____________________________________________________________________________
|
||
[ 5012] By: gsar on 2000/02/07 06:36:33
|
||
Log: partly revert change#4851, apparently POSIX::uname() may not be correct
|
||
per strict reading of standard (says Tom Christiansen)
|
||
Branch: perl
|
||
! lib/Sys/Hostname.pm
|
||
____________________________________________________________________________
|
||
[ 5011] By: gsar on 2000/02/07 06:26:30
|
||
Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! utf8.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 5010] By: gsar on 2000/02/06 21:27:03
|
||
Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 5009] By: gsar on 2000/02/06 20:45:30
|
||
Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
|
||
years (from Gisle Aas)
|
||
Branch: perl
|
||
! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
|
||
! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
|
||
! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
|
||
! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
|
||
! toke.c utf8.c utf8.h util.c util.h
|
||
____________________________________________________________________________
|
||
[ 5008] By: gsar on 2000/02/06 19:28:31
|
||
Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
|
||
<EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
|
||
! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
|
||
! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
|
||
! unixish.h util.c
|
||
____________________________________________________________________________
|
||
[ 5007] By: gsar on 2000/02/06 17:47:01
|
||
Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.pm
|
||
____________________________________________________________________________
|
||
[ 5006] By: gsar on 2000/02/06 17:28:35
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
|
||
!> perl.h pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 5005] By: gsar on 2000/02/06 17:18:39
|
||
Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
|
||
Branch: perl
|
||
! README.vos pod/perlport.pod vos/Changes vos/build.cm
|
||
! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
|
||
! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
|
||
! vos/vos_dummies.c vos/vosish.h
|
||
____________________________________________________________________________
|
||
[ 5004] By: gsar on 2000/02/06 17:00:49
|
||
Log: fix parse error on C<{ use strict }> and other constructs that
|
||
make the parser reenter while LEX_KNOWNEXT is active
|
||
Branch: perl
|
||
! t/comp/use.t toke.c
|
||
____________________________________________________________________________
|
||
[ 5003] By: gsar on 2000/02/06 14:57:30
|
||
Log: avoid -Bforcearchive on netbsd too
|
||
Branch: perl
|
||
! Changes hints/netbsd.sh
|
||
____________________________________________________________________________
|
||
[ 5002] By: gsar on 2000/02/06 14:45:17
|
||
Log: revised notes about Pod::Parser & Co.
|
||
Branch: perl
|
||
! lib/Pod/Usage.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 5001] By: gsar on 2000/02/06 14:02:43
|
||
Log: fix description of obsolete diagnostic
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 5000] By: gsar on 2000/02/06 13:59:58
|
||
Log: allow "\x{12ab}" even without C<use utf8>
|
||
Branch: perl
|
||
! t/pragma/warn/toke toke.c
|
||
____________________________________________________________________________
|
||
[ 4999] By: gsar on 2000/02/06 13:58:31
|
||
Log: make perlbug use new-style version numbers; improve compatibility
|
||
(runs with perl 5.005); fix swapped old vs new version reporting
|
||
Branch: perl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 4998] By: gsar on 2000/02/06 13:56:45
|
||
Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
|
||
fact); add tests for version tuples
|
||
Branch: perl
|
||
+ t/op/ver.t
|
||
! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
|
||
! pod/perlop.pod sv.c toke.c
|
||
____________________________________________________________________________
|
||
[ 4997] By: gsar on 2000/02/04 21:40:08
|
||
Log: change#4970 fallout for useithreads
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 4996] By: jhi on 2000/02/04 20:09:00
|
||
Log: Largefilify offsets of tied handles.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4995] By: jhi on 2000/02/04 19:54:25
|
||
Log: Sanity check for libraries scan.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
____________________________________________________________________________
|
||
[ 4994] By: jhi on 2000/02/04 19:48:42
|
||
Log: HP-UX largefileness doesn't like lseek being redeclared;
|
||
no more USE_LONG_LONG.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4993] By: jhi on 2000/02/04 19:18:59
|
||
Log: fix the description as much as possible; the whole
|
||
separation into three different symbols lists is
|
||
pretty broken now.
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4992] By: jhi on 2000/02/04 19:13:10
|
||
Log: Use <syslog.h>, not <sys/syslog.h>.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
|
||
____________________________________________________________________________
|
||
[ 4991] By: gsar on 2000/02/04 19:11:07
|
||
Log: dmake is on CPAN now
|
||
Branch: perl
|
||
! README.win32
|
||
____________________________________________________________________________
|
||
[ 4990] By: jhi on 2000/02/04 19:04:01
|
||
Log: Re-introduce #4817 and #4964 wiped out by #4987.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/threads/usethreads.U
|
||
Branch: metaconfig/U/perl
|
||
! patchlevel.U
|
||
____________________________________________________________________________
|
||
[ 4989] By: jhi on 2000/02/04 18:54:00
|
||
Log: typo fix
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/libs.U
|
||
____________________________________________________________________________
|
||
[ 4988] By: jhi on 2000/02/04 18:34:06
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
|
||
+> ext/Sys/Syslog/Syslog.xs
|
||
- lib/Sys/Syslog.pm
|
||
!> (integrate 37 files)
|
||
____________________________________________________________________________
|
||
[ 4987] By: jhi on 2000/02/04 18:31:05
|
||
Log: Configure megamaintenance. Cppsym (hopefully) final spasms;
|
||
default is to use long long if available; various nits
|
||
here and there; fixed to hpux 64-bitnes and largefileness.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/hpux.sh perl.h
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U U/modified/Cppsym.U
|
||
! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
|
||
! usemultiplicity.U xs_apiversion.U
|
||
____________________________________________________________________________
|
||
[ 4986] By: gsar on 2000/02/04 17:26:37
|
||
Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 4985] By: gsar on 2000/02/04 16:43:49
|
||
Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs
|
||
____________________________________________________________________________
|
||
[ 4984] By: gsar on 2000/02/04 08:20:05
|
||
Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
|
||
Branch: perl
|
||
! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
|
||
____________________________________________________________________________
|
||
[ 4983] By: gsar on 2000/02/04 08:00:38
|
||
Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
|
||
Branch: perl
|
||
! hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 4982] By: gsar on 2000/02/04 07:54:04
|
||
Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
|
||
Branch: perl
|
||
! lib/Pod/Parser.pm
|
||
____________________________________________________________________________
|
||
[ 4981] By: gsar on 2000/02/04 07:34:38
|
||
Log: avoid assuming cc accepts -o switch (from Tom Hughes)
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4980] By: gsar on 2000/02/04 07:29:59
|
||
Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
|
||
Branch: perl
|
||
+ ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
|
||
+ ext/Sys/Syslog/Syslog.xs
|
||
- lib/Sys/Syslog.pm
|
||
! MANIFEST pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4979] By: gsar on 2000/02/04 07:13:19
|
||
Log: pod updates (from David Adler, M J T Guy)
|
||
Branch: perl
|
||
! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 4978] By: gsar on 2000/02/04 07:08:14
|
||
Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
|
||
Branch: perl
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4977] By: gsar on 2000/02/04 07:06:10
|
||
Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
|
||
with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4976] By: gsar on 2000/02/04 06:33:43
|
||
Log: VMS update (from Dan Sugalski and Peter Prymmer)
|
||
Branch: perl
|
||
! configure.com vms/descrip_mms.template vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 4975] By: gsar on 2000/02/04 05:51:14
|
||
Log: patch to provide more informative names for evals and anonymous
|
||
subroutines (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
|
||
! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
|
||
! pod/perlvar.pod pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 4974] By: gsar on 2000/02/04 05:05:57
|
||
Log: off-by-one in malloc.c (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 4973] By: gsar on 2000/02/04 05:03:00
|
||
Log: OS/2 build fixups from Ilya Zakharevich
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
|
||
____________________________________________________________________________
|
||
[ 4972] By: gsar on 2000/02/04 04:58:57
|
||
Log: avoid /* within comment
|
||
Branch: perl
|
||
! xsutils.c
|
||
____________________________________________________________________________
|
||
[ 4971] By: gsar on 2000/02/04 04:56:09
|
||
Log: another HINT_BYTE victim
|
||
Branch: perl
|
||
! lib/charnames.pm
|
||
____________________________________________________________________________
|
||
[ 4970] By: gsar on 2000/02/04 04:45:13
|
||
Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
|
||
Branch: perl
|
||
! op.c scope.c scope.h t/op/closure.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4969] By: gsar on 2000/02/04 01:09:37
|
||
Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
|
||
Branch: perl
|
||
! lib/byte.pm
|
||
____________________________________________________________________________
|
||
[ 4968] By: jhi on 2000/02/02 13:17:25
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
|
||
! Configure
|
||
!> (integrate 29 files)
|
||
|
||
----------------
|
||
Version v5.5.640
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 4967] By: gsar on 2000/02/02 12:22:29
|
||
Log: update makerel for new version format
|
||
Branch: perl
|
||
! Changes Porting/makerel
|
||
____________________________________________________________________________
|
||
[ 4966] By: gsar on 2000/02/02 11:42:03
|
||
Log: workaround for undefined symbol
|
||
Branch: perl
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4965] By: gsar on 2000/02/02 11:19:19
|
||
Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
|
||
(from Eric Fifer <EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4964] By: gsar on 2000/02/02 11:11:15
|
||
Log: adjust notes on use5005threads
|
||
Branch: perl
|
||
! Configure INSTALL README.threads
|
||
____________________________________________________________________________
|
||
[ 4963] By: gsar on 2000/02/02 10:14:30
|
||
Log: fix typo
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4962] By: gsar on 2000/02/02 10:13:10
|
||
Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4961] By: gsar on 2000/02/02 09:55:45
|
||
Log: PodParser-1.092 update via CPAN (from Brad Appleton)
|
||
Branch: perl
|
||
+ lib/Pod/Find.pm lib/Pod/ParseUtils.pm
|
||
! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 4960] By: gsar on 2000/02/02 08:22:31
|
||
Log: replace misleading docs with a BUGS section
|
||
Branch: perl
|
||
! lib/English.pm
|
||
____________________________________________________________________________
|
||
[ 4959] By: gsar on 2000/02/02 08:16:17
|
||
Log: remove FUD from perlfunc/use (from M J T Guy)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4958] By: gsar on 2000/02/02 08:13:04
|
||
Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
|
||
<cedric.auzanne@nist.gov>)
|
||
Branch: perl
|
||
! Changes lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4957] By: gsar on 2000/02/02 08:04:52
|
||
Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4956] By: gsar on 2000/02/02 08:02:57
|
||
Log: flock() pod talks about "adding" in the sense of "or-ing"
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4955] By: gsar on 2000/02/02 07:58:35
|
||
Log: fixes for switching files in the debugger (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! lib/perl5db.pl pod/perldebug.pod
|
||
____________________________________________________________________________
|
||
[ 4954] By: gsar on 2000/02/02 07:53:51
|
||
Log: use warnings rather than fiddling with $^W (from Paul Marquess)
|
||
Branch: perl
|
||
! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
|
||
! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
|
||
! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
|
||
! lib/Text/ParseWords.pm lib/utf8_heavy.pl
|
||
____________________________________________________________________________
|
||
[ 4953] By: gsar on 2000/02/02 07:40:33
|
||
Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
|
||
Branch: perl
|
||
! hints/dynixptx.sh
|
||
____________________________________________________________________________
|
||
[ 4952] By: gsar on 2000/02/02 07:36:39
|
||
Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
|
||
Brad Appleton)
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4951] By: gsar on 2000/02/02 06:54:22
|
||
Log: avoid mismatched type warnings
|
||
Branch: perl
|
||
! embed.pl perlapi.h
|
||
____________________________________________________________________________
|
||
[ 4950] By: jhi on 2000/02/02 06:49:10
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlunicode.pod
|
||
!> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
|
||
!> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
|
||
!> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
|
||
!> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
|
||
!> vms/descrip_mms.template warnings.pl
|
||
____________________________________________________________________________
|
||
[ 4949] By: gsar on 2000/02/02 06:41:17
|
||
Log: fix broken abs2rel() (from Fran<61>ois Allard <franka@host.ott.igs.net>)
|
||
Branch: perl
|
||
! lib/File/Spec/Win32.pm
|
||
____________________________________________________________________________
|
||
[ 4948] By: gsar on 2000/02/02 06:30:41
|
||
Log: makefile tweak
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4947] By: gsar on 2000/02/02 06:27:43
|
||
Log: future-proof unknown warning categories (from Greg Bacon
|
||
<gbacon@cs.uah.edu>)
|
||
Branch: perl
|
||
! lib/warnings.pm t/pragma/warn/2use warnings.pl
|
||
____________________________________________________________________________
|
||
[ 4946] By: gsar on 2000/02/02 06:21:34
|
||
Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
|
||
Branch: perl
|
||
! lib/Text/Tabs.pm
|
||
____________________________________________________________________________
|
||
[ 4945] By: gsar on 2000/02/02 06:03:04
|
||
Log: more meaningful message on invalid pattern argument (from
|
||
Kevin Meltzer <KMeltzer@USCO.com>)
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 4944] By: gsar on 2000/02/02 05:43:49
|
||
Log: XSLoader build patch for VMS (from Craig A. Berry
|
||
<craig.berry@metamorgs.com>)
|
||
Branch: perl
|
||
! vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 4943] By: gsar on 2000/02/02 03:40:49
|
||
Log: reword some sections of perlunicode.pod
|
||
Branch: perl
|
||
! pod/perlunicode.pod
|
||
____________________________________________________________________________
|
||
[ 4942] By: gsar on 2000/02/01 21:02:01
|
||
Log: AIX warning on undefined symbol
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 4941] By: gsar on 2000/02/01 20:29:30
|
||
Log: HINT_UTF8 is not propagated to the op tree anymore; add a
|
||
perlunicode.pod that reflects changes to unicode support so far
|
||
Branch: perl
|
||
+ pod/perlunicode.pod
|
||
! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
|
||
! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 4940] By: jhi on 2000/02/01 12:22:30
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> embed.pl embedvar.h global.sym gv.c intrpvar.h
|
||
!> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
|
||
!> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
|
||
!> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4939] By: gsar on 2000/02/01 08:52:16
|
||
Log: export pregexec(), Tk uses it
|
||
Branch: perl
|
||
! embed.pl global.sym objXSUB.h perlapi.c
|
||
____________________________________________________________________________
|
||
[ 4938] By: gsar on 2000/02/01 04:00:09
|
||
Log: mark literal utf8 in string literals properly
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4937] By: gsar on 2000/01/31 20:19:34
|
||
Log: introduce $^U, a global bit to indicate whether system
|
||
calls should using widechar APIs; chr and sprintf "%c" also
|
||
follow this flag in the absense of "use byte"; "use utf8"
|
||
sets $^U=1 (this appears kludgey)
|
||
Branch: perl
|
||
! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
|
||
! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
|
||
! t/lib/charnames.t win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4936] By: jhi on 2000/01/31 20:17:44
|
||
Log: HP-UX (induced) fixes.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/hpux.sh
|
||
Branch: metaconfig
|
||
! U/modified/Oldconfig.U U/modified/libs.U
|
||
Branch: metaconfig/U/perl
|
||
! quadfio.U
|
||
____________________________________________________________________________
|
||
[ 4935] By: jhi on 2000/01/31 19:15:43
|
||
Log: Cosmetics.
|
||
Branch: metaconfig
|
||
! U/compline/d_gconvert.U
|
||
____________________________________________________________________________
|
||
[ 4934] By: jhi on 2000/01/31 19:15:22
|
||
Log: Cppsym saga continues.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4933] By: gsar on 2000/01/31 18:45:07
|
||
Log: !USING_WIDE() branch is busted in win32_stat()
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4932] By: jhi on 2000/01/31 06:41:47
|
||
Log: Reveal even more symbols.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4931] By: jhi on 2000/01/31 06:21:41
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
- lib/caller.pm
|
||
!> (integrate 29 files)
|
||
____________________________________________________________________________
|
||
[ 4930] By: gsar on 2000/01/31 04:57:42
|
||
Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
|
||
whether to use widechar semantics; lexer and RE engine continue
|
||
to need "use utf8" to enable unicode awareness in literals
|
||
and patterns (TODO: this needs to be fixed); $1 et al are marked
|
||
SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
|
||
it from the data is probably better)
|
||
Branch: perl
|
||
! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
|
||
! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
|
||
! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 4929] By: gsar on 2000/01/31 04:17:09
|
||
Log: remove caller.pm from change#3534 (flawed idea)
|
||
Branch: perl
|
||
- lib/caller.pm
|
||
! MANIFEST pod/perldelta.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4928] By: gsar on 2000/01/31 04:16:01
|
||
Log: fix factual regression (-e doesn't create temporary files anymore)
|
||
Branch: perl
|
||
! pod/perlfilter.pod
|
||
____________________________________________________________________________
|
||
[ 4927] By: gsar on 2000/01/30 21:27:12
|
||
Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
|
||
document version tuples
|
||
Branch: perl
|
||
! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
|
||
! pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 4926] By: gsar on 2000/01/28 18:10:12
|
||
Log: implement -follow option in find2perl (from Helmut Jarausch
|
||
<jarausch@igpm.rwth-aachen.de>)
|
||
Branch: perl
|
||
! lib/File/Find.pm x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 4925] By: gsar on 2000/01/28 18:03:28
|
||
Log: document what chdir() without an argument does (from Mark-Jason
|
||
Dominus <mjd@plover.com>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4924] By: gsar on 2000/01/28 17:49:34
|
||
Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
! README.cygwin
|
||
____________________________________________________________________________
|
||
[ 4923] By: gsar on 2000/01/28 17:10:08
|
||
Log: avoid leaking lexicals into program being debugged (from Ilya
|
||
Zakharevich)
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 4922] By: gsar on 2000/01/28 16:36:13
|
||
Log: perldelta note about export list changes
|
||
Branch: perl
|
||
! Changes pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4921] By: gsar on 2000/01/28 15:49:04
|
||
Log: alias realpath() to abs_path() (from Tom Christiansen)
|
||
Branch: perl
|
||
! lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 4920] By: jhi on 2000/01/28 09:52:47
|
||
Log: Cppsym fixup from Andy.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4919] By: jhi on 2000/01/28 09:52:22
|
||
Log: In HP-UX no largefiles if no 64 bits.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 4918] By: jhi on 2000/01/28 09:03:37
|
||
Log: The #4880 was too eager, the $n test is useful too.
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4917] By: jhi on 2000/01/28 06:27:50
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlapi.pod pod/perlintern.pod
|
||
!> (integrate 39 files)
|
||
____________________________________________________________________________
|
||
[ 4916] By: gsar on 2000/01/28 05:29:37
|
||
Log: more exported symbols needed for build on windows
|
||
Branch: perl
|
||
! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
|
||
! pod/perlintern.pod t/lib/thread.t win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4915] By: gsar on 2000/01/28 03:43:52
|
||
Log: autogenerate API listing from comments in the source (from Benjamin
|
||
Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
|
||
flexible for better readability; add missing docs in sv.c; regenerate
|
||
perltoc
|
||
Branch: perl
|
||
+ pod/perlapi.pod pod/perlintern.pod
|
||
! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
|
||
! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
|
||
! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
|
||
! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
|
||
! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
|
||
! universal.c util.c
|
||
____________________________________________________________________________
|
||
[ 4914] By: gsar on 2000/01/27 19:43:35
|
||
Log: document unimplemented status of forking pipe open() on windows
|
||
Branch: perl
|
||
! pod/perlfork.pod t/op/fork.t
|
||
____________________________________________________________________________
|
||
[ 4913] By: jhi on 2000/01/27 11:18:51
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 51 files)
|
||
____________________________________________________________________________
|
||
[ 4912] By: jhi on 2000/01/27 10:35:48
|
||
Log: Cppsym update continues.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4911] By: gsar on 2000/01/27 08:04:17
|
||
Log: add missing flag in change#4892
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4910] By: gsar on 2000/01/27 03:56:48
|
||
Log: various pod nits identified by installhtml (all fixed except
|
||
unresolved links)
|
||
Branch: perl
|
||
! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
|
||
! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
|
||
! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
|
||
! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
|
||
! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
|
||
! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 4909] By: gsar on 2000/01/26 22:45:28
|
||
Log: typo
|
||
Branch: perl
|
||
! Porting/p4desc
|
||
____________________________________________________________________________
|
||
[ 4908] By: gsar on 2000/01/26 22:41:18
|
||
Log: update p4 tool
|
||
Branch: perl
|
||
! Porting/p4desc
|
||
____________________________________________________________________________
|
||
[ 4907] By: gsar on 2000/01/26 21:45:41
|
||
Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
|
||
and C<my $foo : a : b : c> are all valid (from Spider Boardman)
|
||
Branch: perl
|
||
! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
|
||
! t/op/attrs.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4906] By: gsar on 2000/01/26 20:16:39
|
||
Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
|
||
Branch: perl
|
||
! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
|
||
____________________________________________________________________________
|
||
[ 4905] By: gsar on 2000/01/26 19:10:26
|
||
Log: s/STOP/CHECK/ blocks
|
||
Branch: perl
|
||
! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
|
||
! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
|
||
! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
|
||
! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
|
||
! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
|
||
! vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 4904] By: jhi on 2000/01/26 13:58:18
|
||
Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
|
||
of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
|
||
Branch: cfgperl
|
||
! ext/IO/IO.xs
|
||
____________________________________________________________________________
|
||
[ 4903] By: jhi on 2000/01/26 11:16:34
|
||
Log: Continue cpp symbol update.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4902] By: gsar on 2000/01/26 09:28:37
|
||
Log: tweak exports list on Windows
|
||
Branch: perl
|
||
! makedef.pl t/op/fork.t win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4901] By: jhi on 2000/01/26 08:05:57
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
|
||
!> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
|
||
!> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
|
||
!> win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4900] By: jhi on 2000/01/26 07:59:05
|
||
Log: s/d_nvpresuv/d_nv_preserves_uv/;
|
||
plus cosmetic change for #4899.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
Branch: metaconfig/U/perl
|
||
! perlxv.U
|
||
____________________________________________________________________________
|
||
[ 4899] By: jhi on 2000/01/26 07:46:56
|
||
Log: Update the scan of the cpp symbols.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U
|
||
____________________________________________________________________________
|
||
[ 4898] By: gsar on 2000/01/26 04:49:45
|
||
Log: allow '--' to terminate argument processing (suggested by
|
||
Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
|
||
Branch: perl
|
||
! lib/Getopt/Std.pm
|
||
____________________________________________________________________________
|
||
[ 4897] By: gsar on 2000/01/26 02:42:38
|
||
Log: change#3744 should have made grep more like map instead of the
|
||
other way around
|
||
Branch: perl
|
||
! t/op/grep.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4896] By: gsar on 2000/01/26 00:56:14
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> vos/config.def vos/config.pl
|
||
! Changes
|
||
!> Configure MANIFEST config_h.SH hints/unicosmk.sh
|
||
!> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
|
||
!> vos/config.h vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 4895] By: gsar on 2000/01/26 00:45:45
|
||
Log: fix parse failure of (my $foo : bar) and similar (from Spider
|
||
Boardman)
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4894] By: gsar on 2000/01/26 00:33:53
|
||
Log: avoid failure if directories already read by rmtree() are
|
||
deleted by another process
|
||
Branch: perl
|
||
! lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 4893] By: gsar on 2000/01/25 23:19:18
|
||
Log: typo in change#4892
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4892] By: gsar on 2000/01/25 22:16:19
|
||
Log: eliminate need for perl95.exe on Windows 9x by working around CRT
|
||
bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
|
||
to call the fixed version of open_osfhandle() only on Windows 9x;
|
||
updated the makefiles and README.win32 to suit
|
||
Branch: perl
|
||
! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4891] By: gsar on 2000/01/25 20:22:01
|
||
Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
|
||
____________________________________________________________________________
|
||
[ 4890] By: gsar on 2000/01/25 19:21:17
|
||
Log: update Makefile notes on the now deprecated USE_5005THREADS and
|
||
USE_OBJECT
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4889] By: jhi on 2000/01/25 14:44:55
|
||
Log: Misedit in #4888.
|
||
Branch: cfgperl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 4888] By: jhi on 2000/01/25 14:38:59
|
||
Log: UNICOS/mk patches. Removing the _CRAYMPP test may be
|
||
rash but it's the best move I can think of right now.
|
||
UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
|
||
but I think it did in the past.
|
||
Removing the _CRAYMPP test fixes a legion of pack/unpack
|
||
failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
|
||
One subtest, t/lib/io_sock.t #14, is still failing.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/unicosmk.sh pp.c
|
||
Branch: metaconfig
|
||
! U/modified/Oldconfig.U
|
||
____________________________________________________________________________
|
||
[ 4887] By: jhi on 2000/01/25 06:13:14
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
|
||
!> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
|
||
!> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
|
||
!> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
|
||
!> win32/perllib.c win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4886] By: gsar on 2000/01/25 02:54:00
|
||
Log: consistently use MAX_PATH+1 buffer sizes
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4885] By: gsar on 2000/01/25 02:51:35
|
||
Log: workaround for rename('x','X') bug in Windows NT
|
||
Branch: perl
|
||
! t/io/fs.t win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4884] By: gsar on 2000/01/25 01:32:57
|
||
Log: windows build fixups from uniform DLL name change to perl56.dll
|
||
Branch: perl
|
||
! installperl makedef.pl win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4883] By: gsar on 2000/01/25 01:31:27
|
||
Log: more fixes for warnings from change#4840
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 4882] By: gsar on 2000/01/24 15:35:12
|
||
Log: assorted little nits
|
||
Branch: perl
|
||
! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4881] By: gsar on 2000/01/24 14:32:31
|
||
Log: add new warnings to perldelta
|
||
Branch: perl
|
||
! Changes pod/perldelta.pod pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4880] By: jhi on 2000/01/24 14:14:23
|
||
Log: From: Stephane Payrard <properler@freesurf.fr>
|
||
To: Gurusamy Sarathy <gsar@ActiveState.com>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: <patch> avoid division by 0 in Benchmark.pm
|
||
Date: Mon, 24 Jan 2000 16:15:38 +0100
|
||
Message-ID: <20000124161538.A995@freesurf.fr>
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4879] By: gsar on 2000/01/24 14:14:20
|
||
Log: force linkage of the function wrappers for globals in change#4878
|
||
Branch: perl
|
||
! embed.pl globals.c perlapi.h win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4878] By: gsar on 2000/01/24 13:04:45
|
||
Log: enable function wrappers for access to globals under MULTIPLICITY
|
||
(provides binary compatibility in the face of changes in interpreter
|
||
structure)
|
||
Branch: perl
|
||
! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
|
||
! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4877] By: jhi on 2000/01/24 11:41:57
|
||
Log: perlhist update.
|
||
Branch: cfgperl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 4876] By: jhi on 2000/01/24 11:32:07
|
||
Log: Updates on the large file support status.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4875] By: jhi on 2000/01/24 11:23:16
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
|
||
!> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
|
||
!> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
|
||
____________________________________________________________________________
|
||
[ 4874] By: gsar on 2000/01/24 10:43:03
|
||
Log: fix typos; avoid use constant for lowercase constants (produces
|
||
warnings now)
|
||
Branch: perl
|
||
! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
|
||
! lib/Shell.pm
|
||
____________________________________________________________________________
|
||
[ 4873] By: gsar on 2000/01/24 09:40:24
|
||
Log: avoid warnings when there's no subs to autosplit
|
||
Branch: perl
|
||
! lib/AutoSplit.pm
|
||
____________________________________________________________________________
|
||
[ 4872] By: jhi on 2000/01/24 09:39:01
|
||
Log: Create a tool for converting a config_h.SH into a VOS config.h.
|
||
Branch: cfgperl
|
||
+ vos/config.def vos/config.pl
|
||
! MANIFEST vos/config.h vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 4871] By: gsar on 2000/01/24 09:15:20
|
||
Log: typos in change#4623
|
||
Branch: perl
|
||
! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
|
||
____________________________________________________________________________
|
||
[ 4870] By: jhi on 2000/01/24 06:43:19
|
||
Log: Sync metaconfig units to comply with the typo fixes of #4869.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
+ U/modified/cf_email.U U/modified/so.U
|
||
Branch: metaconfig/U/perl
|
||
! dlsrc.U
|
||
____________________________________________________________________________
|
||
[ 4869] By: jhi on 2000/01/24 06:04:31
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/pragma/diagnostics.t
|
||
!> (integrate 120 files)
|
||
____________________________________________________________________________
|
||
[ 4868] By: gsar on 2000/01/23 21:49:28
|
||
Log: on windows, set seek position to end for files opened in append mode
|
||
(improves compatibility with Unix, avoids buffering issues)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4867] By: gsar on 2000/01/23 21:19:31
|
||
Log: change#4866 was flawed; revert and add better fix for warning
|
||
Branch: perl
|
||
! op.c op.h
|
||
____________________________________________________________________________
|
||
[ 4866] By: gsar on 2000/01/23 20:43:56
|
||
Log: optimize away runtime code for our($foo) (also avoid warnings)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4865] By: gsar on 2000/01/23 13:17:18
|
||
Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
|
||
Branch: perl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs ext/DB_File/version.c
|
||
____________________________________________________________________________
|
||
[ 4864] By: gsar on 2000/01/23 13:12:31
|
||
Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
|
||
suggested by Dominic Dunlop <domo@computer.org>)
|
||
Branch: perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 4863] By: gsar on 2000/01/23 13:01:35
|
||
Log: fix misclassified warnings
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4862] By: gsar on 2000/01/23 12:52:12
|
||
Log: document bareword prototype incompatibility
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlsub.pod
|
||
____________________________________________________________________________
|
||
[ 4861] By: gsar on 2000/01/23 12:32:25
|
||
Log: faulty edit
|
||
Branch: perl
|
||
! lib/File/stat.pm
|
||
____________________________________________________________________________
|
||
[ 4860] By: gsar on 2000/01/23 12:23:48
|
||
Log: s/use vars/our/g modules that aren't independently maintained on CPAN
|
||
Branch: perl
|
||
! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
|
||
! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
|
||
! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
|
||
! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
|
||
! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
|
||
! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
|
||
! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
|
||
! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
|
||
! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
|
||
! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
|
||
! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
|
||
! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
|
||
! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
|
||
! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
|
||
! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
|
||
! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
|
||
! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
|
||
! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
|
||
! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
|
||
! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
|
||
! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
|
||
! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
|
||
! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
|
||
! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
|
||
! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
|
||
! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
|
||
____________________________________________________________________________
|
||
[ 4859] By: gsar on 2000/01/23 11:29:22
|
||
Log: fix diagnostics to report "our" vs "my" correctly
|
||
Branch: perl
|
||
! op.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4858] By: gsar on 2000/01/23 10:14:46
|
||
Log: set api_version to 5.5.0 (binary compatibility needs to get tested
|
||
more widely)
|
||
Branch: perl
|
||
! patchlevel.h
|
||
____________________________________________________________________________
|
||
[ 4857] By: gsar on 2000/01/23 10:04:03
|
||
Log: disallow our($foo::bar)
|
||
Branch: perl
|
||
! pod/perldiag.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 4856] By: gsar on 2000/01/23 09:50:54
|
||
Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
|
||
Branch: perl
|
||
! utils/dprofpp.PL
|
||
____________________________________________________________________________
|
||
[ 4855] By: gsar on 2000/01/23 09:36:51
|
||
Log: new test (from Michael G Schwern <schwern@pobox.com>)
|
||
Branch: perl
|
||
+ t/pragma/diagnostics.t
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 4854] By: gsar on 2000/01/23 09:24:40
|
||
Log: add PREREQ_PM to default template (suggested by Michael G Schwern
|
||
<schwern@pobox.com>)
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4853] By: gsar on 2000/01/23 09:08:30
|
||
Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
|
||
____________________________________________________________________________
|
||
[ 4852] By: gsar on 2000/01/23 08:52:44
|
||
Log: mark some extensions as "special versions" to avoid CPAN indexer
|
||
confusion (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
|
||
____________________________________________________________________________
|
||
[ 4851] By: gsar on 2000/01/23 08:48:46
|
||
Log: prefer POSIX::uname() rather than syscalls, which require attempting
|
||
to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
|
||
Branch: perl
|
||
! lib/Sys/Hostname.pm
|
||
____________________________________________________________________________
|
||
[ 4850] By: gsar on 2000/01/23 08:36:43
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 4849] By: gsar on 2000/01/23 08:17:30
|
||
Log: fix localization in while BLOCK when there is a continue BLOCK
|
||
by introducing an explicit scope (c.f. change#4848)
|
||
Branch: perl
|
||
! op.c pp_ctl.c t/cmd/while.t
|
||
____________________________________________________________________________
|
||
[ 4848] By: gsar on 2000/01/23 06:43:51
|
||
Log: fix scope cleanup when next jumps to a continue block; this is rather
|
||
in the nature of a kludge; it doesn't fix the longstanding bug that
|
||
makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
|
||
instead of "1")
|
||
Branch: perl
|
||
! pp_ctl.c t/cmd/while.t
|
||
____________________________________________________________________________
|
||
[ 4847] By: gsar on 2000/01/23 04:47:25
|
||
Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
|
||
C<while (my $x = foo()) { my $x = bar(); }> etc.
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4846] By: gsar on 2000/01/23 04:44:17
|
||
Log: avoid warnings in change#4839
|
||
Branch: perl
|
||
! lib/Carp/Heavy.pm
|
||
____________________________________________________________________________
|
||
[ 4845] By: gsar on 2000/01/22 13:12:38
|
||
Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
|
||
Branch: perl
|
||
! Changes Configure
|
||
____________________________________________________________________________
|
||
[ 4844] By: gsar on 2000/01/22 12:46:26
|
||
Log: wrong category for exec() warning
|
||
Branch: perl
|
||
! op.c pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4843] By: gsar on 2000/01/22 12:42:40
|
||
Log: fix line continuations in argument lists (from Helmut Jarausch)
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 4842] By: gsar on 2000/01/22 12:34:39
|
||
Log: CGI.pm upgraded to v2.56 from CPAN
|
||
Branch: perl
|
||
! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
|
||
! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
|
||
! t/lib/cgi-html.t
|
||
____________________________________________________________________________
|
||
[ 4841] By: gsar on 2000/01/22 12:07:23
|
||
Log: avoid warnings due to lack of forward declarations
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 4840] By: gsar on 2000/01/22 12:04:30
|
||
Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
|
||
<wolfgang.laun@alcatel.at>)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 4839] By: gsar on 2000/01/22 11:57:24
|
||
Log: better Carp reporting within subclassed modules (from Wolfgang Laun
|
||
<wolfgang.laun@alcatel.at>)
|
||
Branch: perl
|
||
! lib/Carp/Heavy.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4838] By: gsar on 2000/01/22 10:53:06
|
||
Log: truncate(FH) flushes FH before truncating it
|
||
Branch: perl
|
||
! pp_sys.c t/io/fs.t
|
||
____________________________________________________________________________
|
||
[ 4837] By: gsar on 2000/01/22 10:37:16
|
||
Log: #line directives without a filename leave the file name as it was
|
||
instead of setting it to the script name (from Andrew Pimlott
|
||
<andrew@pimlott.ne.mediaone.net>)
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4836] By: gsar on 2000/01/22 10:06:53
|
||
Log: add patch for printf-style format typechecks (from Robin Barker
|
||
<rmb1@cise.npl.co.uk>); fixes for problems so identified
|
||
Branch: perl
|
||
! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
|
||
! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
|
||
____________________________________________________________________________
|
||
[ 4835] By: gsar on 2000/01/22 08:42:52
|
||
Log: From: John Tobey <jtobey@isay.com>
|
||
Date: Thu, 16 Dec 1999 20:20:38 -0500
|
||
Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
|
||
Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
|
||
Branch: perl
|
||
! lib/base.pm lib/fields.pm t/lib/fields.t
|
||
____________________________________________________________________________
|
||
[ 4834] By: gsar on 2000/01/22 08:08:08
|
||
Log: fix deeply nested closures that have no references to lexical in
|
||
intervening subs
|
||
Branch: perl
|
||
! embed.h embed.pl op.c proto.h t/op/closure.t
|
||
____________________________________________________________________________
|
||
[ 4833] By: gsar on 2000/01/21 17:04:21
|
||
Log: add $VERSION
|
||
Branch: perl
|
||
! lib/Text/Soundex.pm lib/Tie/Handle.pm
|
||
____________________________________________________________________________
|
||
[ 4832] By: gsar on 2000/01/21 16:49:09
|
||
Log: fix bug in dumping self-referential scalars
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
|
||
! t/lib/dumper.t
|
||
____________________________________________________________________________
|
||
[ 4831] By: jhi on 2000/01/21 09:16:07
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/op/exists_sub.t
|
||
!> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
|
||
!> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
|
||
!> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
|
||
!> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
|
||
!> t/pragma/warn/pp_sys util.c utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4830] By: gsar on 2000/01/21 04:28:08
|
||
Log: patch to report warnings on bogus filehandles passed to flock(),
|
||
more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
|
||
(slightly modified)
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym objXSUB.h perlapi.c
|
||
! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
|
||
! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
|
||
____________________________________________________________________________
|
||
[ 4829] By: gsar on 2000/01/21 03:43:46
|
||
Log: typo fix
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4828] By: gsar on 2000/01/21 03:32:31
|
||
Log: notes about $^H and %^H from Ilya Zakharevich; substantial
|
||
fixups of faulty facts and prose
|
||
Branch: perl
|
||
! pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 4827] By: gsar on 2000/01/21 01:45:51
|
||
Log: support for C<exists &func> (from Spider Boardman)
|
||
Branch: perl
|
||
+ t/op/exists_sub.t
|
||
! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
|
||
! pod/perlfunc.pod pp.c
|
||
____________________________________________________________________________
|
||
[ 4826] By: gsar on 2000/01/21 01:35:46
|
||
Log: mention the fact that open(my $foo, ...) covers all handle
|
||
constructors
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4825] By: gsar on 2000/01/21 01:03:34
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Wed, 19 Jan 2000 15:05:11 -0500
|
||
Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_63] h2xs goof and a depessimization
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4824] By: gsar on 2000/01/20 19:14:26
|
||
Log: INSTALL updates from Andy Dougherty
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 4823] By: gsar on 2000/01/20 08:40:13
|
||
Log: sv_true() has a superfluous test
|
||
Branch: perl
|
||
! sv.c sv.h
|
||
____________________________________________________________________________
|
||
[ 4822] By: bailey on 2000/01/20 02:03:35
|
||
Log: Minor cosmetic updates
|
||
Branch: vmsperl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 4821] By: bailey on 2000/01/20 00:25:30
|
||
Log: Quick integration of mainline changes to date
|
||
Branch: vmsperl
|
||
+> (branch 74 files)
|
||
- eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
|
||
- epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
|
||
- lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
|
||
- lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
|
||
- lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
|
||
- lib/warning.pm os2/POSIX.mkfifo warning.h
|
||
!> (integrate 462 files)
|
||
____________________________________________________________________________
|
||
[ 4820] By: jhi on 2000/01/19 22:46:42
|
||
Log: More robust inc_version_list from Andy.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
Branch: metaconfig
|
||
! U/installdirs/inc_version_list.U
|
||
____________________________________________________________________________
|
||
[ 4819] By: jhi on 2000/01/19 17:36:56
|
||
Log: Add NV_PRESERVES_UV.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h
|
||
Branch: metaconfig
|
||
! U/protos/selecttype.U
|
||
Branch: metaconfig/U/perl
|
||
- nvpresuv.U
|
||
! perlxv.U
|
||
____________________________________________________________________________
|
||
[ 4818] By: jhi on 2000/01/19 08:13:05
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes Configure win32/config.bc win32/config.gc
|
||
!> win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 4817] By: gsar on 2000/01/19 05:25:43
|
||
Log: regen win32/config*
|
||
Branch: perl
|
||
! Configure win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 4816] By: jhi on 2000/01/18 21:19:10
|
||
Log: Policy patch from Andy for installation directories,
|
||
removing the $apiversion.
|
||
Branch: cfgperl
|
||
! Policy_sh.SH
|
||
____________________________________________________________________________
|
||
[ 4815] By: jhi on 2000/01/18 21:11:03
|
||
Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
|
||
as suggested by Andy.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/d_gnulibc.U U/modified/cc.U
|
||
____________________________________________________________________________
|
||
[ 4814] By: gsar on 2000/01/18 20:48:10
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
! Changes
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
|
||
!> perl.h t/lib/posix.t t/op/pack.t utf8.c
|
||
____________________________________________________________________________
|
||
[ 4813] By: jhi on 2000/01/18 19:41:33
|
||
Log: metaconfig todo note from Andy.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/installdirs/inc_version_list.U
|
||
____________________________________________________________________________
|
||
[ 4812] By: jhi on 2000/01/18 15:02:55
|
||
Log: More -V.
|
||
Branch: cfgperl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4811] By: jhi on 2000/01/18 10:35:30
|
||
Log: More compile-time options shown with -V.
|
||
Branch: cfgperl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4810] By: jhi on 2000/01/17 08:35:49
|
||
Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
|
||
the strtold() and qgcvt() prototypes for long doubles, but
|
||
it should be okay in any case); fix bad assumptions in the
|
||
test suite about string->float conversions; though the out
|
||
parameter of strtold() (and strtoll()) is unused, it is nicer
|
||
to have it in correct type.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
|
||
Branch: metaconfig
|
||
! U/modified/cc.U
|
||
____________________________________________________________________________
|
||
[ 4809] By: jhi on 2000/01/16 19:21:18
|
||
Log: strtoll works better ternary.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4808] By: jhi on 2000/01/16 19:12:58
|
||
Log: Know strtoll.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 4807] By: jhi on 2000/01/16 17:57:03
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
|
||
!> sv.c sv.h t/pragma/strict-vars toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4806] By: jhi on 2000/01/16 16:37:47
|
||
Log: Continue qgcvt work; closer now but not yet there.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doop.c utf8.c
|
||
Branch: metaconfig
|
||
! U/compline/d_gconvert.U
|
||
Branch: metaconfig/U/perl
|
||
! d_qgcvt.U
|
||
____________________________________________________________________________
|
||
[ 4805] By: jhi on 2000/01/15 22:26:16
|
||
Log: Metaconfig and Porting patches from Andy; start using the new
|
||
long long and long double thingies from #4804; regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
|
||
Branch: metaconfig
|
||
+ U/dist_patches/dist-p70a U/dist_patches/dist-p70b
|
||
+ U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
|
||
+ U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
|
||
+ U/nullified/lib.U
|
||
! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
|
||
! U/installdirs/sitelib.U U/installdirs/vendorarch.U
|
||
! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
|
||
! U/modified/Oldconfig.U U/modified/Signal.U
|
||
! U/modified/sig_name.U U/threads/usethreads.U
|
||
Branch: metaconfig/U/perl
|
||
! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
|
||
! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
|
||
! usemultiplicity.U
|
||
Branch: perl
|
||
! perl.h util.c
|
||
____________________________________________________________________________
|
||
[ 4804] By: jhi on 2000/01/14 14:22:24
|
||
Log: Add more quad/long long/long double sciency.
|
||
Branch: metaconfig/U/perl
|
||
+ d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
|
||
+ d_strtouq.U
|
||
____________________________________________________________________________
|
||
[ 4803] By: gsar on 2000/01/14 04:40:49
|
||
Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4802] By: gsar on 2000/01/14 04:35:55
|
||
Log: add note about "our"
|
||
Branch: perl
|
||
! lib/vars.pm
|
||
____________________________________________________________________________
|
||
[ 4801] By: gsar on 2000/01/14 04:16:51
|
||
Log: nailed "our" declarations, and better warnings on duplicate
|
||
"our" declarations
|
||
Branch: perl
|
||
! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
|
||
! t/pragma/strict-vars toke.c
|
||
____________________________________________________________________________
|
||
[ 4800] By: gsar on 2000/01/14 01:27:13
|
||
Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
|
||
Branch: perl
|
||
! dump.c op.c op.h
|
||
____________________________________________________________________________
|
||
[ 4799] By: gsar on 2000/01/14 01:17:15
|
||
Log: doc typo
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4798] By: jhi on 2000/01/13 16:31:34
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> epoc/config.sh epoc/epocish.c epoc/link.pl
|
||
+> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
|
||
+> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
|
||
+> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
|
||
+> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
|
||
+> win32/perlhost.h win32/vdir.h win32/vmem.h
|
||
- epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
|
||
- epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
|
||
- lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
|
||
!> (integrate 282 files)
|
||
____________________________________________________________________________
|
||
[ 4797] By: gsar on 2000/01/13 08:12:56
|
||
Log: clearer docs for change#4796; faster av_exists()
|
||
Branch: perl
|
||
! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4796] By: gsar on 2000/01/13 06:49:03
|
||
Log: support delete() and exists() on array, tied array, and pseudo-hash
|
||
elements or slices
|
||
Branch: perl
|
||
! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
|
||
! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
|
||
! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
|
||
! t/op/avhv.t t/op/delete.t
|
||
____________________________________________________________________________
|
||
[ 4795] By: gsar on 2000/01/11 20:52:30
|
||
Log: extend site_perl changes change#4773 to vendor_perl as well
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4794] By: gsar on 2000/01/11 19:18:50
|
||
Log: rework INSTALL to reflect new logic for versioning sitelibs
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 4793] By: gsar on 2000/01/11 01:44:00
|
||
Log: test for change#4792
|
||
Branch: perl
|
||
! t/op/fork.t
|
||
____________________________________________________________________________
|
||
[ 4792] By: gsar on 2000/01/11 01:22:36
|
||
Log: pseudo forked children inherit environment correctly
|
||
Branch: perl
|
||
! win32/perlhost.h
|
||
____________________________________________________________________________
|
||
[ 4791] By: gsar on 2000/01/10 19:14:03
|
||
Log: test tweak
|
||
Branch: perl
|
||
! t/op/fork.t
|
||
____________________________________________________________________________
|
||
[ 4790] By: gsar on 2000/01/10 18:56:16
|
||
Log: check for USE_ITHREADS sanity was too restrictive
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4789] By: gsar on 2000/01/10 18:30:24
|
||
Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
|
||
a real SetCurrentDirectory() in toplevel host
|
||
Branch: perl
|
||
! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
|
||
! win32/vdir.h win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4782] By: gsar on 2000/01/10 05:27:03
|
||
Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
|
||
Branch: perl
|
||
+ epoc/config.sh epoc/epocish.c epoc/link.pl
|
||
- epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
|
||
- epoc/perl.pkg
|
||
! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
|
||
! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
|
||
! lib/Sys/Hostname.pm
|
||
____________________________________________________________________________
|
||
[ 4781] By: gsar on 2000/01/10 05:11:03
|
||
Log: pod typos (from Abigail <abigail@delanet.com>)
|
||
Branch: perl
|
||
! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
|
||
____________________________________________________________________________
|
||
[ 4780] By: gsar on 2000/01/10 05:07:35
|
||
Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
|
||
Branch: perl
|
||
! t/lib/thread.t
|
||
____________________________________________________________________________
|
||
[ 4779] By: gsar on 2000/01/10 05:06:16
|
||
Log: terminate -s switch processing only on C<-->, not on C<--foo>
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4778] By: gsar on 2000/01/10 04:38:45
|
||
Log: useithreads needs usemultiplicity
|
||
Branch: perl
|
||
! Configure perl.h
|
||
____________________________________________________________________________
|
||
[ 4777] By: gsar on 2000/01/10 01:18:04
|
||
Log: use $Config{version} rather than $] where appropriate
|
||
Branch: perl
|
||
! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
|
||
! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
|
||
! lib/lib.pm
|
||
____________________________________________________________________________
|
||
[ 4776] By: gsar on 2000/01/10 00:11:34
|
||
Log: enable fork.t on windows
|
||
Branch: perl
|
||
! t/op/fork.t
|
||
____________________________________________________________________________
|
||
[ 4775] By: gsar on 2000/01/10 00:07:29
|
||
Log: broken test for use5005threads
|
||
Branch: perl
|
||
! t/lib/safe2.t
|
||
____________________________________________________________________________
|
||
[ 4774] By: gsar on 2000/01/09 23:56:37
|
||
Log: more windows build tweaks
|
||
Branch: perl
|
||
! installperl makedef.pl win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4773] By: gsar on 2000/01/09 22:27:19
|
||
Log: more changes for new-style version numbers (versions numbers on
|
||
the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
|
||
they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
|
||
split $Config{apiversion} into three, @Config{apirevision,apiversion,
|
||
apisubversion} for CPP friendliness; $Config{sitelib} now defaults
|
||
to .../site_perl/$version, just like $Config{privlib}, making sitelib
|
||
completely independent across versions and substantially eliminating
|
||
chances of breaking older installations by overwriting newly built
|
||
extensions; all this means compatibility inclusions for @INC will need
|
||
to take into account older sitelib versions (this still TODO)
|
||
|
||
windows, vms, dos tweaks for the above
|
||
Branch: perl
|
||
! Changes Configure INSTALL Porting/config.sh Porting/config_H
|
||
! config_h.SH configure.com dosish.h installman installperl
|
||
! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4772] By: gsar on 2000/01/09 19:05:33
|
||
Log: s/usethreads/use5005threads/g
|
||
Branch: perl
|
||
! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
|
||
____________________________________________________________________________
|
||
[ 4771] By: gsar on 2000/01/09 18:51:50
|
||
Log: Configure changes for new-style version numbers (from Andy Dougherty,
|
||
slightly altered)
|
||
Branch: perl
|
||
! Configure INSTALL Porting/Glossary Porting/config.sh
|
||
! Porting/config_H config_h.SH perl.h win32/Makefile
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4770] By: gsar on 2000/01/07 22:18:54
|
||
Log: fix for 'make utest' failures (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 4769] By: gsar on 2000/01/07 18:23:16
|
||
Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
+ ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
|
||
+ ext/ODBM_File/hints/cygwin.pl
|
||
! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
|
||
! hints/cygwin.sh installman installperl lib/Cwd.pm
|
||
! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
|
||
! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4768] By: gsar on 2000/01/07 18:12:15
|
||
Log: typo on h2xs.PL (from Helmut Jarausch)
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4767] By: gsar on 2000/01/07 17:58:45
|
||
Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
|
||
Branch: perl
|
||
! README.vms configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 4766] By: gsar on 2000/01/07 17:54:05
|
||
Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
|
||
<sthoenna@efn.org>)
|
||
Branch: perl
|
||
- os2/POSIX.mkfifo
|
||
! MANIFEST README.os2
|
||
____________________________________________________________________________
|
||
[ 4765] By: gsar on 2000/01/06 20:11:46
|
||
Log: add workaround for dlopen() bug on OpenBSD (relative paths that
|
||
match /^lib/ won't load properly)
|
||
Branch: perl
|
||
+ ext/DynaLoader/hints/openbsd.pl
|
||
! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
|
||
____________________________________________________________________________
|
||
[ 4764] By: gsar on 2000/01/06 19:51:08
|
||
Log: add undocumented globals for compatibility--find.pl, and find2perl
|
||
generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
|
||
Branch: perl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 4763] By: gsar on 2000/01/06 10:51:07
|
||
Log: fix various C-backend shenanigans
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 4762] By: gsar on 2000/01/06 04:09:00
|
||
Log: tweak test in change#4757 for Windows
|
||
Branch: perl
|
||
! t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4761] By: gsar on 2000/01/06 02:55:30
|
||
Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
|
||
they belonged to freed OP_CONSTs)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4760] By: gsar on 2000/01/06 00:22:40
|
||
Log: constant ranges could escape bareword check in list context
|
||
Branch: perl
|
||
! op.c t/pragma/strict-subs
|
||
____________________________________________________________________________
|
||
[ 4759] By: gsar on 2000/01/05 20:52:50
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Wed, 05 Jan 2000 15:23:18 EST
|
||
Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
|
||
Subject: Re: minimal m//g matches appear busted
|
||
Branch: perl
|
||
! regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 4758] By: gsar on 2000/01/05 12:49:40
|
||
Log: various nits identified by warnings unmasked by recent changes
|
||
Branch: perl
|
||
! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4757] By: gsar on 2000/01/05 12:48:10
|
||
Log: severe bugs in change#3786 fixed
|
||
Branch: perl
|
||
! doio.c t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4756] By: gsar on 2000/01/05 11:25:10
|
||
Log: tweak change#4745 to make ebcdic output match for chars <= 037
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm
|
||
____________________________________________________________________________
|
||
[ 4755] By: gsar on 2000/01/05 06:56:05
|
||
Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
! Configure util.c utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4754] By: gsar on 2000/01/05 06:52:25
|
||
Log: avoid expensive Version_check (from Andreas Koenig)
|
||
Branch: perl
|
||
! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
|
||
! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 4753] By: gsar on 2000/01/05 06:48:22
|
||
Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
|
||
Date: 03 Jan 2000 21:56:02 +0100
|
||
Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
|
||
Subject: Reloading File::Copy
|
||
Branch: perl
|
||
! Changes lib/File/Copy.pm t/lib/filecopy.t
|
||
____________________________________________________________________________
|
||
[ 4752] By: gsar on 2000/01/04 01:19:20
|
||
Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4751] By: gsar on 2000/01/03 18:26:08
|
||
Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
|
||
Branch: perl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 4750] By: gsar on 2000/01/02 21:58:02
|
||
Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
|
||
to write to a file other than tmon.out (suggested by Haakon Alstadheim
|
||
<Haakon.Alstadheim@sds.no>)
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
|
||
____________________________________________________________________________
|
||
[ 4749] By: gsar on 2000/01/02 21:37:29
|
||
Log: disable optimization in change#3612 for join() and quotemeta()--this
|
||
removes all the gross hacks for the special cases in that change; fix
|
||
pp_concat() for when TARG == arg (modified version of patch suggested
|
||
by Ilya Zakharevich)
|
||
Branch: perl
|
||
! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 4748] By: gsar on 2000/01/02 20:26:06
|
||
Log: MakeMaker should attempt to "require" rather than "use" prerequisites
|
||
to avoid imports (from Michael G Schwern <schwern@pobox.com>)
|
||
Branch: perl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 4747] By: gsar on 2000/01/02 20:17:36
|
||
Log: fix 4-arg substr() when used as argument to subroutine
|
||
Branch: perl
|
||
! pp.c t/op/substr.t
|
||
____________________________________________________________________________
|
||
[ 4746] By: gsar on 2000/01/02 18:45:58
|
||
Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
|
||
Branch: perl
|
||
! embed.h embed.pl ext/DynaLoader/dl_beos.xs
|
||
! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
|
||
! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
|
||
! perlapi.c proto.h thread.h util.c
|
||
____________________________________________________________________________
|
||
[ 4745] By: gsar on 2000/01/02 18:15:44
|
||
Log: ebcdic fix for Data::Dumper from Peter Prymmer
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm regcomp.c
|
||
____________________________________________________________________________
|
||
[ 4744] By: gsar on 1999/12/31 22:42:23
|
||
Log: missing files in previous submit
|
||
Branch: perl
|
||
! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
|
||
! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
|
||
____________________________________________________________________________
|
||
[ 4743] By: gsar on 1999/12/31 06:47:18
|
||
Log: various Windows build tweaks
|
||
Branch: perl
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4742] By: gsar on 1999/12/30 21:32:36
|
||
Log: change#4705 breaks code that interpolates $], so leave string value
|
||
of $] as it was for compatibility (and perhaps introduce $^V or similar
|
||
for the utf8 representation, maybe?)
|
||
Branch: perl
|
||
! configpm gv.c
|
||
____________________________________________________________________________
|
||
[ 4741] By: gsar on 1999/12/30 19:36:21
|
||
Log: avoid CRLF in byteloadable files created by perlcc
|
||
Branch: perl
|
||
! utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4740] By: gsar on 1999/12/30 19:35:07
|
||
Log: leave DATA open in binmode if __END__ line doesn't have CRLF
|
||
Branch: perl
|
||
! pod/perldelta.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 4739] By: gsar on 1999/12/30 05:44:21
|
||
Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
|
||
to allow ByteLoader to work; the DATA filehandles continue to
|
||
be left open in text mode for compatibility
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
|
||
! toke.c win32/Makefile win32/makefile.mk win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4738] By: gsar on 1999/12/30 04:36:12
|
||
Log: CR-LF support broken for formats
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4737] By: gsar on 1999/12/29 22:30:52
|
||
Log: make DProf functional under pseudo-fork()
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs
|
||
____________________________________________________________________________
|
||
[ 4736] By: gsar on 1999/12/29 21:04:59
|
||
Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
|
||
Mulder)
|
||
Branch: perl
|
||
! doio.c pp_hot.c t/io/argv.t
|
||
____________________________________________________________________________
|
||
[ 4735] By: gsar on 1999/12/29 18:12:40
|
||
Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
|
||
Koenig)
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4734] By: gsar on 1999/12/28 21:10:37
|
||
Log: Windows build tweaks
|
||
Branch: perl
|
||
! INTERN.h sv.c
|
||
____________________________________________________________________________
|
||
[ 4733] By: gsar on 1999/12/28 20:45:15
|
||
Log: remove never-taken branch for making getc() operate on ARGV (spotted
|
||
by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4732] By: gsar on 1999/12/28 20:42:13
|
||
Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
|
||
<ralph@inputplus.demon.co.uk>
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
|
||
____________________________________________________________________________
|
||
[ 4731] By: gsar on 1999/12/28 20:23:17
|
||
Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
|
||
not supplied (variant of patch suggested by Ilya Zakharevich)
|
||
Branch: perl
|
||
! XSUB.h lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 4730] By: gsar on 1999/12/28 19:55:56
|
||
Log: range operator does magical string increment iff both operands
|
||
are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
|
||
the "foreach (RANGE)" case as well
|
||
Branch: perl
|
||
! pp_ctl.c t/op/range.t
|
||
____________________________________________________________________________
|
||
[ 4729] By: gsar on 1999/12/28 18:40:19
|
||
Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
|
||
Branch: perl
|
||
- win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
|
||
! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
|
||
! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
|
||
! win32/config.gc win32/genmk95.pl win32/makefile.mk
|
||
! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4728] By: gsar on 1999/12/28 07:44:19
|
||
Log: typecasts needed
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4727] By: gsar on 1999/12/28 06:23:08
|
||
Log: change#4721 needed line number adjustments
|
||
Branch: perl
|
||
! MANIFEST global.sym proto.h t/pragma/warn/doop
|
||
! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
|
||
! t/pragma/warn/toke t/pragma/warn/utf8
|
||
____________________________________________________________________________
|
||
[ 4726] By: gsar on 1999/12/28 04:18:15
|
||
Log: integrate utfperl contents into mainline
|
||
Branch: perl
|
||
+> lib/byte.pm lib/byte_heavy.pl
|
||
!> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
|
||
!> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
|
||
!> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
|
||
____________________________________________________________________________
|
||
[ 4725] By: gsar on 1999/12/28 04:08:09
|
||
Log: integrate mainline contents
|
||
Branch: utfperl
|
||
- ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
|
||
- lib/unicode/Eq/Unicode
|
||
!> (integrate 60 files)
|
||
____________________________________________________________________________
|
||
[ 4724] By: gsar on 1999/12/28 03:44:10
|
||
Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
|
||
Branch: perl
|
||
! regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4723] By: gsar on 1999/12/28 03:28:39
|
||
Log: more ebcdic testsuite fixups (from Peter Prymmer)
|
||
Branch: perl
|
||
! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
|
||
! t/pragma/overload.t t/pragma/utf8.t
|
||
____________________________________________________________________________
|
||
[ 4722] By: gsar on 1999/12/28 03:14:48
|
||
Log: avoid "used once" warning
|
||
Branch: perl
|
||
! lib/diagnostics.pm
|
||
____________________________________________________________________________
|
||
[ 4721] By: gsar on 1999/12/28 03:10:32
|
||
Log: ebcdic tweaks for tests from Peter Prymmer
|
||
Branch: perl
|
||
! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
|
||
! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
|
||
____________________________________________________________________________
|
||
[ 4720] By: gsar on 1999/12/28 03:08:39
|
||
Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
|
||
Branch: perl
|
||
! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
|
||
! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
|
||
! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4719] By: gsar on 1999/12/28 03:01:04
|
||
Log: perlport v1.45 from Chris Nandor
|
||
Branch: perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 4718] By: gsar on 1999/12/28 02:59:16
|
||
Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
|
||
perldelta; added STOP, DESTROY and AUTOLOAD to specials list
|
||
Branch: perl
|
||
! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
|
||
! t/pragma/constant.t
|
||
____________________________________________________________________________
|
||
[ 4717] By: gsar on 1999/12/28 02:47:04
|
||
Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
|
||
Branch: perl
|
||
- ext/DynaLoader/dl_cygwin.xs
|
||
! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
|
||
! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 4716] By: gsar on 1999/12/28 02:40:51
|
||
Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
|
||
(from Andy Dougherty)
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4715] By: gsar on 1999/12/28 02:38:44
|
||
Log: better variant of change#4644 (from Andy Dougherty)
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4714] By: gsar on 1999/12/28 02:36:40
|
||
Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4713] By: gsar on 1999/12/28 02:35:15
|
||
Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
|
||
INSTALL (from Andy Dougherty)
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4712] By: gsar on 1999/12/28 02:30:55
|
||
Log: avoid creating new files during make install
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4711] By: gsar on 1999/12/28 02:24:44
|
||
Log: pod edits from Paul Marquess and Mark-Jason Dominus
|
||
Branch: perl
|
||
! AUTHORS Changes ext/DynaLoader/dl_aix.xs
|
||
! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4710] By: gsar on 1999/12/28 02:05:23
|
||
Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
|
||
<sthoenna@efn.org>); add explicit target for opmini.o
|
||
Branch: perl
|
||
! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
|
||
____________________________________________________________________________
|
||
[ 4709] By: gsar on 1999/12/28 01:20:39
|
||
Log: partly fix perldiag regressions identified by Tom Christiansen
|
||
Branch: perl
|
||
! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
|
||
! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
|
||
! t/pragma/warn/pp_sys
|
||
____________________________________________________________________________
|
||
[ 4708] By: gsar on 1999/12/27 23:33:24
|
||
Log: update perldiag for change#4707
|
||
Branch: perl
|
||
! perl.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4707] By: gsar on 1999/12/27 23:23:39
|
||
Log: allow spaces in -I switch argument
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4706] By: gsar on 1999/12/26 23:44:53
|
||
Log: fix typos
|
||
Branch: utfperl
|
||
! sv.h toke.c
|
||
____________________________________________________________________________
|
||
[ 4705] By: gsar on 1999/12/24 04:02:35
|
||
Log: support for v5.5.640 style version numbers
|
||
Branch: utfperl
|
||
! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
|
||
! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4704] By: gsar on 1999/12/23 08:54:27
|
||
Log: bring in basic threads stuff under USE_ITHREADS
|
||
Branch: perl
|
||
! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 4703] By: gsar on 1999/12/23 00:10:06
|
||
Log: integrate mainline contents into utfperl
|
||
Branch: utfperl
|
||
!> (integrate 33 files)
|
||
____________________________________________________________________________
|
||
[ 4702] By: gsar on 1999/12/20 17:18:23
|
||
Log: virtual directory handling broken on paths with trailing slash
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk win32/vdir.h
|
||
____________________________________________________________________________
|
||
[ 4701] By: gsar on 1999/12/20 17:09:55
|
||
Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
|
||
isn't set for all m/$foo/o)
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 4700] By: gsar on 1999/12/20 16:28:51
|
||
Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
|
||
we have a race on our hands)
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 4699] By: gsar on 1999/12/20 16:19:00
|
||
Log: pod tweaks
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
|
||
____________________________________________________________________________
|
||
[ 4698] By: gsar on 1999/12/20 07:55:07
|
||
Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
|
||
Branch: perl
|
||
! utf8.c
|
||
____________________________________________________________________________
|
||
[ 4697] By: gsar on 1999/12/18 01:35:50
|
||
Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
|
||
anon hash rather than a block; test case for the same
|
||
Branch: perl
|
||
! t/comp/term.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4696] By: gsar on 1999/12/17 19:55:03
|
||
Log: leak in change#4694 spotted by Larry
|
||
Branch: perl
|
||
! hv.c
|
||
____________________________________________________________________________
|
||
[ 4695] By: gsar on 1999/12/17 18:14:11
|
||
Log: test case for change#4694
|
||
Branch: perl
|
||
! t/op/delete.t
|
||
____________________________________________________________________________
|
||
[ 4694] By: gsar on 1999/12/17 18:09:08
|
||
Log: delete() should return the value as is, not a copy thereof
|
||
Branch: perl
|
||
! hv.c pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4693] By: gsar on 1999/12/17 17:45:58
|
||
Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4692] By: gsar on 1999/12/17 17:41:10
|
||
Log: credits tweak
|
||
Branch: perl
|
||
! lib/File/Spec.pm
|
||
____________________________________________________________________________
|
||
[ 4691] By: gsar on 1999/12/17 07:12:53
|
||
Log: DynaLoader doesn't build properly when $(DLSRC) changes
|
||
(fix suggested by Hans Mulder)
|
||
Branch: perl
|
||
! ext/DynaLoader/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 4690] By: gsar on 1999/12/17 06:26:34
|
||
Log: add missing new ops
|
||
Branch: perl
|
||
! ext/B/ramblings/runtime.porting
|
||
____________________________________________________________________________
|
||
[ 4689] By: gsar on 1999/12/17 06:16:49
|
||
Log: test harness tweak from Hans Mulder
|
||
Branch: perl
|
||
! t/TEST
|
||
____________________________________________________________________________
|
||
[ 4688] By: gsar on 1999/12/17 06:14:23
|
||
Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
|
||
and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
|
||
Branch: perl
|
||
! Makefile.SH cygwin/Makefile.SHs
|
||
____________________________________________________________________________
|
||
[ 4687] By: gsar on 1999/12/17 06:06:46
|
||
Log: applied suggested patch with whitespace adjustments
|
||
From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
|
||
Date: Thu, 16 Dec 1999 08:57:55 +0100
|
||
Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
|
||
Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
|
||
Branch: perl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 4686] By: gsar on 1999/12/17 05:48:53
|
||
Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
|
||
by Hans Mulder)
|
||
Branch: perl
|
||
! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
|
||
! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
|
||
! ext/DynaLoader/dl_rhapsody.xs
|
||
____________________________________________________________________________
|
||
[ 4685] By: gsar on 1999/12/17 05:37:51
|
||
Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
|
||
<rjk@linguist.dartmouth.edu>)
|
||
Branch: perl
|
||
! lib/Math/BigFloat.pm t/lib/bigfltpm.t
|
||
____________________________________________________________________________
|
||
[ 4684] By: gsar on 1999/12/16 09:32:48
|
||
Log: spell out how to get 4-digit year (from Micheal G Schwern
|
||
<schwern@pobox.com>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4683] By: gsar on 1999/12/16 09:26:53
|
||
Log: type mismatch for %c format argument (spotted by Robin Barker
|
||
<rmb1@cise.npl.co.uk>)
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 4682] By: gsar on 1999/12/16 08:33:28
|
||
Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
|
||
<sho_pi@hotmail.com>)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4681] By: gsar on 1999/12/16 08:31:15
|
||
Log: missing backslash (spotted by Johan Vromans)
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4680] By: gsar on 1999/12/16 08:26:00
|
||
Log: avoid coredump on diagnostics when STDERR is closed
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4679] By: gsar on 1999/12/12 18:09:41
|
||
Log: integrate mainline changes
|
||
Branch: utfperl
|
||
+> (branch 39 files)
|
||
- lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
|
||
- lib/unicode/UnicodeData-Latest.txt
|
||
!> (integrate 447 files)
|
||
____________________________________________________________________________
|
||
[ 4678] By: gsar on 1999/12/10 01:39:13
|
||
Log: interpreter structure should be nulled under -DMULTIPLICITY
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4677] By: gsar on 1999/12/09 11:10:27
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
|
||
----------------
|
||
Version 5.005_63
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 4676] By: gsar on 1999/12/09 10:51:43
|
||
Log: fix File::Find testsuite bugs in symlink-less places
|
||
Branch: perl
|
||
! t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 4675] By: gsar on 1999/12/09 10:22:31
|
||
Log: USE_ITHREADS tweaks and notes
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod sv.c
|
||
____________________________________________________________________________
|
||
[ 4674] By: gsar on 1999/12/09 10:21:53
|
||
Log: allow new style sort subs to work under usethreads
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 4673] By: gsar on 1999/12/09 04:00:23
|
||
Log: document compatibility issue with literal list slices and NOTOP
|
||
(C<not (1,2,3)[0]> is now a syntax error)
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4672] By: gsar on 1999/12/09 01:14:46
|
||
Log: avoid mismatched expectation <-> int types for C++ builds
|
||
Branch: perl
|
||
! embed.pl intrpvar.h proto.h toke.c
|
||
____________________________________________________________________________
|
||
[ 4671] By: gsar on 1999/12/09 00:36:24
|
||
Log: newer version of File::Find with support for following symlinks and
|
||
other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
|
||
Branch: perl
|
||
! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
|
||
____________________________________________________________________________
|
||
[ 4670] By: gsar on 1999/12/09 00:13:06
|
||
Log: avoid initializing GvCV slot for autovivified filehandles
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 4669] By: gsar on 1999/12/08 19:09:27
|
||
Log: apply change#4618 again along with Ilya's patch to fix bugs
|
||
in it (see change#4622)
|
||
Branch: perl
|
||
! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
|
||
! t/op/re_tests t/op/subst.t
|
||
____________________________________________________________________________
|
||
[ 4668] By: gsar on 1999/12/08 18:56:53
|
||
Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
|
||
From: Larry Wall <larry@wall.org>
|
||
Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
|
||
Message-Id: <199912072039.MAA13257@kiev.wall.org>
|
||
Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
|
||
Branch: perl
|
||
! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
|
||
____________________________________________________________________________
|
||
[ 4667] By: gsar on 1999/12/08 18:47:37
|
||
Log: patch to fix aix hints from ortmann@vnet.ibm.com
|
||
Branch: perl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 4666] By: gsar on 1999/12/08 18:29:02
|
||
Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
|
||
Tim Meadowcroft
|
||
Branch: perl
|
||
! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 4665] By: gsar on 1999/12/08 02:22:31
|
||
Log: introduce save_I8() for saving byte values
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
|
||
! regcomp.c regexec.c scope.c scope.h sv.c
|
||
____________________________________________________________________________
|
||
[ 4664] By: gsar on 1999/12/08 02:02:33
|
||
Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4663] By: gsar on 1999/12/08 01:11:44
|
||
Log: longstanding typo in lexer: PL_lex_expect was not properly
|
||
saved on reentry
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4662] By: gsar on 1999/12/07 23:16:21
|
||
Log: typos in change#4546
|
||
Branch: perl
|
||
! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
|
||
____________________________________________________________________________
|
||
[ 4661] By: gsar on 1999/12/07 09:33:50
|
||
Log: typos in change#4660
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
|
||
____________________________________________________________________________
|
||
[ 4660] By: gsar on 1999/12/06 23:42:55
|
||
Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
|
||
fix bug where lc($readonly) could result in bogus errors
|
||
Branch: perl
|
||
! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
|
||
! pp.c pp_sys.c proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 4659] By: gsar on 1999/12/06 15:24:31
|
||
Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
|
||
<jarausch@igpm.rwth-aachen.de>)
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4658] By: gsar on 1999/12/06 15:18:30
|
||
Log: fix for -Dp via $^D (suggested by Stephane Payrard
|
||
<stef@adnaccess.com>)
|
||
Branch: perl
|
||
! mg.c
|
||
____________________________________________________________________________
|
||
[ 4657] By: gsar on 1999/12/06 06:50:01
|
||
Log: change#4641 needs perldiag.pod edit
|
||
Branch: perl
|
||
- lib/unicode/UnicodeData-Latest.txt
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4656] By: gsar on 1999/12/06 01:36:56
|
||
Log: Makefile tweak for change#4649
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4655] By: gsar on 1999/12/05 17:23:57
|
||
Log: change#4653 was missing a patch reject
|
||
Branch: perl
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4654] By: gsar on 1999/12/05 11:41:04
|
||
Log: windows build tweaks for Borland compiler
|
||
Branch: perl
|
||
! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4653] By: gsar on 1999/12/05 11:07:37
|
||
Log: applied somewhat modified version of suggested patch
|
||
From: "Benjamin Stuhl" <sho_pi@hotmail.com>
|
||
Date: Thu, 18 Nov 1999 18:45:27 PST
|
||
Message-ID: <19991119024527.72749.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
|
||
Branch: perl
|
||
+ win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
|
||
! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
|
||
! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
|
||
! win32/makefile.mk win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4652] By: gsar on 1999/12/05 09:24:45
|
||
Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
|
||
Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
|
||
Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
|
||
Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
|
||
Branch: perl
|
||
! Changes hints/svr5.sh
|
||
____________________________________________________________________________
|
||
[ 4651] By: gsar on 1999/12/05 09:01:19
|
||
Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
|
||
when given non-existent drive names
|
||
Branch: perl
|
||
! lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 4650] By: gsar on 1999/12/05 08:47:11
|
||
Log: windows build tweaks for change#4649
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4649] By: gsar on 1999/12/05 07:49:28
|
||
Log: make File::Glob::glob() the default for CORE::glob()
|
||
(old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
|
||
Branch: perl
|
||
! Makefile.SH op.c pod/perldelta.pod win32/Makefile
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4648] By: gsar on 1999/12/05 00:33:34
|
||
Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 4647] By: gsar on 1999/12/05 00:14:01
|
||
Log: remove outdated entry
|
||
Branch: perl
|
||
! pod/perltrap.pod
|
||
____________________________________________________________________________
|
||
[ 4646] By: gsar on 1999/12/04 22:48:51
|
||
Log: s/block/loop block/ in diagnostics about next, last, redo
|
||
Branch: perl
|
||
! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
|
||
____________________________________________________________________________
|
||
[ 4645] By: gsar on 1999/12/04 22:25:32
|
||
Log: readability tweak suggested by GRommel@sears.com
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 4644] By: gsar on 1999/12/04 22:05:00
|
||
Log: Configure tweak from Peter Prymmer
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 4643] By: gsar on 1999/12/04 21:55:27
|
||
Log: make weak keyword check look for defined(&lock), not
|
||
merely defined(*lock)
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4642] By: gsar on 1999/12/04 21:11:51
|
||
Log: make eof() open ARGV if it isn't open already; also fixes bug
|
||
where eof() would operate on any last-read filehandle, not
|
||
just ARGV
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4641] By: gsar on 1999/12/04 04:42:25
|
||
Log: make uninitialized value warnings report opcode
|
||
Branch: perl
|
||
! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
|
||
! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
|
||
! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
|
||
! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
|
||
! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
|
||
! t/pragma/warn/sv
|
||
____________________________________________________________________________
|
||
[ 4640] By: gsar on 1999/12/04 02:40:44
|
||
Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
|
||
that don't do range checking
|
||
Branch: perl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 4639] By: gsar on 1999/12/04 01:00:49
|
||
Log: better implementation of change#3326; open(local $foo,...) now
|
||
allowed in addition to any uninitialized variable, for consistency
|
||
with how autovivification works elsewhere; add code to use the
|
||
variable name as the name of the handle for simple variables, so
|
||
that diagnostics report the handle: "... at - line 1, <$foo> line 10."
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod pp.c t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4638] By: gsar on 1999/12/03 21:20:00
|
||
Log: pod nits
|
||
Branch: perl
|
||
! pod/perlfunc.pod pod/perlrun.pod
|
||
____________________________________________________________________________
|
||
[ 4637] By: gsar on 1999/12/03 08:59:04
|
||
Log: change#4431 was flawed
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4636] By: gsar on 1999/12/03 07:59:52
|
||
Log: pod embellishments from Nathan Torkington
|
||
Branch: perl
|
||
! pod/perlfaq2.pod pod/perlhack.pod
|
||
____________________________________________________________________________
|
||
[ 4635] By: gsar on 1999/12/03 07:56:04
|
||
Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
|
||
Branch: perl
|
||
! pod/perlfaq4.pod
|
||
____________________________________________________________________________
|
||
[ 4634] By: gsar on 1999/12/03 07:47:47
|
||
Log: test tweak for VMS (from Craig A. Berry)
|
||
Branch: perl
|
||
! t/io/nargv.t
|
||
____________________________________________________________________________
|
||
[ 4633] By: gsar on 1999/12/03 07:44:52
|
||
Log: patchls tweak from Andreas Koenig
|
||
Branch: perl
|
||
! Porting/patchls
|
||
____________________________________________________________________________
|
||
[ 4632] By: gsar on 1999/12/03 07:42:23
|
||
Log: don't mess with the umask()
|
||
Branch: perl
|
||
! installhtml installman installperl lib/ExtUtils/Install.pm
|
||
! lib/ExtUtils/Manifest.pm
|
||
____________________________________________________________________________
|
||
[ 4631] By: gsar on 1999/12/03 06:52:50
|
||
Log: support -a switch to append bytecode to an existing file and make
|
||
perlcc use it (from Tom Hughes <tom@compton.nu>)
|
||
Branch: perl
|
||
! ext/B/B/Bytecode.pm utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4630] By: gsar on 1999/12/03 06:46:16
|
||
Log: document incompatible perl4 vec() vs bitwise ops interaction trap
|
||
(from Tom Phoenix)
|
||
Branch: perl
|
||
! pod/perltrap.pod
|
||
____________________________________________________________________________
|
||
[ 4629] By: gsar on 1999/12/03 06:40:15
|
||
Log: use PerlIO abstraction rather than straight stdio (from
|
||
Chip Salzenberg)
|
||
Branch: perl
|
||
! ext/ByteLoader/ByteLoader.xs
|
||
____________________________________________________________________________
|
||
[ 4628] By: gsar on 1999/12/03 06:15:54
|
||
Log: avoid warning in IO::Select::exists() if socket doesn't exist
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Select.pm
|
||
____________________________________________________________________________
|
||
[ 4627] By: gsar on 1999/12/03 06:05:19
|
||
Log: two small patches from Peter Prymmer <pvhp@forte.com>
|
||
Branch: perl
|
||
! makedepend.SH win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4626] By: gsar on 1999/12/03 05:36:38
|
||
Log: From: Peter Prymmer <pvhp@forte.com>
|
||
Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
|
||
Message-Id: <199911260506.VAA17230@brio.forte.com>
|
||
Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 4625] By: gsar on 1999/12/03 05:20:21
|
||
Log: Windows build tweaks due to change#4623
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk win32/perlhost.h
|
||
____________________________________________________________________________
|
||
[ 4624] By: gsar on 1999/12/03 04:58:30
|
||
Log: add missing file
|
||
Branch: perl
|
||
+ ext/DynaLoader/XSLoader_pm.PL
|
||
____________________________________________________________________________
|
||
[ 4623] By: gsar on 1999/12/03 04:47:03
|
||
Log: applied suggested patch; removed $VERSION = $VERSION hack
|
||
(change#4043 fixed the need for that)
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 16 Nov 1999 01:50:31 EST
|
||
Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_62] XSLoader.pm
|
||
Branch: perl
|
||
! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
|
||
! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
|
||
! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
|
||
! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
|
||
! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
|
||
! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
|
||
! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
|
||
! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
|
||
! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
|
||
! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
|
||
! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
|
||
____________________________________________________________________________
|
||
[ 4622] By: gsar on 1999/12/03 04:02:39
|
||
Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
|
||
Branch: perl
|
||
! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
|
||
____________________________________________________________________________
|
||
[ 4621] By: gsar on 1999/12/02 22:24:53
|
||
Log: caveat about thread-safety of extensions
|
||
Branch: perl
|
||
! pod/perlfork.pod
|
||
____________________________________________________________________________
|
||
[ 4620] By: gsar on 1999/12/02 20:31:02
|
||
Log: XS documentation patches suggested by Ilya, severally adjusted
|
||
Branch: perl
|
||
! pod/perlxs.pod pod/perlxstut.pod
|
||
____________________________________________________________________________
|
||
[ 4619] By: gsar on 1999/12/02 17:52:50
|
||
Log: re-add missing Unicode database master
|
||
Branch: perl
|
||
+ lib/unicode/Unicode.300
|
||
____________________________________________________________________________
|
||
[ 4618] By: gsar on 1999/12/02 06:56:18
|
||
Log: applied suggested patch with prototype changes
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 23 Nov 1999 22:55:55 EST
|
||
Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_62] First char cognizance
|
||
Branch: perl
|
||
! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
|
||
____________________________________________________________________________
|
||
[ 4617] By: gsar on 1999/12/02 06:04:57
|
||
Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
|
||
Branch: perl
|
||
! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4616] By: gsar on 1999/12/02 04:30:22
|
||
Log: various documentation tweaks suggested by M. J. T. Guy
|
||
Branch: perl
|
||
! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 4615] By: gsar on 1999/12/02 04:17:43
|
||
Log: various File::Glob fixes for DOSISH platforms
|
||
From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
|
||
Date: Tue, 02 Nov 1999 11:11:25 GMT
|
||
Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
|
||
Subject: File::Glob again. Final patch, honest!
|
||
Branch: perl
|
||
+ t/lib/glob-case.t
|
||
! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
|
||
! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
|
||
! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
|
||
____________________________________________________________________________
|
||
[ 4614] By: gsar on 1999/12/02 03:42:55
|
||
Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
|
||
variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 4613] By: gsar on 1999/12/02 01:59:19
|
||
Log: ignore yet another known scalar leak
|
||
Branch: perl
|
||
! t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 4612] By: gsar on 1999/12/02 01:15:02
|
||
Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 4611] By: gsar on 1999/12/02 00:31:43
|
||
Log: a somewhat tweaked version of suggested patch
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
|
||
Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4610] By: gsar on 1999/12/01 19:09:31
|
||
Log: more accurate require() pseudocode (from James P. Williams
|
||
<James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4609] By: gsar on 1999/12/01 18:43:49
|
||
Log: avoid "Callback called exit" error on intentional exit()
|
||
Branch: perl
|
||
! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 4608] By: gsar on 1999/12/01 18:42:38
|
||
Log: find_byclass() prototype was incoherent
|
||
Branch: perl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 4607] By: gsar on 1999/12/01 05:45:10
|
||
Log: better documentation for goto &NAME (from M. J. T. Guy)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4606] By: gsar on 1999/12/01 05:33:14
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> lib/unicode/Jamo.txt lib/unicode/NamesList.html
|
||
+> lib/unicode/UCD300.html lib/unicode/Unicode3.html
|
||
- lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
|
||
! Changes
|
||
!> (integrate 210 files)
|
||
____________________________________________________________________________
|
||
[ 4605] By: gsar on 1999/12/01 05:15:27
|
||
Log: avoid PTR->IV cast warnings
|
||
Branch: perl
|
||
! mg.c op.c scope.h
|
||
____________________________________________________________________________
|
||
[ 4604] By: gsar on 1999/12/01 03:59:56
|
||
Log: email address changes
|
||
Branch: perl
|
||
! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
|
||
! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
|
||
! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
|
||
! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
|
||
! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
|
||
____________________________________________________________________________
|
||
[ 4603] By: gsar on 1999/12/01 03:45:13
|
||
Log: minor USE_ITHREADS tweaks
|
||
Branch: perl
|
||
! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
|
||
! win32/perllib.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4602] By: gsar on 1999/12/01 01:00:09
|
||
Log: more complete pseudo-fork() support for Windows
|
||
Branch: perl
|
||
+ pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
|
||
! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
|
||
! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
|
||
! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
|
||
! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
|
||
! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
|
||
! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
|
||
! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
|
||
! toke.c unixish.h util.c vos/vosish.h win32/Makefile
|
||
! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
|
||
! win32/win32iop.h win32/win32thread.h
|
||
____________________________________________________________________________
|
||
[ 4601] By: gsar on 1999/12/01 00:45:38
|
||
Log: rudimentary support for remote debugging, from aeons ago (somewhat
|
||
modified)
|
||
From: Graham TerMarsch <grahamt@ActiveState.com>
|
||
Date: Sat, 12 Sep 1998 10:46:55 -0700
|
||
Message-ID: <35FAB38F.EA9AAC50@activestate.com>
|
||
Subject: Re: Patches to perl5db.pl to allow for remote debugging
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 4600] By: chip on 1999/11/19 21:16:00
|
||
Log: Document known limitations of fdopen() on some systems,
|
||
as they apply to open() and sysopen().
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4599] By: chip on 1999/11/19 17:20:19
|
||
Log: Undef printf before redirecting it to PerlIO_stdoutf.
|
||
(Avoids an irritating warning when compiling with PerlIO.)
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4598] By: jhi on 1999/11/22 21:30:17
|
||
Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
|
||
Branch: cfgperl
|
||
! README.vms t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4597] By: jhi on 1999/11/21 16:21:21
|
||
Log: Replace #4596 with the change done in 5.005_03.
|
||
Branch: cfgperl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 4596] By: jhi on 1999/11/21 16:07:20
|
||
Log: Skip processing a file if the file to be opened is '-'
|
||
(can happen in UNICOS)
|
||
Branch: cfgperl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 4595] By: jhi on 1999/11/21 14:05:10
|
||
Log: VMS patches from Peter Prymmer.
|
||
Branch: cfgperl
|
||
! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 4594] By: jhi on 1999/11/18 17:07:14
|
||
Log: The find_byclass prototype is already in proto.h.
|
||
Branch: cfgperl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 4593] By: gsar on 1999/11/16 21:25:21
|
||
Log: typo in flag checks
|
||
Branch: utfperl
|
||
! sv.h
|
||
____________________________________________________________________________
|
||
[ 4592] By: jhi on 1999/11/16 21:17:25
|
||
Log: Regen Configure.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH pp.c pp.h vms/subconfigure.com
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U
|
||
____________________________________________________________________________
|
||
[ 4591] By: jhi on 1999/11/16 14:53:19
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
|
||
!> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
|
||
!> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
|
||
!> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
|
||
!> t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 4590] By: gsar on 1999/11/16 05:57:56
|
||
Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
|
||
Branch: perl
|
||
! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
|
||
! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
|
||
! t/pod/poderrs.t t/pod/poderrs.xr
|
||
____________________________________________________________________________
|
||
[ 4589] By: gsar on 1999/11/15 18:47:34
|
||
Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
|
||
C<if (fork()) { print "parent" } else { print "child" }> works on
|
||
Windows (incidentally running a cloned^2 interpreter :)
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
|
||
! pp_sys.c proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 4588] By: gsar on 1999/11/15 14:34:36
|
||
Log: cloning the stack (part 1)
|
||
Branch: perl
|
||
! cop.h deb.c perl.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4587] By: jhi on 1999/11/15 00:22:20
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
|
||
!> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
|
||
!> win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4586] By: jhi on 1999/11/14 21:17:26
|
||
Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
|
||
Branch: cfgperl
|
||
! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4585] By: gsar on 1999/11/14 20:01:45
|
||
Log: tweak for win32 build
|
||
Branch: perl
|
||
! embed.h embed.pl op.c proto.h
|
||
____________________________________________________________________________
|
||
[ 4584] By: gsar on 1999/11/14 19:46:25
|
||
Log: cosmetic tweaks
|
||
Branch: perl
|
||
! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
|
||
! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4583] By: gsar on 1999/11/14 17:38:32
|
||
Log: fix problem pointer casts
|
||
Branch: perl
|
||
! Changes run.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4582] By: jhi on 1999/11/14 17:10:01
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
|
||
!> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
|
||
!> vms/perly_c.vms win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4581] By: jhi on 1999/11/14 17:08:23
|
||
Log: The separation of 64-bitness and largefileness continues
|
||
(with a setback, see hpux.sh).
|
||
Branch: cfgperl
|
||
! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
|
||
! hints/solaris_2.sh
|
||
Branch: metaconfig
|
||
! U/threads/archname.U U/typedefs/lseektype.U
|
||
Branch: metaconfig/U/perl
|
||
! fpossize.U use64bits.U uselfs.U
|
||
____________________________________________________________________________
|
||
[ 4580] By: jhi on 1999/11/14 13:26:41
|
||
Log: Another Unicode update.
|
||
Branch: cfgperl
|
||
+ lib/unicode/Jamo.txt lib/unicode/NamesList.html
|
||
+ lib/unicode/UCD300.html lib/unicode/Unicode3.html
|
||
- lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
|
||
! (edit 189 files)
|
||
____________________________________________________________________________
|
||
[ 4579] By: gsar on 1999/11/14 10:21:49
|
||
Log: sundry cleanups for cloned interpreters (only known failure mode
|
||
is due to regexps keeping non-constant data in their compiled
|
||
structures)
|
||
Branch: perl
|
||
! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
|
||
! pp_sys.c sv.c toke.c util.c win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4578] By: gsar on 1999/11/14 03:37:37
|
||
Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
|
||
Branch: perl
|
||
! perly.c perly.y t/op/misc.t vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 4577] By: jhi on 1999/11/13 19:50:24
|
||
Log: Change #4576 accidentally leaked also parts of
|
||
Ilya's patch that won't apply cleanly anymore.
|
||
Branch: cfgperl
|
||
! regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4576] By: jhi on 1999/11/13 19:43:37
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
|
||
!> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
|
||
!> t/op/regexp.t t/pragma/overload.t
|
||
____________________________________________________________________________
|
||
[ 4575] By: gsar on 1999/11/13 19:41:46
|
||
Log: typos in change#4561 and change#4565
|
||
Branch: perl
|
||
! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 4574] By: gsar on 1999/11/13 19:31:19
|
||
Log: revert non-kosher parts of change#4562 (sort order problems
|
||
should be ignored (on ebcdic) by fixing dumper.t/T() to sort
|
||
result and expected lines; /[:ascii:]/ not working should be
|
||
fixed, not ignored in regexp.t; result from sort should be
|
||
fixed to be ascii portable on ebcdic, not ebcdic-specific)
|
||
Branch: perl
|
||
! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
|
||
____________________________________________________________________________
|
||
[ 4573] By: gsar on 1999/11/13 19:13:04
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
|
||
+> lib/unicode/In/BopomofoExtended.pl
|
||
+> lib/unicode/In/BraillePatterns.pl
|
||
+> lib/unicode/In/CJKRadicalsSupplement.pl
|
||
+> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
|
||
+> lib/unicode/In/Cherokee.pl
|
||
+> lib/unicode/In/IdeographicDescriptionCharacters.pl
|
||
+> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
|
||
+> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
|
||
+> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
|
||
+> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
|
||
+> lib/unicode/In/Thaana.pl
|
||
+> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
|
||
+> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
|
||
- lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
!> (integrate 213 files)
|
||
____________________________________________________________________________
|
||
[ 4572] By: jhi on 1999/11/13 18:44:50
|
||
Log: From: "Craig A. Berry" <craig.berry@metamor.com>
|
||
To: perl5-porters@perl.org, VMSPERL@perl.org
|
||
Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
|
||
Date: Wed, 27 Oct 1999 11:02:54 -0500
|
||
Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
|
||
Branch: cfgperl
|
||
! README.vms
|
||
____________________________________________________________________________
|
||
[ 4571] By: jhi on 1999/11/13 18:33:39
|
||
Log: From: jand@activestate.com (Jan Dubois)
|
||
To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
|
||
Cc: Douglas Lankshear <dougl@activestate.com>,
|
||
Gurusamy Sarathy <gsar@activestate.com>
|
||
Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
|
||
Date: Tue, 09 Nov 1999 00:38:33 +0100
|
||
Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
|
||
Branch: cfgperl
|
||
! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/perllib.c
|
||
! win32/win32.c win32/win32iop.h
|
||
____________________________________________________________________________
|
||
[ 4570] By: jhi on 1999/11/13 18:30:37
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] makedef.pl goof
|
||
Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
|
||
Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 4569] By: jhi on 1999/11/13 18:06:54
|
||
Log: From: Michael G Schwern <schwern@pobox.com>
|
||
To: perl5-porters@perl.org, pod-people@perl.org
|
||
Cc: tchrist@mox.perl.com, gnat@frii.com
|
||
Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
|
||
Date: Wed, 10 Nov 1999 17:21:46 -0500
|
||
Message-ID: <19991110172146.A23527@athens.aocn.com>
|
||
Branch: cfgperl
|
||
! pod/perlfaq9.pod
|
||
____________________________________________________________________________
|
||
[ 4568] By: jhi on 1999/11/13 18:05:33
|
||
Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
|
||
To: <perl5-porters@perl.org>
|
||
Subject: DynaLoader_pm.PL patch (backslashes in strings)
|
||
Date: Wed, 10 Nov 1999 22:52:02 -0000
|
||
Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
|
||
Branch: cfgperl
|
||
! ext/DynaLoader/DynaLoader_pm.PL
|
||
____________________________________________________________________________
|
||
[ 4567] By: jhi on 1999/11/13 18:03:52
|
||
Log: From: JD Laub <jdl@access-health.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
|
||
Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
|
||
Message-Id: <199911121558.IAA08915@mocha.iasi.com>
|
||
Branch: cfgperl
|
||
! lib/Exporter/Heavy.pm
|
||
____________________________________________________________________________
|
||
[ 4566] By: jhi on 1999/11/13 18:01:24
|
||
Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: small patch for perldoc
|
||
Date: Fri, 12 Nov 1999 23:11:43 GMT
|
||
Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
|
||
Branch: cfgperl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 4565] By: jhi on 1999/11/13 17:58:54
|
||
Log: From: Scott Gifford <sgifford@tir.com>
|
||
To: perl5-porters@perl.org
|
||
Cc: gbarr@pobox.com
|
||
Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
|
||
Date: 12 Nov 1999 18:55:30 -0500
|
||
Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 4564] By: jhi on 1999/11/13 17:45:39
|
||
Log: Applied manually:
|
||
From: "Craig A. Berry" <craig.berry@metamor.com>
|
||
To: perl5-porters@perl.org, VMSPERL@perl.org
|
||
Subject: [PATCH 5.005_62] patches required to build on VMS
|
||
Date: Tue, 09 Nov 1999 18:16:14 -0600
|
||
Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
|
||
Branch: cfgperl
|
||
! configure.com vms/descrip_mms.template vms/subconfigure.com
|
||
! vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 4563] By: jhi on 1999/11/13 17:18:41
|
||
Log: Regen Unicode tables to include a warning:
|
||
Thou Shalt Not Edit Them By Hand; add missing
|
||
(Unicode 2.0 -introduced) tables to MANIFEST;
|
||
convert the equivalence tables to be valid Perl code.
|
||
Branch: cfgperl
|
||
+ lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
|
||
+ lib/unicode/In/BopomofoExtended.pl
|
||
+ lib/unicode/In/BraillePatterns.pl
|
||
+ lib/unicode/In/CJKRadicalsSupplement.pl
|
||
+ lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
|
||
+ lib/unicode/In/Cherokee.pl
|
||
+ lib/unicode/In/IdeographicDescriptionCharacters.pl
|
||
+ lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
|
||
+ lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
|
||
+ lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
|
||
+ lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
|
||
+ lib/unicode/In/Thaana.pl
|
||
+ lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
|
||
+ lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
|
||
- lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
! (edit 169 files)
|
||
____________________________________________________________________________
|
||
[ 4562] By: jhi on 1999/11/13 16:53:00
|
||
Log: From: Peter Prymmer <pvhp@forte.com>
|
||
To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
|
||
Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
|
||
Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
|
||
Message-Id: <199911102234.OAA01018@brio.forte.com>
|
||
Branch: cfgperl
|
||
! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
|
||
! t/pragma/overload.t
|
||
____________________________________________________________________________
|
||
[ 4561] By: jhi on 1999/11/13 16:29:37
|
||
Log: $Config{myarchname} is not a good architecture identifier
|
||
because it may contain host/node identification like
|
||
CPU serial numbers.
|
||
Branch: cfgperl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 4560] By: jhi on 1999/11/13 16:26:13
|
||
Log: Continue largefileness separation from quadness;
|
||
move nv-preserving test out of perl.h into Configure;
|
||
use HAS_SETVBUF in IO.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U
|
||
Branch: metaconfig/U/perl
|
||
+ nvpresuv.U
|
||
! d_fseeko.U d_ftello.U io64.U perlxv.U
|
||
____________________________________________________________________________
|
||
[ 4559] By: jhi on 1999/11/13 13:46:38
|
||
Log: Try to fix largefileness so that it "works" without a quad IV.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
|
||
Branch: metaconfig/U/perl
|
||
! io64.U
|
||
____________________________________________________________________________
|
||
[ 4558] By: jhi on 1999/11/13 11:36:19
|
||
Log: Undo drift from mainline.
|
||
Branch: cfgperl
|
||
! regcomp.c util.c utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4557] By: gsar on 1999/11/13 10:54:46
|
||
Log: typo
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 4556] By: gsar on 1999/11/13 10:53:41
|
||
Log: integrate cfgperl contents (op.[ch] needed manual resolve)
|
||
Branch: perl
|
||
+> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
|
||
+> epoc/epoc_stubs.c
|
||
!> (integrate 48 files)
|
||
____________________________________________________________________________
|
||
[ 4555] By: jhi on 1999/11/13 10:05:54
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
|
||
!> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4554] By: jhi on 1999/11/13 10:03:07
|
||
Log: s/_SIGN$/_sign/g;
|
||
Branch: metaconfig
|
||
! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
|
||
____________________________________________________________________________
|
||
[ 4553] By: gsar on 1999/11/13 02:17:53
|
||
Log: cloned interpreters now actually run and pass all but 55/10386
|
||
subtests; various subtle bugs, new and old, observed when running
|
||
cloned interpreters have been fixed
|
||
|
||
still to do:
|
||
| * dup psig_ptr table
|
||
| * merge PADOP GVs support with "our" SVs (existing PADOPs are too
|
||
| simple-minded and grab one pad entry each, heavily bloating
|
||
| the pad by not avoiding dups)
|
||
| * overloaded constants are not really immutable--they need to
|
||
| be PADOPs
|
||
| * allocator for constants and OPs need to be spelled differently
|
||
| (shared vs interpreter-local allocations)
|
||
| * optree refcounting is still missing locking (macros are in place)
|
||
| * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
|
||
| perl_clone() can be called from within runops*()
|
||
Branch: perl
|
||
! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
|
||
! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4552] By: jhi on 1999/11/11 23:17:43
|
||
Log: Turn on largefileness always if available and
|
||
continue 64-bit fixes.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
|
||
! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
|
||
! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
|
||
____________________________________________________________________________
|
||
[ 4551] By: jhi on 1999/11/11 23:16:15
|
||
Log: Split int64type from i_inttypes, rename quadcase into quadkind.
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_int64t.U
|
||
! i_inttypes.U io64.U
|
||
____________________________________________________________________________
|
||
[ 4550] By: jhi on 1999/11/11 20:24:55
|
||
Log: Fix a thinko in 4548.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4549] By: jhi on 1999/11/11 19:48:21
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 56 files)
|
||
____________________________________________________________________________
|
||
[ 4548] By: jhi on 1999/11/11 19:41:56
|
||
Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
|
||
regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4547] By: jhi on 1999/11/11 19:40:38
|
||
Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
|
||
Branch: metaconfig
|
||
+ U/typedefs/sizesize.U U/typedefs/ssizesize.U
|
||
! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
|
||
____________________________________________________________________________
|
||
[ 4546] By: gsar on 1999/11/11 10:32:54
|
||
Log: avoid stash pointers in optree under USE_ITHREADS
|
||
Branch: perl
|
||
! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
|
||
! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
|
||
! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
|
||
! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
|
||
! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
|
||
! scope.h sv.c
|
||
____________________________________________________________________________
|
||
[ 4545] By: gsar on 1999/11/11 06:04:20
|
||
Log: another change towards a shareable optree: avoid pointer to filegv
|
||
in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
|
||
(CvFILE() may yet come in handy somewhere); adjust compiler doodads
|
||
to suit
|
||
Branch: perl
|
||
! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
|
||
! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
|
||
! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
|
||
! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
|
||
! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
|
||
! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
|
||
! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
|
||
! win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4544] By: gsar on 1999/11/10 18:19:12
|
||
Log: more cleanups for change#4539
|
||
Branch: perl
|
||
! gv.h op.c op.h pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4543] By: gsar on 1999/11/10 01:52:22
|
||
Log: remove dead branch/infinite looper in change#3612
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4542] By: gsar on 1999/11/09 20:05:47
|
||
Log: IoDIRP may be fake when used in source filters, mark as such
|
||
Branch: perl
|
||
! sv.c sv.h toke.c
|
||
____________________________________________________________________________
|
||
[ 4541] By: gsar on 1999/11/09 05:47:53
|
||
Log: small nits in changes#4538,4539
|
||
Branch: perl
|
||
! op.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4540] By: gsar on 1999/11/08 20:30:58
|
||
Log: win32 symbol export tweak
|
||
Branch: perl
|
||
! makedef.pl win32/win32.c win32/win32iop.h
|
||
____________________________________________________________________________
|
||
[ 4539] By: gsar on 1999/11/08 18:50:40
|
||
Log: preliminary support for GVOP indirection via pad
|
||
Branch: perl
|
||
! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
|
||
! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
|
||
____________________________________________________________________________
|
||
[ 4538] By: gsar on 1999/11/08 11:25:49
|
||
Log: preliminary support for perl_clone() (still needs work in
|
||
the following areas: SVOPs must indirect via pad; context
|
||
stack, scope stack, and runlevels must be cloned; must
|
||
hook up the virtualized pseudo-process support provided by
|
||
"host"; ...)
|
||
Branch: perl
|
||
! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
|
||
! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
|
||
! win32/perllib.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4537] By: gsar on 1999/11/08 11:19:18
|
||
Log: more thorough cleanup in perl_destroy()
|
||
Branch: perl
|
||
! perl.c util.c
|
||
____________________________________________________________________________
|
||
[ 4536] By: gsar on 1999/11/08 07:16:10
|
||
Log: win32 internal data must be interpreter-local
|
||
Branch: perl
|
||
! win32/win32.c win32/win32.h win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 4535] By: gsar on 1999/11/08 04:17:28
|
||
Log: tweak change#4502
|
||
Branch: perl
|
||
! doio.c perl.c
|
||
____________________________________________________________________________
|
||
[ 4534] By: jhi on 1999/11/07 13:17:03
|
||
Log: Four special class subs, not three.
|
||
Branch: cfgperl
|
||
! pod/perlmod.pod
|
||
____________________________________________________________________________
|
||
[ 4533] By: jhi on 1999/11/07 13:13:15
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> mg.c t/io/print.t
|
||
____________________________________________________________________________
|
||
[ 4532] By: jhi on 1999/11/07 12:36:10
|
||
Log: More test program maintenance.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/a_dvisory/intsize.U U/compline/alignbytes.U
|
||
! U/compline/charsize.U U/compline/d_sigaction.U
|
||
! U/compline/doublesize.U U/compline/floatsize.U
|
||
! U/compline/nblock_io.U U/compline/ptrsize.U
|
||
! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
|
||
! U/typedefs/uidsize.U
|
||
Branch: metaconfig/U/perl
|
||
! fpossize.U
|
||
____________________________________________________________________________
|
||
[ 4531] By: jhi on 1999/11/07 00:34:09
|
||
Log: Tidy up the metaconfig test programs.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/a_dvisory/intsize.U U/compline/alignbytes.U
|
||
! U/compline/charsize.U U/compline/doublesize.U
|
||
! U/compline/nblock_io.U U/compline/ptrsize.U
|
||
! U/modified/d_longlong.U U/typedefs/gidsize.U
|
||
! U/typedefs/lseektype.U U/typedefs/pidsize.U
|
||
! U/typedefs/uidsize.U
|
||
Branch: metaconfig/U/perl
|
||
! fpossize.U
|
||
____________________________________________________________________________
|
||
[ 4530] By: jhi on 1999/11/06 23:51:34
|
||
Log: So many printfs, so little time.
|
||
Branch: cfgperl
|
||
! op.c perl.c regcomp.c scope.c util.c
|
||
____________________________________________________________________________
|
||
[ 4529] By: jhi on 1999/11/06 23:27:35
|
||
Log: Replace the explicit zeros with NOOPs.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4528] By: jhi on 1999/11/06 23:10:54
|
||
Log: From: jand@activestate.com (Jan Dubois)
|
||
To: perl5-porters@perl.org
|
||
Cc: Mike Blazer <blazer@mail.nevalink.ru>,
|
||
Mark Borgerding <mborgerding@acm.org>
|
||
Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
|
||
Date: Sat, 06 Nov 1999 22:16:43 +0100
|
||
Message-ID: <38279207.46448719@smtprelay.t-online.de>
|
||
Branch: cfgperl
|
||
! op.c op.h
|
||
____________________________________________________________________________
|
||
[ 4527] By: jhi on 1999/11/06 20:22:14
|
||
Log: ...and fewer.
|
||
Branch: cfgperl
|
||
! dump.c
|
||
____________________________________________________________________________
|
||
[ 4526] By: jhi on 1999/11/06 20:19:04
|
||
Log: ...and they are getting fewer.
|
||
Branch: cfgperl
|
||
! dump.c op.c util.c
|
||
____________________________________________________________________________
|
||
[ 4525] By: jhi on 1999/11/06 19:59:59
|
||
Log: More printf miscasts flushed out.
|
||
Branch: cfgperl
|
||
! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 4524] By: jhi on 1999/11/06 15:39:05
|
||
Log: Crushing the remaining %ld guerillas.
|
||
Branch: cfgperl
|
||
! ext/Devel/DProf/DProf.xs
|
||
____________________________________________________________________________
|
||
[ 4523] By: jhi on 1999/11/06 15:11:38
|
||
Log: Update CPAN sites list.
|
||
Branch: cfgperl
|
||
! pod/perlmodlib.pod
|
||
____________________________________________________________________________
|
||
[ 4522] By: jhi on 1999/11/05 19:50:46
|
||
Log: The -n32 is normally part of $cc, not $ccflags.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 4521] By: gsar on 1999/11/05 04:35:30
|
||
Log: allow $\ to work right when set to a string with embedded nulls
|
||
Branch: perl
|
||
! mg.c t/io/print.t
|
||
____________________________________________________________________________
|
||
[ 4520] By: jhi on 1999/11/04 23:30:09
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
|
||
!> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
|
||
!> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
|
||
!> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
|
||
!> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
|
||
!> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 4519] By: jhi on 1999/11/04 23:09:25
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] ref to non-lvalue method
|
||
Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
|
||
Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4518] By: jhi on 1999/11/04 23:07:27
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] xsubpp dependency
|
||
Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
|
||
Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 4517] By: jhi on 1999/11/04 23:05:59
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] regexp.h
|
||
Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
|
||
Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regexp.h
|
||
____________________________________________________________________________
|
||
[ 4516] By: gsar on 1999/11/04 18:25:45
|
||
Log: change#4485 didn't do the right thing for B::Bytecode
|
||
Branch: perl
|
||
! ext/B/B/Bytecode.pm
|
||
____________________________________________________________________________
|
||
[ 4515] By: gsar on 1999/11/04 17:28:29
|
||
Log: implement STOP blocks and fix compiler to use them (minimally
|
||
tested)
|
||
Branch: perl
|
||
! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
|
||
! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
|
||
! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
|
||
! pod/perltodo.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 4514] By: gsar on 1999/11/04 15:59:46
|
||
Log: display BSD license in Glob.pm (for clause #2 conformity)
|
||
Branch: perl
|
||
! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
|
||
! ext/File/Glob/bsd_glob.h
|
||
____________________________________________________________________________
|
||
[ 4513] By: jhi on 1999/11/04 08:26:19
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/io/nargv.t
|
||
!> (integrate 34 files)
|
||
____________________________________________________________________________
|
||
[ 4512] By: jhi on 1999/11/04 08:01:25
|
||
Log: Incremental Mac integration from Matthias.
|
||
Branch: cfgperl
|
||
! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
|
||
! toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4511] By: gsar on 1999/11/04 02:53:37
|
||
Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
|
||
Branch: perl
|
||
! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
|
||
! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
|
||
! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
|
||
! xsutils.c
|
||
____________________________________________________________________________
|
||
[ 4510] By: jhi on 1999/11/02 22:12:29
|
||
Log: S_init_interp is a better place to diddle with PL_opargs
|
||
than perl_construct.
|
||
Branch: cfgperl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4509] By: jhi on 1999/11/02 21:30:02
|
||
Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
To: ben@mucus.advanced.org, perl5-porters@perl.org
|
||
Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
|
||
Date: Tue, 02 Nov 1999 21:36:00 +0000
|
||
Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4508] By: jhi on 1999/11/02 20:46:27
|
||
Log: Initial integration of the MacPerl changes form Matthias.
|
||
Branch: cfgperl
|
||
! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
|
||
! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
|
||
! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4507] By: jhi on 1999/11/01 23:05:07
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: lvirden@cas.org (Larry W. Virden)
|
||
Cc: perl5-porters@perl.org, lvirden@cas.org
|
||
Subject: Re: [ID 19991026.001] perl segmentation fault report
|
||
Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
|
||
Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 4506] By: jhi on 1999/11/01 19:56:28
|
||
Log: From: Olaf Flebbe <olaf@science-computing.de>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH: 5.005_62] Patch for EPOC Support
|
||
Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
|
||
Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
|
||
Branch: cfgperl
|
||
+ epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
|
||
+ epoc/epoc_stubs.c
|
||
! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
|
||
! epoc/perl.pkg
|
||
____________________________________________________________________________
|
||
[ 4505] By: gsar on 1999/11/01 17:09:44
|
||
Log: macros for COP.cop_filegv access
|
||
Branch: perl
|
||
! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 4504] By: gsar on 1999/11/01 17:08:28
|
||
Log: enable better Win32::DomainName() by demand loading netapi32.dll
|
||
(from Jan Dubois)
|
||
Branch: perl
|
||
! pod/Win32.pod win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4503] By: gsar on 1999/10/31 20:56:06
|
||
Log: change#4502 was missing a file
|
||
Branch: perl
|
||
+ t/io/nargv.t
|
||
____________________________________________________________________________
|
||
[ 4502] By: gsar on 1999/10/31 20:46:02
|
||
Log: make nested ARGV/$^I loops work correctly; fixes several bugs
|
||
in the way ARGV state was handled in readline(); writing a
|
||
subroutine to do inplace edits is now possible, provided *ARGV,
|
||
*ARGVOUT, $^I and $_ are localized where needed
|
||
Branch: perl
|
||
! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
|
||
! pp_hot.c scope.c
|
||
____________________________________________________________________________
|
||
[ 4501] By: jhi on 1999/10/31 12:43:54
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> perl.h win32/config.bc win32/config.gc win32/config.vc
|
||
!> win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 4500] By: gsar on 1999/10/31 10:01:17
|
||
Log: updated windows config* files
|
||
Branch: perl
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 4499] By: gsar on 1999/10/31 09:15:17
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 4498] By: gsar on 1999/10/31 09:13:41
|
||
Log: remove unused struct Outrec
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4497] By: jhi on 1999/10/30 12:41:50
|
||
Log: Add HAS_QUAD ($Config{d_quad}); use it.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h
|
||
Branch: metaconfig
|
||
! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
|
||
! U/typedefs/uidf.U
|
||
Branch: metaconfig/U/perl
|
||
! perlxv.U
|
||
____________________________________________________________________________
|
||
[ 4496] By: gsar on 1999/10/30 00:28:32
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H README.hurd config_h.SH doop.c handy.h
|
||
!> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
|
||
!> perl.h pp.c pp.h regexec.c sv.c taint.c
|
||
____________________________________________________________________________
|
||
[ 4495] By: jhi on 1999/10/29 23:36:19
|
||
Log: Continue what #4494 started; introduce uid and gid formats.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH handy.h perl.h
|
||
Branch: metaconfig
|
||
+ U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
|
||
- U/typedefs/quadtype.U
|
||
Branch: metaconfig/U/perl
|
||
! perlxv.U
|
||
____________________________________________________________________________
|
||
[ 4494] By: jhi on 1999/10/29 22:09:01
|
||
Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
|
||
from perl.h and handy.h.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH handy.h perl.h
|
||
Branch: metaconfig/U/perl
|
||
+ perlxv.U perlxvf.U
|
||
____________________________________________________________________________
|
||
[ 4493] By: jhi on 1999/10/29 22:08:06
|
||
Log: Finetuning the output continues along the lines of #4490 and #4491.
|
||
Branch: metaconfig
|
||
! U/modified/i_sysuio.U U/threads/d_pthreadj.U
|
||
! U/typedefs/fpostype.U
|
||
Branch: metaconfig/U/perl
|
||
+ fpossize.U
|
||
! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
|
||
! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
|
||
____________________________________________________________________________
|
||
[ 4492] By: jhi on 1999/10/29 21:14:53
|
||
Log: Hurd update from Mark Kettenis.
|
||
Branch: cfgperl
|
||
! README.hurd
|
||
____________________________________________________________________________
|
||
[ 4491] By: jhi on 1999/10/29 20:37:02
|
||
Log: A new try at what #4490 tried to accomplish.
|
||
Branch: metaconfig
|
||
! U/modified/i_sysuio.U U/threads/d_pthreadj.U
|
||
Branch: metaconfig/U/perl
|
||
! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
|
||
! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
|
||
____________________________________________________________________________
|
||
[ 4490] By: jhi on 1999/10/29 20:19:41
|
||
Log: metaconfig nits.
|
||
Branch: metaconfig
|
||
! U/modified/i_sysuio.U U/threads/d_pthreadj.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_iovec_s.U
|
||
! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
|
||
! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
|
||
____________________________________________________________________________
|
||
[ 4489] By: jhi on 1999/10/29 16:08:43
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 31 files)
|
||
____________________________________________________________________________
|
||
[ 4488] By: jhi on 1999/10/29 15:30:30
|
||
Log: Regen Configure and Glossary.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4487] By: jhi on 1999/10/29 15:24:13
|
||
Log: Remove quad logic from perl.h; regen Configure;
|
||
add -DUSE_LONG_LONG to ccflags if not already there.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
|
||
! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4486] By: jhi on 1999/10/29 15:22:38
|
||
Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
|
||
fixed the use*.U to define their stuff only iff not already defined
|
||
(so that ccflags can have any -DUSE_* it wants);
|
||
uselonglong.U added; various small nits fixed.
|
||
Branch: metaconfig
|
||
+ U/typedefs/quadtype.U
|
||
! U/modified/d_longdbl.U U/modified/d_longlong.U
|
||
! U/modified/d_statblks.U U/modified/usenm.U
|
||
! U/threads/usethreads.U
|
||
Branch: metaconfig/U/perl
|
||
+ uselonglong.U
|
||
! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
|
||
! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
|
||
! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
|
||
! usemultiplicity.U useperlio.U usesocks.U
|
||
____________________________________________________________________________
|
||
[ 4485] By: gsar on 1999/10/29 06:08:50
|
||
Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
|
||
Branch: perl
|
||
! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
|
||
! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
|
||
! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
|
||
! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
|
||
! sv.h
|
||
____________________________________________________________________________
|
||
[ 4484] By: gsar on 1999/10/29 03:00:21
|
||
Log: usurp GVOP slot for new PADOP (one small step to making optree
|
||
shareable across interpreters)
|
||
Branch: perl
|
||
! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
|
||
! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
|
||
! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
|
||
! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
|
||
! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
|
||
! pp_hot.c pp_sys.c regexec.c run.c
|
||
____________________________________________________________________________
|
||
[ 4483] By: jhi on 1999/10/28 22:01:12
|
||
Log: Regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4482] By: jhi on 1999/10/28 21:45:26
|
||
Log: Installdirs patches from Andy.
|
||
Branch: metaconfig
|
||
! U/installdirs/sitearch.U U/installdirs/sitebin.U
|
||
! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
|
||
! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
|
||
! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
|
||
! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
|
||
! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
|
||
! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
|
||
! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
|
||
! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
|
||
____________________________________________________________________________
|
||
[ 4481] By: gsar on 1999/10/28 17:33:49
|
||
Log: remove C<use Time::Local 'no_range_check'> misfeature (global
|
||
can still be directly set)
|
||
Branch: perl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 4480] By: jhi on 1999/10/28 13:49:26
|
||
Log: Fix printing of uids and gids; regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH mg.c perl.c perl.h taint.c
|
||
____________________________________________________________________________
|
||
[ 4479] By: jhi on 1999/10/28 11:53:57
|
||
Log: Fix typo.
|
||
Branch: metaconfig
|
||
! U/typedefs/gidsize.U
|
||
____________________________________________________________________________
|
||
[ 4478] By: jhi on 1999/10/28 06:50:02
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes iperlsys.h makedef.pl patchlevel.h perl.h
|
||
!> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
|
||
!> win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
!> win32/config_sh.PL win32/makefile.mk win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4477] By: jhi on 1999/10/28 06:40:54
|
||
Log: (Slightly) better comments for Policy_sh.SH from Andy.
|
||
Branch: cfgperl
|
||
! Policy_sh.SH
|
||
____________________________________________________________________________
|
||
[ 4476] By: gsar on 1999/10/27 23:54:36
|
||
Log: regen config* stuff for windows
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4475] By: gsar on 1999/10/27 21:32:30
|
||
Log: integrate cfgperl contents into mainline; merge conflicts
|
||
Branch: perl
|
||
!> (integrate 46 files)
|
||
____________________________________________________________________________
|
||
[ 4474] By: gsar on 1999/10/27 21:15:07
|
||
Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
|
||
perl; stdout/stderr redirects seem broken as well)
|
||
Branch: perl
|
||
! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4473] By: jhi on 1999/10/27 21:11:11
|
||
Log: Do not block if no message queues available.
|
||
Branch: cfgperl
|
||
! t/lib/ipc_sysv.t
|
||
____________________________________________________________________________
|
||
[ 4472] By: jhi on 1999/10/27 18:27:40
|
||
Log: Remove unused "squatter" symbols; regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 4471] By: jhi on 1999/10/27 18:26:55
|
||
Log: metaconfig; split socket; fix output.
|
||
Branch: metaconfig
|
||
! U/modified/d_socket.U U/modified/d_statblks.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
|
||
! i_sysstatfs.U i_sysvfs.U
|
||
____________________________________________________________________________
|
||
[ 4470] By: jhi on 1999/10/27 17:19:06
|
||
Log: Regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.c perl.h
|
||
____________________________________________________________________________
|
||
[ 4469] By: jhi on 1999/10/27 17:18:41
|
||
Log: metaconfig; split statfs.
|
||
Branch: metaconfig/U/perl
|
||
+ d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
|
||
! d_statfs.U
|
||
____________________________________________________________________________
|
||
[ 4468] By: jhi on 1999/10/27 14:06:44
|
||
Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
|
||
(Ilya's changes won).
|
||
Branch: cfgperl
|
||
+> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
|
||
+> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
|
||
+> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
|
||
!> (integrate 65 files)
|
||
____________________________________________________________________________
|
||
[ 4467] By: jhi on 1999/10/27 13:38:41
|
||
Log: Regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4466] By: jhi on 1999/10/27 13:18:06
|
||
Log: metaconfig fixes from Andy.
|
||
Branch: metaconfig
|
||
+ U/modified/libnlist.U U/modified/usrinc.U
|
||
! U/Glossary.patch U/mkglossary U/modified/libpth.U
|
||
____________________________________________________________________________
|
||
[ 4465] By: jhi on 1999/10/27 13:06:27
|
||
Log: Nosuid checking for statfs() people.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.c perl.h pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4464] By: jhi on 1999/10/27 13:04:20
|
||
Log: metaconfig maintenance; fix Hasfield, statfs;
|
||
add Hasstruct, statfs3, statfs4, ustat, sysvfs;
|
||
split fstatfs away from statfs.
|
||
Branch: metaconfig
|
||
+ U/protos/Hasstruct.U
|
||
! U/protos/Hasfield.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
|
||
+ i_ustat.U
|
||
! d_statfs.U
|
||
____________________________________________________________________________
|
||
[ 4463] By: jhi on 1999/10/27 07:55:53
|
||
Log: We need cc to be able to test for cc -v.
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 4462] By: gsar on 1999/10/27 01:31:41
|
||
Log: more GCC v2.95 induced adjustments
|
||
Branch: perl
|
||
! globals.c mg.c opcode.h opcode.pl perl.h sv.c
|
||
! win32/makefile.mk win32/win32.c x2p/walk.c
|
||
____________________________________________________________________________
|
||
[ 4461] By: gsar on 1999/10/26 21:42:59
|
||
Log: warnings and const violations identified by compiling in C++ mode
|
||
with GCC v2.95
|
||
Branch: perl
|
||
! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
|
||
! sv.c taint.c toke.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4459] By: jhi on 1999/10/26 10:15:58
|
||
Log: Regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4458] By: jhi on 1999/10/26 09:48:37
|
||
Log: Minor rewordings.
|
||
Branch: metaconfig/U/perl
|
||
! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
|
||
____________________________________________________________________________
|
||
[ 4456] By: jhi on 1999/10/26 09:11:49
|
||
Log: Fix d_statfsflags; add d_getmnt.
|
||
Branch: metaconfig/U/perl
|
||
+ d_getmnt.U
|
||
! d_statfs.U
|
||
____________________________________________________________________________
|
||
[ 4455] By: jhi on 1999/10/26 08:12:27
|
||
Log: Massive multitypo in #4446.
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 4454] By: jhi on 1999/10/25 08:28:45
|
||
Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
|
||
To: Perl 5 Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_62] dos-djgpp update
|
||
Date: Mon, 25 Oct 1999 10:11:30 +0200
|
||
Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
|
||
Branch: cfgperl
|
||
! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
|
||
! pod/perldelta.pod t/lib/io_unix.t
|
||
____________________________________________________________________________
|
||
[ 4453] By: jhi on 1999/10/25 08:25:50
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
|
||
Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
|
||
Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
|
||
____________________________________________________________________________
|
||
[ 4452] By: jhi on 1999/10/25 08:16:55
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] Missing REx engine patch
|
||
Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
|
||
Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod regcomp.c regexec.c
|
||
____________________________________________________________________________
|
||
[ 4451] By: jhi on 1999/10/25 08:13:06
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_62] charnames and UTEST
|
||
Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
|
||
Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! t/lib/charnames.t
|
||
____________________________________________________________________________
|
||
[ 4450] By: gsar on 1999/10/25 07:38:15
|
||
Log: win32 tweak
|
||
Branch: perl
|
||
! win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 4449] By: gsar on 1999/10/24 23:20:10
|
||
Log: remove inconsistent tainting behavior of sprintf("%e",...)
|
||
(all bets are off is "C" locale is compromised)
|
||
Branch: perl
|
||
! pod/perlfunc.pod pod/perllocale.pod sv.c
|
||
____________________________________________________________________________
|
||
[ 4448] By: gsar on 1999/10/24 22:20:42
|
||
Log: remove unused interpreter globals
|
||
Branch: perl
|
||
! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
|
||
! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
|
||
! proto.h toke.c
|
||
____________________________________________________________________________
|
||
[ 4447] By: jhi on 1999/10/24 21:49:52
|
||
Log: Another hints tweak.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 4446] By: jhi on 1999/10/24 21:48:02
|
||
Log: Hints tweak.
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 4445] By: nick on 1999/10/24 21:03:28
|
||
Log: Integrate own changes to mainline.
|
||
Branch: utfperl
|
||
!> installperl pp.c
|
||
____________________________________________________________________________
|
||
[ 4444] By: nick on 1999/10/24 20:54:06
|
||
Log: Avoid creating GV with NULL name when vivifying nameless scalars.
|
||
(Fix/workround for [ID19991024.001])
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 4443] By: nick on 1999/10/24 15:09:51
|
||
Log: Follow that camel ... another sync.
|
||
Branch: utfperl
|
||
+> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
|
||
+> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
|
||
+> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
|
||
!> (integrate 36 files)
|
||
____________________________________________________________________________
|
||
[ 4442] By: gsar on 1999/10/24 14:40:01
|
||
Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
|
||
Branch: perl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 4441] By: gsar on 1999/10/24 14:33:11
|
||
Log: test in change#4428 needs strict interpretation of C modulus
|
||
Branch: perl
|
||
! t/op/int.t
|
||
____________________________________________________________________________
|
||
[ 4440] By: gsar on 1999/10/24 13:47:17
|
||
Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
|
||
$? break
|
||
Branch: perl
|
||
! perl.c pod/perldelta.pod pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4439] By: jhi on 1999/10/24 13:19:17
|
||
Log: test for #2835 (yeah, better later than never)
|
||
Branch: cfgperl
|
||
! t/op/array.t
|
||
____________________________________________________________________________
|
||
[ 4438] By: gsar on 1999/10/24 12:59:12
|
||
Log: typo, doc tweak
|
||
Branch: perl
|
||
! lib/attributes.pm pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4437] By: gsar on 1999/10/24 11:59:55
|
||
Log: allow get() and reftype() functions to be imported (from
|
||
Spider Boardman)
|
||
Branch: perl
|
||
! lib/attributes.pm
|
||
____________________________________________________________________________
|
||
[ 4436] By: gsar on 1999/10/24 11:52:53
|
||
Log: suppress scalar leak messages for known leaks (from
|
||
Robin Barker <rmb1@cise.npl.co.uk>)
|
||
Branch: perl
|
||
! Changes t/op/lex_assign.t t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 4435] By: gsar on 1999/10/24 11:39:42
|
||
Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
|
||
Branch: perl
|
||
! ext/B/defsubs_h.PL
|
||
____________________________________________________________________________
|
||
[ 4434] By: gsar on 1999/10/24 11:36:08
|
||
Log: relax range checking if they ask for it (from John L. Allen
|
||
<allen@grumman.com>)
|
||
Branch: perl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 4433] By: gsar on 1999/10/24 11:25:51
|
||
Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
|
||
Branch: perl
|
||
! README lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 4432] By: gsar on 1999/10/24 11:11:02
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
|
||
Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
|
||
Subject: Re: [PATCH 5.005_62] OS/2 improvements
|
||
Branch: perl
|
||
+ os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
|
||
+ os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
|
||
+ os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
|
||
! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
|
||
! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
|
||
! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
|
||
! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
|
||
! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
|
||
! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
|
||
! perl.c perl.h t/io/fs.t t/op/magic.t
|
||
____________________________________________________________________________
|
||
[ 4431] By: gsar on 1999/10/24 10:50:14
|
||
Log: install all README.foo with pod content as podfoo.pod
|
||
Branch: perl
|
||
! Makefile.SH installman
|
||
____________________________________________________________________________
|
||
[ 4430] By: gsar on 1999/10/24 09:28:24
|
||
Log: @INC needs ../lib
|
||
Branch: perl
|
||
! t/op/int.t
|
||
____________________________________________________________________________
|
||
[ 4429] By: jhi on 1999/10/23 21:47:49
|
||
Log: More printf-fixes (see also #4426).
|
||
Branch: cfgperl
|
||
! deb.c dump.c ext/Data/Dumper/Dumper.xs
|
||
! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
|
||
! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
|
||
____________________________________________________________________________
|
||
[ 4428] By: gsar on 1999/10/23 20:28:56
|
||
Log: fix accidental C modulo semantics on integer-valued operations
|
||
(e.g. caused C<length("abc") % -10> to return 3 rather than -7)
|
||
Branch: perl
|
||
! op.c t/op/int.t
|
||
____________________________________________________________________________
|
||
[ 4427] By: jhi on 1999/10/23 16:10:10
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> sv.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4426] By: jhi on 1999/10/23 16:04:02
|
||
Log: Fix the printfing nits pointed out by using gcc -Wall and
|
||
Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
|
||
plus few other warnings in Dumper.xs.
|
||
Branch: cfgperl
|
||
! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
|
||
! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
|
||
____________________________________________________________________________
|
||
[ 4425] By: jhi on 1999/10/23 15:16:41
|
||
Log: Configure regen to pick up the new installation directories
|
||
from Policy_sh.SH. The explanations of "public add-ons" and
|
||
"vendor-supplied" could do with more work.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4424] By: nick on 1999/10/23 00:46:22
|
||
Log: Resolve mainline before possible hacking operertunity this weekend
|
||
Branch: utfperl
|
||
+> pod/perlfilter.pod
|
||
!> (integrate 32 files)
|
||
____________________________________________________________________________
|
||
[ 4423] By: jhi on 1999/10/22 22:53:17
|
||
Log: Update Policy_sh.SH to handle the newer installation directives.
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_62] Policy_sh.SH update
|
||
Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
|
||
Branch: cfgperl
|
||
! Policy_sh.SH
|
||
____________________________________________________________________________
|
||
[ 4422] By: jhi on 1999/10/22 22:44:44
|
||
Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 4421] By: gsar on 1999/10/22 21:16:44
|
||
Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
|
||
C<"%ld", long_val>
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 4420] By: gsar on 1999/10/22 16:36:46
|
||
Log: win32_utime() on directories should use localtime() rather
|
||
than gmtime() (from Jan Dubois)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4419] By: jhi on 1999/10/21 10:31:41
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
|
||
!> t/lib/glob-basic.t t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 4418] By: gsar on 1999/10/20 23:49:47
|
||
Log: add test for change#4417
|
||
Branch: perl
|
||
! t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 4417] By: gsar on 1999/10/20 23:45:03
|
||
Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4416] By: gsar on 1999/10/20 01:00:50
|
||
Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
|
||
Branch: perl
|
||
! lib/CPAN/FirstTime.pm
|
||
____________________________________________________________________________
|
||
[ 4415] By: gsar on 1999/10/20 00:52:34
|
||
Log: disable optimizing troublesome ops in change#3612
|
||
(from Ilya Zakharevich)
|
||
Branch: perl
|
||
! Makefile.SH opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 4414] By: gsar on 1999/10/20 00:37:46
|
||
Log: skip unreadable directory test when running as root
|
||
Branch: perl
|
||
! t/lib/glob-basic.t
|
||
____________________________________________________________________________
|
||
[ 4413] By: jhi on 1999/10/19 09:26:52
|
||
Log: Avoid GNU ar if HP cc is being used.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh
|
||
____________________________________________________________________________
|
||
[ 4412] By: jhi on 1999/10/19 07:24:29
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> perlvars.h
|
||
____________________________________________________________________________
|
||
[ 4411] By: jhi on 1999/10/19 07:22:34
|
||
Log: Long double support: sqrtl et al are not available everywhere,
|
||
e.g. not in Solaris, even when long doubles are.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 4410] By: jhi on 1999/10/19 07:21:42
|
||
Log: Add sqrtl probe, add echo dependencies.
|
||
Branch: metaconfig
|
||
! U/threads/d_pthreadj.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_sqrtl.U
|
||
! i_inttypes.U io64.U
|
||
____________________________________________________________________________
|
||
[ 4409] By: gsar on 1999/10/19 02:18:54
|
||
Log: perl_mutex n/a if !USE_THREADS
|
||
Branch: perl
|
||
! perlvars.h
|
||
____________________________________________________________________________
|
||
[ 4408] By: jhi on 1999/10/18 20:13:02
|
||
Log: Forgotten s/warning/warnings/.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4407] By: jhi on 1999/10/18 20:02:12
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlfilter.pod
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 4406] By: gsar on 1999/10/18 16:32:10
|
||
Log: added intro to source filters from Paul Marquess
|
||
Branch: perl
|
||
+ pod/perlfilter.pod
|
||
! MANIFEST pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4405] By: gsar on 1999/10/18 05:53:06
|
||
Log: missing manpages
|
||
Branch: perl
|
||
! installman
|
||
____________________________________________________________________________
|
||
[ 4404] By: gsar on 1999/10/18 05:09:22
|
||
Log: pod updates from Tom Christiansen
|
||
Branch: perl
|
||
! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
|
||
____________________________________________________________________________
|
||
[ 4403] By: gsar on 1999/10/17 23:43:59
|
||
Log: PL_malloc_mutex needs to be global, not per-interpreter
|
||
(malloc.c has static data)
|
||
Branch: perl
|
||
! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
|
||
____________________________________________________________________________
|
||
[ 4402] By: gsar on 1999/10/17 22:30:30
|
||
Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
|
||
windows
|
||
Branch: perl
|
||
! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
|
||
! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4401] By: gsar on 1999/10/17 20:33:42
|
||
Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
|
||
eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
|
||
is one symptom of the problem
|
||
Branch: perl
|
||
! pp_ctl.c t/op/eval.t
|
||
____________________________________________________________________________
|
||
[ 4400] By: gsar on 1999/10/17 18:36:46
|
||
Log: remove FileHandle from list of PodParser dependencies (the
|
||
difference is 20 files vs 6 files loaded!)
|
||
Branch: perl
|
||
! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
|
||
! t/pod/testcmp.pl
|
||
____________________________________________________________________________
|
||
[ 4399] By: nick on 1999/10/17 14:51:35
|
||
Log: Pre-trip resolve
|
||
Branch: utfperl
|
||
!> installperl lib/Text/Tabs.pm perl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4398] By: gsar on 1999/10/17 09:19:24
|
||
Log: make installperl ignore RCS files (from Michael G Schwern
|
||
<schwern@pobox.com>)
|
||
Branch: perl
|
||
! installperl lib/Text/Tabs.pm
|
||
____________________________________________________________________________
|
||
[ 4397] By: gsar on 1999/10/16 18:30:14
|
||
Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4396] By: jhi on 1999/10/16 17:44:39
|
||
Log: Missing comma.
|
||
Branch: cfgperl
|
||
! lib/diagnostics.pm
|
||
____________________________________________________________________________
|
||
[ 4395] By: gsar on 1999/10/16 17:18:36
|
||
Log: assumption about @_ always being non-REAL doesn't hold when
|
||
debugger is running; DB::sub() can call arbitrary stuff
|
||
that modifies @_ at will
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4394] By: nick on 1999/10/16 09:35:20
|
||
Log: Resolve utfperl branch against mainline as of _62
|
||
Branch: utfperl
|
||
+> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
|
||
+> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
|
||
+> ext/File/Glob/Changes ext/File/Glob/Glob.pm
|
||
+> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
|
||
+> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
|
||
+> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
|
||
+> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
|
||
+> t/lib/glob-taint.t win32/genmk95.pl
|
||
- eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
|
||
!> (integrate 144 files)
|
||
____________________________________________________________________________
|
||
[ 4393] By: gsar on 1999/10/16 04:07:02
|
||
Log: OS/2 support bits (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
|
||
____________________________________________________________________________
|
||
[ 4392] By: jhi on 1999/10/15 10:28:09
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
|
||
!> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
|
||
!> win32/Makefile win32/makefile.mk
|
||
|
||
----------------
|
||
Version 5.005_62
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 4391] By: gsar on 1999/10/15 10:12:42
|
||
Log: here be 5.005_62
|
||
Branch: perl
|
||
! Changes MANIFEST Porting/makerel
|
||
____________________________________________________________________________
|
||
[ 4390] By: gsar on 1999/10/15 09:45:51
|
||
Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
|
||
avoid tickling it in Pod::Man for now; other nits in
|
||
Pod::*
|
||
Branch: perl
|
||
! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
|
||
! pod/perlopentut.pod
|
||
____________________________________________________________________________
|
||
[ 4389] By: gsar on 1999/10/15 08:55:01
|
||
Log: disable internal globbing for miniperl (or build breaks out
|
||
in a rash of failed dependencies)
|
||
Branch: perl
|
||
! Makefile.SH op.c win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4388] By: jhi on 1999/10/15 08:07:49
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
|
||
!> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4387] By: gsar on 1999/10/15 07:46:24
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
! Changes
|
||
!> pod/perldelta.pod pod/perldiag.pod regcomp.c
|
||
!> t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 4386] By: gsar on 1999/10/15 05:45:36
|
||
Log: various little goofs in change#4385
|
||
Branch: perl
|
||
! win32/include/dirent.h win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4385] By: gsar on 1999/10/15 04:49:09
|
||
Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
|
||
rather than win32_opendir() reading all files up front (untested)
|
||
Branch: perl
|
||
! win32/include/dirent.h win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4384] By: gsar on 1999/10/15 01:34:09
|
||
Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
|
||
Branch: perl
|
||
! lib/Benchmark.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4383] By: gsar on 1999/10/15 01:22:32
|
||
Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
|
||
<dha@panix.com>)
|
||
Branch: perl
|
||
! pod/perlfaq2.pod
|
||
____________________________________________________________________________
|
||
[ 4382] By: gsar on 1999/10/15 01:14:22
|
||
Log: From: jand@ActiveState.com (Jan Dubois)
|
||
Date: Fri, 15 Oct 1999 01:14:23 +0200
|
||
Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
|
||
Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 4381] By: jhi on 1999/10/14 22:11:36
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
|
||
!> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
|
||
!> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
|
||
!> win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4380] By: jhi on 1999/10/14 22:08:22
|
||
Log: Warn inside character classes about unknown backslash escapes
|
||
(that are not caught earlier because of being completely unknown,
|
||
such as \m), such as \z (because they make do sense inside regexen,
|
||
but not inside character classes).
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perldiag.pod regcomp.c
|
||
! t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 4379] By: gsar on 1999/10/14 18:26:56
|
||
Log: clarify significance of parens for "x" (from M.J.T. Guy
|
||
<mjtg@cus.cam.ac.uk>)
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4378] By: gsar on 1999/10/14 18:25:20
|
||
Log: make timelocal work better when time is close to the epoch
|
||
east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
|
||
Branch: perl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 4377] By: gsar on 1999/10/14 18:15:11
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> ext/DB_File/hints/sco.pl
|
||
!> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
|
||
!> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
|
||
!> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 4376] By: gsar on 1999/10/14 17:47:35
|
||
Log: fix POPSTACK panics that ensued from bad interaction between
|
||
runlevels and stack of stacks (change#3988 done right);
|
||
basically, we pop the runlevel if the stacklevel is not the
|
||
same one we started the runlevel with
|
||
Branch: perl
|
||
! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
|
||
____________________________________________________________________________
|
||
[ 4375] By: gsar on 1999/10/14 15:54:48
|
||
Log: avoid warnings
|
||
Branch: perl
|
||
! ext/File/Glob/bsd_glob.c
|
||
____________________________________________________________________________
|
||
[ 4374] By: jhi on 1999/10/14 10:08:44
|
||
Log: Warn about false ranges like \d-\w (see the change #4355).
|
||
The invalid ranges (b-a) warning message also enhanced.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
|
||
! t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 4373] By: gsar on 1999/10/14 03:49:54
|
||
Log: File::Glob fixes for Windows
|
||
Branch: perl
|
||
! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4372] By: gsar on 1999/10/14 02:21:31
|
||
Log: avoid inefficiency in change#3386 (every longjmp() was followed
|
||
by an avoidable call to setjmp())
|
||
Branch: perl
|
||
! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
|
||
! proto.h scope.c scope.h
|
||
____________________________________________________________________________
|
||
[ 4371] By: jhi on 1999/10/13 21:17:17
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> op.c pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4370] By: gsar on 1999/10/13 18:08:45
|
||
Log: misc tweaks
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4369] By: jhi on 1999/10/13 16:18:58
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4368] By: gsar on 1999/10/13 16:14:16
|
||
Log: pod nits from various perl porters
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4367] By: jhi on 1999/10/13 12:10:30
|
||
Log: From: Vlad Harchev <hvv@hippo.ru>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
|
||
Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
|
||
Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
|
||
Branch: cfgperl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4366] By: gsar on 1999/10/13 08:11:11
|
||
Log: typos and language goofs pointed out by Hugo van der Sanden
|
||
<hv@crypt.compulink.co.uk>
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4365] By: jhi on 1999/10/13 07:27:44
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> ext/File/Glob/Changes ext/File/Glob/Glob.pm
|
||
+> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
|
||
+> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
|
||
+> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
|
||
+> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
|
||
!> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
|
||
!> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
|
||
!> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
|
||
!> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
|
||
____________________________________________________________________________
|
||
[ 4364] By: gsar on 1999/10/13 07:06:04
|
||
Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 4363] By: jhi on 1999/10/13 07:03:43
|
||
Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
|
||
Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
|
||
Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
|
||
Branch: cfgperl
|
||
! hints/svr5.sh
|
||
____________________________________________________________________________
|
||
[ 4362] By: jhi on 1999/10/13 06:57:16
|
||
Log: Add DB_File hint for SCO ODT.
|
||
From: hops@sco.com
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
|
||
Date: Tue, 12 Oct 1999 20:16:04 PDT
|
||
Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
|
||
Branch: cfgperl
|
||
+ ext/DB_File/hints/sco.pl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 4361] By: gsar on 1999/10/13 06:56:08
|
||
Log: PL_numeric_radix used without being defined (from Ilya
|
||
Zakharevich)
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 4360] By: gsar on 1999/10/13 06:43:03
|
||
Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
|
||
From: hops@sco.com
|
||
Date: Tue, 12 Oct 1999 20:16:04 PDT
|
||
Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
|
||
Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
|
||
Branch: perl
|
||
+ ext/NDBM_File/hints/sco.pl
|
||
! MANIFEST ext/ODBM_File/hints/sco.pl
|
||
____________________________________________________________________________
|
||
[ 4359] By: gsar on 1999/10/13 06:34:53
|
||
Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
|
||
Branch: perl
|
||
! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 4358] By: gsar on 1999/10/12 19:10:27
|
||
Log: perldelta updates
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4357] By: gsar on 1999/10/12 17:11:18
|
||
Log: update perldelta for change#4356
|
||
Branch: perl
|
||
! Changes pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4356] By: gsar on 1999/10/12 16:53:31
|
||
Log: add File::BSDGlob as File::Glob and load it at compile-time
|
||
if perl was built with -DPERL_INTERNAL_GLOB
|
||
|
||
TODO: we currently get a compile-time failure if File/Glob.pm
|
||
can't be found; such failure needs to be made to emit a warning
|
||
and use the csh implementation instead
|
||
Branch: perl
|
||
+ ext/File/Glob/Changes ext/File/Glob/Glob.pm
|
||
+ ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
|
||
+ ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
|
||
+ ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
|
||
+ t/lib/glob-global.t t/lib/glob-taint.t
|
||
! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
|
||
! t/pragma/overload.t
|
||
____________________________________________________________________________
|
||
[ 4355] By: jhi on 1999/10/12 15:30:05
|
||
Log: Revert the parts of #3926 that outlawed character ranges
|
||
that have character classes such as \w as either endpoint.
|
||
This change re-establishes the old behavior which meant that
|
||
such ranges weren't really ranges, the "-" was literal.
|
||
Moreover, this change also fixes the old behavior to be
|
||
more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
|
||
Now they all do work as described above. The #3926 outlawed
|
||
all of those.
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4354] By: jhi on 1999/10/12 09:58:59
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 33 files)
|
||
____________________________________________________________________________
|
||
[ 4353] By: gsar on 1999/10/12 05:53:40
|
||
Log: apply parts of LynxOS patches from Alan Johnson
|
||
<johnson@alonn.gemse.fr>
|
||
Branch: perl
|
||
! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
|
||
! t/op/groups.t
|
||
____________________________________________________________________________
|
||
[ 4352] By: gsar on 1999/10/12 05:24:39
|
||
Log: allow any unpack specifier to take a count via '/'
|
||
(from Ilya Zakharevich)
|
||
Branch: perl
|
||
! pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 4351] By: gsar on 1999/10/12 05:02:35
|
||
Log: avoid warnings
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 4350] By: gsar on 1999/10/12 04:50:52
|
||
Log: various cleanups
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
|
||
! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
|
||
____________________________________________________________________________
|
||
[ 4349] By: gsar on 1999/10/12 00:23:11
|
||
Log: update Changes, patchlevel etc.
|
||
Branch: perl
|
||
! Changes Porting/findvars patchlevel.h win32/Makefile
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4348] By: gsar on 1999/10/11 23:11:57
|
||
Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4347] By: jhi on 1999/10/11 21:25:03
|
||
Log: Sparc Linux -Duseshrplib fix.
|
||
|
||
From: Brian Jepson <bjepson@home.com>
|
||
To: Nick Ing-Simmons <nick@ing-simmons.net>
|
||
cc: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
|
||
Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
|
||
Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
|
||
Branch: cfgperl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 4346] By: gsar on 1999/10/11 20:28:32
|
||
Log: more pack/unpack documentation (from Ilya Zakharevich); changed
|
||
the behavior of 'Z*' and 'Z3' to always pack a trailing
|
||
null byte; changed documentation to suit; added test
|
||
Branch: perl
|
||
! pod/perlfunc.pod pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 4345] By: gsar on 1999/10/11 19:15:46
|
||
Log: writing to perllocal.pod fails if it was never created;
|
||
tweak pseudo-hash example (both suggested by Michael G Schwern
|
||
<schwern@pobox.com>)
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
|
||
____________________________________________________________________________
|
||
[ 4344] By: gsar on 1999/10/11 17:57:31
|
||
Log: slightly edited variant of suggested patch
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 9 Sep 1999 18:35:37 -0400
|
||
Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_58] How RExen match?
|
||
Branch: perl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 4343] By: gsar on 1999/10/11 16:55:48
|
||
Log: change#4327 was inefficient
|
||
Branch: perl
|
||
! lib/lib.pm
|
||
____________________________________________________________________________
|
||
[ 4342] By: jhi on 1999/10/11 07:01:46
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlhack.pod
|
||
!> (integrate 28 files)
|
||
____________________________________________________________________________
|
||
[ 4341] By: jhi on 1999/10/11 06:37:47
|
||
Log: The 2.5th cut at the AIX C++ extension problems.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 4340] By: gsar on 1999/10/10 23:48:07
|
||
Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
|
||
Branch: perl
|
||
+ pod/perlhack.pod
|
||
! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 4339] By: gsar on 1999/10/10 20:42:40
|
||
Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
|
||
compatibility; introduce SAVEDESTRUCTOR_X() that accepts
|
||
void(*)(pTHX_ void*)
|
||
Branch: perl
|
||
! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
|
||
! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
|
||
! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
|
||
! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 4338] By: gsar on 1999/10/10 20:38:59
|
||
Log: add missing new diagnostics to perldelta
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4337] By: gsar on 1999/10/10 17:40:13
|
||
Log: update perldelta for change#3406
|
||
Branch: perl
|
||
! embed.pl pod/perldata.pod pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4336] By: gsar on 1999/10/10 16:33:14
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> ext/DynaLoader/hints/aix.pl
|
||
!> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
|
||
!> makedef.pl perl.h pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4335] By: jhi on 1999/10/10 11:09:48
|
||
Log: Update perldelta.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4334] By: jhi on 1999/10/10 10:31:46
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> win32/genmk95.pl
|
||
!> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
|
||
!> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
|
||
!> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
|
||
!> ext/Thread/sync.t ext/Thread/sync2.t installperl
|
||
!> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
|
||
!> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
|
||
!> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
|
||
!> utils/perldoc.PL win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4333] By: gsar on 1999/10/10 06:33:15
|
||
Log: install pods to 'pods' rather than 'pod' on cygwin (modified
|
||
a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
|
||
Branch: perl
|
||
! installperl lib/diagnostics.pm utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 4332] By: gsar on 1999/10/10 05:15:26
|
||
Log: add $VERSION
|
||
Branch: perl
|
||
! lib/Exporter.pm
|
||
____________________________________________________________________________
|
||
[ 4331] By: gsar on 1999/10/10 05:10:22
|
||
Log: describe what can go in an export list (from Anno Siegel
|
||
<anno4000@lublin.zrz.tu-berlin.de>)
|
||
Branch: perl
|
||
! lib/Exporter.pm
|
||
____________________________________________________________________________
|
||
[ 4330] By: gsar on 1999/10/10 04:50:43
|
||
Log: more basic support for building modules under Windows 95/98
|
||
(applied relevant parts from a patch suggested by
|
||
Jochen Wiedmann <joe@ispsoft.de>)
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 4329] By: gsar on 1999/10/10 04:28:38
|
||
Log: rudimentary support for building under Windows 95/98 (from
|
||
Benjamin Stuhl <sho_pi@hotmail.com>)
|
||
Branch: perl
|
||
+ win32/genmk95.pl
|
||
! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4328] By: gsar on 1999/10/10 03:37:21
|
||
Log: fix two leaks in Thread.xs (from Eugene Alterman
|
||
<Eugene.Alterman@bremer-inc.com>); convert places with
|
||
'use attrs' to new attributes syntax
|
||
Branch: perl
|
||
! ext/Thread/Thread.pm ext/Thread/Thread.xs
|
||
! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
|
||
! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
|
||
! ext/Thread/sync2.t
|
||
____________________________________________________________________________
|
||
[ 4327] By: gsar on 1999/10/10 02:23:52
|
||
Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
|
||
(suggested by Tod Irwin <irwin@stockmaster.com>)
|
||
Branch: perl
|
||
! lib/lib.pm
|
||
____________________________________________________________________________
|
||
[ 4326] By: gsar on 1999/10/10 00:51:48
|
||
Log: better documentation for recv() (from Anton Berezin
|
||
<tobez@plab.ku.dk>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4325] By: gsar on 1999/10/09 22:46:23
|
||
Log: perldelta updates (see TODO markers)
|
||
Branch: perl
|
||
! Changes pod/perldelta.pod pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4324] By: gsar on 1999/10/09 19:43:10
|
||
Log: fix Exporter::export_to_level() documentation
|
||
Branch: perl
|
||
! lib/Exporter.pm
|
||
____________________________________________________________________________
|
||
[ 4323] By: gsar on 1999/10/09 18:48:31
|
||
Log: don't run END blocks when running under -c switch (older,
|
||
rarely useful behavior may still be obtained by putting
|
||
BEGIN { $^C = 0; exit; } at the end of the script)
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4322] By: jhi on 1999/10/09 05:31:26
|
||
Log: While awaiting a good test program to detect the broken gcc.
|
||
From: Thomas Cont<6E> <tom@fr.uu.net>
|
||
To: <jhi@iki.fi>
|
||
Cc: <perl5-porters@perl.org>
|
||
Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
|
||
Date: Wed, 6 Oct 1999 19:56:29 +0200
|
||
Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh perl.h
|
||
____________________________________________________________________________
|
||
[ 4321] By: gsar on 1999/10/09 00:41:02
|
||
Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
|
||
clear entries in the CV's pad, leading to coredumps when CV had no
|
||
other references to it; this is a slightly edited version of the
|
||
patch suggested by Russel O'Connor <roconnor@world.std.com>
|
||
Branch: perl
|
||
! cop.h pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4320] By: gsar on 1999/10/08 22:50:51
|
||
Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
|
||
situation (assumptions about cx invalidation are not valid
|
||
anymore)
|
||
Branch: perl
|
||
! cop.h pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4319] By: jhi on 1999/10/08 14:33:31
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
|
||
!> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
|
||
!> t/comp/bproto.t thrdvar.h toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4318] By: jhi on 1999/10/08 13:51:34
|
||
Log: The second cut at AIX C++ extension troubles.
|
||
Branch: cfgperl
|
||
! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 4317] By: jhi on 1999/10/08 10:44:13
|
||
Log: The first cut at fixing Perl extensions written in C++ in AIX,
|
||
statics don't get initialized right. This patch at least
|
||
doesn't seem to break the build in my AIX, but unfortunately
|
||
I don't have the IBM C++ to do further testing.
|
||
|
||
Problem reported by Stephanie Beals in
|
||
From: bealzy@us.ibm.com
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
|
||
Date: Thu, 7 Oct 1999 15:05:54 -0400
|
||
Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
|
||
Branch: cfgperl
|
||
+ ext/DynaLoader/hints/aix.pl
|
||
! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 4316] By: gsar on 1999/10/08 10:26:15
|
||
Log: remove kludgey duplicate background error avoidance (caused
|
||
"leaks"; %@ wasn't even user-visible under -Dusethreads);
|
||
only repeats of most recent error are now avoided
|
||
Branch: perl
|
||
! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
|
||
____________________________________________________________________________
|
||
[ 4315] By: jhi on 1999/10/08 09:48:59
|
||
Log: Fix omission.
|
||
Branch: cfgperl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 4314] By: gsar on 1999/10/08 07:17:01
|
||
Log: extend change#2299 to C<use> (fixes scoping problems in
|
||
C<if (...) { use foo; ... }>)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4313] By: gsar on 1999/10/08 04:52:19
|
||
Log: small tweak for change#4309
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 4312] By: gsar on 1999/10/08 02:31:13
|
||
Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
|
||
From: Larry Wall <larry@wall.org>
|
||
Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
|
||
Message-Id: <199910061655.JAA11333@kiev.wall.org>
|
||
Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
|
||
Branch: perl
|
||
! opcode.h t/comp/bproto.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4311] By: gsar on 1999/10/08 00:58:19
|
||
Log: typo
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4310] By: gsar on 1999/10/07 23:51:38
|
||
Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
|
||
Brian Mitchell <brian@chele.cais.net>)
|
||
Branch: perl
|
||
! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4309] By: gsar on 1999/10/07 22:57:52
|
||
Log: change#3728 was flawed (loop contexts saw the wrong statement
|
||
info, causing loop control constructs to not find the label);
|
||
disable OP_SETSTATE entirely and add a fix that is specifically
|
||
targetted at disabling the OP_LINESEQ optimization in else BLOCK,
|
||
which was what the original patch was supposed to fix
|
||
|
||
TODO: remove the remainder of the setstate logic if it can't
|
||
be used anywhere else (it isn't used anywhere now)
|
||
Branch: perl
|
||
! cop.h op.c perly.c perly.y
|
||
____________________________________________________________________________
|
||
[ 4308] By: jhi on 1999/10/07 19:21:27
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 4307] By: gsar on 1999/10/07 15:12:24
|
||
Log: update to podlators-0.08 from Russ Allbery
|
||
Branch: perl
|
||
! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 4306] By: jhi on 1999/10/06 17:20:34
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 45 files)
|
||
____________________________________________________________________________
|
||
[ 4305] By: gsar on 1999/10/06 16:55:45
|
||
Log: some versions of mingw32 have __int64, define iff it isn't
|
||
Branch: perl
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 4304] By: gsar on 1999/10/06 03:45:44
|
||
Log: fix typos in change#4288
|
||
Branch: perl
|
||
! Changes dump.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4303] By: gsar on 1999/10/06 03:22:46
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
|
||
- eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
|
||
!> (integrate 31 files)
|
||
____________________________________________________________________________
|
||
[ 4302] By: gsar on 1999/10/06 02:36:53
|
||
Log: make die/warn and other diagnostics go to wherever STDERR happens
|
||
to point at; change places that meant Perl_debug_log rather than
|
||
PerlIO_stderr()
|
||
Branch: perl
|
||
! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
|
||
! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
|
||
! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
|
||
! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
|
||
! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
|
||
! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
|
||
! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
|
||
! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
|
||
! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
|
||
! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
|
||
! win32/dl_win32.xs win32/win32.c win32/win32thread.c
|
||
____________________________________________________________________________
|
||
[ 4301] By: jhi on 1999/10/05 23:03:46
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Fran<61>ois D<>sarm<72>nien <desar@club-internet.fr>
|
||
Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
|
||
Subject: Re: Strange RE engine breakage in 5_61
|
||
Date: Mon, 4 Oct 1999 19:58:03 -0400
|
||
Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
|
||
|
||
(had to apply pat.t part manually because there
|
||
already were more tests than there was in _61)
|
||
Branch: cfgperl
|
||
! regcomp.c regexec.c t/op/pat.t t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 4300] By: jhi on 1999/10/04 17:03:18
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
|
||
Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
|
||
Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
|
||
Branch: cfgperl
|
||
+ eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
|
||
- eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
|
||
! MANIFEST ext/B/defsubs_h.PL
|
||
____________________________________________________________________________
|
||
[ 4299] By: jhi on 1999/10/04 07:15:16
|
||
Log: From: Michael G Schwern <schwern@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
|
||
Date: Sun, 3 Oct 1999 17:34:17 -0400
|
||
Message-ID: <19991003173417.A4351@blackrider>
|
||
Branch: cfgperl
|
||
! t/lib/fields.t t/pragma/constant.t
|
||
____________________________________________________________________________
|
||
[ 4298] By: gsar on 1999/10/04 04:57:53
|
||
Log: some compatibility macros were busted
|
||
Branch: perl
|
||
! embed.h embed.pl toke.c
|
||
____________________________________________________________________________
|
||
[ 4297] By: jhi on 1999/10/03 17:50:59
|
||
Log: A better version of #4296.
|
||
|
||
From: Michael G Schwern <schwern@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
|
||
Date: Sun, 3 Oct 1999 13:54:23 -0400
|
||
Message-ID: <19991003135423.A3050@blackrider>
|
||
Branch: cfgperl
|
||
! av.c op.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4296] By: jhi on 1999/10/03 17:21:01
|
||
Log: (Replaced by #4297.)
|
||
|
||
From: Michael G Schwern <schwern@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
|
||
Date: Sun, 3 Oct 1999 13:16:47 -0400
|
||
Message-ID: <19991003131647.A2816@blackrider>
|
||
|
||
plus changed the error message to say "No such pseudo-hash field"
|
||
as discussed in the above mail message.
|
||
Branch: cfgperl
|
||
! av.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4295] By: gsar on 1999/10/03 16:09:36
|
||
Log: avoid doing irrelevant things on 'make perl'
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 4294] By: jhi on 1999/10/03 14:16:24
|
||
Log: Fix a typo in #4293 spotted by Graham Barr.
|
||
Branch: cfgperl
|
||
! pod/perlref.pod
|
||
____________________________________________________________________________
|
||
[ 4293] By: jhi on 1999/10/03 11:31:22
|
||
Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
|
||
Date: Sun, 3 Oct 1999 02:34:01 -0400
|
||
Message-ID: <19991003023401.A1520@blackrider>
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod pod/perlref.pod
|
||
____________________________________________________________________________
|
||
[ 4292] By: jhi on 1999/10/03 09:23:16
|
||
Log: From: Barrie Slaymaker <barries@slaysys.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
|
||
Date: Sun, 3 Oct 1999 00:09:51 -0400
|
||
Message-Id: <199910030409.AAA18228@jester.slaysys.com>
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4291] By: jhi on 1999/10/02 23:43:53
|
||
Log: Be understanding about large file systems.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4290] By: jhi on 1999/10/02 23:39:16
|
||
Log: Configure fixfest continues.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/d_longdbl.U U/modified/d_longlong.U
|
||
! U/threads/d_pthreadj.U U/typedefs/gidsign.U
|
||
! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
|
||
! U/typedefs/uidsign.U U/typedefs/uidsize.U
|
||
Branch: metaconfig/U/perl
|
||
! i_inttypes.U io64.U
|
||
____________________________________________________________________________
|
||
[ 4289] By: jhi on 1999/10/02 23:12:54
|
||
Log: Regen Porting stuff.
|
||
Branch: cfgperl
|
||
! Porting/Glossary Porting/config.sh Porting/config_H
|
||
____________________________________________________________________________
|
||
[ 4288] By: jhi on 1999/10/02 23:05:50
|
||
Log: Untangle the IV_IS_QUAD jungle by introduding
|
||
macros to be used when doing formatted printing:
|
||
IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
|
||
! regcomp.c sv.c taint.c toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4287] By: jhi on 1999/10/02 22:54:18
|
||
Log: metaconfig maintenance.
|
||
Branch: metaconfig
|
||
! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
|
||
! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
|
||
! U/typedefs/uidsize.U
|
||
____________________________________________________________________________
|
||
[ 4286] By: nick on 1999/10/02 11:11:44
|
||
Log: Incremental merge of mainline
|
||
Branch: utfperl
|
||
+> README.Y2K hints/svr5.sh lib/Pod/Man.pm
|
||
+> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
|
||
+> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
|
||
+> t/pod/podselect.t t/pod/podselect.xr
|
||
- lib/Pod/PlainText.pm
|
||
!> (integrate 148 files)
|
||
____________________________________________________________________________
|
||
[ 4285] By: jhi on 1999/10/02 10:16:15
|
||
Log: Battle namespace pollution.
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4284] By: jhi on 1999/10/02 10:11:20
|
||
Log: Regen Configure, all of xs_apiversion didn't take.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH patchlevel.h
|
||
____________________________________________________________________________
|
||
[ 4283] By: jhi on 1999/10/02 09:48:17
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/Pod/Man.pm t/pod/multiline_items.t
|
||
+> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
|
||
+> t/pod/podselect.t t/pod/podselect.xr
|
||
- lib/Pod/PlainText.pm
|
||
!> (integrate 50 files)
|
||
____________________________________________________________________________
|
||
[ 4282] By: gsar on 1999/10/02 06:39:14
|
||
Log: update pod2man, pod2text and related Pod:: modules with the
|
||
ones in podlators-0.07 from Russ Allbery
|
||
Branch: perl
|
||
+ lib/Pod/Man.pm
|
||
! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
|
||
! pod/pod2man.PL pod/pod2text.PL
|
||
____________________________________________________________________________
|
||
[ 4281] By: gsar on 1999/10/02 06:14:44
|
||
Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
|
||
Branch: perl
|
||
- lib/Pod/PlainText.pm
|
||
! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
|
||
! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
|
||
! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
|
||
! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
|
||
! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
|
||
! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
|
||
! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
|
||
____________________________________________________________________________
|
||
[ 4280] By: gsar on 1999/10/02 04:39:38
|
||
Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
|
||
Branch: perl
|
||
+ t/pod/multiline_items.t t/pod/multiline_items.xr
|
||
+ t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
|
||
+ t/pod/podselect.xr
|
||
! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
|
||
! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
|
||
! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
|
||
! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
|
||
! t/pod/nested_items.xr t/pod/nested_seqs.xr
|
||
! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
|
||
! t/pod/testp2pt.pl
|
||
____________________________________________________________________________
|
||
[ 4279] By: gsar on 1999/10/02 03:36:41
|
||
Log: make exists() work better on pseudo-hashes (reworked a patch suggested
|
||
by Michael G Schwern <schwern@pobox.com>)
|
||
Branch: perl
|
||
! av.c t/op/avhv.t
|
||
____________________________________________________________________________
|
||
[ 4278] By: gsar on 1999/10/02 02:36:55
|
||
Log: deprecate C<use attrs>
|
||
Branch: perl
|
||
! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
|
||
! t/lib/thread.t t/pragma/sub_lval.t
|
||
____________________________________________________________________________
|
||
[ 4277] By: gsar on 1999/10/02 01:43:25
|
||
Log: add notes about effect of loop control statements inside
|
||
LABEL BLOCK continue BLOCK
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4276] By: gsar on 1999/10/02 01:23:02
|
||
Log: indent nested =items properly (suggested by Bill Fenner
|
||
<fenner@research.att.com>)
|
||
Branch: perl
|
||
! pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 4275] By: gsar on 1999/10/02 01:09:16
|
||
Log: updated ptags generator from Ilya Zakharevich
|
||
Branch: perl
|
||
! emacs/ptags
|
||
____________________________________________________________________________
|
||
[ 4274] By: gsar on 1999/10/01 23:08:52
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 4273] By: gsar on 1999/10/01 22:58:55
|
||
Log: typo, whitespace adjustments
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4272] By: gsar on 1999/10/01 22:46:06
|
||
Log: remove dup hunks
|
||
Branch: perl
|
||
! configure.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 4271] By: gsar on 1999/10/01 22:33:02
|
||
Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
|
||
by declaring new globals "our" (XXX this means h2xs generated code
|
||
won't run on earlier versions; a switch to generate compatible
|
||
source is needed)
|
||
Branch: perl
|
||
!> (integrate 35 files)
|
||
____________________________________________________________________________
|
||
[ 4270] By: jhi on 1999/10/01 12:05:56
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
|
||
!> pod/perldiag.pod util.c
|
||
____________________________________________________________________________
|
||
[ 4269] By: jhi on 1999/10/01 10:26:19
|
||
Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19991001.001] perlguts man page error
|
||
Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
|
||
Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
|
||
Branch: cfgperl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 4268] By: jhi on 1999/10/01 07:32:33
|
||
Log: There *is* a month called October.
|
||
Branch: cfgperl
|
||
! t/op/time.t
|
||
____________________________________________________________________________
|
||
[ 4267] By: jhi on 1999/10/01 06:58:10
|
||
Log: Temp file cleanliness.
|
||
Branch: cfgperl
|
||
! t/lib/filecopy.t
|
||
____________________________________________________________________________
|
||
[ 4266] By: jhi on 1999/10/01 06:46:56
|
||
Log: From: Barrie Slaymaker <barries@slaysys.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
|
||
Date: Thu, 30 Sep 1999 22:16:26 -0400
|
||
Message-Id: <199910010216.WAA08309@jester.slaysys.com>
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4265] By: jhi on 1999/09/30 20:25:35
|
||
Log: From: Barrie Slaymaker <barries@slaysys.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
|
||
Date: Thu, 30 Sep 1999 15:44:00 -0400
|
||
Message-Id: <199909301944.PAA07166@jester.slaysys.com>
|
||
(Replaces #4175.)
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4264] By: gsar on 1999/09/30 17:59:26
|
||
Log: re-add missing "Out of memory!" entry
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4263] By: jhi on 1999/09/30 17:05:43
|
||
Log: Regenerate Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 4261] By: jhi on 1999/09/30 16:15:05
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
|
||
Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4260] By: jhi on 1999/09/30 15:48:56
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
|
||
Subject: Re: Possible skeletal structure for searching multiple versions
|
||
Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
|
||
Branch: metaconfig
|
||
! U/mkglossary
|
||
Branch: metaconfig/U/perl
|
||
+ xs_apiversion.U
|
||
! patchlevel.U
|
||
____________________________________________________________________________
|
||
[ 4259] By: jhi on 1999/09/30 15:07:16
|
||
Log: Further ?idsize.U fixing.
|
||
Branch: metaconfig
|
||
! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
|
||
____________________________________________________________________________
|
||
[ 4258] By: jhi on 1999/09/30 15:00:14
|
||
Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
|
||
Branch: metaconfig
|
||
! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
|
||
! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
|
||
____________________________________________________________________________
|
||
[ 4257] By: jhi on 1999/09/30 09:48:33
|
||
Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: Gurusamy Sarathy <gsar@ActiveState.com>
|
||
Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
|
||
The Perl Porters Mailing List <perl5-porters@perl.org>
|
||
Subject: [PATCH] (Was: deprecating SIGDIE)
|
||
Date: Wed, 29 Sep 1999 15:16:50 -0400
|
||
Message-ID: <19990929151650.E26675@O2.chapin.edu>
|
||
Branch: cfgperl
|
||
! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
|
||
____________________________________________________________________________
|
||
[ 4256] By: jhi on 1999/09/30 09:45:22
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Gurusamy Sarathy <gsar@activestate.com>
|
||
Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
|
||
Subject: Re: _58, _61 Argument "" is not numeric in sprintf
|
||
Date: Wed, 29 Sep 1999 18:58:23 -0400
|
||
Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! Makefile.SH opcode.pl
|
||
____________________________________________________________________________
|
||
[ 4255] By: gsar on 1999/09/30 09:03:48
|
||
Log: remove prehistoric XFree() gunk
|
||
Branch: perl
|
||
! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 4254] By: gsar on 1999/09/30 08:40:14
|
||
Log: From: Vishal Bhatia <vishal@gol.com>
|
||
Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
|
||
Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
|
||
Subject: [patch _61] Minor corrections in C.pm
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 4253] By: gsar on 1999/09/30 08:36:27
|
||
Log: off-by-one in fbm_compile() (spotted by John Bley
|
||
<jbley@cs.cmu.edu>); whitespace adjustments
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 4251] By: jhi on 1999/09/30 08:09:13
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.00561+] Followup h2xs patch
|
||
Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
|
||
Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4250] By: jhi on 1999/09/29 19:11:32
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
|
||
!> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
|
||
!> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4249] By: bailey on 1999/09/29 02:21:31
|
||
Log: resync with mainline
|
||
Branch: vmsperl
|
||
+> (branch 32 files)
|
||
- ext/B/defsubs.h.PL lib/unicode/arabshp.txt
|
||
- lib/unicode/blocks.txt lib/unicode/index2.txt
|
||
- lib/unicode/jamo2.txt lib/unicode/names2.txt
|
||
- lib/unicode/props2.txt lib/unicode/readme.txt
|
||
- t/lib/bigfloatpm.t
|
||
!> (integrate 240 files)
|
||
____________________________________________________________________________
|
||
[ 4248] By: jhi on 1999/09/28 18:14:39
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
|
||
Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
|
||
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
|
||
Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
|
||
Branch: cfgperl
|
||
! hints/README.hints hints/amigaos.sh hints/cygwin.sh
|
||
! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
|
||
! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
|
||
! hints/next_4.sh
|
||
____________________________________________________________________________
|
||
[ 4247] By: gsar on 1999/09/28 17:36:59
|
||
Log: revert change#4115 (breaks libwww's base/date.t); could be
|
||
reworked to enable it conditional on $Time::Local::nocroak
|
||
or some such
|
||
Branch: perl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 4246] By: gsar on 1999/09/28 17:33:14
|
||
Log: tweak for win32 build
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4245] By: gsar on 1999/09/28 17:31:34
|
||
Log: change#4236 fallout
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 4244] By: gsar on 1999/09/28 17:29:31
|
||
Log: remove doubled new_xpv
|
||
Branch: perl
|
||
! embed.h embed.pl proto.h
|
||
____________________________________________________________________________
|
||
[ 4243] By: jhi on 1999/09/27 19:13:20
|
||
Log: Artistic fine-tuning.
|
||
Branch: cfgperl
|
||
! ext/B/defsubs_h.PL
|
||
____________________________________________________________________________
|
||
[ 4242] By: gsar on 1999/09/27 17:05:22
|
||
Log: avoid implicit split to @_ in change#4181; binary -> text file
|
||
types in p4
|
||
Branch: perl
|
||
! djgpp/configure.bat lib/Exporter/Heavy.pm
|
||
! t/pragma/locale/latin1
|
||
____________________________________________________________________________
|
||
[ 4241] By: jhi on 1999/09/27 07:48:19
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
|
||
!> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4240] By: jhi on 1999/09/27 07:47:11
|
||
Log: Finalize change #4232.
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
|
||
Date: Sun, 26 Sep 1999 16:52:31 -0400
|
||
Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 4239] By: gsar on 1999/09/27 02:48:42
|
||
Log: add notes in INSTALL about Configure -Accflags=-DFOO
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 4238] By: gsar on 1999/09/27 02:03:48
|
||
Log: PERL_POLLUTE isn't required for bincompat, so don't enable
|
||
it automatically
|
||
Branch: perl
|
||
! embed.h embed.pl
|
||
____________________________________________________________________________
|
||
[ 4237] By: gsar on 1999/09/27 01:52:47
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 24 Sep 1999 23:25:36 -0400
|
||
Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_61] Malloc fixes and docs
|
||
Branch: perl
|
||
! malloc.c pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4236] By: gsar on 1999/09/27 01:31:32
|
||
Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
|
||
<vkonovalov@lucent.com>)
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4235] By: gsar on 1999/09/26 17:02:03
|
||
Log: fix buggy popping of subroutine contexts in the lvalue
|
||
subroutines implementation (change#4081); correct the
|
||
plethora of cases where DIE() was more appropriate than
|
||
croak()
|
||
Branch: perl
|
||
! pp.c pp_ctl.c pp_hot.c pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4234] By: jhi on 1999/09/26 12:06:28
|
||
Log: Fix #endif.
|
||
Branch: cfgperl
|
||
! XSUB.h
|
||
____________________________________________________________________________
|
||
[ 4233] By: jhi on 1999/09/26 11:59:18
|
||
Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
|
||
I kept my (Ilya's) version.
|
||
Branch: cfgperl
|
||
!> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
|
||
!> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
|
||
!> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
|
||
!> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
|
||
!> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
|
||
!> utils/h2xs.PL win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4232] By: jhi on 1999/09/26 09:53:43
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_61] teach xsubpp function pointers
|
||
Date: Sun, 26 Sep 1999 01:36:09 -0400
|
||
Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
|
||
Date: Sun, 26 Sep 1999 03:00:50 -0400
|
||
Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/xsubpp utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4231] By: jhi on 1999/09/26 09:48:49
|
||
Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: misprint in perlguts
|
||
Date: Sun, 26 Sep 1999 12:48:36 +0400
|
||
Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
|
||
Branch: cfgperl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 4230] By: gsar on 1999/09/26 00:50:08
|
||
Log: add $installarchlib/CORE to default linker search path on windows
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4229] By: gsar on 1999/09/25 20:05:03
|
||
Log: support C<use Shell> on Windows (reworked a patch suggested
|
||
by Jenda Krynicky <Jenda@McCann.cz>)
|
||
Branch: perl
|
||
! lib/Shell.pm
|
||
____________________________________________________________________________
|
||
[ 4228] By: gsar on 1999/09/25 07:03:34
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> hints/svr5.sh
|
||
!> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
|
||
!> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
!> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
|
||
!> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4227] By: gsar on 1999/09/25 06:44:47
|
||
Log: From: Larry Wall <larry@wall.org>
|
||
Date: Fri, 24 Sep 1999 21:59:37 PDT
|
||
Message-Id: <199909250459.VAA27506@kiev.wall.org>
|
||
Subject: Re: [PATCH 5.005_61] "our" declarations
|
||
Branch: perl
|
||
! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
|
||
! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
|
||
! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
|
||
! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
|
||
! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 4226] By: jhi on 1999/09/24 23:10:52
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
|
||
!> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
|
||
!> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4225] By: gsar on 1999/09/24 18:19:54
|
||
Log: avoid infinite recursive exec()s of perl.exe when shebang
|
||
contains "Perl" rather than "perl" on DOSISH platforms
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4224] By: gsar on 1999/09/24 16:09:23
|
||
Log: support cygwin and other platforms that link to import libraries
|
||
rather than directly with shared libraries (from a suggestion
|
||
by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
|
||
Branch: perl
|
||
! utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4223] By: gsar on 1999/09/24 05:05:06
|
||
Log: normalize time for strftime() (without the isdst effects of
|
||
mktime()) using a custom mini_mktime()
|
||
From: spider-perl@Orb.Nashua.NH.US
|
||
Date: Thu, 23 Sep 1999 17:54:53 -0400
|
||
Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
|
||
Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
|
||
! ext/POSIX/hints/linux.pl t/lib/posix.t
|
||
____________________________________________________________________________
|
||
[ 4222] By: gsar on 1999/09/23 06:44:42
|
||
Log: change "#" to a comment starter in pack templates; "/" now
|
||
used for specifying counted types
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Wed, 22 Sep 1999 19:41:30 -0400
|
||
Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
|
||
Branch: perl
|
||
! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 4221] By: gsar on 1999/09/23 06:26:54
|
||
Log: From: Vishal Bhatia <vishal@gol.com>
|
||
Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
|
||
Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
|
||
Subject: [patch _61] perlcc changes
|
||
Branch: perl
|
||
! utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4220] By: gsar on 1999/09/23 01:12:24
|
||
Log: add include guard
|
||
Branch: perl
|
||
! XSUB.h
|
||
____________________________________________________________________________
|
||
[ 4219] By: jhi on 1999/09/22 20:38:15
|
||
Log: Cleanup cleanup.
|
||
Branch: cfgperl
|
||
! Makefile.SH t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4218] By: jhi on 1999/09/22 19:26:58
|
||
Log: Tweak the equivalence tables once again.
|
||
Branch: cfgperl
|
||
! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 4215] By: jhi on 1999/09/22 06:47:03
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
|
||
Date: Tue, 21 Sep 1999 19:50:00 -0400
|
||
Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_61] More verbose -Mre=debug
|
||
Date: Tue, 21 Sep 1999 22:29:55 -0400
|
||
Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regcomp.c regexec.c
|
||
____________________________________________________________________________
|
||
[ 4214] By: jhi on 1999/09/21 21:08:43
|
||
Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
|
||
Reply-To: gerberb@zenez.com
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
|
||
Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
|
||
Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
|
||
|
||
(Snipped away the last lines of svr5.sh a la change #3725)
|
||
Branch: cfgperl
|
||
+ hints/svr5.sh
|
||
! Configure MANIFEST config_h.SH hints/sco.sh
|
||
Branch: metaconfig
|
||
! U/modified/Cppsym.U U/modified/Oldconfig.U
|
||
____________________________________________________________________________
|
||
[ 4213] By: jhi on 1999/09/21 20:48:01
|
||
Log: From: Kragen Sitaker <kragen@dnaco.net>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990921.013] accidental list context in perlfaq9
|
||
Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
|
||
Reply-To: kragen@pobox.com
|
||
Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
|
||
Branch: cfgperl
|
||
! pod/perlfaq9.pod
|
||
____________________________________________________________________________
|
||
[ 4212] By: jhi on 1999/09/20 19:55:42
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> README.Y2K
|
||
!> Changes MANIFEST
|
||
____________________________________________________________________________
|
||
[ 4211] By: jhi on 1999/09/20 19:44:44
|
||
Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH pod/perldelta.pod
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U uselfs.U uselongdbl.U
|
||
____________________________________________________________________________
|
||
[ 4210] By: jhi on 1999/09/20 19:38:26
|
||
Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Options.U
|
||
____________________________________________________________________________
|
||
[ 4209] By: gsar on 1999/09/20 19:35:39
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> lib/unicode/Unicode.html
|
||
! Changes
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4208] By: gsar on 1999/09/20 18:28:44
|
||
Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
|
||
Branch: perl
|
||
+ README.Y2K
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 4207] By: jhi on 1999/09/20 11:06:13
|
||
Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4206] By: jhi on 1999/09/20 09:53:15
|
||
Log: Do not test for gccish things in non-gccish platforms.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/ccflags.U
|
||
____________________________________________________________________________
|
||
[ 4205] By: jhi on 1999/09/20 09:41:22
|
||
Log: Prompt for uselfs.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
Branch: metaconfig
|
||
! U/mksample
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U uselfs.U
|
||
____________________________________________________________________________
|
||
[ 4204] By: jhi on 1999/09/20 09:09:29
|
||
Log: Add usemorebits and uselfs.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doio.c perl.h
|
||
Branch: metaconfig/U/perl
|
||
+ uselfs.U usemorebits.U
|
||
! use64bits.U uselongdbl.U
|
||
____________________________________________________________________________
|
||
[ 4203] By: jhi on 1999/09/20 07:48:48
|
||
Log: Dethinko.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4202] By: jhi on 1999/09/20 07:33:32
|
||
Log: Fix a bug in the description of endianness. Reported in
|
||
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: BUG: perldoc -f pack
|
||
Date: Mon, 20 Sep 1999 09:43:49 +0400
|
||
Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4201] By: jhi on 1999/09/20 07:01:26
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/op/args.t
|
||
!> (integrate 31 files)
|
||
____________________________________________________________________________
|
||
[ 4200] By: gsar on 1999/09/20 03:45:06
|
||
Log: From: Russ Allbery <rra@stanford.edu>
|
||
Date: 19 Aug 1999 04:35:44 -0700
|
||
Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
|
||
Subject: [ID 19990819.002] File::Find error when pruning top-level directories
|
||
Branch: perl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 4199] By: gsar on 1999/09/20 03:27:49
|
||
Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
|
||
Branch: perl
|
||
! ext/B/B/Terse.pm
|
||
____________________________________________________________________________
|
||
[ 4198] By: gsar on 1999/09/20 03:25:25
|
||
Log: add arenas for managing allocations of remaining xpv*v structures
|
||
From: Vishal Bhatia <vishal@gol.com>
|
||
Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
|
||
Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
|
||
Subject: [PATCH 5.005_60] removing extra ref count (compiler)
|
||
Branch: perl
|
||
! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
|
||
! proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 4197] By: gsar on 1999/09/20 03:06:10
|
||
Log: queue errors due to strictures rather than printing them as
|
||
warnings; symbols that violate strictures do *not* end up in
|
||
the symbol table anyway, making multiple evals of the same piece
|
||
of code produce the same errors; errors indicate all locations
|
||
of a global symbol rather than just the first one; these
|
||
changes make compile-time failures within evals reliably
|
||
visible via the return value or contents of $@, and trappable
|
||
using __DIE__ hooks
|
||
Branch: perl
|
||
! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
|
||
! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
|
||
! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
|
||
! t/pragma/strict-vars thrdvar.h toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4196] By: gsar on 1999/09/19 22:14:29
|
||
Log: control change#1914 via hints (causes problems on some platforms)
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
|
||
! ext/POSIX/hints/linux.pl
|
||
____________________________________________________________________________
|
||
[ 4195] By: gsar on 1999/09/19 21:30:18
|
||
Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
|
||
in passing around references to @_, eg C<sub foo { \@_ }>; add
|
||
tests for the same
|
||
Branch: perl
|
||
+ t/op/args.t
|
||
! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4194] By: jhi on 1999/09/18 18:57:45
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 4193] By: nick on 1999/09/18 15:24:56
|
||
Log: Re-integrate mainline
|
||
Basic SvUTF8 stuff in headers, no functional changes yet.
|
||
Branch: utfperl
|
||
+ lib/byte.pm lib/byte_heavy.pl
|
||
+> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
|
||
+> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
|
||
+> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
|
||
+> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
|
||
+> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
|
||
+> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
|
||
+> lib/unicode/EAWidth.txt lib/unicode/Index.txt
|
||
+> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
|
||
+> lib/unicode/Names.txt lib/unicode/Props.txt
|
||
+> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
|
||
+> t/lib/bigfltpm.t
|
||
- ext/B/defsubs.h.PL lib/unicode/arabshp.txt
|
||
- lib/unicode/blocks.txt lib/unicode/index2.txt
|
||
- lib/unicode/jamo2.txt lib/unicode/names2.txt
|
||
- lib/unicode/props2.txt lib/unicode/readme.txt
|
||
- t/lib/bigfloatpm.t
|
||
! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
|
||
! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
|
||
! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
|
||
! warnings.h
|
||
!> (integrate 142 files)
|
||
____________________________________________________________________________
|
||
[ 4192] By: gsar on 1999/09/18 15:11:47
|
||
Log: more op description tweaks
|
||
Branch: perl
|
||
! opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 4191] By: jhi on 1999/09/18 07:47:16
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
|
||
!> t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 4190] By: jhi on 1999/09/18 07:35:45
|
||
Log: Add description of the Unicode database files.
|
||
Branch: cfgperl
|
||
+ lib/unicode/Unicode.html
|
||
____________________________________________________________________________
|
||
[ 4189] By: gsar on 1999/09/18 03:14:58
|
||
Log: tweak some op names in change#4177 (will any of this break code that
|
||
gropes $@ ?)
|
||
Branch: perl
|
||
! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
|
||
! t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 4188] By: jhi on 1999/09/17 21:30:08
|
||
Log: Pick up the typo fix.
|
||
Branch: cfgperl
|
||
!> t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4187] By: gsar on 1999/09/17 21:13:55
|
||
Log: fix typo
|
||
Branch: perl
|
||
! t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4186] By: gsar on 1999/09/17 20:57:29
|
||
Log: integrate cfgperl change
|
||
Branch: perl
|
||
!> vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 4185] By: jhi on 1999/09/17 20:46:41
|
||
Log: Re-apply applicable parts of #3993, #3994, and #3995.
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 4184] By: gsar on 1999/09/17 20:26:02
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
|
||
+> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
|
||
+> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
|
||
+> lib/unicode/LineBrk.txt lib/unicode/Names.txt
|
||
+> lib/unicode/Props.txt lib/unicode/ReadMe.txt
|
||
+> lib/unicode/SpecCase.txt
|
||
- lib/unicode/arabshp.txt lib/unicode/blocks.txt
|
||
- lib/unicode/index2.txt lib/unicode/jamo2.txt
|
||
- lib/unicode/names2.txt lib/unicode/props2.txt
|
||
- lib/unicode/readme.txt
|
||
!> (integrate 73 files)
|
||
____________________________________________________________________________
|
||
[ 4183] By: jhi on 1999/09/17 20:25:51
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> configure.com ext/ByteLoader/byterun.h
|
||
!> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
|
||
!> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
|
||
!> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
|
||
!> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 4182] By: gsar on 1999/09/17 20:16:28
|
||
Log: integrate vmsperl contents into mainline (where VMS files conflicted,
|
||
vmsperl contents have prevailed)
|
||
Branch: perl
|
||
!> configure.com ext/ByteLoader/byterun.h
|
||
!> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
|
||
!> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
|
||
!> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
|
||
!> vms/subconfigure.com vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 4181] By: jhi on 1999/09/17 20:12:37
|
||
Log: From: Michael G Schwern <schwern@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
|
||
Date: Thu, 19 Aug 1999 21:30:01 -0400
|
||
Message-ID: <19990819213001.A22512@athens.aocn.com>
|
||
Branch: cfgperl
|
||
! lib/Exporter/Heavy.pm
|
||
____________________________________________________________________________
|
||
[ 4180] By: gsar on 1999/09/17 20:11:00
|
||
Log: perlhist additions
|
||
Branch: perl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 4179] By: jhi on 1999/09/17 20:08:00
|
||
Log: The change #4176 should've undone only the test, not the code patch.
|
||
Branch: cfgperl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 4178] By: jhi on 1999/09/17 20:06:08
|
||
Log: From: Ian Phillipps <ian@dial.pipex.com>
|
||
To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
|
||
Date: Sat, 21 Aug 1999 12:36:12 +0100
|
||
Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
|
||
Branch: cfgperl
|
||
! pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 4177] By: jhi on 1999/09/17 20:00:19
|
||
Log: More descriptive names for operators.
|
||
|
||
From: Michael G Schwern <schwern@pobox.com>
|
||
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
|
||
Date: Tue, 17 Aug 1999 18:35:45 -0400
|
||
Message-ID: <19990817183545.A23073@toldyouso.com>
|
||
|
||
From: Michael G Schwern <schwern@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
|
||
Date: Wed, 18 Aug 1999 03:53:38 -0400
|
||
Message-ID: <19990818035337.A31505@athens.aocn.com>
|
||
Branch: cfgperl
|
||
! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
|
||
! t/pragma/warn/op t/pragma/warn/sv
|
||
____________________________________________________________________________
|
||
[ 4176] By: jhi on 1999/09/17 18:19:18
|
||
Log: Take away the infamous io/dup.t #7.
|
||
It seems there simply is no way to portably
|
||
"flush" an input file handle.
|
||
Branch: cfgperl
|
||
! doio.c t/io/dup.t
|
||
____________________________________________________________________________
|
||
[ 4175] By: jhi on 1999/09/17 14:45:08
|
||
Log: From: Barrie Slaymaker <barries@slaysys.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
|
||
Date: Fri, 17 Sep 1999 11:16:48 -0400
|
||
Message-Id: <199909171516.LAA30887@jester.slaysys.com>
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4174] By: jhi on 1999/09/17 14:07:16
|
||
Log: UNICOS does support large files but doesn't support sparse files
|
||
so we cannot easily test for large file support.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4173] By: jhi on 1999/09/17 14:03:44
|
||
Log: UNICOS has sloppy division/modulo for floating point numbers.
|
||
Branch: cfgperl
|
||
! t/op/arith.t
|
||
____________________________________________________________________________
|
||
[ 4172] By: jhi on 1999/09/17 13:47:49
|
||
Log: Portable blocksize (replaces #4171).
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4171] By: jhi on 1999/09/17 13:08:54
|
||
Log: (replaced by #4172)
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4170] By: jhi on 1999/09/17 12:59:11
|
||
Log: Detypo #4169.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4169] By: jhi on 1999/09/17 12:16:34
|
||
Log: Diagnose possible quota limits.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4168] By: jhi on 1999/09/17 12:10:43
|
||
Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
|
||
doesn't have one that wouldn't cause SIGSYS. UNICOS
|
||
does have getpgrp(void) so Perl getpgrp() is happy.
|
||
Branch: cfgperl
|
||
! hints/unicos.sh
|
||
____________________________________________________________________________
|
||
[ 4167] By: jhi on 1999/09/17 11:49:30
|
||
Log: Filesystem quotas may stop you from using large files.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4166] By: jhi on 1999/09/17 11:36:01
|
||
Log: Too strict pattern for parsing group lists.
|
||
Branch: cfgperl
|
||
! t/op/groups.t
|
||
____________________________________________________________________________
|
||
[ 4165] By: jhi on 1999/09/17 09:06:18
|
||
Log: Configure maintenance. It's sigaction.sa_flags
|
||
and the Glossary regen'ed.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/d_sigaction.U
|
||
____________________________________________________________________________
|
||
[ 4164] By: jhi on 1999/09/15 06:57:51
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
|
||
+> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
|
||
+> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
|
||
+> jpl/JNI/typemap.win32 jpl/SETVARS.PL
|
||
!> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
|
||
!> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
|
||
!> jpl/JNI/typemap jpl/JPL/Makefile.PL
|
||
!> jpl/PerlInterpreter/Makefile.PL
|
||
!> jpl/PerlInterpreter/PerlInterpreter.c
|
||
!> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
|
||
!> jpl/Sample/Makefile.PL jpl/install-jpl
|
||
!> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
|
||
!> t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 4163] By: gsar on 1999/09/15 05:17:27
|
||
Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
|
||
Branch: perl
|
||
! lib/File/Spec/Functions.pm
|
||
____________________________________________________________________________
|
||
[ 4162] By: gsar on 1999/09/15 05:09:14
|
||
Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
|
||
Branch: perl
|
||
! Changes embed.h embed.pl
|
||
____________________________________________________________________________
|
||
[ 4161] By: gsar on 1999/09/15 04:08:25
|
||
Log: missing perlhist dates from Jeff Okamoto
|
||
Branch: perl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 4160] By: gsar on 1999/09/15 03:13:08
|
||
Log: jpl tweak
|
||
Branch: perl
|
||
! MANIFEST jpl/JNI/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 4159] By: gsar on 1999/09/15 02:57:08
|
||
Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
|
||
Jepson <bjepson@home.com>)
|
||
Branch: perl
|
||
+ jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
|
||
+ jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
|
||
+ jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
|
||
+ jpl/JNI/typemap.win32 jpl/SETVARS.PL
|
||
! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
|
||
! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
|
||
! jpl/PerlInterpreter/Makefile.PL
|
||
! jpl/PerlInterpreter/PerlInterpreter.c
|
||
! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
|
||
! jpl/Sample/Makefile.PL jpl/install-jpl
|
||
____________________________________________________________________________
|
||
[ 4158] By: gsar on 1999/09/15 01:27:14
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 14 Sep 1999 21:26:15 EDT
|
||
Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
|
||
Branch: perl
|
||
! regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 4157] By: jhi on 1999/09/14 21:18:09
|
||
Log: config.h will define USE_64_BITS if need be.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 4156] By: jhi on 1999/09/14 20:30:00
|
||
Log: Change #4149 necessitates also a small code change.
|
||
Branch: cfgperl
|
||
! ext/B/defsubs_h.PL
|
||
____________________________________________________________________________
|
||
[ 4155] By: jhi on 1999/09/14 20:15:53
|
||
Log: Update EPOC libdir names.
|
||
Branch: cfgperl
|
||
! epoc/config.h
|
||
____________________________________________________________________________
|
||
[ 4154] By: jhi on 1999/09/14 20:13:41
|
||
Log: Obsolete epoc/config.h caused #4153 to re-introduce already
|
||
deceased HAS.*DBM.*64 mumblings.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH epoc/config.h
|
||
____________________________________________________________________________
|
||
[ 4153] By: jhi on 1999/09/14 20:04:53
|
||
Log: Configure nits.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/d_sigaction.U U/threads/i_pthread.U
|
||
____________________________________________________________________________
|
||
[ 4152] By: jhi on 1999/09/14 19:30:22
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> ext/B/defsubs_h.PL t/lib/bigfltpm.t
|
||
- ext/B/defsubs.h.PL t/lib/bigfloatpm.t
|
||
!> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
|
||
!> win32/config_sh.PL
|
||
____________________________________________________________________________
|
||
[ 4151] By: jhi on 1999/09/14 10:25:01
|
||
Log: Update Unicode database and recompute the tables.
|
||
Rename the .txt files to be more Unicode 3.0-like.
|
||
Unihan-3.0.txt not included because it is 16 MB.
|
||
syllables.txt is manually maintained.
|
||
See ReadMe.txt for description of the .txt files.
|
||
(not all of them are used yet)
|
||
Branch: cfgperl
|
||
+ lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
|
||
+ lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
|
||
+ lib/unicode/Index.txt lib/unicode/Jamo-2.txt
|
||
+ lib/unicode/LineBrk.txt lib/unicode/Names.txt
|
||
+ lib/unicode/Props.txt lib/unicode/ReadMe.txt
|
||
+ lib/unicode/SpecCase.txt
|
||
- lib/unicode/arabshp.txt lib/unicode/blocks.txt
|
||
- lib/unicode/index2.txt lib/unicode/jamo2.txt
|
||
- lib/unicode/names2.txt lib/unicode/props2.txt
|
||
- lib/unicode/readme.txt
|
||
! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
|
||
! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
|
||
! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
|
||
! lib/unicode/Decomposition.pl
|
||
! lib/unicode/In/ArabicPresentationForms-B.pl
|
||
! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
|
||
! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
|
||
! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
|
||
! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
|
||
! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
|
||
! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
|
||
! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
|
||
! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
|
||
! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
|
||
! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
|
||
! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
|
||
! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 4150] By: gsar on 1999/09/14 09:31:57
|
||
Log: INSTALL tweak
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 4149] By: gsar on 1999/09/14 09:00:45
|
||
Log: change some filenames to be 8.3-friendly
|
||
Branch: perl
|
||
+> ext/B/defsubs_h.PL t/lib/bigfltpm.t
|
||
- ext/B/defsubs.h.PL t/lib/bigfloatpm.t
|
||
! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4148] By: gsar on 1999/09/14 08:35:00
|
||
Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
|
||
Branch: perl
|
||
! win32/config_sh.PL
|
||
____________________________________________________________________________
|
||
[ 4147] By: jhi on 1999/09/14 08:07:49
|
||
Log: Not that UVSIZE normally differs that much from IVSIZE...
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4146] By: jhi on 1999/09/14 08:04:40
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes ext/DB_File/DB_File.xs
|
||
____________________________________________________________________________
|
||
[ 4145] By: jhi on 1999/09/14 07:10:02
|
||
Log: I_PTHREAD was PTHREADEAD.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/threads/i_pthread.U
|
||
____________________________________________________________________________
|
||
[ 4144] By: gsar on 1999/09/14 06:46:47
|
||
Log: change#4113 was missing DB_File.xs changes
|
||
Branch: perl
|
||
! ext/DB_File/DB_File.xs
|
||
____________________________________________________________________________
|
||
[ 4143] By: jhi on 1999/09/13 20:16:20
|
||
Log: Small doc and whitespace edits.
|
||
Branch: cfgperl
|
||
! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
|
||
! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
|
||
! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
|
||
! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
|
||
! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4142] By: gsar on 1999/09/13 19:32:31
|
||
Log: integrate cfgperl contents into mainline, update Changes
|
||
Branch: perl
|
||
+> ext/DB_File/version.c
|
||
! Changes
|
||
!> (integrate 44 files)
|
||
____________________________________________________________________________
|
||
[ 4141] By: jhi on 1999/09/13 16:16:56
|
||
Log: Scan for <pthread.h> always.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH perl.h
|
||
Branch: metaconfig
|
||
! U/threads/i_pthread.U
|
||
____________________________________________________________________________
|
||
[ 4140] By: jhi on 1999/09/13 16:00:08
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 27 files)
|
||
____________________________________________________________________________
|
||
[ 4139] By: jhi on 1999/09/13 15:35:18
|
||
Log: Add -A option to Configure to diddle with variables
|
||
after the hints file has been applied.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/Oldconfig.U U/modified/Options.U
|
||
____________________________________________________________________________
|
||
[ 4138] By: jhi on 1999/09/13 13:42:56
|
||
Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
|
||
Branch: cfgperl
|
||
! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
|
||
! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
|
||
! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
|
||
! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
|
||
! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
|
||
____________________________________________________________________________
|
||
[ 4137] By: jhi on 1999/09/13 13:25:31
|
||
Log: Applying change #4136 manually introduced patch residue.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4136] By: jhi on 1999/09/13 13:23:04
|
||
Log: Replace change #4100 with
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: gsar@activestate.com
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
|
||
Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
|
||
Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
|
||
Branch: cfgperl
|
||
! doio.c dump.c ext/B/B.xs ext/B/typemap
|
||
! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
|
||
! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
|
||
! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
|
||
! pp_ctl.c pp_hot.c pp_sys.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4135] By: jhi on 1999/09/13 10:22:31
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
|
||
Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
|
||
Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
|
||
|
||
From: andreas.koenig@anima.de (Andreas J. Koenig)
|
||
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Cc: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
|
||
Date: 11 Sep 1999 15:36:26 +0200
|
||
Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 4134] By: jhi on 1999/09/13 10:20:14
|
||
Log: From: Tom Phoenix <rootbeer@redcat.com>
|
||
To: Perl Porters Mailing List <perl5-porters@perl.org>
|
||
Subject: [DOCPATCH] Server errors and perldiag
|
||
Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
|
||
Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4133] By: gsar on 1999/09/13 03:25:43
|
||
Log: avoid assertion failure on C<@a'>
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4132] By: gsar on 1999/09/13 03:03:57
|
||
Log: add -DPERL_Y2KWARN build option that will generate additional
|
||
warnings on "19$yy" etc (reworked a patch suggested by
|
||
Ulrich Pfeifer <upf@de.uu.net>)
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
|
||
! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
|
||
____________________________________________________________________________
|
||
[ 4131] By: gsar on 1999/09/12 22:06:25
|
||
Log: fix DATA leaks; reword documentation about the DATA filehandle
|
||
Branch: perl
|
||
! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
|
||
____________________________________________________________________________
|
||
[ 4130] By: gsar on 1999/09/12 20:08:56
|
||
Log: make sprintf("%g",...) threadsafe; only taint its result iff the
|
||
formatted result looks nonstandard
|
||
Branch: perl
|
||
! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
|
||
! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
|
||
! t/pragma/locale.t thrdvar.h
|
||
____________________________________________________________________________
|
||
[ 4129] By: gsar on 1999/09/12 17:04:11
|
||
Log: From: Doug MacEachern <dougm@cp.net>
|
||
Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
|
||
Subject: [PATCH 5.005_57] B::clearsym
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
|
||
____________________________________________________________________________
|
||
[ 4128] By: gsar on 1999/09/12 16:59:12
|
||
Log: better debugger help output (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 4127] By: jhi on 1999/09/11 20:50:37
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
|
||
+> t/lib/gol-linkage.t
|
||
!> (integrate 43 files)
|
||
____________________________________________________________________________
|
||
[ 4126] By: nick on 1999/09/10 20:44:22
|
||
Log: Get resolve -at mainline
|
||
Branch: utfperl
|
||
+> (branch 297 files)
|
||
- README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
|
||
- cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
|
||
- cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
|
||
- hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
|
||
- t/pragma/warn-1global t/pragma/warning.t thread.sym
|
||
- win32/GenCAPI.pl win32/TEST win32/autosplit.pl
|
||
- win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
|
||
- win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
|
||
- win32/makeperldef.pl win32/perlhost.h
|
||
!> (integrate 847 files)
|
||
____________________________________________________________________________
|
||
[ 4125] By: gsar on 1999/09/10 19:22:14
|
||
Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
|
||
etc.)
|
||
Branch: perl
|
||
! XSUB.h pp.h
|
||
____________________________________________________________________________
|
||
[ 4124] By: gsar on 1999/09/10 19:14:35
|
||
Log: rewrote substantive parts of patch
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 27 Aug 1999 19:02:18 -0400
|
||
Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_58] REx documentation
|
||
Branch: perl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 4123] By: gsar on 1999/09/10 18:21:53
|
||
Log: note about AVf_*
|
||
Branch: perl
|
||
! av.h
|
||
____________________________________________________________________________
|
||
[ 4122] By: gsar on 1999/09/10 17:55:42
|
||
Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
|
||
<lichtin@bivio.com>)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 4121] By: gsar on 1999/09/10 17:49:35
|
||
Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
|
||
Branch: perl
|
||
! AUTHORS Changes README.dos djgpp/config.over
|
||
! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
|
||
! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
|
||
! pod/podselect.PL sv.h t/io/openpid.t util.c
|
||
____________________________________________________________________________
|
||
[ 4120] By: gsar on 1999/09/10 12:25:01
|
||
Log: add perlcompile.pod (edited content from Nathan Torkington
|
||
<gnat@frii.com> and others)
|
||
Branch: perl
|
||
+ pod/perlcompile.pod
|
||
! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 4119] By: gsar on 1999/09/10 11:05:13
|
||
Log: avoid leaking static local_patches unless patchlevel.h is
|
||
explicitly included
|
||
Branch: perl
|
||
! patchlevel.h perl.c
|
||
____________________________________________________________________________
|
||
[ 4118] By: gsar on 1999/09/10 10:44:54
|
||
Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
|
||
<jvromans@squirrel.nl>)
|
||
Branch: perl
|
||
+ t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
|
||
! Changes MANIFEST lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 4116] By: jhi on 1999/09/09 15:56:52
|
||
Log: perldeltify change #4115.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4115] By: jhi on 1999/09/09 15:48:56
|
||
Log: From: "John L. Allen" <allen@grumman.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
|
||
Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
|
||
Message-Id: <199909011733.NAA17356@gateway.grumman.com>
|
||
Branch: cfgperl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 4114] By: jhi on 1999/09/09 15:42:30
|
||
Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
|
||
Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
|
||
Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 4113] By: jhi on 1999/09/09 10:17:45
|
||
Log: From: paul.marquess@bt.com
|
||
To: gsar@ActiveState.com
|
||
Cc: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_61] DB_File 1.71
|
||
Date: Thu, 9 Sep 1999 11:20:13 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
|
||
Branch: cfgperl
|
||
+ ext/DB_File/version.c
|
||
! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
|
||
! t/lib/db-btree.t
|
||
____________________________________________________________________________
|
||
[ 4112] By: jhi on 1999/09/09 09:05:32
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
|
||
Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
|
||
Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regexec.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 4110] By: jhi on 1999/09/09 07:29:17
|
||
Log: Tidy up 64-bit situation in perldelta.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 4109] By: jhi on 1999/09/09 07:26:53
|
||
Log: Clear up PL_regcc issues.
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
|
||
Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
|
||
Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 4108] By: gsar on 1999/09/08 20:52:51
|
||
Log: avoid ass_u_ming uppercase types are not user objects (spotted
|
||
by Kurt Starsinic)
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm
|
||
____________________________________________________________________________
|
||
[ 4107] By: gsar on 1999/09/08 20:35:18
|
||
Log: From: akim@epita.fr (DEMAILLE Akim)
|
||
Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
|
||
Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
|
||
Subject: [ID 19990908.014] s2p does not quote @
|
||
Branch: perl
|
||
! x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 4106] By: gsar on 1999/09/08 20:25:12
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 4105] By: jhi on 1999/09/08 09:02:37
|
||
Log: Minor touches at the [:class:] description.
|
||
Branch: cfgperl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 4104] By: jhi on 1999/09/08 08:57:58
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_58] Fix debugging output for REx
|
||
Date: Wed, 8 Sep 1999 05:02:02 -0400
|
||
Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 4103] By: gsar on 1999/09/08 00:53:50
|
||
Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 4102] By: gsar on 1999/09/08 00:52:50
|
||
Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
|
||
Branch: perl
|
||
! cop.h pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 4101] By: gsar on 1999/09/07 17:25:07
|
||
Log: various fixups for windows
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
|
||
! win32/Makefile win32/makefile.mk xsutils.c
|
||
____________________________________________________________________________
|
||
[ 4100] By: jhi on 1999/09/07 12:49:15
|
||
Log: Fix pointer casts.
|
||
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
|
||
-Duse64bits
|
||
Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
|
||
Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
|
||
Branch: cfgperl
|
||
! doio.c dump.c ext/B/B.xs ext/B/typemap
|
||
! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
|
||
! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
|
||
! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
|
||
! pp_ctl.c pp_hot.c pp_sys.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4099] By: jhi on 1999/09/07 10:29:04
|
||
Log: Add sig/pid/uid size and sign probes.
|
||
Branch: metaconfig
|
||
+ U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
|
||
+ U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
|
||
____________________________________________________________________________
|
||
[ 4098] By: jhi on 1999/09/07 10:27:06
|
||
Log: Band-aid until we've got %{Uid_t} or something similar
|
||
for sv_catpvfn().
|
||
Branch: cfgperl
|
||
! taint.c
|
||
____________________________________________________________________________
|
||
[ 4097] By: jhi on 1999/09/07 09:41:23
|
||
Log: Fix a printf thinko: now quads must have the ll L q prefix.
|
||
(in other words, a bare %d is an int/unsigned)
|
||
Branch: cfgperl
|
||
! pp_sys.c sv.c t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 4096] By: jhi on 1999/09/07 07:36:17
|
||
Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
|
||
|
||
From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
|
||
Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
|
||
Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
|
||
Branch: cfgperl
|
||
! hints/hpux.sh perl.h
|
||
____________________________________________________________________________
|
||
[ 4095] By: gsar on 1999/09/06 20:47:02
|
||
Log: applied suggested patch with suitable test to detect MSVC
|
||
From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
Date: Wed, 11 Aug 1999 01:43:28 -0700
|
||
Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
|
||
Subject: compiler on win32
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 4094] By: jhi on 1999/09/06 20:34:44
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
|
||
!> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4093] By: jhi on 1999/09/06 20:33:43
|
||
Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
|
||
so that they overflow also on 64-bit platforms.
|
||
Branch: cfgperl
|
||
! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 4092] By: gsar on 1999/09/06 20:16:58
|
||
Log: support bytecode and C backends in perlcc (patch suggested
|
||
by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
|
||
C backend the default; describe new switches in pod; introduce
|
||
PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
|
||
s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
|
||
entries
|
||
Branch: perl
|
||
! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
|
||
! t/harness utils/Makefile utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 4091] By: jhi on 1999/09/06 19:10:41
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/pragma/sub_lval.t
|
||
!> (integrate 52 files)
|
||
____________________________________________________________________________
|
||
[ 4090] By: gsar on 1999/09/06 19:09:06
|
||
Log: propagate changed error text
|
||
Branch: perl
|
||
! t/pragma/sub_lval.t
|
||
____________________________________________________________________________
|
||
[ 4089] By: gsar on 1999/09/06 18:54:43
|
||
Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4088] By: gsar on 1999/09/06 18:52:10
|
||
Log: From: paul.marquess@bt.com
|
||
Date: Sun, 5 Sep 1999 15:11:08 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
|
||
Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
|
||
Branch: perl
|
||
! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
|
||
! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
|
||
! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
|
||
! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4087] By: gsar on 1999/09/06 18:06:06
|
||
Log: change#3612 is buggy when quotemeta argument matches target
|
||
(hope this is the last of the optimized-OP_SASSIGN bugs)
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
|
||
Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
|
||
Subject: Re: [BUG: quotemeta]
|
||
Branch: perl
|
||
! Changes op.c t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 4086] By: gsar on 1999/09/06 17:57:52
|
||
Log: misc tweaks
|
||
Branch: perl
|
||
! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 4085] By: gsar on 1999/09/06 03:54:23
|
||
Log: applied patch suggested by Hans Mulder to fix problems on
|
||
OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
|
||
when they ask for bincompat (platforms that used to default
|
||
to EMBEDMYMALLOC continue to do so); disable warnings.t#192
|
||
(appears unsalvageable on some platforms)
|
||
Branch: perl
|
||
! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
|
||
____________________________________________________________________________
|
||
[ 4084] By: bailey on 1999/09/06 02:39:11
|
||
Log: Integrate mainline 5.05_61
|
||
Branch: vmsperl
|
||
+> (branch 32 files)
|
||
- lib/unicode/EthiopicSyllables.txt
|
||
- lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
|
||
- warning.pl
|
||
! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
|
||
! vms/perly_h.vms vms/vms.c
|
||
!> (integrate 346 files)
|
||
____________________________________________________________________________
|
||
[ 4083] By: gsar on 1999/09/06 00:10:40
|
||
Log: optional warning on join(/foo/...) (reworked suggested patch
|
||
by Mark-Jason Dominus <mjd@plover.com>)
|
||
Branch: perl
|
||
! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
|
||
! pp_proto.h t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 4082] By: gsar on 1999/09/05 22:28:57
|
||
Log: fix data loss when more than one block is read from SDBM
|
||
*.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/sdbm.c
|
||
____________________________________________________________________________
|
||
[ 4081] By: gsar on 1999/09/05 22:07:18
|
||
Log: initial implementation of lvalue subroutines (slightly fixed
|
||
version of patch suggested by Ilya Zakharevich, which in turn
|
||
is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
|
||
Branch: perl
|
||
+ t/pragma/sub_lval.t
|
||
! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
|
||
! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
|
||
! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
|
||
! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
|
||
! pp_proto.h proto.h t/pragma/warn/pp_ctl
|
||
____________________________________________________________________________
|
||
[ 4080] By: jhi on 1999/09/05 22:02:18
|
||
Log: Undo #4055 (related to #4079).
|
||
Branch: cfgperl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4079] By: jhi on 1999/09/05 21:30:54
|
||
Log: Time is not yet ripe.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 4078] By: gsar on 1999/09/05 18:17:32
|
||
Log: modified suggested patch to handle cross-refs and qr// objects
|
||
correctly; unfollowed refs are represented as simple string
|
||
value, not just the bare type; $VERSION stays the same until
|
||
it is ready for prime time (avoids CPAN confustication)
|
||
From: John Nolan <jpnolan@Op.Net>
|
||
Date: Wed, 04 Aug 1999 20:21:10 EDT
|
||
Message-Id: <199908050021.UAA09693@monet.op.net>
|
||
Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
|
||
Branch: perl
|
||
! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
|
||
! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
|
||
____________________________________________________________________________
|
||
[ 4077] By: jhi on 1999/09/04 21:54:42
|
||
Log: timesum() wasn't @EXPORTed as promised by the documentation.
|
||
Bug reported by Alex Efros <powerman@inart.kharkov.com>.
|
||
Branch: cfgperl
|
||
! lib/Benchmark.pm
|
||
____________________________________________________________________________
|
||
[ 4076] By: gsar on 1999/09/04 20:21:59
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
|
||
+> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
|
||
+> warnings.h warnings.pl xsutils.c
|
||
- lib/warning.pm t/pragma/warning.t warning.h warning.pl
|
||
!> (integrate 109 files)
|
||
____________________________________________________________________________
|
||
[ 4075] By: jhi on 1999/09/04 18:04:47
|
||
Log: use integer on the problematic subtest.
|
||
Branch: cfgperl
|
||
! t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 4074] By: jhi on 1999/09/04 17:57:40
|
||
Log: Warn about numconvert.t in case somebody
|
||
wants to make sv_2pv more 64-bit aware.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 4073] By: jhi on 1999/09/04 17:54:51
|
||
Log: Comment upgrading: the quad situation isn't quite as
|
||
bad as it used to be.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4072] By: jhi on 1999/09/04 15:35:37
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4071] By: jhi on 1999/09/04 15:28:11
|
||
Log: Fix LFS with -Duseperlio in Solaris. Reported in
|
||
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
|
||
Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
|
||
Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
|
||
|
||
and later (in private email) found to be dependent
|
||
on useperlio.
|
||
|
||
Mental note: the cpp magic done in perlsdio.h (and assumedly
|
||
also in perlsfio.h) may cause trouble later with lfs because
|
||
both the perlio scheme by Perl and the lfs support by vendors
|
||
like to play cpp games to map the stdio namespace back and forth.
|
||
The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
|
||
just the beginning.
|
||
Branch: cfgperl
|
||
! perlio.c
|
||
____________________________________________________________________________
|
||
[ 4070] By: jhi on 1999/09/04 13:12:14
|
||
Log: Enable 64-bit clean bit ops.
|
||
(Disables the t/op/misc.t substest 3 in 64-bit platforms.)
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
|
||
! t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 4069] By: jhi on 1999/09/03 21:17:30
|
||
Log: Turn on USE_64_BIT_OFFSETS implicitly.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4068] By: jhi on 1999/09/03 08:19:59
|
||
Log: Fix from Spider for the sub attributes (there was an undocumented
|
||
dependency between force_word() and skipspace()).
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4067] By: jhi on 1999/09/01 23:17:06
|
||
Log: From: John Tobey <spam@john-edwin-tobey.org>
|
||
To: ilya@math.ohio-state.edu
|
||
CC: perl5-porters@perl.org
|
||
Subject: Re: [PATCH 5.005_60] distclean forgot two
|
||
Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
|
||
Message-Id: <m11InJ5-000FPCC@feynman.localnet>
|
||
Branch: cfgperl
|
||
! t/lib/dprof.t
|
||
____________________________________________________________________________
|
||
[ 4066] By: jhi on 1999/09/01 23:14:50
|
||
Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
|
||
Date: Fri, 20 Aug 1999 15:37:27 +0100
|
||
Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
|
||
Branch: cfgperl
|
||
! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
|
||
! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
|
||
! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
|
||
____________________________________________________________________________
|
||
[ 4065] By: jhi on 1999/09/01 22:06:43
|
||
Log: From: Dominic Dunlop <domo@vo.lu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
|
||
(UNINSTALLED) [PATCH]
|
||
Date: Thu, 19 Aug 1999 09:48:03 +0200
|
||
Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
|
||
|
||
The PERL_POLLUTE_MALLOC part had to be manually applied.
|
||
Branch: cfgperl
|
||
! hints/machten.sh perl.h
|
||
____________________________________________________________________________
|
||
[ 4064] By: jhi on 1999/09/01 13:56:14
|
||
Log: From: Martin Lichtin <lichtin@bivio.com>
|
||
To: jhi@iki.fi
|
||
CC: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
|
||
Date: Wed, 01 Sep 1999 15:50:04 +0200
|
||
Message-ID: <37CD2F0C.944BFACE@bivio.com>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/Install.pm
|
||
____________________________________________________________________________
|
||
[ 4063] By: jhi on 1999/09/01 13:16:11
|
||
Log: Enhance lfs tests: check every seek and sysseek
|
||
and test also that -e and -f detect largefiles.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 4062] By: jhi on 1999/09/01 12:08:04
|
||
Log: From: Colin Kuskie <ckuskie@Cadence.COM>
|
||
To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
|
||
cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
|
||
The Perl Porters Mailing List <perl5-porters@perl.org>
|
||
Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
|
||
Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
|
||
Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 4061] By: jhi on 1999/09/01 12:03:03
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: ilya@math.ohio-state.edu (Ilya Zakharevich)
|
||
Cc: perl5-porters@perl.org, cloos@adamsmith.ai
|
||
Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
|
||
Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
|
||
Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! op.c t/op/join.t
|
||
____________________________________________________________________________
|
||
[ 4060] By: jhi on 1999/09/01 07:59:42
|
||
Log: IV_DIG and NV_DIG fixes.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4059] By: jhi on 1999/08/31 14:47:18
|
||
Log: \C{} -> \N{} residue.
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 4057] By: gsar on 1999/08/30 22:08:19
|
||
Log: avoid hiding child process window
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 4055] By: jhi on 1999/08/30 21:20:50
|
||
Log: Document the undefinedness of overshifting.
|
||
Branch: cfgperl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 4054] By: jhi on 1999/08/30 20:18:18
|
||
Log: History fixes and updates.
|
||
Branch: cfgperl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 4053] By: jhi on 1999/08/30 19:34:02
|
||
Log: Shell quoting thinko broke installdirs.
|
||
From: JVromans@Squirrel.nl (Johan Vromans)
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
|
||
installprefix
|
||
Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
|
||
Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/installdirs/archlib.U U/installdirs/bin.U
|
||
! U/installdirs/html1dir.U U/installdirs/html3dir.U
|
||
! U/installdirs/installprefix.U U/installdirs/man1dir.U
|
||
! U/installdirs/man3dir.U U/installdirs/privlib.U
|
||
! U/installdirs/scriptdir.U U/installdirs/sitearch.U
|
||
! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
|
||
! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
|
||
! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
|
||
! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
|
||
! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
|
||
! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
|
||
! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
|
||
! U/installdirs/vendorscriptdir.U
|
||
____________________________________________________________________________
|
||
[ 4052] By: jhi on 1999/08/30 02:57:05
|
||
Log: Use \N{named characters} instead of \C.
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: jhi@iki.fi
|
||
Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
|
||
perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: Re: [PATCH 5.005_58] Named characters in Perl
|
||
Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
|
||
Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
|
||
! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
|
||
____________________________________________________________________________
|
||
[ 4051] By: jhi on 1999/08/30 02:54:20
|
||
Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
|
||
don't mix
|
||
Date: Sun, 29 Aug 1999 19:04:53 -0400
|
||
Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
|
||
Branch: cfgperl
|
||
! universal.c
|
||
____________________________________________________________________________
|
||
[ 4050] By: jhi on 1999/08/29 16:38:58
|
||
Log: Conditionally socksify the LIBS of Socket.
|
||
Branch: cfgperl
|
||
! ext/Socket/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 4049] By: jhi on 1999/08/29 15:33:30
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
|
||
Date: Wed, 25 Aug 1999 16:19:58 -0400
|
||
Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 4048] By: jhi on 1999/08/29 15:31:36
|
||
Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH _61] Lost arguments to simplified sort
|
||
Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
|
||
Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
|
||
Branch: cfgperl
|
||
! op.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 4047] By: jhi on 1999/08/29 15:29:29
|
||
Log: From: Olaf Flebbe <olaf@science-computing.de>
|
||
Sender: owner-perl5-porters@perl.org
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
|
||
Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
|
||
Branch: cfgperl
|
||
! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
|
||
! epoc/perl.mmp epoc/perl.pkg
|
||
____________________________________________________________________________
|
||
[ 4046] By: jhi on 1999/08/29 15:21:18
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
|
||
Date: Fri, 27 Aug 99 18:51:04 PDT
|
||
Message-Id: <9908280151.AA05010@forte.com>
|
||
Branch: cfgperl
|
||
! t/lib/cgi-html.t
|
||
____________________________________________________________________________
|
||
[ 4045] By: jhi on 1999/08/29 15:18:38
|
||
Log: Fix scalar gmtime (and localtime) in quad environments,
|
||
bug reported by Robin Barker.
|
||
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: jhi@iki.fi
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
|
||
Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
|
||
Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
|
||
Branch: cfgperl
|
||
! pp_sys.c t/op/time.t
|
||
____________________________________________________________________________
|
||
[ 4044] By: jhi on 1999/08/29 11:24:03
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
|
||
Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
|
||
Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
|
||
|
||
Addendum: it's "only" 33% speedup.
|
||
Branch: cfgperl
|
||
! dump.c op.c op.h pp.h
|
||
____________________________________________________________________________
|
||
[ 4043] By: jhi on 1999/08/29 11:10:33
|
||
Log: From: spider-perl@Orb.Nashua.NH.US
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_61 CORE] sub : attrlist
|
||
Date: Sun, 29 Aug 1999 03:02:11 -0400
|
||
Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
|
||
Branch: cfgperl
|
||
+ lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
|
||
! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
|
||
! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
|
||
! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
|
||
! perly_c.diff pod/perldelta.pod pod/perldiag.pod
|
||
! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
|
||
! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
|
||
____________________________________________________________________________
|
||
[ 4042] By: jhi on 1999/08/29 11:08:50
|
||
Log: Turn off gcc-2.95's strict-alias optimization.
|
||
This, of course, should be only temporary.
|
||
From Andy Dougherty.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/ccflags.U U/modified/cc.U
|
||
____________________________________________________________________________
|
||
[ 4041] By: jhi on 1999/08/29 10:47:30
|
||
Log: Fix a typo in #4036.
|
||
Branch: cfgperl
|
||
! mg.c
|
||
____________________________________________________________________________
|
||
[ 4040] By: jhi on 1999/08/29 10:34:58
|
||
Log: Add a missing #endif forgotten by #4035.
|
||
Branch: cfgperl
|
||
! doop.c
|
||
____________________________________________________________________________
|
||
[ 4039] By: jhi on 1999/08/29 10:31:19
|
||
Log: Remove an extra #endif introduced by #4036.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4038] By: jhi on 1999/08/29 10:18:59
|
||
Log: Rename warning to warnings, from Paul Marquess.
|
||
Branch: cfgperl
|
||
+ lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
|
||
+ t/pragma/warnings.t warnings.h warnings.pl
|
||
- lib/warning.pm t/pragma/warning.t warning.h warning.pl
|
||
! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
|
||
! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
|
||
! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
|
||
! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
|
||
! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
|
||
! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
|
||
! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
|
||
! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
|
||
! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
|
||
! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
|
||
! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
|
||
! t/pragma/warn/utf8 t/pragma/warn/util toke.c
|
||
____________________________________________________________________________
|
||
[ 4037] By: jhi on 1999/08/29 10:08:47
|
||
Log: Create the equivalence tables based on
|
||
the real Unicode decomposition, not on
|
||
the character name.
|
||
Branch: cfgperl
|
||
! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 4036] By: jhi on 1999/08/29 09:29:08
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
|
||
+> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
|
||
+> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
|
||
+> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
|
||
+> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
|
||
+> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
|
||
!> (integrate 190 files)
|
||
____________________________________________________________________________
|
||
[ 4035] By: jhi on 1999/08/29 08:56:15
|
||
Log: Implement 64-bit vec().
|
||
Branch: cfgperl
|
||
! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
! pp.h t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 4034] By: gsar on 1999/08/29 03:35:18
|
||
Log: deadcode removal
|
||
Branch: perl
|
||
! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
|
||
! pp_ctl.c proto.h run.c sv.c
|
||
____________________________________________________________________________
|
||
[ 4033] By: jhi on 1999/08/28 17:31:07
|
||
Log: From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
|
||
Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
|
||
Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4032] By: gsar on 1999/08/26 23:53:33
|
||
Log: new thread should set current interp in TLS
|
||
Branch: perl
|
||
! ext/Thread/Thread.xs
|
||
____________________________________________________________________________
|
||
[ 4031] By: bailey on 1999/08/23 03:40:07
|
||
Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 4030] By: bailey on 1999/08/23 03:37:43
|
||
Log: Patch up holes in realclean target
|
||
Branch: vmsperl
|
||
! vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 4029] By: bailey on 1999/08/23 03:36:24
|
||
Log: Fix handling of PERL_POLLUTE
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 4028] By: bailey on 1999/08/23 03:34:08
|
||
Log: Update VMS version of perly.h
|
||
Branch: vmsperl
|
||
! vms/perly_h.vms
|
||
____________________________________________________________________________
|
||
[ 4027] By: bailey on 1999/08/23 03:32:45
|
||
Log: Update dependencies in Descrip.MMS
|
||
Branch: vmsperl
|
||
! vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 4026] By: bailey on 1999/08/23 03:30:01
|
||
Log: Fix prototypes in perlapi.c (64-bit?)
|
||
Clear prior definition of getenv_len before defining VMS-specific macro
|
||
Branch: vmsperl
|
||
! perlapi.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 4025] By: bailey on 1999/08/23 03:25:51
|
||
Log: Add '-m' option to Configure.com which skips the MANIFEST check
|
||
Branch: vmsperl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 4024] By: bailey on 1999/08/23 03:23:34
|
||
Log: Skip open() tests that rely on Unix fork semantics
|
||
Branch: vmsperl
|
||
! t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 4023] By: bailey on 1999/08/23 03:21:46
|
||
Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
|
||
Branch: vmsperl
|
||
! vms/gen_shrfls.pl
|
||
____________________________________________________________________________
|
||
[ 4022] By: bailey on 1999/08/23 03:17:33
|
||
Log: update MM_VMS to use new File::Spec routines
|
||
Branch: vmsperl
|
||
! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
|
||
____________________________________________________________________________
|
||
[ 4021] By: bailey on 1999/08/23 03:13:40
|
||
Log: byteperl is now part of the ByteLoader ext
|
||
Branch: vmsperl
|
||
! ext/ByteLoader/byterun.h vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 4020] By: bailey on 1999/08/23 03:10:41
|
||
Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
|
||
Branch: vmsperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 4019] By: bailey on 1999/08/23 03:07:28
|
||
Log: Update calls for new thread context handling
|
||
Branch: vmsperl
|
||
! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
|
||
! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
|
||
____________________________________________________________________________
|
||
[ 4018] By: bailey on 1999/08/23 03:01:31
|
||
Log: Allow for file versions in library when looking for .bs files
|
||
Branch: vmsperl
|
||
! ext/DynaLoader/DynaLoader_pm.PL
|
||
____________________________________________________________________________
|
||
[ 4017] By: bailey on 1999/08/23 02:58:55
|
||
Log: Update VMS configuration procedures for 5.005_60
|
||
Branch: vmsperl
|
||
! configure.com vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 4016] By: gsar on 1999/08/20 22:19:56
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
|
||
----------------
|
||
Version 5.005_61
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 4015] By: gsar on 1999/08/20 22:17:41
|
||
Log: perl_free() should use PerlMem_free()
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 4014] By: gsar on 1999/08/20 22:10:46
|
||
Log: win32 tweaks
|
||
Branch: perl
|
||
! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 4013] By: gsar on 1999/08/20 22:09:56
|
||
Log: DEBUG_m() adjusted to internalize dTHX
|
||
Branch: perl
|
||
! malloc.c perl.h util.c
|
||
____________________________________________________________________________
|
||
[ 4012] By: gsar on 1999/08/20 17:51:06
|
||
Log: make autogenerated files writable
|
||
Branch: perl
|
||
! (edit 171 files)
|
||
____________________________________________________________________________
|
||
[ 4011] By: gsar on 1999/08/20 17:43:47
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes perl.h pod/perldelta.pod pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 4010] By: gsar on 1999/08/20 17:21:53
|
||
Log: up patchlevel &c
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 4009] By: gsar on 1999/08/20 16:46:26
|
||
Log: add missing Is/Syl*.pl files
|
||
Branch: perl
|
||
+ lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
|
||
+ lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
|
||
+ lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
|
||
+ lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
|
||
+ lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
|
||
+ lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
|
||
____________________________________________________________________________
|
||
[ 4008] By: gsar on 1999/08/20 16:31:02
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
|
||
+> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
+> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
|
||
+> t/op/lfs.t
|
||
- lib/unicode/EthiopicSyllables.txt
|
||
- lib/unicode/MakeEthiopicSyllables.PL
|
||
!> (integrate 261 files)
|
||
____________________________________________________________________________
|
||
[ 4007] By: gsar on 1999/08/20 15:24:08
|
||
Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
|
||
USE_THREADS and MULTIPLICITY; minor pod adjustments
|
||
Branch: perl
|
||
! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
|
||
! embedvar.h perl.c perl.h pod/perlguts.pod util.c
|
||
____________________________________________________________________________
|
||
[ 4006] By: jhi on 1999/08/19 19:01:41
|
||
Log: Tighten the vec() code so that naughty BITS cause an error.
|
||
Branch: cfgperl
|
||
! doop.c
|
||
____________________________________________________________________________
|
||
[ 4005] By: jhi on 1999/08/19 15:55:09
|
||
Log: Don't document ill-defined vec() bits cases
|
||
(for which the code doesn't work right in any case)
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 4004] By: jhi on 1999/08/19 12:49:41
|
||
Log: Removed duplicated code (in pp.c and mg.c) by introducing
|
||
do_vecget(). NOTE: the calling convention of do_vecset()
|
||
changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
|
||
in pp_vec() is no more multiplied by `size' in pp_vec(),
|
||
the multiplication is now done in do_vecset().
|
||
|
||
Also fix a cpp thinko in change #4002.
|
||
Branch: cfgperl
|
||
! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
|
||
! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
|
||
! proto.h
|
||
____________________________________________________________________________
|
||
[ 4003] By: jhi on 1999/08/18 08:27:22
|
||
Log: Warn about small spherical distances.
|
||
Branch: cfgperl
|
||
! lib/Math/Trig.pm
|
||
____________________________________________________________________________
|
||
[ 4002] By: jhi on 1999/08/17 09:11:51
|
||
Log: Enhance IV_FITS_IN_IV (though it's still unused).
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 4001] By: jhi on 1999/08/17 08:13:34
|
||
Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
|
||
Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
|
||
To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
|
||
Subject: [PATCH] overload.pm str/num confu
|
||
Date: 17 Aug 1999 08:21:12 +0200
|
||
Branch: cfgperl
|
||
! lib/overload.pm
|
||
____________________________________________________________________________
|
||
[ 4000] By: jhi on 1999/08/17 07:20:23
|
||
Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
|
||
Date: 16 Aug 1999 14:24:28 -0700
|
||
Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
|
||
Branch: cfgperl
|
||
! pod/perlobj.pod
|
||
____________________________________________________________________________
|
||
[ 3999] By: jhi on 1999/08/16 19:49:09
|
||
Log: Integrate with Nick.
|
||
Branch: cfgperl
|
||
!> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
|
||
____________________________________________________________________________
|
||
[ 3998] By: jhi on 1999/08/16 19:44:29
|
||
Log: Fix most of the pod2man moanings reported in
|
||
|
||
From: "Larry W. Virden" <lvirden@cas.org>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
|
||
(UNINSTALLED)
|
||
Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
|
||
Message-Id: <199908031935.PAA27692@cas.org>
|
||
|
||
Configure regen'ed.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
|
||
! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
|
||
! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
|
||
! utils/h2xs.PL utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 3997] By: jhi on 1999/08/16 19:20:37
|
||
Log: A fix of sorts for the flush-before-dup scenario.
|
||
Branch: cfgperl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 3996] By: jhi on 1999/08/16 19:14:37
|
||
Log: More paranoia.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3995] By: jhi on 1999/08/16 18:55:35
|
||
Log: Batch of small 64-bit/long double/large file support tweaks:
|
||
- scan for LDBL_DIG
|
||
- from DBL_DIG and LDBL_DIG select NV_DIG
|
||
- introduce IVSIZE, UVSIZE, NVSIZE
|
||
- introduce IV_DIG
|
||
- remove stdio64
|
||
- AIX uses `oslevel` when others use `uname -r`
|
||
- already AIX 4.2 goes 64-bit
|
||
- in HP-UX require the 64-bit libc, just the directory isn't enough
|
||
- group ids are not NVs
|
||
- #undef USE_LONG_DOUBLE if long double is no better than double
|
||
- introduce NV_WITHIN_*() and IV_FITS_IN_IV
|
||
- mention large file support in perldelta
|
||
- introduce quad TOPpin' and POPpin'
|
||
- the svcat... buffer was tiny for printing quads in %b
|
||
- fix the multiplication test in 64bit.t
|
||
- try to make VMS to comply with all this removal and "introducal"
|
||
of symbols
|
||
Branch: cfgperl
|
||
! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
|
||
! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
|
||
! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
|
||
Branch: metaconfig
|
||
! U/modified/d_longdbl.U
|
||
Branch: metaconfig/U/perl
|
||
+ d_ldbl_dig.U
|
||
____________________________________________________________________________
|
||
[ 3994] By: jhi on 1999/08/16 07:53:44
|
||
Log: More Configure/subconfigure.com syncing.
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 3993] By: jhi on 1999/08/14 22:09:26
|
||
Log: Remove from VMS what the change #3982 took away from Configure lands.
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 3992] By: jhi on 1999/08/14 13:29:13
|
||
Log: Small test tweaks.
|
||
Branch: cfgperl
|
||
! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
|
||
____________________________________________________________________________
|
||
[ 3991] By: jhi on 1999/08/14 13:08:41
|
||
Log: Augment filesize limit note.
|
||
Branch: cfgperl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 3990] By: jhi on 1999/08/14 13:06:12
|
||
Log: Note about filesize limits.
|
||
Branch: cfgperl
|
||
! doio.c pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3989] By: jhi on 1999/08/14 11:31:58
|
||
Log: Catch the case of filesize limits.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3988] By: nick on 1999/08/14 09:20:58
|
||
Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
|
||
this causes a POPSTACK panic. The problem seems to be that although
|
||
die_where() has unwound the tail of perl_vdie() top_env setjmp has been
|
||
set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
|
||
call_sv() avoids this. So invent a new G_NOCATCH flag to disable
|
||
messing with CATCH_SET() in call_sv, use it in perl_vdie().
|
||
Add test to op/eval.t which will fail (panic) if bug comes back.
|
||
>>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
|
||
Branch: perl
|
||
! cop.h perl.c t/op/eval.t util.c
|
||
____________________________________________________________________________
|
||
[ 3987] By: jhi on 1999/08/13 23:57:52
|
||
Log: From: "Craig A. Berry" <craig.berry@metamor.com>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
|
||
Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
|
||
Date: Fri, 13 Aug 1999 17:42:47 -0500
|
||
Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 3986] By: jhi on 1999/08/13 23:56:44
|
||
Log: Don't quit before printing out the message.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3985] By: jhi on 1999/08/13 23:35:49
|
||
Log: Remove more t/ trash on target "clean".
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3984] By: jhi on 1999/08/13 23:02:53
|
||
Log: Avoid double long double.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! uselongdbl.U
|
||
____________________________________________________________________________
|
||
[ 3983] By: jhi on 1999/08/13 22:59:56
|
||
Log: BYTEORDER fix.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/compline/byteorder.U
|
||
____________________________________________________________________________
|
||
[ 3982] By: jhi on 1999/08/13 22:48:40
|
||
Log: Jumbo Configure and large file support update.
|
||
Remove a lot of unneeded 64-bitness cruft;
|
||
re-introduce BYTEORDER; update 64-bitness hints;
|
||
lfs should now work in Solaris; long doubles in AIX.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
|
||
! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
|
||
! perlsdio.h pp.h pp_sys.c
|
||
Branch: metaconfig
|
||
! U/compline/byteorder.U U/compline/ccflags.U
|
||
Branch: metaconfig/U/perl
|
||
! d_dlsymun.U io64.U uselongdbl.U
|
||
____________________________________________________________________________
|
||
[ 3980] By: jhi on 1999/08/13 15:09:11
|
||
Log: Introduce HAS_LLSEEK.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 3979] By: jhi on 1999/08/13 14:29:47
|
||
Log: From: <dan@sidhe.org>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
|
||
sarathy@activestate.com
|
||
Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
|
||
Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
|
||
Branch: cfgperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 3978] By: jhi on 1999/08/13 09:56:46
|
||
Log: Make the 64-bit tests more paranoid.
|
||
Branch: cfgperl
|
||
! t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 3976] By: jhi on 1999/08/12 21:49:16
|
||
Log: IRIX64 needs more -mabi=64 with gcc.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 3975] By: jhi on 1999/08/12 21:02:03
|
||
Log: Reincarnate change #3967, now in more modest form.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 3974] By: jhi on 1999/08/12 20:49:36
|
||
Log: Remove rt from libswanted (I added it many moons ago
|
||
when I thought it would be useful in Digital UNIX,
|
||
I was wrong); undo the recent IRIX hints changes,
|
||
getting rid of one warning brought new ones.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/irix_6.sh
|
||
Branch: metaconfig
|
||
! U/modified/Myinit.U
|
||
____________________________________________________________________________
|
||
[ 3973] By: jhi on 1999/08/12 19:42:53
|
||
Log: st_blocks is in 512 byte blocks.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3972] By: jhi on 1999/08/12 19:27:31
|
||
Log: Don't claim defeat too early.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! longdblfio.U
|
||
____________________________________________________________________________
|
||
[ 3971] By: jhi on 1999/08/12 19:24:14
|
||
Log: IRIX 64-bit hint tweak.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 3970] By: nick on 1999/08/12 19:17:20
|
||
Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
|
||
tests i.e. RV2AV and RV2HV
|
||
Branch: perl
|
||
! op.c t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 3969] By: jhi on 1999/08/12 19:06:17
|
||
Log: Add Configure -Duselongdouble and add a missing semicolon.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH sv.c
|
||
Branch: metaconfig/U/perl
|
||
+ uselongdbl.U
|
||
____________________________________________________________________________
|
||
[ 3968] By: jhi on 1999/08/12 18:46:00
|
||
Log: Simply exit() early if lfs support seems unlikely.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3967] By: jhi on 1999/08/12 18:44:05
|
||
Log: Suffer silently for unused libraries.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 3966] By: jhi on 1999/08/12 13:18:44
|
||
Log: Update MANIFEST to follow change #3965.
|
||
Branch: cfgperl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3965] By: jhi on 1999/08/12 13:15:38
|
||
Log: Regenerate Unicode tables based on new syllable lists
|
||
from Daniel Yacob.
|
||
Branch: cfgperl
|
||
! (edit 159 files)
|
||
____________________________________________________________________________
|
||
[ 3964] By: jhi on 1999/08/12 10:06:24
|
||
Log: Remove more spurious casting.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3963] By: jhi on 1999/08/12 08:18:53
|
||
Log: Minor niggles on the lfs tests.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3962] By: jhi on 1999/08/11 22:48:25
|
||
Log: Don't bother with lfs testing if off_t is too small.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3961] By: jhi on 1999/08/11 22:22:54
|
||
Log: Long double patches from Dan Sugalski.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3960] By: jhi on 1999/08/11 22:17:55
|
||
Log: Flush buffer before duplicating file descriptor.
|
||
|
||
From: Mark-Jason Dominus <mjd@plover.com>
|
||
To: Graham Barr <gbarr@pobox.com>
|
||
cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
|
||
Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
|
||
Date: Wed, 11 Aug 1999 15:56:09 -0400
|
||
Message-ID: <19990811195610.5933.qmail@plover.com>
|
||
|
||
From: Mark-Jason Dominus <mjd@plover.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
|
||
Date: Wed, 11 Aug 1999 16:05:46 -0400
|
||
Message-ID: <19990811200546.6165.qmail@plover.com>
|
||
Branch: cfgperl
|
||
! doio.c pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3959] By: jhi on 1999/08/11 22:11:35
|
||
Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
|
||
|
||
From: "Craig A. Berry" <craig.berry@metamor.com>
|
||
Sender: owner-perl5-porters@perl.org
|
||
To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
|
||
bailey@newman.upenn.edu
|
||
Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
|
||
problem
|
||
Date: Wed, 11 Aug 1999 14:31:11 -0500
|
||
Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
|
||
Branch: cfgperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 3958] By: jhi on 1999/08/11 15:35:45
|
||
Log: Add a hopefully comforting message if there seems to be no LFS.
|
||
This seems to be the case with e.g. ext2fs, a somewhat popular fs.
|
||
The tests will fail on lfs tests only if quad is available,
|
||
if ENOQUAD, the lfs tests will be skipped.
|
||
Branch: cfgperl
|
||
! t/lib/syslfs.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3957] By: jhi on 1999/08/11 12:25:59
|
||
Log: Unapply an experimental patch that accidentally escaped
|
||
from the lab by piggybacking with the change #3955.
|
||
Branch: cfgperl
|
||
! pp.c pp.h pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3956] By: jhi on 1999/08/11 08:19:23
|
||
Log: Add sysio large file support testing.
|
||
Branch: cfgperl
|
||
+ t/lib/syslfs.t
|
||
! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3955] By: jhi on 1999/08/10 22:39:11
|
||
Log: From: <dan@sidhe.org>
|
||
To: vmsperl@perl.org, perl5-porters@perl.org,
|
||
sarathy@activestate.com, bailey@newman.upenn.edu
|
||
Subject: [PATCH 5.005_60]Patches needed to get _60 building with
|
||
threads on VMS
|
||
Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
|
||
Branch: cfgperl
|
||
! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
|
||
! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
|
||
! vms/writemain.pl
|
||
____________________________________________________________________________
|
||
[ 3954] By: jhi on 1999/08/10 20:37:55
|
||
Log: LFS testing robustness.
|
||
Branch: cfgperl
|
||
! t/op/lfs.t
|
||
____________________________________________________________________________
|
||
[ 3953] By: jhi on 1999/08/10 19:54:50
|
||
Log: From: <dan@sidhe.org>
|
||
To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
|
||
sarathy@activestate.com
|
||
Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
|
||
Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
|
||
Branch: cfgperl
|
||
! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
|
||
! vms/subconfigure.com vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 3952] By: jhi on 1999/08/10 17:18:57
|
||
Log: AIX is different, again. Now in cc -E output.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig
|
||
! U/modified/cppstdin.U
|
||
____________________________________________________________________________
|
||
[ 3951] By: jhi on 1999/08/10 14:37:08
|
||
Log: Use Pid_t on pgrp matters.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3950] By: jhi on 1999/08/10 14:35:30
|
||
Log: Use Pid_t.
|
||
Branch: cfgperl
|
||
! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
|
||
! pp_sys.c proto.h util.c
|
||
____________________________________________________________________________
|
||
[ 3949] By: jhi on 1999/08/10 14:11:15
|
||
Log: Use Mode_t.
|
||
Branch: cfgperl
|
||
! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
|
||
! perlapi.h pp_sys.c proto.h
|
||
____________________________________________________________________________
|
||
[ 3948] By: jhi on 1999/08/10 13:53:19
|
||
Log: Small perlbug doc tweaks from Jon Orwant.
|
||
Branch: cfgperl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 3947] By: jhi on 1999/08/10 09:55:11
|
||
Log: Large file support testing.
|
||
Branch: cfgperl
|
||
+ t/op/lfs.t
|
||
! MANIFEST t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 3946] By: jhi on 1999/08/10 09:13:54
|
||
Log: Remove I32 casting from time-related functions.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3945] By: jhi on 1999/08/10 09:06:42
|
||
Log: Gratuitous uid and gid casts to I32s and ints removed.
|
||
There are still problem spots in printfing such ids:
|
||
width (%d vs %ld) and signedness %d vs %u.
|
||
Branch: cfgperl
|
||
! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
|
||
! perl.c perlapi.c pp_hot.c proto.h
|
||
____________________________________________________________________________
|
||
[ 3944] By: jhi on 1999/08/10 07:43:03
|
||
Log: Remove I32 casts from pp_stat, these make stat()
|
||
very broken e.g. on files larger than 2 gigabytes.
|
||
Reported by
|
||
From: Phil Lobbes <phil@finchcomputer.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
|
||
UNIX Perl 5.005_03
|
||
Date: Mon, 09 Aug 1999 21:38:54 -0700
|
||
Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
|
||
|
||
There are more of these I32 casts all over pp_sys.c,
|
||
all of them should be checked.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3943] By: jhi on 1999/08/10 07:38:30
|
||
Log: Remove blathering.
|
||
Branch: cfgperl
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 3942] By: jhi on 1999/08/09 20:35:13
|
||
Log: lexwarn maintenance: new warning class unsafe
|
||
subclasses 'overflow' and 'portable' created,
|
||
used by the recent integer overflow warnings.
|
||
Class syntax subclass 'octal' renamed to 'digit',
|
||
binary and hexadecimal parsing errors also 'digit' warnings.
|
||
Branch: cfgperl
|
||
! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
|
||
! util.c warning.h warning.pl
|
||
____________________________________________________________________________
|
||
[ 3941] By: jhi on 1999/08/09 10:40:47
|
||
Log: Integrate with Nick.
|
||
Branch: cfgperl
|
||
+> opnames.h
|
||
!> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
|
||
!> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
|
||
____________________________________________________________________________
|
||
[ 3940] By: jhi on 1999/08/09 10:32:43
|
||
Log: Regenerate the Unicode tables after having updated the Unicode
|
||
database (change #3939).
|
||
Branch: cfgperl
|
||
! (edit 157 files)
|
||
____________________________________________________________________________
|
||
[ 3939] By: jhi on 1999/08/09 10:27:22
|
||
Log: Unicode data updated to be the latest beta of the Unicode 3.0.
|
||
Branch: cfgperl
|
||
! lib/unicode/UnicodeData-Latest.txt
|
||
____________________________________________________________________________
|
||
[ 3938] By: jhi on 1999/08/09 10:25:54
|
||
Log: Ethiopic changes via private email from Daniel Yacob,
|
||
<dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
|
||
Canadian Syllabics and Yi under construction.
|
||
Branch: cfgperl
|
||
+ lib/unicode/syllables.txt
|
||
- lib/unicode/EthiopicSyllables.txt
|
||
- lib/unicode/MakeEthiopicSyllables.PL
|
||
! MANIFEST lib/unicode/UnicodeData-Latest.txt
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 3937] By: jhi on 1999/08/09 10:21:51
|
||
Log: Move the equivalence class creation last.
|
||
Branch: cfgperl
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 3936] By: jhi on 1999/08/09 10:20:40
|
||
Log: Compute equivalence classes (diacritics stripping) only
|
||
for letters, not for ligatures.
|
||
Branch: cfgperl
|
||
! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
! lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 3935] By: nick on 1999/08/08 13:53:57
|
||
Log: Will now correctly re-call
|
||
bootstrap "Foo";
|
||
if requested. This should allow build on Win32 and other
|
||
platforms where you cannot link to loadables directly.
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 3934] By: nick on 1999/08/07 12:23:55
|
||
Log: Vishal Bhatia <vishalb@my-deja.com>
|
||
Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
|
||
Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
|
||
Branch: perl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3933] By: nick on 1999/08/07 12:19:46
|
||
Log: B::C changes to get simple Tk app. compiling again
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 3932] By: jhi on 1999/08/06 21:17:16
|
||
Log: Regen Configure to include change #3915.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3931] By: jhi on 1999/08/06 18:52:57
|
||
Log: Todo update.
|
||
Branch: cfgperl
|
||
! Todo Todo-5.005 lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 3930] By: jhi on 1999/08/06 13:13:05
|
||
Log: Character class equivalence tables.
|
||
Branch: cfgperl
|
||
+ lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
|
||
! MANIFEST lib/unicode/mktables.PL
|
||
____________________________________________________________________________
|
||
[ 3929] By: jhi on 1999/08/06 11:59:11
|
||
Log: More Fcntl constants. (This process really needs
|
||
to be automated, at least partly, see the Errno extension.)
|
||
Now also the SEEK_ constants are available via the Fcntl.
|
||
Yes, this is redundant (IO::Seekable and POSIX supply them already),
|
||
but now Fcntl is a one-stop shopping mall for all your
|
||
file-related constants.
|
||
Branch: cfgperl
|
||
! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3928] By: jhi on 1999/08/06 08:08:03
|
||
Log: Protect against pack/unpack repeat count overflows,
|
||
based on:
|
||
|
||
From: Nathan Torkington <gnat@frii.com>
|
||
To: Brian Keefer <mgomes@cwix.com>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: [ID 19990806.001] Core dump with obfuscated code
|
||
Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
|
||
Message-ID: <14250.27711.769942.100675@localhost.frii.com>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod pp.c
|
||
____________________________________________________________________________
|
||
[ 3927] By: jhi on 1999/08/06 07:32:20
|
||
Log: Fix for Nathan's fix (#3920) from Guy Decoux.
|
||
|
||
From: Nathan Torkington <gnat@frii.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: Bugfix for my bugfix
|
||
Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
|
||
Message-ID: <14250.21947.765134.940583@localhost.frii.com>
|
||
Branch: cfgperl
|
||
! ext/B/B/Assembler.pm
|
||
____________________________________________________________________________
|
||
[ 3926] By: jhi on 1999/08/05 17:25:19
|
||
Log: Fix regex charclass parsing so that bogus ranges
|
||
like [0-\d] and [[:word:]-z] are no more allowed.
|
||
The anomaly was noticed by Guy Decoux.
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 3925] By: jhi on 1999/08/05 10:31:47
|
||
Log: split /^/ deprecation warning should not be on by default.
|
||
Branch: cfgperl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 3923] By: jhi on 1999/08/05 09:16:57
|
||
Log: From: paul.marquess@bt.com
|
||
To: jhi@iki.fi, paul.marquess@bt.com
|
||
Cc: gsar@ActiveState.com, perl5-porters@perl.org
|
||
Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
|
||
Date: Thu, 5 Aug 1999 09:33:14 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
|
||
Branch: cfgperl
|
||
! t/lib/anydbm.t
|
||
____________________________________________________________________________
|
||
[ 3921] By: jhi on 1999/08/05 08:05:13
|
||
Log: From: paul.marquess@bt.com
|
||
To: perl5-porters@perl.org
|
||
Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
|
||
randy@theoryx5.uwinnipeg.ca
|
||
Subject: [PATCH 5.005_60] DB_File 1.70
|
||
Date: Wed, 4 Aug 1999 23:22:22 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
|
||
|
||
(Replaces change #3917)
|
||
Branch: cfgperl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
|
||
____________________________________________________________________________
|
||
[ 3920] By: jhi on 1999/08/04 19:02:58
|
||
Log: From: Nathan Torkington <gnat@frii.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [5.005_60 PATCH] Make B::Bytecode work
|
||
Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
|
||
Message-ID: <14248.30568.769427.216092@localhost.frii.com>
|
||
Branch: cfgperl
|
||
! ext/B/B/Assembler.pm
|
||
____________________________________________________________________________
|
||
[ 3919] By: jhi on 1999/08/04 10:56:26
|
||
Log: Update history records.
|
||
Branch: cfgperl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 3918] By: jhi on 1999/08/04 09:36:13
|
||
Log: Minor fixes to linux -Dusethreads -Duseperlio.
|
||
Branch: cfgperl
|
||
! perlio.c
|
||
____________________________________________________________________________
|
||
[ 3917] By: jhi on 1999/08/04 08:13:20
|
||
Log: (Replaced by change #3921)
|
||
From: paul.marquess@bt.com
|
||
To: gsar@activestate.com
|
||
Cc: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_60] DB_File 1.69
|
||
Date: Tue, 3 Aug 1999 22:55:00 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
|
||
Branch: cfgperl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
|
||
____________________________________________________________________________
|
||
[ 3916] By: jhi on 1999/08/04 07:59:05
|
||
Log: Introduce the charnames pragma.
|
||
|
||
Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
|
||
From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
|
||
To: Chip Salzenberg <[11]chip@perlsupport.com>
|
||
Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
|
||
Date: Sat, 31 Jul 1999 05:44:05 -0400
|
||
Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_58] Named characters in Perl
|
||
Date: Mon, 2 Aug 1999 19:25:40 -0400
|
||
Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
+ lib/charnames.pm t/lib/charnames.t
|
||
! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
|
||
! pod/perlre.pod regcomp.c toke.c
|
||
____________________________________________________________________________
|
||
[ 3915] By: jhi on 1999/08/03 21:18:49
|
||
Log: Support Configure -Dmake=pmake.
|
||
Via private email from Andy.
|
||
NOTE: assumes "basename" command.
|
||
Branch: metaconfig
|
||
! U/modified/Config_sh.U
|
||
____________________________________________________________________________
|
||
[ 3914] By: jhi on 1999/08/03 21:11:11
|
||
Log: The op/filetest.t failed subtest 7 if testing as root.
|
||
|
||
From: Fran<61>ois D<>sarm<72>nien <desar@club-internet.fr>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
|
||
Date: Tue, 27 Jul 1999 22:54:05 +0200
|
||
Message-Id: <379E1C6D.626DC765@club-internet.fr>
|
||
Branch: cfgperl
|
||
! t/op/filetest.t
|
||
____________________________________________________________________________
|
||
[ 3911] By: jhi on 1999/08/03 19:52:38
|
||
Log: The "-Dusethreads -Duseperlio" combination failed.
|
||
|
||
From: Spider Boardman <spider@leggy.zk3.dec.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
|
||
4.0 (UNINSTALLED)
|
||
Date: Tue, 3 Aug 1999 14:25:00 -0400
|
||
Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
|
||
|
||
See also change #3912.
|
||
Branch: cfgperl
|
||
! perlio.c
|
||
____________________________________________________________________________
|
||
[ 3910] By: jhi on 1999/08/03 10:44:24
|
||
Log: From: Chris Nandor <pudge@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_58] perlbug.PL 1.27
|
||
Date: Wed, 28 Jul 1999 23:42:49 -0400
|
||
Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
|
||
Branch: cfgperl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 3909] By: jhi on 1999/08/03 10:41:04
|
||
Log: Hints for building ByteLoader in SunoS. Based on
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Gurusamy Sarathy <gsar@activestate.com>
|
||
Cc: Perl Porters <perl5-porters@perl.org>
|
||
Subject: Re: 5.005_58 Not OK SunOS 4.1.3
|
||
Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
|
||
Branch: cfgperl
|
||
+ ext/ByteLoader/hints/sunos.pl
|
||
! MANIFEST ext/ByteLoader/ByteLoader.xs
|
||
____________________________________________________________________________
|
||
[ 3908] By: jhi on 1999/08/03 09:29:22
|
||
Log: Clarify RE engine code; inline a static function to a macro;
|
||
make exact string nodes smaller.
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_60] Cosmetic change to REx engine
|
||
Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
|
||
Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
|
||
! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
|
||
! regnodes.h warning.h
|
||
____________________________________________________________________________
|
||
[ 3907] By: jhi on 1999/08/03 08:11:49
|
||
Log: 5_59 configured with -Dd_bincompat5005 can't be made
|
||
binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
|
||
|
||
From: Spider Boardman <spider@leggy.zk3.dec.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990802.016] Not OK: perl 5.00559
|
||
Date: Mon, 2 Aug 1999 16:11:13 -0400
|
||
Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
|
||
Branch: cfgperl
|
||
! embed.pl
|
||
____________________________________________________________________________
|
||
[ 3906] By: jhi on 1999/08/03 07:48:59
|
||
Log: Change #3790 redemption: with a little additional
|
||
patch from Ilya it works okay.
|
||
Branch: cfgperl
|
||
! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
|
||
! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
|
||
____________________________________________________________________________
|
||
[ 3905] By: gsar on 1999/08/02 21:03:23
|
||
Log: this will be 5.005_60
|
||
Branch: perl
|
||
! Changes
|
||
|
||
----------------
|
||
Version 5.005_60
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 3904] By: gsar on 1999/08/02 20:30:23
|
||
Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
|
||
in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
|
||
regen headers
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym opcode.h perlapi.c
|
||
____________________________________________________________________________
|
||
[ 3903] By: gsar on 1999/08/02 20:26:07
|
||
Log: native int pack/unpack fixes (from Spider Boardman
|
||
<spider@leggy.zk3.dec.com>)
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 3902] By: gsar on 1999/08/02 20:24:41
|
||
Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
|
||
<spider@leggy.zk3.dec.com>)
|
||
Branch: perl
|
||
+ opnames.h
|
||
! Changes MANIFEST opcode.pl perl.h
|
||
____________________________________________________________________________
|
||
[ 3901] By: gsar on 1999/08/02 18:51:18
|
||
Log: integrate cfgperl contents
|
||
Branch: perl
|
||
!> INSTALL README pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3900] By: jhi on 1999/08/02 18:46:21
|
||
Log: Update README and INSTALL; partly based on the message
|
||
|
||
From: "John L. Allen" <allen@grumman.com>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
cc: perl5-porters@perl.org
|
||
Subject: Re: Perl Installation Problem
|
||
Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
|
||
Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
|
||
|
||
and private email from Andy Dougherty.
|
||
Branch: cfgperl
|
||
! INSTALL README
|
||
____________________________________________________________________________
|
||
[ 3899] By: jhi on 1999/08/02 18:36:35
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> op.c
|
||
____________________________________________________________________________
|
||
[ 3898] By: jhi on 1999/08/02 18:34:49
|
||
Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3897] By: gsar on 1999/08/02 18:18:37
|
||
Log: optimizations could sometimes bypass bareword check
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3896] By: jhi on 1999/08/02 18:18:34
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes makedef.pl patchlevel.h win32/Makefile
|
||
!> win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
!> win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3895] By: gsar on 1999/08/02 17:22:40
|
||
Log: up patchlevel etc.
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3894] By: gsar on 1999/08/02 17:12:31
|
||
Log: integrate change#3893, make it conditional on bincompat5005
|
||
Branch: perl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 3893] By: jhi on 1999/08/02 16:49:08
|
||
Log: PERL_BINCOMPAT_5005 symbol translation.
|
||
(AIX wouldn't link neither perl nor extensions.)
|
||
Branch: cfgperl
|
||
! makedef.pl
|
||
____________________________________________________________________________
|
||
[ 3892] By: gsar on 1999/08/02 16:09:13
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> t/op/64bit.t
|
||
! Changes
|
||
!> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
|
||
!> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
|
||
!> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3891] By: jhi on 1999/08/02 14:52:40
|
||
Log: AIX long long probing requires LL suffix for
|
||
the ll constant. The suffix doesn't seem
|
||
to bother other ll platforms.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/aix.sh
|
||
Branch: metaconfig/U/perl
|
||
! quadfio.U
|
||
____________________________________________________________________________
|
||
[ 3890] By: jhi on 1999/08/02 14:21:55
|
||
Log: Exact path to perl for open -|.
|
||
Branch: cfgperl
|
||
! t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 3889] By: jhi on 1999/08/02 14:18:03
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
|
||
!> win32/Makefile win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc win32/makefile.mk win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3888] By: jhi on 1999/08/02 14:14:29
|
||
Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3887] By: jhi on 1999/08/02 12:53:10
|
||
Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
|
||
emacs code indentation doesn't get wrong ideas--
|
||
in other words, introduce a couple of "redundant" if:s.
|
||
Branch: cfgperl
|
||
! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3886] By: jhi on 1999/08/02 12:43:16
|
||
Log: Mention that also *BSD systems with glibc are known to stumble.
|
||
Branch: cfgperl
|
||
! t/pragma/warn/pp_hot
|
||
____________________________________________________________________________
|
||
[ 3885] By: jhi on 1999/08/02 12:34:15
|
||
Log: Allow also non-long long but still quad platforms print quads.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! longdblfio.U quadfio.U
|
||
____________________________________________________________________________
|
||
[ 3884] By: jhi on 1999/08/02 11:56:14
|
||
Log: Fix regclass utf8 hex ranges for quads.
|
||
Branch: cfgperl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 3883] By: jhi on 1999/08/02 11:42:14
|
||
Log: Enhance the description of how to detect quad support.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3882] By: jhi on 1999/08/02 11:22:19
|
||
Log: Fix printf %D %U %O for quads.
|
||
Branch: cfgperl
|
||
! sv.c t/op/64bit.t
|
||
____________________________________________________________________________
|
||
[ 3881] By: jhi on 1999/08/02 11:16:12
|
||
Log: Document quad printing.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3880] By: jhi on 1999/08/02 10:32:01
|
||
Log: More 64-bit fixing. One known bug of that kind
|
||
remains, 32-bit platforms using long long in
|
||
the test t/pragma/utf8 subtests 1-3 fail.
|
||
(Update: change #3884 fixed that one.)
|
||
Branch: cfgperl
|
||
+ t/op/64bit.t
|
||
! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
|
||
|
||
----------------
|
||
Version 5.005_59
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 3879] By: gsar on 1999/08/02 08:18:58
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure config_h.SH sv.c
|
||
____________________________________________________________________________
|
||
[ 3878] By: gsar on 1999/08/02 08:13:16
|
||
Log: change#3692 had an unintentional patch leak through!
|
||
(this would explain the mysterious C<next LABEL> failures
|
||
people have seen)
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3877] By: gsar on 1999/08/02 08:00:29
|
||
Log: up patchlevel to 59
|
||
Branch: perl
|
||
! Changes patchlevel.h pod/perlhist.pod win32/Makefile
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3876] By: gsar on 1999/08/02 07:51:18
|
||
Log: fix coredump under usethreads+debug
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3875] By: jhi on 1999/08/02 07:50:51
|
||
Log: d_bincompat5005 could be left empty.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! bincompat5005.U
|
||
____________________________________________________________________________
|
||
[ 3874] By: jhi on 1999/08/02 07:42:45
|
||
Log: Fix printf %d when IV is quad.
|
||
Branch: cfgperl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3873] By: gsar on 1999/08/02 07:41:03
|
||
Log: fix d_bincompat5005='' junking config.h
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 3872] By: gsar on 1999/08/02 07:38:48
|
||
Log: C needs parameter list, not merely type
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3871] By: jhi on 1999/08/02 07:20:51
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
|
||
____________________________________________________________________________
|
||
[ 3870] By: gsar on 1999/08/02 07:12:18
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
! Changes
|
||
!> Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
!> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
|
||
!> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
|
||
!> toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3869] By: gsar on 1999/08/02 06:59:09
|
||
Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
Date: Sat, 31 Jul 1999 19:08:33 -0700
|
||
Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
|
||
Subject: [PATCH 5.005_58] "use constant" in the compiler
|
||
Branch: perl
|
||
! ext/B/B/C.pm ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3868] By: gsar on 1999/08/02 06:55:51
|
||
Log: debug build tweak
|
||
Branch: perl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 3867] By: gsar on 1999/08/02 06:35:18
|
||
Log: create vmsperl branch (to be owned and operated by: cbailey)
|
||
Branch: vmsperl
|
||
+> (branch 1476 files)
|
||
____________________________________________________________________________
|
||
[ 3866] By: jhi on 1999/08/01 23:34:40
|
||
Log: so_locations once is enough.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3865] By: jhi on 1999/08/01 23:13:05
|
||
Log: Simplicate duplicated code.
|
||
Branch: cfgperl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3864] By: jhi on 1999/08/01 22:41:41
|
||
Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
|
||
Branch: cfgperl
|
||
+> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
|
||
+> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
|
||
- README.cygwin32 cygwin32/Makefile.SHs
|
||
- cygwin32/build-instructions.READFIRST
|
||
- cygwin32/build-instructions.charles-wilson
|
||
- cygwin32/build-instructions.sebastien-barre
|
||
- cygwin32/build-instructions.steven-morlock
|
||
- cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
|
||
- cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
|
||
- hints/cygwin32.sh
|
||
!> (integrate 61 files)
|
||
____________________________________________________________________________
|
||
[ 3863] By: jhi on 1999/08/01 22:36:02
|
||
Log: Regen Configure and Glossary once again.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3862] By: jhi on 1999/08/01 22:26:09
|
||
Log: Glossary update for #3861.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3861] By: jhi on 1999/08/01 22:22:51
|
||
Log: 64-bit work. Now 32-bit platforms get a 100% make test
|
||
with -Duse64bits (using long long).
|
||
Tested in Solaris 2.6 sparc RH Linux 6.0 x86
|
||
(and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
|
||
'print unpack "q", pack "q", 12345678901'
|
||
should work on such 32-bit platforms.
|
||
Still a lot of printf()s behind -D which wrongly assume
|
||
that %ld/%lx and (long) are a good combination.
|
||
Introducing a slew of new macros intended to be used in printf()
|
||
format strings: e. g. PERL_PRId64 is the string to be used
|
||
when printing an IV, printf("%" PERL_PRId64 "\n", iv).
|
||
The PRI... naming follows the C9X naming of <inttypes.h> macros.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
|
||
! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
|
||
Branch: metaconfig/U/perl
|
||
+ atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
|
||
____________________________________________________________________________
|
||
[ 3860] By: gsar on 1999/08/01 21:23:18
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
! toke.c
|
||
!> (integrate 29 files)
|
||
____________________________________________________________________________
|
||
[ 3859] By: gsar on 1999/08/01 21:13:09
|
||
Log: From: Nathan Torkington <gnat@frii.com>
|
||
Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
|
||
Message-ID: <14244.33431.739419.806927@localhost.frii.com>
|
||
Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
|
||
Branch: perl
|
||
! ext/B/B/Disassembler.pm
|
||
____________________________________________________________________________
|
||
[ 3858] By: gsar on 1999/08/01 21:09:15
|
||
Log: DB_File 1.68 update from Paul Marquess
|
||
Branch: perl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
|
||
! t/lib/db-recno.t
|
||
____________________________________________________________________________
|
||
[ 3857] By: gsar on 1999/08/01 21:05:54
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 31 Jul 1999 05:13:38 -0400
|
||
Message-Id: <199907311407.IAA25038@localhost.frii.com>
|
||
Subject: [PATCH 5.005_58] More optimizations to REx engine
|
||
Branch: perl
|
||
! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
|
||
! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
|
||
____________________________________________________________________________
|
||
[ 3856] By: gsar on 1999/08/01 20:59:59
|
||
Log: slightly modified version of suggested patch
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 31 Jul 1999 04:45:12 -0400
|
||
Message-Id: <199907311406.IAA25034@localhost.frii.com>
|
||
Subject: [PATCH 5.005_58] Fix OS/2 build
|
||
Branch: perl
|
||
! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
|
||
! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
|
||
____________________________________________________________________________
|
||
[ 3855] By: gsar on 1999/08/01 20:49:06
|
||
Log: cygwin update
|
||
From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
Date: Fri, 30 Jul 1999 18:31:48 +0100
|
||
Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
|
||
Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
|
||
Branch: perl
|
||
! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
|
||
! pp_sys.c unixish.h util.c
|
||
____________________________________________________________________________
|
||
[ 3854] By: gsar on 1999/08/01 20:41:53
|
||
Log: fixes from Stephen McCamant that address bugs in change#3612
|
||
(the optimization shouldn't be enabled in expressions where
|
||
the variable is introduced), and fix Deparse to grok the
|
||
optimization
|
||
Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
|
||
Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _58] Set OPpTARGET_MY more consistently
|
||
--
|
||
Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
|
||
Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
|
||
--
|
||
Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
|
||
Message-Id: <199907310326.VAA24376@localhost.frii.com>
|
||
Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
|
||
Branch: perl
|
||
! ext/B/B/Deparse.pm op.c
|
||
____________________________________________________________________________
|
||
[ 3853] By: gsar on 1999/08/01 20:31:32
|
||
Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
|
||
Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _58] Two one-liner LOGOP tweaks
|
||
Branch: perl
|
||
! op.c opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 3852] By: gsar on 1999/08/01 20:29:17
|
||
Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
|
||
Branch: perl
|
||
! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
|
||
! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
|
||
! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
|
||
! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
|
||
! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
|
||
! pod/perlport.pod pp_sys.c util.c
|
||
____________________________________________________________________________
|
||
[ 3851] By: gsar on 1999/08/01 20:20:05
|
||
Log: move files around for s/cygwin32/cygwin/ renaming
|
||
Branch: perl
|
||
+> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
|
||
+> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
|
||
- README.cygwin32 cygwin32/Makefile.SHs
|
||
- cygwin32/build-instructions.READFIRST
|
||
- cygwin32/build-instructions.charles-wilson
|
||
- cygwin32/build-instructions.sebastien-barre
|
||
- cygwin32/build-instructions.steven-morlock
|
||
- cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
|
||
- cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
|
||
- hints/cygwin32.sh
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3850] By: gsar on 1999/08/01 20:05:14
|
||
Log: posix-bc hints tweak (via private mail from Thomas Dorner
|
||
<Thomas.Dorner@start.de>)
|
||
Branch: perl
|
||
! Changes hints/posix-bc.sh
|
||
____________________________________________________________________________
|
||
[ 3849] By: gsar on 1999/08/01 19:50:20
|
||
Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
|
||
<gnat@frii.com>)
|
||
Branch: perl
|
||
! perl.h pod/perldelta.pod pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 3848] By: gsar on 1999/08/01 18:34:41
|
||
Log: fix defined(@foo) encarpments
|
||
Branch: perl
|
||
! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
|
||
! pod/perltrap.pod
|
||
____________________________________________________________________________
|
||
[ 3847] By: jhi on 1999/08/01 17:17:07
|
||
Log: Undo #3790 and the patches that attempted to fix it
|
||
(#3837, #3838, #3845). The #3790 caused linkage failures
|
||
and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
|
||
IRIX 6.5.
|
||
Branch: cfgperl
|
||
- ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
|
||
! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
|
||
! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
|
||
____________________________________________________________________________
|
||
[ 3846] By: jhi on 1999/08/01 11:41:52
|
||
Log: Reading 64-bit decimal numbers was broken because
|
||
the NV was cast to an I32, not an IV.
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3845] By: jhi on 1999/08/01 11:00:24
|
||
Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
|
||
Branch: cfgperl
|
||
+ ext/SDBM_File/hints/solaris.pl
|
||
____________________________________________________________________________
|
||
[ 3844] By: jhi on 1999/08/01 10:55:44
|
||
Log: Enable Solaris largefiles support only if -Duse64bits is used.
|
||
(Effectively removes #3311).
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 3843] By: jhi on 1999/07/31 22:44:56
|
||
Log: Integer overflow iteration.
|
||
Branch: cfgperl
|
||
! t/op/oct.t toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3842] By: jhi on 1999/07/31 22:11:03
|
||
Log: Remove a lot of unused regnode codes.
|
||
Noticed by Ilya.
|
||
Branch: cfgperl
|
||
! regcomp.c regcomp.sym regexec.c regnodes.h
|
||
____________________________________________________________________________
|
||
[ 3841] By: jhi on 1999/07/31 21:53:54
|
||
Log: Make the use64bits and usethreads friendlier/braver;
|
||
they no more wimp out if the platform is unknown.
|
||
On use64bits if gcc used -DUSE_LONG_LONG is added
|
||
to the ccflags (this dependency on gcc caused a slightly weird
|
||
reordering of Configure, but things still seem to work.)
|
||
Branch: cfgperl
|
||
! Configure README.threads config_h.SH
|
||
Branch: metaconfig
|
||
! U/threads/usethreads.U
|
||
Branch: metaconfig/U/perl
|
||
! use64bits.U
|
||
____________________________________________________________________________
|
||
[ 3840] By: jhi on 1999/07/31 20:26:22
|
||
Log: Hack the "integer overflow" code some more.
|
||
Branch: cfgperl
|
||
! perl.h toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3839] By: jhi on 1999/07/31 20:22:00
|
||
Log: Test oct() at the 2^32-1 limit.
|
||
Branch: cfgperl
|
||
! t/op/oct.t
|
||
____________________________________________________________________________
|
||
[ 3838] By: jhi on 1999/07/31 20:08:43
|
||
Log: Update MANIFEST for #3837.
|
||
Branch: cfgperl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3837] By: jhi on 1999/07/31 20:02:40
|
||
Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
|
||
(a core dump with a corrput stack ensues).
|
||
Branch: cfgperl
|
||
+ ext/SDBM_File/hints/dec_osf.pl
|
||
____________________________________________________________________________
|
||
[ 3836] By: jhi on 1999/07/29 21:09:01
|
||
Log: Allow for Configure -Ubincompat5005 override.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
! bincompat5005.U
|
||
____________________________________________________________________________
|
||
[ 3835] By: jhi on 1999/07/29 21:04:02
|
||
Log: Make Configure support PERL_BINCOMPAT_5005.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
Branch: metaconfig/U/perl
|
||
+ bincompat5005.U
|
||
____________________________________________________________________________
|
||
[ 3834] By: jhi on 1999/07/29 19:25:35
|
||
Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3833] By: jhi on 1999/07/29 14:07:09
|
||
Log: Integrate with Sarathy. I overruled on perldelta
|
||
and perldiag.
|
||
Branch: cfgperl
|
||
!> README.win32 emacs/cperl-mode.el globals.c installperl
|
||
!> iperlsys.h makedef.pl perl.h pod/perldelta.pod
|
||
!> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
|
||
!> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
|
||
!> win32/perllib.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3832] By: jhi on 1999/07/29 14:02:50
|
||
Log: Repent and make overly large integerish
|
||
constants non-fatal. They are now promoted
|
||
to NVs, accompanied by an overflow warning that
|
||
is by default on.
|
||
Branch: cfgperl
|
||
! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
|
||
! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
|
||
! toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3831] By: jhi on 1999/07/29 11:40:04
|
||
Log: AIX exhibits different error on failed system().
|
||
Slightly modified patch via private email from
|
||
David R. Favor <dfavor@austin.ibm.com>
|
||
Branch: cfgperl
|
||
! t/op/exec.t
|
||
____________________________________________________________________________
|
||
[ 3830] By: gsar on 1999/07/29 07:46:11
|
||
Log: cperl-mode.el v4.19
|
||
Branch: perl
|
||
! emacs/cperl-mode.el
|
||
____________________________________________________________________________
|
||
[ 3829] By: gsar on 1999/07/29 07:30:35
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 28 Jul 1999 22:01:42 +0200
|
||
Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
|
||
Branch: perl
|
||
! win32/bin/pl2bat.pl
|
||
____________________________________________________________________________
|
||
[ 3828] By: gsar on 1999/07/29 07:19:27
|
||
Log: tweak previous change for multiple hits
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3827] By: gsar on 1999/07/29 07:10:00
|
||
Log: band-aid for perldoc -t broken-ness (the new Pod::Text
|
||
really needs a pod2text() compatibility function)
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3826] By: gsar on 1999/07/29 01:33:46
|
||
Log: minor tweaks to pods and toke.c comments
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
|
||
____________________________________________________________________________
|
||
[ 3825] By: gsar on 1999/07/29 00:12:52
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
|
||
!> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
|
||
!> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
|
||
!> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
!> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
|
||
!> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
|
||
!> t/pragma/warn/util toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3824] By: jhi on 1999/07/28 21:15:04
|
||
Log: Tiny patch to go over #3820 (via private mail from Lincoln).
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
|
||
! ext/IO/lib/IO/Socket/INET.pm
|
||
____________________________________________________________________________
|
||
[ 3823] By: jhi on 1999/07/28 20:29:17
|
||
Log: Continue pack() doc honing.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3822] By: jhi on 1999/07/28 20:17:37
|
||
Log: Enhance pack() doc.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3821] By: jhi on 1999/07/28 18:34:50
|
||
Log: UNIX Domain Sockets are not implemented under QNX.
|
||
|
||
From: Norton Allen <allen@huarp.harvard.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
|
||
Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
|
||
Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
|
||
Branch: cfgperl
|
||
! t/lib/io_unix.t
|
||
____________________________________________________________________________
|
||
[ 3820] By: jhi on 1999/07/28 18:13:37
|
||
Log: IO::* enhancements.
|
||
|
||
1) write() and syswrite() will now accept a single-argument
|
||
form of the call, for consistency with Perl's syswrite().
|
||
2) You can create a TCP-based IO::Socket::INET without forcing
|
||
a connect attempt. This allows you to configure its options
|
||
(like making it non-blocking) and then call connect() manually.
|
||
3) Fixed a bug that prevented the IO::Socket::protocol() accessor
|
||
from ever returning the correct value.
|
||
|
||
From: Lincoln Stein <lstein@formaggio.cshl.org>
|
||
To: Graham Barr <gbarr@pobox.com>
|
||
Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
|
||
Subject: Re: patch for IO::*
|
||
Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
|
||
Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
|
||
! ext/IO/lib/IO/Socket/INET.pm
|
||
____________________________________________________________________________
|
||
[ 3819] By: gsar on 1999/07/28 18:08:06
|
||
Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
|
||
Branch: perl
|
||
! README.win32 globals.c installperl iperlsys.h makedef.pl
|
||
! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3818] By: jhi on 1999/07/28 17:48:16
|
||
Log: Need to add QNX to the list for DONT_DECLARE_STD.
|
||
(The elimination of use of the _() macro apparently triggered
|
||
an incompatability with a #define of atof)
|
||
|
||
From: Norton Allen <allen@huarp.harvard.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990728.008] Patch:perl.h _58 QNX
|
||
Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
|
||
Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 3817] By: jhi on 1999/07/28 17:46:30
|
||
Log: Need to add some more conditions to deal with the case
|
||
defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
|
||
which is true for QNX4.
|
||
From: Norton Allen <allen@huarp.harvard.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
|
||
Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
|
||
Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3816] By: jhi on 1999/07/28 17:43:40
|
||
Log: The QNX shell needs a couple more semicolons.
|
||
|
||
From: Norton Allen <allen@huarp.harvard.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990728.007] Patch:Configure _58 QNX
|
||
Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
|
||
Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
|
||
|
||
plus silence metalint moanings on vendorprefix.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3815] By: jhi on 1999/07/28 17:31:11
|
||
Log: Silence metalint on vendorprefix.U.
|
||
Branch: metaconfig
|
||
! U/installdirs/vendorprefix.U
|
||
____________________________________________________________________________
|
||
[ 3814] By: jhi on 1999/07/28 17:13:29
|
||
Log: QNX shell needs more semicolons.
|
||
Branch: metaconfig/U/perl
|
||
! Extensions.U
|
||
____________________________________________________________________________
|
||
[ 3813] By: jhi on 1999/07/28 17:05:08
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3812] By: jhi on 1999/07/28 16:20:17
|
||
Log: Fix a typo, un-shout, and reformat the installation output.
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/Install.pm
|
||
____________________________________________________________________________
|
||
[ 3811] By: gsar on 1999/07/28 15:41:11
|
||
Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3810] By: jhi on 1999/07/28 13:55:57
|
||
Log: Talk more about subsecond things in perlfunc.
|
||
(Yes, redundant with perlfaq8.)
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3809] By: jhi on 1999/07/28 07:23:48
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
|
||
!> t/op/pwent.t
|
||
____________________________________________________________________________
|
||
[ 3808] By: jhi on 1999/07/28 07:23:03
|
||
Log: Document toke.c.
|
||
From: Nathan Torkington <gnat@frii.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: toke.c patch, work in progress
|
||
Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
|
||
Message-ID: <14238.36561.979473.667842@localhost.frii.com>
|
||
Branch: cfgperl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3807] By: jhi on 1999/07/28 07:10:56
|
||
Log: perlre clarification.
|
||
|
||
From: Ian Phillipps <ian@dial.pipex.com>
|
||
To: Perl 5 Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.00557] Add definite article to perlre.pod
|
||
Date: Tue, 27 Jul 1999 10:46:29 +0100
|
||
Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
|
||
Branch: cfgperl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 3806] By: gsar on 1999/07/28 07:07:46
|
||
Log: fix the perl -V breakage
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
|
||
gsar@activestate.com
|
||
Subject: Re: Follow up to: _58 on AIX 431
|
||
Date: Tue, 27 Jul 1999 17:42:00 -0400
|
||
Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
|
||
Branch: perl
|
||
! configpm
|
||
____________________________________________________________________________
|
||
[ 3805] By: gsar on 1999/07/28 07:03:34
|
||
Log: avoid warning (from Doug MacEachern)
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 3804] By: gsar on 1999/07/28 06:59:30
|
||
Log: Pod::Html tweak
|
||
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
|
||
Date: Tue, 27 Jul 1999 22:14:12 +0200
|
||
Message-ID: <37a50af0.46171380@smtp1.ibm.net>
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3803] By: gsar on 1999/07/28 06:56:38
|
||
Log: freebsd hints update
|
||
|
||
From: Anton Berezin <tobez@plab.ku.dk>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
|
||
Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
|
||
Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
|
||
Branch: perl
|
||
! hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 3802] By: gsar on 1999/07/28 06:51:32
|
||
Log: cosmetic testsuite patch
|
||
|
||
From: Graham Barr <gbarr@ti.com>
|
||
To: Perl5 Porters <perl5-porters@perl.org>
|
||
Subject: 5.005_58 build
|
||
Date: Tue, 27 Jul 1999 08:09:25 -0500
|
||
Message-ID: <19990727080925.F4683@dal.asp.ti.com>
|
||
Branch: perl
|
||
! t/op/grent.t t/op/pwent.t
|
||
____________________________________________________________________________
|
||
[ 3801] By: jhi on 1999/07/27 13:49:39
|
||
Log: Minuscule cleanup of the integer overflow patch.
|
||
Branch: cfgperl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3800] By: jhi on 1999/07/27 13:37:23
|
||
Log: Test hex('x...').
|
||
Branch: cfgperl
|
||
! t/op/oct.t
|
||
____________________________________________________________________________
|
||
[ 3799] By: jhi on 1999/07/27 12:45:45
|
||
Log: Integrate with Sarathy (5.005_58).
|
||
Branch: cfgperl
|
||
- ext/B/byteperl.c
|
||
!> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
|
||
!> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
|
||
!> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
|
||
!> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
|
||
!> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
|
||
!> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
|
||
!> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
|
||
!> win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 3798] By: jhi on 1999/07/27 12:42:43
|
||
Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
|
||
they used to be just optional lexical warnings.
|
||
Also, with warnings turned on, constants > 2**32-1
|
||
trigger a non-portability warning.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
|
||
! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3797] By: gsar on 1999/07/27 10:48:27
|
||
Log: here lies 5.005_58
|
||
Branch: perl
|
||
- ext/B/byteperl.c
|
||
! Changes MANIFEST Porting/makerel pod/perldelta.pod
|
||
! pod/perlfaq9.pod pod/perlhist.pod
|
||
|
||
----------------
|
||
Version 5.005_58
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 3796] By: gsar on 1999/07/27 09:23:42
|
||
Log: regenerate win32/config_H.?c
|
||
Branch: perl
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 3795] By: gsar on 1999/07/27 09:02:31
|
||
Log: From: Tye McQueen <tye@metronet.com>
|
||
Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
|
||
Message-Id: <199907270019.AA08223@metronet.com>
|
||
Subject: Patch pl2bat.pl so batch file can fail
|
||
Branch: perl
|
||
! win32/bin/pl2bat.pl
|
||
____________________________________________________________________________
|
||
[ 3794] By: gsar on 1999/07/27 08:59:58
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
|
||
Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
|
||
Branch: perl
|
||
! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
|
||
! lib/SelfLoader.pm
|
||
____________________________________________________________________________
|
||
[ 3793] By: gsar on 1999/07/27 08:19:16
|
||
Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
|
||
(from Andy Dougherty)
|
||
Branch: perl
|
||
! embed.h embed.pl
|
||
____________________________________________________________________________
|
||
[ 3792] By: gsar on 1999/07/27 08:04:19
|
||
Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
|
||
and Brad Appleton)
|
||
Branch: perl
|
||
! lib/Pod/Parser.pm
|
||
____________________________________________________________________________
|
||
[ 3791] By: gsar on 1999/07/27 07:50:54
|
||
Log: cover case where CLK_TCK is a float, not integer (from
|
||
alexander smishlajev <als@turnhere.com>)
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs
|
||
____________________________________________________________________________
|
||
[ 3790] By: gsar on 1999/07/27 07:45:08
|
||
Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
|
||
to call Perl_malloc() as malloc() (from Ilya Zakharevich)
|
||
Branch: perl
|
||
! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
|
||
! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
|
||
____________________________________________________________________________
|
||
[ 3789] By: jhi on 1999/07/27 07:44:55
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
|
||
!> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
|
||
!> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
|
||
!> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
|
||
!> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
|
||
!> proto.h t/comp/proto.t t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 3788] By: gsar on 1999/07/27 07:29:59
|
||
Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
|
||
to Russ Allbery <rra@stanford.edu>); s/Simple// and
|
||
s/pod2txt/pod2text/ etc.
|
||
Branch: perl
|
||
+ lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
|
||
! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
|
||
____________________________________________________________________________
|
||
[ 3787] By: gsar on 1999/07/27 06:48:40
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
|
||
Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/sdbm.h
|
||
____________________________________________________________________________
|
||
[ 3786] By: gsar on 1999/07/27 06:30:09
|
||
Log: applied suggested patch; added missing prototype changes to
|
||
opcode.pl along with documentation typos (feature still needs
|
||
to be described in perlopentut.pod and summarized in
|
||
perldelta.pod)
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
|
||
Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.00557] 3-arg open
|
||
Branch: perl
|
||
! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
|
||
! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
|
||
! proto.h t/comp/proto.t t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 3785] By: gsar on 1999/07/27 04:36:39
|
||
Log: don't quit if =head* wasn't found (suggested by Roland Bauer
|
||
<roland.bauer@fff.at>)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3784] By: gsar on 1999/07/27 03:56:17
|
||
Log: change#3762 wasn't needed
|
||
Branch: perl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3783] By: jhi on 1999/07/26 19:08:21
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
|
||
!> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
|
||
!> win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3782] By: gsar on 1999/07/26 18:16:50
|
||
Log: update Changes, patchlevel &c.
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3781] By: gsar on 1999/07/26 17:54:47
|
||
Log: a more correct fix for change#2744
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
|
||
Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _57] Re: toke.c questions
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3780] By: gsar on 1999/07/26 17:37:04
|
||
Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3779] By: jhi on 1999/07/26 16:37:23
|
||
Log: Dusting off.
|
||
Branch: cfgperl
|
||
! README.threads
|
||
____________________________________________________________________________
|
||
[ 3778] By: gsar on 1999/07/26 13:28:46
|
||
Log: avoid DIVZERO
|
||
Branch: perl
|
||
! utils/dprofpp.PL
|
||
____________________________________________________________________________
|
||
[ 3777] By: gsar on 1999/07/26 13:18:53
|
||
Log: warnings identified by Borland compiler
|
||
Branch: perl
|
||
! makedef.pl pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3776] By: jhi on 1999/07/26 13:07:36
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3775] By: gsar on 1999/07/26 12:55:43
|
||
Log: avoid infinite recursion when Thread.pm croaks during
|
||
bootstrap
|
||
Branch: perl
|
||
! lib/Carp/Heavy.pm
|
||
____________________________________________________________________________
|
||
[ 3774] By: gsar on 1999/07/26 12:43:02
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> lib/Carp/Heavy.pm
|
||
!> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
|
||
!> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
|
||
!> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
|
||
!> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
|
||
!> writemain.SH x2p/Makefile.SH x2p/cflags.SH
|
||
____________________________________________________________________________
|
||
[ 3773] By: jhi on 1999/07/26 12:40:29
|
||
Log: Use long doubles only if they are useful.
|
||
Branch: cfgperl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 3772] By: gsar on 1999/07/26 12:33:11
|
||
Log: typo in change#3768
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3771] By: gsar on 1999/07/26 12:08:27
|
||
Log: alpha-stage support for user-hooks in @INC
|
||
From: Ken Fox <kfox@ford.com>
|
||
Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
|
||
Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
|
||
Subject: Re: loading remote modules
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3770] By: jhi on 1999/07/26 11:38:36
|
||
Log: Back out #3735. Needs more work.
|
||
Branch: cfgperl
|
||
! Makefile.SH cflags.SH configpm ext/util/make_ext
|
||
! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
|
||
! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
|
||
! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
|
||
! writemain.SH x2p/Makefile.SH x2p/cflags.SH
|
||
____________________________________________________________________________
|
||
[ 3769] By: jhi on 1999/07/26 11:24:45
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 35 files)
|
||
____________________________________________________________________________
|
||
[ 3768] By: gsar on 1999/07/26 11:03:07
|
||
Log: optimize method name lookup
|
||
From: Chip Salzenberg <chip@perlsupport.com>
|
||
Date: Thu, 22 Jul 1999 13:43:36 -0400
|
||
Message-ID: <19990722134336.Q391@perlsupport.com>
|
||
Subject: [PATCH] OP_METHOD_NAMED
|
||
Branch: perl
|
||
! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
|
||
! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
|
||
! proto.h
|
||
____________________________________________________________________________
|
||
[ 3767] By: gsar on 1999/07/26 10:44:11
|
||
Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
|
||
foo()->()); rework grammar to remove conflicts
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
|
||
Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _57, long] Re: optional arrow asymmetry
|
||
Branch: perl
|
||
! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
|
||
! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
|
||
! vms/perly_c.vms vms/perly_h.vms
|
||
____________________________________________________________________________
|
||
[ 3766] By: jhi on 1999/07/26 10:18:56
|
||
Log: Use $< instead of $*.c in *perlmain.o rules.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3765] By: gsar on 1999/07/26 09:28:48
|
||
Log: From: Ian Phillipps <ian@dial.pipex.com>
|
||
Date: Fri, 23 Jul 1999 23:35:56 +0100
|
||
Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
|
||
Subject: (Version 2) Extending unpack to deal with counted strings
|
||
Branch: perl
|
||
! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 3764] By: jhi on 1999/07/26 09:17:26
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
|
||
Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
|
||
Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
|
||
|
||
The patch was based on 5_57 so had to re-apply lib/Carp.pm
|
||
parts of changes #3498, #3696, and #3702 for the new
|
||
lib/Carp/Heavy.pm.
|
||
Branch: cfgperl
|
||
+ lib/Carp/Heavy.pm
|
||
! MANIFEST lib/Carp.pm
|
||
____________________________________________________________________________
|
||
[ 3763] By: gsar on 1999/07/26 09:03:17
|
||
Log: ~ isn't valid in VMS filenames
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3762] By: gsar on 1999/07/26 08:59:47
|
||
Log: setstate stop-gap from Vishal Bhatia
|
||
Branch: perl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3761] By: gsar on 1999/07/26 08:06:39
|
||
Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
|
||
add B::OP::name() method that returns just the op_name;
|
||
convert Deparse et all to use that instead of B::OP::ppaddr();
|
||
add support for OP_SETSTATE in Deparse
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
|
||
! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
|
||
! ext/B/B/Xref.pm opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 3760] By: jhi on 1999/07/26 07:14:43
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 43 files)
|
||
____________________________________________________________________________
|
||
[ 3759] By: gsar on 1999/07/26 05:12:24
|
||
Log: add disclaimer about perl 4 libraries (modified version of
|
||
patch suggested by Clinton Pierce <cpierce1@ford.com>)
|
||
Branch: perl
|
||
! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
|
||
! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
|
||
! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
|
||
! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
|
||
! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
|
||
____________________________________________________________________________
|
||
[ 3758] By: gsar on 1999/07/26 04:48:35
|
||
Log: make reset() behave with high-bit characters
|
||
From: Ian Phillipps <ian@dial.pipex.com>
|
||
Date: Thu, 22 Jul 1999 22:48:59 +0100
|
||
Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
|
||
Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3757] By: gsar on 1999/07/26 04:40:32
|
||
Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
|
||
Branch: perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 3756] By: gsar on 1999/07/26 04:20:37
|
||
Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
|
||
Branch: perl
|
||
! utils/dprofpp.PL
|
||
____________________________________________________________________________
|
||
[ 3755] By: gsar on 1999/07/26 04:18:00
|
||
Log: disable VPATH for now (breaks x2p build)
|
||
Branch: perl
|
||
! x2p/Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3754] By: gsar on 1999/07/26 03:15:33
|
||
Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
|
||
(%! has the necessary magic); misc typos
|
||
Branch: perl
|
||
! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
|
||
! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
|
||
! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 3753] By: gsar on 1999/07/26 02:38:28
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> t/pragma/locale/latin1 t/pragma/locale/utf8
|
||
!> (integrate 53 files)
|
||
____________________________________________________________________________
|
||
[ 3752] By: gsar on 1999/07/26 02:11:31
|
||
Log: ensure implicitly closed handles don't set $? or $!
|
||
Branch: perl
|
||
! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
|
||
____________________________________________________________________________
|
||
[ 3751] By: gsar on 1999/07/26 01:28:34
|
||
Log: change#3534 didn't preserve undef return values from caller()
|
||
Branch: perl
|
||
! Changes pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3750] By: jhi on 1999/07/25 20:59:29
|
||
Log: Back up a tiny bit from #3735.
|
||
This may break builds outside the source directory
|
||
but then again, they do not work that ell yet anyway.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3750] By: jhi on 1999/07/25 20:59:29
|
||
Log: Back up a tiny bit from #3735.
|
||
This may break builds outside the source directory
|
||
but then again, they do not work that ell yet anyway.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3749] By: jhi on 1999/07/25 19:15:55
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 3748] By: jhi on 1999/07/25 19:06:59
|
||
Log: Recode locale.t so that the change in #3730
|
||
is not needed and locale.t works both without
|
||
and with the utf8 pragma.
|
||
Branch: cfgperl
|
||
+ t/pragma/locale/latin1 t/pragma/locale/utf8
|
||
! MANIFEST t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 3747] By: jhi on 1999/07/25 19:01:46
|
||
Log: Like #3743.
|
||
Branch: cfgperl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 3746] By: gsar on 1999/07/25 18:08:58
|
||
Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
|
||
append a HISTORY section to POD if option is used
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 3745] By: gsar on 1999/07/25 17:40:03
|
||
Log: warn rather than die when parse_version() can't cut it (from
|
||
Michael G Schwern <schwern@pobox.com>)
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3744] By: gsar on 1999/07/25 16:32:48
|
||
Log: make map behave like grep wrt indirect object slot when
|
||
there are parentheses; revert an experimental mod by Larry
|
||
in change#2038 that failed to parse %{{qw(a b c)}} properly
|
||
(this means C<map {use Foo; ...} ...> still needs a proper
|
||
fix)
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3743] By: jhi on 1999/07/25 16:24:55
|
||
Log: Fix a typo in #3725.
|
||
Branch: cfgperl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 3742] By: jhi on 1999/07/25 16:14:39
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 26 files)
|
||
____________________________________________________________________________
|
||
[ 3741] By: jhi on 1999/07/25 16:02:28
|
||
Log: Cut-and-pasto in #3737.
|
||
Branch: cfgperl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 3740] By: gsar on 1999/07/25 15:59:34
|
||
Log: add note about glibc bug
|
||
Branch: perl
|
||
! t/pragma/warn/pp_hot
|
||
____________________________________________________________________________
|
||
[ 3739] By: gsar on 1999/07/25 15:48:40
|
||
Log: fix bug in change#3728 that might free COPs prematurely;
|
||
null(op) now does more thorough scrubbing of the op, which
|
||
fixes a few compile-time memory "leaks"
|
||
Branch: perl
|
||
! dump.c embed.h embed.pl op.c proto.h
|
||
____________________________________________________________________________
|
||
[ 3738] By: jhi on 1999/07/25 14:15:26
|
||
Log: In accordance with #3737.
|
||
Branch: metaconfig
|
||
! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
|
||
! U/modified/Oldconfig.U
|
||
Branch: metaconfig/U/perl
|
||
! Extensions.U
|
||
____________________________________________________________________________
|
||
[ 3737] By: jhi on 1999/07/25 14:12:34
|
||
Log: Use vendorprefixlib.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.c
|
||
____________________________________________________________________________
|
||
[ 3736] By: jhi on 1999/07/25 13:10:03
|
||
Log: Populate metaconfig branch.
|
||
Branch: metaconfig
|
||
+ (add 1468 files)
|
||
Branch: metaconfig/U/perl
|
||
+ (add 101 files)
|
||
____________________________________________________________________________
|
||
[ 3735] By: jhi on 1999/07/25 12:27:20
|
||
Log: First steps of making builds outside the source
|
||
directory possible. These should get us as far
|
||
as miniperl, then building DynaLoader falls into
|
||
tiny twinkling pieces as MakeMaker knows nothing
|
||
of VPATH mindset.
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH cflags.SH config_h.SH configpm
|
||
! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
|
||
! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
|
||
! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
|
||
! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
|
||
____________________________________________________________________________
|
||
[ 3734] By: jhi on 1999/07/25 11:19:28
|
||
Log: Poor Glossary--are we fixed yet?
|
||
Branch: cfgperl
|
||
! Porting/Glossary
|
||
____________________________________________________________________________
|
||
[ 3733] By: jhi on 1999/07/25 11:15:06
|
||
Log: Change #3732 mistakenly clobbered Glossary.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3732] By: jhi on 1999/07/25 10:46:39
|
||
Log: Andy's new installation scheme (note: a lot of this
|
||
leaked in already with change #3731). The vendor*
|
||
stuff is not used anywhere (in *.SH, say), so it
|
||
isn't in Configure, either.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3731] By: jhi on 1999/07/25 10:12:07
|
||
Log: Circumcode a strange shell(?) bug in AIX found
|
||
while trying to do -Duse64bits (which I couldn't do
|
||
in the end because the CPU isn't 64-bit in that box,
|
||
but at least now the probing doesn't crash.)
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3730] By: gsar on 1999/07/25 04:56:56
|
||
Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
|
||
a utf8 bug in one of the new RE optimizations
|
||
Branch: perl
|
||
! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
|
||
! t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 3729] By: jhi on 1999/07/23 19:56:27
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_57] INSTALL-1.58
|
||
Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
|
||
|
||
plus
|
||
|
||
From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: Andy Dougherty <doughera@lafayette.edu>
|
||
Cc: Perl Porters <perl5-porters@perl.org>
|
||
Subject: Re: [PATCH 5.005_57] INSTALL-1.58
|
||
Date: Fri, 23 Jul 1999 13:38:25 -0400
|
||
Message-ID: <19990723133825.A12033@O2.chapin.edu>
|
||
Branch: cfgperl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 3728] By: gsar on 1999/07/23 17:24:42
|
||
Log: applied suggested patch for tracking line numbers correctly in
|
||
optimized blocks with a single statement; changed setcop to
|
||
setstate and added code for -Dx dumps
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Wed, 23 Jun 1999 17:27:42 +0100
|
||
Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_57] Line number error in optimised else()
|
||
Branch: perl
|
||
! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
|
||
! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
|
||
! pp_proto.h t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 3727] By: gsar on 1999/07/23 15:56:04
|
||
Log: avoid useless use of target for pp_each(); also fixes bugs due to
|
||
refcount held by the target
|
||
Branch: perl
|
||
! opcode.h opcode.pl pp.c t/op/each.t
|
||
____________________________________________________________________________
|
||
[ 3726] By: jhi on 1999/07/23 12:08:30
|
||
Log: Change #3725 aftershock.
|
||
Branch: cfgperl
|
||
! INSTALL jpl/JNI/JNI.pm
|
||
____________________________________________________________________________
|
||
[ 3725] By: jhi on 1999/07/23 11:58:49
|
||
Log: Introduce $Config{ldlibpthname} which contains
|
||
the name of the environment variable holding the
|
||
dynamic library search path, often LD_LIBRARY_PATH.
|
||
Use this new feature all over.
|
||
Also removed remnants of admonition "add LD_LIBRARY_PATH
|
||
before running make" because Makefile.SH does this for you.
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH config_h.SH
|
||
! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
|
||
! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
|
||
! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
|
||
! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
|
||
! jpl/install-jpl utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 3724] By: jhi on 1999/07/23 08:03:36
|
||
Log: From: Spider Boardman <spider@orb.nashua.nh.us>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
|
||
Date: Thu, 22 Jul 1999 19:58:34 -0400
|
||
Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
|
||
Branch: cfgperl
|
||
! av.c
|
||
____________________________________________________________________________
|
||
[ 3723] By: gsar on 1999/07/23 00:01:29
|
||
Log: emit warning about function calls that were encountered too early
|
||
to enforce their prototype
|
||
Branch: perl
|
||
! op.c op.h pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 3722] By: jhi on 1999/07/22 21:19:59
|
||
Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: perl5-porters@perl.org
|
||
Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
|
||
Subject: [PATCH] MakeMaker documentation
|
||
Date: Wed, 21 Jul 1999 14:15:42 -0400
|
||
Message-ID: <19990721141542.A1800@O2.chapin.edu>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 3721] By: jhi on 1999/07/22 21:05:19
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
|
||
Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
|
||
Date: Wed, 21 Jul 99 17:15:39 PDT
|
||
Message-Id: <9907220015.AA11931@forte.com>
|
||
Branch: cfgperl
|
||
! hints/os390.sh
|
||
____________________________________________________________________________
|
||
[ 3720] By: jhi on 1999/07/22 20:51:17
|
||
Log: AIX magic: ccdlflags needs to be different for
|
||
Perl itself and for extra-core extensions
|
||
(as used by ExtUtilss::embed::ldopts).
|
||
Based on the problems described in
|
||
|
||
From: Mike W Ellwood <mwe@rl.ac.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
|
||
Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
|
||
Reply-To: m.w.ellwood@rl.ac.uk
|
||
Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH config_h.SH hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3719] By: jhi on 1999/07/22 08:23:53
|
||
Log: Update history records.
|
||
Branch: cfgperl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 3718] By: jhi on 1999/07/21 13:54:42
|
||
Log: Todododobedobedo.
|
||
Branch: cfgperl
|
||
! Todo
|
||
____________________________________________________________________________
|
||
[ 3717] By: jhi on 1999/07/21 12:10:48
|
||
Log: Even more Todo.
|
||
Branch: cfgperl
|
||
! Todo
|
||
____________________________________________________________________________
|
||
[ 3716] By: jhi on 1999/07/21 11:40:39
|
||
Log: Use Errno more extensively so that error
|
||
messages are more portable (another way
|
||
would be to muck around with LC_MESSAGES).
|
||
Problem reported in
|
||
|
||
From: oracle@pcr8.pcr.com
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
|
||
Date: Mon, 19 Jul 1999 18:39:13 -0400
|
||
Message-Id: <9907192239.AA44990@pcr8.pcr.com>
|
||
Branch: cfgperl
|
||
! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
|
||
! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
|
||
! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 3715] By: jhi on 1999/07/21 11:05:36
|
||
Log: Slightly modified patch.
|
||
From: Sean Sheedy <seans@ncube.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
|
||
Date: Tue, 20 Jul 1999 09:52:06 -0700
|
||
Message-Id: <3794A935.1C150E54@ncube.com>
|
||
Branch: cfgperl
|
||
! cflags.SH x2p/cflags.SH
|
||
____________________________________________________________________________
|
||
[ 3714] By: jhi on 1999/07/20 21:26:19
|
||
Log: More Todo.
|
||
Branch: cfgperl
|
||
! Todo
|
||
____________________________________________________________________________
|
||
[ 3713] By: jhi on 1999/07/20 18:02:45
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
|
||
+> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
|
||
+> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
|
||
+> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
|
||
+> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
|
||
+> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
|
||
+> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
|
||
+> utils/dprofpp.PL
|
||
!> INSTALL MAINTAIN MANIFEST configure.com
|
||
!> ext/Devel/Peek/Makefile.PL installman installperl
|
||
!> pod/roffitall utils/Makefile vms/descrip_mms.template
|
||
!> win32/Makefile win32/makefile.mk win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3712] By: gsar on 1999/07/20 15:29:01
|
||
Log: DProf tweak
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs
|
||
____________________________________________________________________________
|
||
[ 3711] By: gsar on 1999/07/20 07:56:19
|
||
Log: another DProf build tweak
|
||
Branch: perl
|
||
! utils/dprofpp.PL
|
||
____________________________________________________________________________
|
||
[ 3710] By: gsar on 1999/07/20 07:36:36
|
||
Log: move DProf things around to where they are supposed to be
|
||
Branch: perl
|
||
+ t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
|
||
+ t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
|
||
+ t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
|
||
+ t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
|
||
+ t/lib/dprof/test6_t t/lib/dprof/test6_v
|
||
+> utils/dprofpp.PL
|
||
- ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
|
||
- ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
|
||
- ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
|
||
- ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
|
||
- ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
|
||
- ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
|
||
- ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
|
||
- ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
|
||
! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
|
||
! installperl pod/roffitall utils/Makefile
|
||
! vms/descrip_mms.template win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3709] By: gsar on 1999/07/20 06:13:16
|
||
Log: DProf fixups for PERL_IMPLICIT_CONTEXT
|
||
Branch: perl
|
||
! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
|
||
! ext/Devel/Peek/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 3708] By: gsar on 1999/07/20 06:01:22
|
||
Log: move DProf to Devel/DProf
|
||
Branch: perl
|
||
+> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
|
||
+> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
|
||
+> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
|
||
+> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
|
||
+> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
|
||
+> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
|
||
+> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
|
||
+> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
|
||
+> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
|
||
+> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
|
||
+> ext/Devel/DProf/test.pl
|
||
- ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
|
||
- ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
|
||
- ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
|
||
- ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
|
||
- ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
|
||
- ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
|
||
- ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
|
||
! MAINTAIN MANIFEST configure.com win32/Makefile
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3707] By: gsar on 1999/07/20 05:39:11
|
||
Log: add Devel::DProf v19990108 from CPAN, as it was
|
||
Branch: perl
|
||
+ ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
|
||
+ ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
|
||
+ ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
|
||
+ ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
|
||
+ ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
|
||
+ ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
|
||
+ ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3706] By: gsar on 1999/07/20 04:52:25
|
||
Log: C<union any> needs no PERL_OBJECT-treatment
|
||
Branch: perl
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3705] By: gsar on 1999/07/20 04:11:54
|
||
Log: fix problem in default build
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3704] By: jhi on 1999/07/19 07:06:36
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
|
||
!> win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3703] By: gsar on 1999/07/19 05:55:57
|
||
Log: win32 nits
|
||
Branch: perl
|
||
! makedef.pl sv.h
|
||
____________________________________________________________________________
|
||
[ 3702] By: gsar on 1999/07/19 04:29:34
|
||
Log: don't display tid from main thread (or testsuite breaks)
|
||
Branch: perl
|
||
! lib/Carp.pm util.c
|
||
____________________________________________________________________________
|
||
[ 3701] By: gsar on 1999/07/19 00:47:52
|
||
Log: remove several doubled (and tripled!) entries
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 3700] By: gsar on 1999/07/19 00:42:34
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> makedef.pl
|
||
- perl_exp.SH win32/makedef.pl
|
||
!> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
|
||
!> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
|
||
!> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
|
||
!> utf8.c util.c win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3699] By: gsar on 1999/07/19 00:33:59
|
||
Log: avoid bug in win32_str_os_error() (from Jan Dubois)
|
||
Branch: perl
|
||
! Changes win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3698] By: jhi on 1999/07/18 21:33:57
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> t/op/chars.t
|
||
!> (integrate 57 files)
|
||
____________________________________________________________________________
|
||
[ 3697] By: gsar on 1999/07/18 05:22:36
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
Date: Thu, 1 Jul 99 19:31:24 PDT
|
||
Message-Id: <9907020231.AA16942@forte.com>
|
||
Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
|
||
Branch: perl
|
||
+ t/op/chars.t
|
||
! MANIFEST ebcdic.c t/op/ord.t
|
||
____________________________________________________________________________
|
||
[ 3696] By: gsar on 1999/07/18 05:11:02
|
||
Log: display thread id in diagnostics (suggested by Dan Sugalski)
|
||
Branch: perl
|
||
! lib/Carp.pm util.c
|
||
____________________________________________________________________________
|
||
[ 3695] By: gsar on 1999/07/18 04:57:47
|
||
Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 3694] By: gsar on 1999/07/18 04:56:28
|
||
Log: cache [NIUP]V conversions of defined READONLY values
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sun, 11 Jul 1999 04:39:44 -0400
|
||
Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3693] By: gsar on 1999/07/18 03:53:38
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 17 Jul 1999 10:58:29 +0200
|
||
Message-ID: <379144ad.13616689@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
|
||
Branch: perl
|
||
! lib/ExtUtils/Manifest.pm
|
||
____________________________________________________________________________
|
||
[ 3692] By: gsar on 1999/07/18 03:51:03
|
||
Log: remove spurious newSTATEOP() that causes goto to enter one too many
|
||
contexts when jumping between if and elsif blocks
|
||
Branch: perl
|
||
! perly.c perly.y pp_ctl.c t/op/goto.t
|
||
____________________________________________________________________________
|
||
[ 3691] By: gsar on 1999/07/18 01:49:59
|
||
Log: detypo, update Changes
|
||
Branch: perl
|
||
! Changes doio.c
|
||
____________________________________________________________________________
|
||
[ 3690] By: gsar on 1999/07/18 01:16:59
|
||
Log: mention the -Minteger effect on modulus (from Nathan Torkington)
|
||
Branch: perl
|
||
! lib/integer.pm
|
||
____________________________________________________________________________
|
||
[ 3689] By: gsar on 1999/07/18 00:47:17
|
||
Log: ensure __END__ appears on a line by itself in wrapped
|
||
scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
|
||
mention caveat about successfull kill()
|
||
Branch: perl
|
||
! pod/perlfunc.pod win32/bin/pl2bat.pl
|
||
____________________________________________________________________________
|
||
[ 3688] By: gsar on 1999/07/17 20:47:44
|
||
Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 3687] By: gsar on 1999/07/17 20:43:27
|
||
Log: make CC.pm use a distinct CCPP() macro rather than PP()
|
||
(suggested by Vishal Bhatia <vishalb@my-deja.com>)
|
||
Branch: perl
|
||
! cc_runtime.h ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3686] By: gsar on 1999/07/17 20:39:08
|
||
Log: tiny bug in vars.pm (from John Dlugosz)
|
||
Branch: perl
|
||
! lib/vars.pm
|
||
____________________________________________________________________________
|
||
[ 3685] By: gsar on 1999/07/17 20:37:27
|
||
Log: applied suggested patch, along with later tweak
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 14 Jul 1999 23:53:43 +0200
|
||
Message-ID: <37a902e7.15977234@smtp1.ibm.net>
|
||
Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3684] By: gsar on 1999/07/17 20:24:32
|
||
Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
|
||
Branch: perl
|
||
! thrdvar.h
|
||
____________________________________________________________________________
|
||
[ 3683] By: gsar on 1999/07/17 20:21:01
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
|
||
Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] Segfaults if $^P
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
|
||
! proto.h
|
||
____________________________________________________________________________
|
||
[ 3682] By: gsar on 1999/07/17 20:04:17
|
||
Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
|
||
and prefix/lib/perl5/man are ass_u_med only if those directories
|
||
actually exist; else prefix/{lib,man} are used)
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3681] By: gsar on 1999/07/17 19:12:33
|
||
Log: allow $foo{$x} and $bar[$i] for (\$) prototype
|
||
Branch: perl
|
||
! op.c t/comp/proto.t
|
||
____________________________________________________________________________
|
||
[ 3680] By: gsar on 1999/07/17 18:23:55
|
||
Log: fix vec() on magic values
|
||
From: Ian Phillipps <ian@dial.pipex.com>
|
||
Date: Mon, 12 Jul 1999 12:30:05 +0100
|
||
Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
|
||
Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
|
||
Branch: perl
|
||
! doop.c t/op/tie.t
|
||
____________________________________________________________________________
|
||
[ 3679] By: gsar on 1999/07/17 18:10:44
|
||
Log: make system() return -1 and set $! if exec of child failed
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 9 Jul 1999 05:21:13 -0400
|
||
Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
|
||
Branch: perl
|
||
! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
|
||
! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
|
||
____________________________________________________________________________
|
||
[ 3678] By: gsar on 1999/07/17 17:54:01
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
|
||
Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3677] By: gsar on 1999/07/17 17:34:38
|
||
Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
|
||
converted Ken's documentation outline into pod
|
||
Branch: perl
|
||
! x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 3676] By: gsar on 1999/07/17 16:34:09
|
||
Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
|
||
Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
|
||
Steve Lidie
|
||
Branch: perl
|
||
! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
|
||
! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
|
||
! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
|
||
! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
|
||
! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
|
||
! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 3675] By: gsar on 1999/07/17 00:16:53
|
||
Log: backout redundant change#3628
|
||
Branch: perl
|
||
! Changes hints/bsdos.sh
|
||
____________________________________________________________________________
|
||
[ 3674] By: jhi on 1999/07/15 14:26:03
|
||
Log: Fix the bin/oct/hex constant overflow tests for
|
||
long long platforms.
|
||
Branch: cfgperl
|
||
! t/pragma/warn/util
|
||
____________________________________________________________________________
|
||
[ 3673] By: jhi on 1999/07/14 21:59:11
|
||
Log: Fixed AIX dynamic loading and AIX shared Perl library.
|
||
Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
|
||
4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
|
||
Hijacked win32/makedef.pl for more general purpose export
|
||
list building, now it is used (as toplevel makedef.pl)
|
||
for win32 and AIX (perl_exp.SH made unnecessary).
|
||
Because the export lists are now correct in AIX, no more linker
|
||
warnings about "Exported symbol not defined" should appear.
|
||
Branch: cfgperl
|
||
+ makedef.pl
|
||
- perl_exp.SH win32/makedef.pl
|
||
! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
|
||
! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3672] By: gsar on 1999/07/14 17:12:13
|
||
Log: minor efficiency tweak
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3671] By: jhi on 1999/07/14 16:22:39
|
||
Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
|
||
if its caller re_intuit_start() was entered with strend == strpos
|
||
because end_shift ended up as -1. The patch ain't necessarily
|
||
correct but least the core dump is avoided.
|
||
Branch: cfgperl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 3670] By: jhi on 1999/07/13 07:59:09
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
- XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
|
||
- win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
|
||
!> (integrate 67 files)
|
||
____________________________________________________________________________
|
||
[ 3669] By: gsar on 1999/07/12 06:14:54
|
||
Log: fixups for sundry warnings about function pointers
|
||
Branch: perl
|
||
! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
|
||
! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
|
||
! win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3668] By: gsar on 1999/07/12 04:11:58
|
||
Log: tweaks for win32/borland
|
||
Branch: perl
|
||
! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3667] By: gsar on 1999/07/12 01:55:15
|
||
Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
|
||
builds; passing the implicit context is unified among the three
|
||
flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
|
||
flavors (see the top of perl.h) for testing; all varargs functions
|
||
foo() have a va_list-taking variant vfoo() for generating the
|
||
context-free versions; the PERL_OBJECT build should now be
|
||
hyper-compatible with CPAN extensions (C++ is totally out of
|
||
the picture)
|
||
|
||
result has only been tested on Windows
|
||
|
||
TODO: write docs on the THX rationale and idiomatic usage of
|
||
the Perl API
|
||
Branch: perl
|
||
- XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
|
||
- win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
|
||
! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
|
||
! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
|
||
! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
|
||
! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
|
||
! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
|
||
! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
|
||
! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
|
||
! global.sym globals.c intrpvar.h iperlsys.h
|
||
! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
|
||
! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
|
||
! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
|
||
! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
|
||
! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/config_h.PL
|
||
! win32/dl_win32.xs win32/include/dirent.h
|
||
! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
|
||
! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
|
||
! win32/win32iop.h win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 3666] By: jhi on 1999/07/11 22:00:13
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> op.c t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 3665] By: jhi on 1999/07/11 21:59:01
|
||
Log: More manual sync.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3664] By: gsar on 1999/07/11 19:11:07
|
||
Log: change#3612 was buggy and failed to build Tk; applied Ilya's
|
||
remedy and related tests via private mail
|
||
Branch: perl
|
||
! op.c t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 3663] By: jhi on 1999/07/11 15:04:37
|
||
Log: Manual synchronization with Sarathy (some files
|
||
had drifted apart for no apparent reason), plus
|
||
I had a typo in dl_vms.xs Sarathy had fixed.
|
||
Branch: cfgperl
|
||
! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3662] By: jhi on 1999/07/10 12:23:21
|
||
Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
|
||
to adapt to the underlying platform (the binary, 0b1..., test
|
||
was broken in 64-bit platforms). Also change "hex" in the
|
||
warning messages to "hexadecimal" to match "binary" and "octal".
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod t/pragma/warn/util util.c
|
||
____________________________________________________________________________
|
||
[ 3661] By: jhi on 1999/07/08 21:54:55
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
+> perlapi.c perlapi.h
|
||
!> (integrate 43 files)
|
||
____________________________________________________________________________
|
||
[ 3660] By: gsar on 1999/07/08 18:47:35
|
||
Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
|
||
Branch: perl
|
||
+ perlapi.c perlapi.h
|
||
! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
|
||
! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
|
||
! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
|
||
! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
|
||
! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
|
||
! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3659] By: gsar on 1999/07/08 18:41:45
|
||
Log: sundry cleanups for clean build on windows
|
||
Branch: perl
|
||
! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
|
||
____________________________________________________________________________
|
||
[ 3658] By: gsar on 1999/07/08 01:24:25
|
||
Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
|
||
type mismatch problems
|
||
Branch: perl
|
||
! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
|
||
! t/pragma/warn/op toke.c utf8.c util.c
|
||
____________________________________________________________________________
|
||
[ 3657] By: jhi on 1999/07/07 23:01:16
|
||
Log: Integrate with Sarathy. perldiag.pod required manual editing.
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod
|
||
!> Changes configure.com ext/B/B/Deparse.pm
|
||
!> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
|
||
!> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
|
||
!> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
|
||
!> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
|
||
!> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
|
||
!> t/pragma/overload.t thread.h vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 3656] By: gsar on 1999/07/07 21:04:38
|
||
Log: integrate cfgperl contents
|
||
Branch: perl
|
||
+> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
|
||
+> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
|
||
+> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
|
||
! Changes
|
||
!> (integrate 45 files)
|
||
____________________________________________________________________________
|
||
[ 3655] By: gsar on 1999/07/07 18:55:45
|
||
Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
|
||
<pvhp@forte.com>
|
||
Branch: perl
|
||
! ext/ByteLoader/Makefile.PL t/op/filetest.t
|
||
____________________________________________________________________________
|
||
[ 3654] By: gsar on 1999/07/07 18:47:03
|
||
Log: change#1889 mistakenly removed F_SETLK
|
||
Branch: perl
|
||
! ext/Fcntl/Fcntl.xs
|
||
____________________________________________________________________________
|
||
[ 3653] By: gsar on 1999/07/07 18:42:42
|
||
Log: B::Deparse update
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
|
||
Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _57, long] B::Deparse 0.58
|
||
Branch: perl
|
||
! ext/B/B/Deparse.pm
|
||
____________________________________________________________________________
|
||
[ 3652] By: gsar on 1999/07/07 18:41:07
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
|
||
Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
|
||
Subject: Re: [ID 19990705.001] Overloading boolean conversion
|
||
Branch: perl
|
||
! gv.c t/pragma/overload.t
|
||
____________________________________________________________________________
|
||
[ 3651] By: gsar on 1999/07/07 17:47:30
|
||
Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
|
||
Branch: perl
|
||
! perlsfio.h
|
||
____________________________________________________________________________
|
||
[ 3650] By: gsar on 1999/07/07 17:45:52
|
||
Log: applied new parts of suggested patch
|
||
From: Charles Bailey <BAILEY@newman.upenn.edu>
|
||
Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
|
||
Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
|
||
Subject: [PATCH 5.005_57] Consolidated VMS patch
|
||
Branch: perl
|
||
! configure.com ext/IO/lib/IO/File.pm iperlsys.h
|
||
! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
|
||
! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
|
||
! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
|
||
! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 3649] By: jhi on 1999/07/07 13:38:02
|
||
Log: Sync regcomp warn with reality.
|
||
Branch: cfgperl
|
||
! t/pragma/warn/regcomp
|
||
____________________________________________________________________________
|
||
[ 3648] By: jhi on 1999/07/07 13:04:55
|
||
Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
|
||
resolved manually.
|
||
Branch: cfgperl
|
||
+> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
|
||
+> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
|
||
+> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
|
||
- README.lexwarn
|
||
!> (integrate 79 files)
|
||
____________________________________________________________________________
|
||
[ 3647] By: gsar on 1999/07/07 10:32:03
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Thu, 01 Jul 1999 11:17:53 +0200
|
||
Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_57] MakeMaker support for pod2html
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 3646] By: gsar on 1999/07/07 10:27:55
|
||
Log: fix undocumented IO::Handle functions as suggested
|
||
by cj10@cam.ac.uk
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Handle.pm
|
||
____________________________________________________________________________
|
||
[ 3645] By: gsar on 1999/07/07 10:18:55
|
||
Log: prohibit thread join()ing itself (from Dan Sugalski)
|
||
Branch: perl
|
||
! ext/Thread/Thread.xs
|
||
____________________________________________________________________________
|
||
[ 3644] By: gsar on 1999/07/07 10:14:26
|
||
Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
Date: Wed, 30 Jun 1999 14:02:42 -0700
|
||
Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
|
||
Subject: [PATCH 5.005_57] Compiler and XSUBS
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 3643] By: gsar on 1999/07/07 10:08:38
|
||
Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
|
||
(from Fran<61>ois D<>sarm<72>nien <desar@club-internet.fr>)
|
||
Branch: perl
|
||
! pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 3642] By: gsar on 1999/07/07 10:03:24
|
||
Log: From: Doug MacEachern <dougm@cp.net>
|
||
Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
|
||
Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
|
||
Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
|
||
Branch: perl
|
||
! ext/B/B.xs
|
||
____________________________________________________________________________
|
||
[ 3641] By: gsar on 1999/07/07 10:00:57
|
||
Log: slightly modified version of suggested patch
|
||
From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
|
||
Date: Mon, 28 Jun 1999 14:23:59 -0400
|
||
Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
|
||
Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 3640] By: gsar on 1999/07/07 09:45:43
|
||
Log: lexical warnings update (warning.t fails one test
|
||
due to leaked scalar, investigation pending)
|
||
From: paul.marquess@bt.com
|
||
Date: Sat, 26 Jun 1999 23:19:52 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
|
||
Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
|
||
Branch: perl
|
||
+ pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
|
||
+ t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
|
||
+ t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
|
||
- README.lexwarn
|
||
! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
|
||
! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
|
||
! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
|
||
! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
|
||
! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
|
||
! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
|
||
! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
|
||
! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
|
||
! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
|
||
! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
|
||
! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
|
||
! warning.h warning.pl win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3639] By: gsar on 1999/07/07 08:09:30
|
||
Log: From: Brian Jepson <bjepson@home.com>
|
||
Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
|
||
Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
|
||
Subject: Patch to JPL example program
|
||
Branch: perl
|
||
! jpl/JPL_Rolo/JPL_Rolo.jpl
|
||
____________________________________________________________________________
|
||
[ 3638] By: jhi on 1999/07/07 08:07:58
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 34 files)
|
||
____________________________________________________________________________
|
||
[ 3637] By: gsar on 1999/07/07 08:07:49
|
||
Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
|
||
Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
|
||
Subject: [PATCH _57, long] Eliminate CONDOPs
|
||
Branch: perl
|
||
! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
|
||
! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
|
||
! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
|
||
! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
|
||
! pod/perltoc.pod pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3636] By: gsar on 1999/07/07 07:50:51
|
||
Log: adapted suggested patch for IO-1.20x
|
||
From: ian@dial.pipex.com
|
||
Date: Fri, 25 Jun 1999 10:39:42 +0100
|
||
Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
|
||
Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 3635] By: gsar on 1999/07/07 07:26:05
|
||
Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
|
||
Branch: perl
|
||
! hints/powerux.sh
|
||
____________________________________________________________________________
|
||
[ 3634] By: gsar on 1999/07/07 07:20:02
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Wed, 23 Jun 1999 16:16:05 +0100
|
||
Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_57] memleak in optimizer
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h op.c proto.h
|
||
____________________________________________________________________________
|
||
[ 3633] By: gsar on 1999/07/07 07:10:52
|
||
Log: add do-not-edit caveats for files generated by opcode.pl
|
||
(suggested by Hugo van der Sanden)
|
||
Branch: perl
|
||
! opcode.h opcode.pl pp.sym pp_proto.h
|
||
____________________________________________________________________________
|
||
[ 3632] By: gsar on 1999/07/07 06:41:13
|
||
Log: better diagnostics on read operations from write-only
|
||
filehandles
|
||
Branch: perl
|
||
! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
|
||
! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
|
||
____________________________________________________________________________
|
||
[ 3631] By: gsar on 1999/07/07 02:03:34
|
||
Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
|
||
by David Muir Sharnoff <muir@idiom.com>)
|
||
Branch: perl
|
||
! lib/Sys/Hostname.pm
|
||
____________________________________________________________________________
|
||
[ 3630] By: gsar on 1999/07/07 01:57:16
|
||
Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
Date: Sun, 20 Jun 1999 17:17:17 -0700
|
||
Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
|
||
Subject: [PATCH 5.005_57] Minor bug fix in pp_require
|
||
Branch: perl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3629] By: gsar on 1999/07/07 01:46:03
|
||
Log: installperl should write normal messages to STDOUT, not STDERR
|
||
Branch: perl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 3628] By: gsar on 1999/07/07 01:41:25
|
||
Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
|
||
Branch: perl
|
||
! hints/bsdos.sh
|
||
____________________________________________________________________________
|
||
[ 3627] By: gsar on 1999/07/07 00:27:10
|
||
Log: make diagnostic on C<my $^I> etc., more readable
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3626] By: gsar on 1999/07/06 23:47:27
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
|
||
Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
|
||
Branch: perl
|
||
! Makefile.SH utils/Makefile
|
||
____________________________________________________________________________
|
||
[ 3625] By: jhi on 1999/07/06 21:50:46
|
||
Log: Some new files of #3624 missing from MANIFEST.
|
||
Branch: cfgperl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3624] By: jhi on 1999/07/06 21:47:04
|
||
Log: POSIX [[:character class:]] support for standard, locale,
|
||
and utf8. If both utf8 and locale are on, utf8 wins.
|
||
I don't fully understand why so many tables changed in
|
||
lib/unicode because of "make" -- maybe it was just overdue.
|
||
Branch: cfgperl
|
||
+ lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
|
||
+ lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
|
||
+ lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
|
||
! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
|
||
! handy.h intrpvar.h lib/unicode/Bidirectional.pl
|
||
! lib/unicode/Block.pl lib/unicode/Category.pl
|
||
! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
|
||
! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
|
||
! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
|
||
! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
|
||
! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
|
||
! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
|
||
! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
|
||
! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
|
||
! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
|
||
! t/pragma/warn/regcomp utf8.c
|
||
____________________________________________________________________________
|
||
[ 3623] By: gsar on 1999/07/06 20:52:48
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Wed, 16 Jun 1999 14:57:22 -0400
|
||
Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.00557] Devel::Peek
|
||
Branch: perl
|
||
! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
|
||
____________________________________________________________________________
|
||
[ 3622] By: gsar on 1999/07/06 20:22:59
|
||
Log: applied patch after demunging headers with appropriate paths
|
||
From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
Date: Sat, 12 Jun 1999 08:23:59 -0700
|
||
Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
|
||
Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
|
||
Branch: perl
|
||
! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
|
||
! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
|
||
____________________________________________________________________________
|
||
[ 3621] By: gsar on 1999/07/06 20:10:50
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
|
||
Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
|
||
Branch: perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 3620] By: jhi on 1999/07/06 19:16:47
|
||
Log: Mention EPOC and SOCKS.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3619] By: gsar on 1999/07/06 16:52:37
|
||
Log: fix int vs STRLEN issue
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 3618] By: jhi on 1999/07/06 16:52:20
|
||
Log: There ain't Perl_atonv().
|
||
Branch: cfgperl
|
||
! ext/ByteLoader/bytecode.h
|
||
____________________________________________________________________________
|
||
[ 3617] By: jhi on 1999/07/06 15:55:22
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3616] By: jhi on 1999/07/06 15:54:09
|
||
Log: Tweak for #3613.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3615] By: gsar on 1999/07/06 11:00:21
|
||
Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
|
||
Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
|
||
Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
|
||
Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3614] By: jhi on 1999/07/06 10:44:48
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
|
||
!> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 3613] By: jhi on 1999/07/06 10:43:20
|
||
Log: From: Nathan Kurz <nate@valleytel.net>
|
||
Subject: [ID 19990612.001 compiling three deep modules within ext/]
|
||
ply-To: nate@valleytel.net
|
||
erl5-porters@perl.org
|
||
Date: Sat, 12 Jun 1999 01:26:04 -0500
|
||
Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3612] By: gsar on 1999/07/06 10:17:52
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
|
||
Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
|
||
Branch: perl
|
||
! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
|
||
____________________________________________________________________________
|
||
[ 3611] By: gsar on 1999/07/06 09:51:20
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
Date: Fri, 11 Jun 99 17:07:19 PDT
|
||
Message-Id: <9906120007.AA13802@forte.com>
|
||
Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
|
||
Branch: perl
|
||
! ext/IO/lib/IO/File.pm
|
||
____________________________________________________________________________
|
||
[ 3610] By: gsar on 1999/07/06 09:37:37
|
||
Log: fix for C<$/ = 42> setting paragraph mode (applied with small
|
||
tweak)
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Date: Wed, 09 Jun 1999 18:27:51 +0100
|
||
Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
|
||
Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
|
||
Branch: perl
|
||
! perl.h t/base/rs.t
|
||
____________________________________________________________________________
|
||
[ 3609] By: jhi on 1999/07/06 09:28:48
|
||
Log: Integrate with Sarathy.
|
||
Branch: cfgperl
|
||
!> (integrate 49 files)
|
||
____________________________________________________________________________
|
||
[ 3608] By: gsar on 1999/07/06 09:28:21
|
||
Log: test tweak
|
||
Branch: perl
|
||
! t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 3607] By: jhi on 1999/07/06 09:22:48
|
||
Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3606] By: gsar on 1999/07/06 09:05:02
|
||
Log: applied slightly tweaked version of suggested patch for
|
||
improved RE API
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
|
||
Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_57] REx engine rehash
|
||
Branch: perl
|
||
! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
|
||
! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
|
||
! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3605] By: gsar on 1999/07/06 08:54:03
|
||
Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3604] By: gsar on 1999/07/06 07:08:30
|
||
Log: From: paul.marquess@bt.com
|
||
Date: Tue, 8 Jun 1999 22:37:58 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
|
||
Subject: [PATCH 5.005_57] DB_File 1.67
|
||
Branch: perl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs ext/DB_File/typemap
|
||
____________________________________________________________________________
|
||
[ 3603] By: gsar on 1999/07/06 07:04:50
|
||
Log: From: paul.marquess@bt.com
|
||
Date: Tue, 8 Jun 1999 22:34:01 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
|
||
Subject: [PATCH 5.005_57] DBM Filters
|
||
Branch: perl
|
||
! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
|
||
! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
|
||
! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
|
||
! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 3602] By: gsar on 1999/07/06 07:00:01
|
||
Log: slightly tweaked version of suggested patch
|
||
From: Dan Sugalski <sugalskd@ous.edu>
|
||
Date: Tue, 08 Jun 1999 14:09:38 -0700
|
||
Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
|
||
Subject: [PATCH 5.005_57]Use NV instead of double in the core
|
||
Branch: perl
|
||
! av.h bytecode.pl cv.h doio.c dump.c embed.pl
|
||
! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
|
||
! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
|
||
! proto.h sv.c sv.h toke.c universal.c util.c
|
||
____________________________________________________________________________
|
||
[ 3601] By: gsar on 1999/07/06 06:52:57
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
|
||
+> epoc/perl.mmp epoc/perl.pkg
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 3598] By: jhi on 1999/07/05 20:02:55
|
||
Log: Integrate with mainperl.
|
||
Branch: cfgperl
|
||
+> lib/CGI/Pretty.pm
|
||
!> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
|
||
!> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
|
||
!> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
|
||
!> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
|
||
!> vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 3597] By: jhi on 1999/07/05 19:59:48
|
||
Log: Hack SOCKS support some more plus a patch from Andy Dougherty
|
||
that addresses the notorious "Additional libraries" question.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3596] By: gsar on 1999/07/05 18:30:51
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
|
||
Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
|
||
Branch: perl
|
||
! pp_sys.c t/lib/io_udp.t
|
||
____________________________________________________________________________
|
||
[ 3595] By: gsar on 1999/07/05 18:29:08
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
|
||
Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.00557] Setting $^E wipes out $!
|
||
Branch: perl
|
||
! mg.c
|
||
____________________________________________________________________________
|
||
[ 3594] By: gsar on 1999/07/05 18:24:53
|
||
Log: hand-apply whitespace mutiliated patch
|
||
From: Dan Sugalski <sugalskd@osshe.edu>
|
||
Date: Mon, 07 Jun 1999 14:46:42 -0700
|
||
Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
|
||
Subject: [PATCH 5.005_57]Updated VMS patch
|
||
Branch: perl
|
||
! thread.h vms/descrip_mms.template vms/subconfigure.com
|
||
! vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 3593] By: gsar on 1999/07/05 17:53:04
|
||
Log: applied parts not duplicated by previous patches
|
||
From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
Date: Sat, 05 Jun 1999 08:42:17 -0700
|
||
Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
|
||
Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
|
||
Branch: perl
|
||
! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
|
||
! ext/B/B/Stackobj.pm
|
||
____________________________________________________________________________
|
||
[ 3592] By: jhi on 1999/07/05 17:17:22
|
||
Log: AIX threaded build, plus few more on the side.
|
||
Branch: cfgperl
|
||
! embed.h embed.pl ext/DynaLoader/dl_aix.xs
|
||
! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
|
||
! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
|
||
! perl_exp.SH pp_ctl.c proto.h toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3591] By: gsar on 1999/07/05 16:52:34
|
||
Log: "\e" and "\a" didn't produce right escape under EBCDIC
|
||
From: pvhp@forte.com (Peter Prymmer)
|
||
Date: Fri, 4 Jun 99 12:00:27 PDT
|
||
Message-Id: <9906041900.AA28387@forte.com>
|
||
Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3590] By: gsar on 1999/07/05 16:40:01
|
||
Log: s/scalar ref constructor/single ref constructor/ (suggested
|
||
by Stephen McCamant)
|
||
Branch: perl
|
||
! opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 3589] By: gsar on 1999/07/05 16:34:06
|
||
Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
|
||
Branch: perl
|
||
! ext/GDBM_File/GDBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 3588] By: gsar on 1999/07/05 16:29:39
|
||
Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
|
||
is unchanged still)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3587] By: jhi on 1999/07/05 10:31:43
|
||
Log: Make perl_exp.SH smarter about what to include and what to exclude.
|
||
Branch: cfgperl
|
||
! perl_exp.SH
|
||
____________________________________________________________________________
|
||
[ 3586] By: jhi on 1999/07/05 09:29:31
|
||
Log: Remove unnecessary and extraneous my $i = 0.
|
||
Branch: cfgperl
|
||
! bytecode.pl
|
||
____________________________________________________________________________
|
||
[ 3585] By: jhi on 1999/07/05 07:28:59
|
||
Log: Integrate with mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 3584] By: gsar on 1999/07/05 05:36:28
|
||
Log: From: Vishal Bhatia <vishalb@hotmail.com>
|
||
Date: Thu, 03 Jun 1999 00:57:48 PDT
|
||
Message-ID: <19990603075749.86665.qmail@hotmail.com>
|
||
Subject: Re: [PATCH 5.005_57] pp_sort sorted out
|
||
Branch: perl
|
||
! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3583] By: gsar on 1999/07/05 05:31:19
|
||
Log: suppress fancy display when in verbose mode (suggested by
|
||
Paul Johnson <pjcj@transeda.com>)
|
||
Branch: perl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 3582] By: gsar on 1999/07/05 05:17:12
|
||
Log: cygwin32 update
|
||
From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
Date: Wed, 2 Jun 1999 15:16:05 +0100
|
||
Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
|
||
Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
|
||
Branch: perl
|
||
! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
|
||
! cygwin32/build-instructions.READFIRST
|
||
! cygwin32/build-instructions.charles-wilson
|
||
! cygwin32/build-instructions.sebastien-barre
|
||
! cygwin32/build-instructions.steven-morlock
|
||
! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
|
||
! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
|
||
! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
|
||
! t/op/magic.t util.c
|
||
____________________________________________________________________________
|
||
[ 3581] By: gsar on 1999/07/05 02:46:18
|
||
Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3580] By: gsar on 1999/07/05 02:38:03
|
||
Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
|
||
Date: Mon, 31 May 1999 18:18:13 -0600
|
||
Message-ID: <19990601001813.AAA17834@csgsystems.com>
|
||
Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
|
||
Branch: perl
|
||
! t/TEST t/UTEST t/harness utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 3579] By: gsar on 1999/07/05 01:20:58
|
||
Log: compatibility tweak for Class::Struct
|
||
Branch: perl
|
||
! lib/Class/Struct.pm
|
||
____________________________________________________________________________
|
||
[ 3578] By: jhi on 1999/07/04 23:26:01
|
||
Log: Miscellaneus AIX fixes + SOCKS support.
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
|
||
! hints/aix.sh pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3577] By: gsar on 1999/07/04 23:07:39
|
||
Log: test tweak
|
||
Branch: perl
|
||
! t/io/openpid.t
|
||
____________________________________________________________________________
|
||
[ 3576] By: jhi on 1999/07/04 22:39:23
|
||
Log: Integrate with mainperl.
|
||
Branch: cfgperl
|
||
+> t/io/openpid.t
|
||
- win32/perlhost.h
|
||
!> (integrate 51 files)
|
||
____________________________________________________________________________
|
||
[ 3575] By: jhi on 1999/07/04 22:26:48
|
||
Log: Added 64-bit support for AIX 4.3 or better
|
||
based on Martin H. Rusoff's observations.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3574] By: jhi on 1999/07/04 21:34:47
|
||
Log: Do not throw away gccvers compilation errors.
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Ron Seguin <rseguin@on.bell.ca>
|
||
Cc: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH] Re: [ID 19990625.011] WHOA There
|
||
Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3573] By: gsar on 1999/07/04 21:10:32
|
||
Log: adapted suggested tests for addition to testsuite
|
||
From: RonaldWS@aol.com
|
||
Date: Sun, 30 May 1999 16:27:28 EDT
|
||
Message-Id: <25cd799f.2482f930@aol.com>
|
||
Subject: [19990530.007] Open with pipe | does not return pid under win32
|
||
Branch: perl
|
||
+ t/io/openpid.t
|
||
! MANIFEST win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3572] By: gsar on 1999/07/04 20:29:32
|
||
Log: perl_run() should call my_exit(0) for normal completion
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 3571] By: jhi on 1999/07/04 20:10:44
|
||
Log: Add test for change #3568 plus general cleanup.
|
||
Branch: cfgperl
|
||
! t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 3570] By: gsar on 1999/07/04 20:03:21
|
||
Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
|
||
overloading
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
|
||
! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3569] By: gsar on 1999/07/04 18:04:48
|
||
Log: make AIX dynaloading work when libperl is shared (and thus under
|
||
mod_perl etc.)
|
||
From: Jens-Uwe Mager <jum@helios.de>
|
||
Date: Sat, 29 May 1999 17:09:52 +0200
|
||
Message-Id: <199905291509.RAA43978@ans.helios.de>
|
||
Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
|
||
Branch: perl
|
||
! ext/DynaLoader/dl_aix.xs
|
||
____________________________________________________________________________
|
||
[ 3568] By: jhi on 1999/07/04 14:54:23
|
||
Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
|
||
This resulted for example in the 'o' magic not being cleared by
|
||
magic_setcollxfrm(), which resulted in strange cmp results.
|
||
The bug was reported originally in the message
|
||
Subject: Bug with locale
|
||
From: Jan Starzynski <jan@planet.de>
|
||
To: perlbug@perl.com
|
||
Date: Fri, 09 Apr 1999 13:23:07 +0200
|
||
Message-ID: <370DE31B.DAEE1332@planet.de>
|
||
Branch: cfgperl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 3567] By: gsar on 1999/07/04 02:38:34
|
||
Log: remove misleading info on defined(&func), unclutter deprecation
|
||
about defined(@array)
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
|
||
! t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 3566] By: gsar on 1999/07/04 01:46:31
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 26 May 1999 22:07:17 +0200
|
||
Message-ID: <374c53ac.10322322@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
|
||
Branch: perl
|
||
! Changes win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3565] By: gsar on 1999/07/04 01:26:02
|
||
Log: newer version of perlxstut from Jeff Okamoto (slightly edited
|
||
for win32 issues)
|
||
Branch: perl
|
||
! pod/perlxstut.pod
|
||
____________________________________________________________________________
|
||
[ 3564] By: gsar on 1999/07/02 03:09:04
|
||
Log: avoid warnings
|
||
Branch: perl
|
||
! ext/Thread/Thread/Specific.pm lib/fields.pm
|
||
____________________________________________________________________________
|
||
[ 3563] By: gsar on 1999/06/28 19:23:47
|
||
Log: inc version (for CPAN.pm sanity)
|
||
Branch: perl
|
||
! lib/Text/ParseWords.pm
|
||
____________________________________________________________________________
|
||
[ 3562] By: gsar on 1999/06/28 19:19:01
|
||
Log: regen perltoc
|
||
Branch: perl
|
||
! pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 3561] By: gsar on 1999/06/28 19:08:41
|
||
Log: From: Damian Conway <damian@cs.monash.edu.au>
|
||
Date: Wed, 26 May 1999 00:58:35 -0400
|
||
Message-Id: <199905260458.AAA06411@defender.perl.org>
|
||
Subject: [19990526.002] Misc. improvements to Class:Struct
|
||
Branch: perl
|
||
! MANIFEST lib/Class/Struct.pm
|
||
____________________________________________________________________________
|
||
[ 3560] By: gsar on 1999/06/28 18:50:52
|
||
Log: remove bogus PL_optype_size
|
||
Branch: perl
|
||
! bytecode.pl ext/ByteLoader/byterun.h
|
||
____________________________________________________________________________
|
||
[ 3559] By: gsar on 1999/06/28 18:22:26
|
||
Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
|
||
Branch: perl
|
||
+ lib/CGI/Pretty.pm
|
||
! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
|
||
! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
|
||
! t/lib/cgi-html.t t/lib/cgi-request.t
|
||
____________________________________________________________________________
|
||
[ 3558] By: jhi on 1999/06/28 07:30:21
|
||
Log: Change Olaf Lebbe's email address.
|
||
Branch: cfgperl
|
||
! README.epoc
|
||
____________________________________________________________________________
|
||
[ 3557] By: gsar on 1999/06/28 00:07:33
|
||
Log: make autogenerated files writable
|
||
Branch: perl
|
||
- win32/perlhost.h
|
||
! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
|
||
! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
|
||
! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
|
||
! proto.h regnodes.h warning.h win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 3556] By: jhi on 1999/06/27 19:22:53
|
||
Log: Update MANIFEST to match #3555.
|
||
Branch: cfgperl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3555] By: jhi on 1999/06/27 19:16:22
|
||
Log: EPOC port to Psion5.
|
||
From: Olaf Flebbe <O.Flebbe@science-computing.de>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: Psion5
|
||
Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
|
||
Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
|
||
Branch: cfgperl
|
||
+ README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
|
||
+ epoc/perl.mmp epoc/perl.pkg
|
||
! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
|
||
! perl.h sv.c util.c
|
||
____________________________________________________________________________
|
||
[ 3554] By: jhi on 1999/06/27 18:50:52
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 48 files)
|
||
____________________________________________________________________________
|
||
[ 3553] By: gsar on 1999/06/27 14:28:49
|
||
Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
|
||
gone from the public API); PERL_OBJECT builds again on
|
||
windows
|
||
|
||
TODO: namespace-clean the typedefs in iperlsys.h and
|
||
elsewhere; remove C++ remnants from public headers
|
||
Branch: perl
|
||
! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
|
||
! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
|
||
! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
|
||
! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
|
||
! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
|
||
! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
|
||
! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
|
||
! win32/GenCAPI.pl win32/Makefile win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/dl_win32.xs
|
||
! win32/makedef.pl win32/makefile.mk win32/perllib.c
|
||
! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
|
||
! win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 3552] By: gsar on 1999/06/27 13:49:31
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
|
||
!> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
|
||
!> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
|
||
!> util.c
|
||
____________________________________________________________________________
|
||
[ 3551] By: gsar on 1999/06/27 13:31:11
|
||
Log: fix indents
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3550] By: gsar on 1999/06/24 22:42:53
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
____________________________________________________________________________
|
||
[ 3549] By: gsar on 1999/06/24 22:41:17
|
||
Log: avoid race condition in the CAPI extension bootstrap handler
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp win32/GenCAPI.pl
|
||
____________________________________________________________________________
|
||
[ 3548] By: gsar on 1999/06/24 22:39:53
|
||
Log: sanity check to cover the case when perl is installed into the
|
||
X:\ (drive root)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3547] By: gsar on 1999/06/22 19:30:32
|
||
Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
|
||
Branch: perl
|
||
! lib/Tie/RefHash.pm
|
||
____________________________________________________________________________
|
||
[ 3544] By: jhi on 1999/06/18 19:24:28
|
||
Log: Tidy up #3542 and #3543.
|
||
Branch: cfgperl
|
||
! t/pragma/locale.t util.c
|
||
____________________________________________________________________________
|
||
[ 3543] By: jhi on 1999/06/18 10:28:45
|
||
Log: Spice up locale.t.
|
||
Branch: cfgperl
|
||
! t/pragma/locale.t
|
||
____________________________________________________________________________
|
||
[ 3542] By: jhi on 1999/06/17 22:42:03
|
||
Log: Fixed two long-standing locale bugs.
|
||
|
||
Both problems were related to numeric locale which
|
||
controls the radix character aka the decimal separator.
|
||
(1) printf (and sprintf) were resetting the numeric locale to C.
|
||
(2) Using locale-numerically formatted floating point
|
||
numbers (e.g. "1,23") together with -w caused warnings about
|
||
"isn't numeric". The operations were working fine, though,
|
||
because atof() was using the local locale.
|
||
Both problems reported by Stefan Vogtner.
|
||
|
||
Introduced a wrapper for atof() that attempts to convert
|
||
the string both ways. This helps Perl to understand
|
||
numbers like this "4.56" even when using a local locale
|
||
makes atof() understand only numbers like this "7,89".
|
||
|
||
Remaining related problems, both of which existed before
|
||
this patch and continue to exist after this patch:
|
||
(a) The behaviour of print() is _not_ as documented by perllocale.
|
||
Instead of always using the C locale, print() does use the
|
||
local locale, just like the *printf() do. This may be fixable
|
||
now that switching to-and-fro between locales has been made
|
||
more consistent, but fixing print() would change existing
|
||
behaviour. perllocale is not changed by this patch.
|
||
(b) If a number has been stringified (say, via "$number") under
|
||
a local locale, the cached string value persists even under
|
||
"no locale". This may or may not be a problem: operations
|
||
work fine because the original number is still there, but
|
||
that the string form keeps its locale-ish outlook may be
|
||
somewhat confusing.
|
||
Branch: cfgperl
|
||
! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
|
||
! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
|
||
! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3541] By: jhi on 1999/06/17 20:00:16
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> ext/Data/Dumper/Dumper.pm op.c
|
||
____________________________________________________________________________
|
||
[ 3540] By: gsar on 1999/06/16 16:49:55
|
||
Log: dump C<0> as such, not C<'0'>
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm
|
||
____________________________________________________________________________
|
||
[ 3539] By: gsar on 1999/06/13 04:04:40
|
||
Log: fix coredumper in change#3498
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3538] By: jhi on 1999/06/12 22:01:26
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> lib/caller.pm
|
||
!> (integrate 36 files)
|
||
____________________________________________________________________________
|
||
[ 3537] By: gsar on 1999/06/12 06:43:03
|
||
Log: EXTERN_C declarations for global arrays in various
|
||
headers, so perl can be built even in C++ mode; win32
|
||
build fixups; regen headers
|
||
Branch: perl
|
||
! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
|
||
! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3536] By: gsar on 1999/06/12 06:38:21
|
||
Log: caller.pm typos
|
||
Branch: perl
|
||
! lib/caller.pm
|
||
____________________________________________________________________________
|
||
[ 3535] By: gsar on 1999/06/11 23:13:54
|
||
Log: various little tweaks; most globals are now in intrpvar.h, ninterps
|
||
is temporarily gone
|
||
Branch: perl
|
||
! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
|
||
! pod/perldelta.pod proto.h win32/perllib.c
|
||
____________________________________________________________________________
|
||
[ 3534] By: gsar on 1999/06/11 20:41:51
|
||
Log: implement C<use caller 'encoding'>
|
||
Branch: perl
|
||
+ lib/caller.pm
|
||
! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3533] By: gsar on 1999/06/11 16:51:04
|
||
Log: truncate() has a peculiar exemption from strict barewords, even
|
||
though it has a non-filehandle prototype
|
||
Branch: perl
|
||
! op.c t/io/fs.t
|
||
____________________________________________________________________________
|
||
[ 3532] By: gsar on 1999/06/11 09:09:16
|
||
Log: GDBM tweak
|
||
Branch: perl
|
||
! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
|
||
____________________________________________________________________________
|
||
[ 3531] By: gsar on 1999/06/10 23:34:19
|
||
Log: part of the platform changes for IMPLICIT_CONTEXT
|
||
Branch: perl
|
||
! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
|
||
! jpl/PerlInterpreter/PerlInterpreter.c
|
||
! jpl/PerlInterpreter/PerlInterpreter.h
|
||
! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
|
||
! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
|
||
____________________________________________________________________________
|
||
[ 3530] By: jhi on 1999/06/10 20:55:56
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> ext/DB_File/DB_File.xs ext/DB_File/typemap
|
||
____________________________________________________________________________
|
||
[ 3529] By: gsar on 1999/06/10 20:40:01
|
||
Log: DB_File tweaks for IMPLICIT CONTEXT
|
||
Branch: perl
|
||
! ext/DB_File/DB_File.xs ext/DB_File/typemap
|
||
____________________________________________________________________________
|
||
[ 3528] By: jhi on 1999/06/10 10:18:15
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 105 files)
|
||
____________________________________________________________________________
|
||
[ 3527] By: gsar on 1999/06/10 09:30:35
|
||
Log: most globals are now interpreter local; locale initialization
|
||
was too early, defer it until interpreter is allocated and
|
||
initialized; multiple interpreters should now be
|
||
concurrency-safe (untested)
|
||
Branch: perl
|
||
! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
|
||
! perlvars.h
|
||
____________________________________________________________________________
|
||
[ 3526] By: gsar on 1999/06/10 08:38:00
|
||
Log: fix small nits
|
||
Branch: perl
|
||
! cc_runtime.h ext/B/B/CC.pm run.c
|
||
____________________________________________________________________________
|
||
[ 3525] By: gsar on 1999/06/10 04:41:38
|
||
Log: win32 build fixes
|
||
Branch: perl
|
||
! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
|
||
! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
|
||
! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
|
||
! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
|
||
! win32/Makefile win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
|
||
! win32/makedef.pl win32/makefile.mk win32/perllib.c
|
||
! win32/win32.c win32/win32.h win32/win32sck.c
|
||
! win32/win32thread.c win32/win32thread.h
|
||
____________________________________________________________________________
|
||
[ 3524] By: gsar on 1999/06/09 18:03:01
|
||
Log: more complete support for implicit thread/interpreter pointer,
|
||
enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
|
||
without that enabled):
|
||
- USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
|
||
is a noop; tests pass on Solaris; should be faster now!
|
||
- MULTIPLICITY has been tested with and without
|
||
PERL_IMPLICIT_CONTEXT on Solaris
|
||
- improved function database now merged with embed.pl
|
||
- everything except the varargs functions have foo(a,b,c) macros
|
||
to provide compatibility
|
||
- varargs functions default to compatibility variants that
|
||
get the context pointer using dTHX
|
||
- there should be almost no source compatibility issues as a
|
||
result of all this
|
||
- dl_foo.xs changes other than dl_dlopen.xs untested
|
||
- still needs documentation, fixups for win32 etc
|
||
Next step: migrate most non-mutex variables from perlvars.h
|
||
to intrpvar.h
|
||
Branch: perl
|
||
- proto.pl
|
||
! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
|
||
! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
|
||
! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
|
||
! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
|
||
! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
|
||
! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
|
||
! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
|
||
! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
|
||
! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
|
||
! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
|
||
! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
|
||
! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
|
||
! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
|
||
! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
|
||
! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
|
||
! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
|
||
! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
|
||
! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
|
||
! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
|
||
! util.c win32/Makefile win32/makefile.mk writemain.SH
|
||
____________________________________________________________________________
|
||
[ 3523] By: gsar on 1999/06/07 05:24:13
|
||
Log: missed a file
|
||
Branch: perl
|
||
+ proto.pl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3522] By: gsar on 1999/06/07 05:18:34
|
||
Log: initial stub implementation of implicit thread/this
|
||
pointer argument; builds/tests on Solaris, win32
|
||
hasn't been fixed up yet; proto.h, global.sym and
|
||
static function decls are now generated from a common
|
||
database in proto.pl; some inconsistently named
|
||
perl_foo() things are now Perl_foo(), compatibility
|
||
#defines provided; perl_foo() (lowercase 'p') reserved
|
||
for functions that take an explicit context argument;
|
||
next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
|
||
Branch: perl
|
||
! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
|
||
! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
|
||
! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
|
||
! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
|
||
! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
|
||
! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
|
||
! universal.c utf8.c util.c
|
||
____________________________________________________________________________
|
||
[ 3521] By: gsar on 1999/06/04 23:00:22
|
||
Log: clean up some stray "global" symbols
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
|
||
! pp_proto.h proto.h
|
||
____________________________________________________________________________
|
||
[ 3520] By: jhi on 1999/06/02 21:33:28
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 94 files)
|
||
____________________________________________________________________________
|
||
[ 3519] By: gsar on 1999/06/02 07:16:10
|
||
Log: avoid dereferencing null pointer from getpwent() et al
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3518] By: gsar on 1999/06/02 04:47:10
|
||
Log: remove _() non-ansism
|
||
Branch: perl
|
||
! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
|
||
! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
|
||
! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
|
||
! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
|
||
! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
|
||
! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
|
||
! ext/re/re.xs handy.h hv.c iperlsys.h
|
||
! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
|
||
! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
|
||
! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
|
||
! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
|
||
! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
|
||
! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
|
||
! vms/vmsish.h vms/writemain.pl vos/config.h
|
||
! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makemain.pl
|
||
! win32/perllib.c win32/runperl.c win32/win32.h
|
||
! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
|
||
! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
|
||
____________________________________________________________________________
|
||
[ 3517] By: gsar on 1999/06/02 02:17:51
|
||
Log: missed a few files
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
|
||
____________________________________________________________________________
|
||
[ 3516] By: gsar on 1999/06/02 01:37:33
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
+> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
|
||
+> ext/ByteLoader/byterun.h
|
||
- bytecode.h byterun.c byterun.h
|
||
! Changes
|
||
!> (integrate 58 files)
|
||
____________________________________________________________________________
|
||
[ 3515] By: gsar on 1999/06/02 00:48:50
|
||
Log: remove stray K&R-isms
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
|
||
! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
|
||
! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
|
||
! toke.c util.c win32/win32.c x2p/hash.c
|
||
____________________________________________________________________________
|
||
[ 3514] By: gsar on 1999/06/01 15:55:55
|
||
Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
|
||
strict 'subs'
|
||
Branch: perl
|
||
! op.c t/pragma/strict-subs
|
||
____________________________________________________________________________
|
||
[ 3513] By: jhi on 1999/06/01 07:17:05
|
||
Log: Patch applying of #3499 had gone awry.
|
||
Branch: cfgperl
|
||
! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
|
||
____________________________________________________________________________
|
||
[ 3512] By: gsar on 1999/05/31 19:21:30
|
||
Log: tighter -help output
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 3511] By: gsar on 1999/05/31 17:18:23
|
||
Log: fix memory leak in C<eval 'return sub {...}'>
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
|
||
____________________________________________________________________________
|
||
[ 3510] By: gsar on 1999/05/31 14:11:46
|
||
Log: tweak C++isms
|
||
Branch: perl
|
||
! win32/dl_win32.xs win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3509] By: jhi on 1999/05/30 13:02:26
|
||
Log: Cleanup of #3488.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3508] By: jhi on 1999/05/30 11:16:01
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
|
||
Date: Sat, 29 May 1999 20:18:13 -0400
|
||
Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
|
||
____________________________________________________________________________
|
||
[ 3507] By: jhi on 1999/05/29 20:05:40
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
To: perl5-porters@perl.com
|
||
Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
|
||
Date: Sat, 29 May 1999 14:45:10 -0400
|
||
Message-ID: <19990529184510.27557.qmail@plover.com>
|
||
Branch: cfgperl
|
||
! op.h
|
||
____________________________________________________________________________
|
||
[ 3506] By: gsar on 1999/05/29 16:49:39
|
||
Log: avoid gv_check() recursive pit
|
||
Branch: perl
|
||
! gv.c
|
||
____________________________________________________________________________
|
||
[ 3505] By: jhi on 1999/05/29 11:38:16
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
To: Gurusamy Sarathy <gsar@activestate.com>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
|
||
Date: Sat, 29 May 1999 08:46:22 +0200
|
||
Message-ID: <374f8007.2016008@smtp1.ibm.net>
|
||
Branch: cfgperl
|
||
! t/op/grent.t t/op/pwent.t
|
||
____________________________________________________________________________
|
||
[ 3504] By: jhi on 1999/05/29 11:07:10
|
||
Log: QNX needs <sys/select.h> to define fd_set.
|
||
|
||
From: Norton Allen <allen@huarp.harvard.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
|
||
Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
|
||
Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
|
||
Branch: cfgperl
|
||
! ext/IO/poll.c
|
||
____________________________________________________________________________
|
||
[ 3503] By: jhi on 1999/05/29 10:53:31
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
|
||
Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
|
||
Date: Fri, 28 May 1999 20:14:35 +0200
|
||
Message-ID: <3751daa4.7188847@smtp1.ibm.net>
|
||
Branch: cfgperl
|
||
! lib/Math/BigFloat.pm
|
||
____________________________________________________________________________
|
||
[ 3502] By: jhi on 1999/05/29 10:44:44
|
||
Log: Make Configure support the change #3367,
|
||
SysV shadow passwords.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3501] By: gsar on 1999/05/28 21:22:23
|
||
Log: add wide versions of win32 system calls (first step in
|
||
globalization); delayload winsock for performance if compiling
|
||
with VC 6.0
|
||
Branch: perl
|
||
! win32/Makefile win32/dl_win32.xs win32/makefile.mk
|
||
! win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3500] By: jhi on 1999/05/28 21:17:24
|
||
Log: The new t/lib/io_linenum.t was using stricture
|
||
before @INC was set up.
|
||
Branch: cfgperl
|
||
! t/lib/io_linenum.t
|
||
____________________________________________________________________________
|
||
[ 3499] By: jhi on 1999/05/28 17:13:23
|
||
Log: From: Tom Hughes <tom@compton.nu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_57] ByteLoader mark 2
|
||
Date: Wed, 26 May 1999 23:59:49 +0100
|
||
Message-ID: <bf337a0849.tom@compton.compton.nu>
|
||
|
||
plus resolve tiny conflict with #3479
|
||
plus regen_headers.
|
||
Branch: cfgperl
|
||
+ ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
|
||
+ ext/ByteLoader/byterun.h
|
||
- bytecode.h byterun.c byterun.h
|
||
! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
|
||
! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
|
||
! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
|
||
! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
|
||
! perl.h perlvars.h proto.h util.c utils/Makefile
|
||
____________________________________________________________________________
|
||
[ 3498] By: jhi on 1999/05/28 16:53:04
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
To: perl5-porters@perl.com
|
||
Subject: PATCH (5.005_57): defined(@a) now deprecated
|
||
Date: Thu, 27 May 1999 16:05:44 -0400
|
||
Message-ID: <19990527200544.13330.qmail@plover.com>
|
||
Branch: cfgperl
|
||
! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
|
||
! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 3497] By: jhi on 1999/05/28 16:50:54
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
|
||
Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
|
||
Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
|
||
! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
|
||
____________________________________________________________________________
|
||
[ 3496] By: jhi on 1999/05/28 16:48:39
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.00557] Required OS/2-related patches
|
||
Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
|
||
Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
|
||
! t/op/stat.t util.c
|
||
____________________________________________________________________________
|
||
[ 3495] By: jhi on 1999/05/28 16:45:56
|
||
Log: From: Paul Johnson <pjcj@transeda.com>
|
||
To: perl5-porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_57] Provide more useful test okay percentage
|
||
Date: Fri, 28 May 1999 15:13:54 +0100
|
||
Message-ID: <19990528151354.B289@west-tip.transeda.com>
|
||
Branch: cfgperl
|
||
! t/TEST
|
||
____________________________________________________________________________
|
||
[ 3494] By: jhi on 1999/05/28 16:44:34
|
||
Log: From: Paul Johnson <pjcj@transeda.com>
|
||
To: perl5-porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_57] Fixes related to working local $.
|
||
Date: Fri, 28 May 1999 15:11:18 +0100
|
||
Message-ID: <19990528151118.A289@west-tip.transeda.com>
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
|
||
____________________________________________________________________________
|
||
[ 3493] By: gsar on 1999/05/28 16:37:26
|
||
Log: change#3449 wasn't doing enough
|
||
Branch: perl
|
||
! op.c t/comp/proto.t
|
||
____________________________________________________________________________
|
||
[ 3492] By: jhi on 1999/05/28 08:12:23
|
||
Log: From: paul.marquess@bt.com
|
||
To: doughera@lafayette.edu
|
||
Cc: perl5-porters@perl.org
|
||
Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
|
||
Date: Thu, 27 May 1999 23:31:38 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
|
||
|
||
Had to be applied manually; some mailer had munged the patch slightly.
|
||
Branch: cfgperl
|
||
! ext/NDBM_File/NDBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 3491] By: jhi on 1999/05/28 07:51:17
|
||
Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_57] fixing eval in the compiler
|
||
Date: Thu, 27 May 1999 07:56:54 -0700
|
||
Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
|
||
Branch: cfgperl
|
||
! cc_runtime.h scope.h
|
||
____________________________________________________________________________
|
||
[ 3490] By: jhi on 1999/05/28 07:47:06
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: perlbug@perl.com
|
||
Cc: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Subject: [PATCH] Configure updates for ISC 4.1
|
||
Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3489] By: jhi on 1999/05/28 07:39:17
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> malloc.c win32/makedef.pl win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3488] By: jhi on 1999/05/27 16:57:19
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
|
||
Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/sunos_4_1.sh util.c
|
||
____________________________________________________________________________
|
||
[ 3487] By: gsar on 1999/05/27 03:56:20
|
||
Log: make win32_spawnvp() inherit standard handles even when they
|
||
may be redirected
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3486] By: jhi on 1999/05/26 19:55:52
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
|
||
Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3485] By: chip on 1999/05/26 17:19:11
|
||
Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
|
||
Branch: maint-5.004/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 3484] By: gsar on 1999/05/26 01:56:28
|
||
Log: fix missing exported symbol
|
||
Branch: perl
|
||
! malloc.c win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 3483] By: jhi on 1999/05/25 23:08:07
|
||
Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
|
||
|
||
From: "Todd C. Miller" <Todd.Miller@courtesan.com>
|
||
To: perlbug@perl.com
|
||
Subject: OpenBSD hints file update
|
||
Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
|
||
Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
|
||
Branch: cfgperl
|
||
! hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 3482] By: jhi on 1999/05/25 23:01:25
|
||
Log: From: Tom Hughes <tom@compton.nu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
|
||
Date: Tue, 25 May 1999 23:10:23 +0100
|
||
Message-ID: <1ed7f10749.tom@compton.compton.nu>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3481] By: jhi on 1999/05/25 22:31:50
|
||
Log: 3479, 3480, 3481 seems logical.
|
||
Branch: cfgperl
|
||
!> hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3480] By: jhi on 1999/05/25 22:13:39
|
||
Log: The change #3479 wasn't perfect.
|
||
Branch: perl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3479] By: jhi on 1999/05/25 21:59:21
|
||
Log: Cures for _57 in AIX 4.1.5.0.
|
||
(1) The lddlflags lost its -lc by change #3660
|
||
(and the politeness of change #3257).
|
||
(2) optype_size must end up in perl.exp (as PL_optype_size).
|
||
Added it to perlvars.h, fixed bytecode.pl,
|
||
regen'ed the relevant headers.
|
||
Branch: cfgperl
|
||
! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
|
||
! perlvars.h
|
||
Branch: perl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3478] By: jhi on 1999/05/25 20:13:47
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> pod/perltootc.pod
|
||
!> (integrate 101 files)
|
||
____________________________________________________________________________
|
||
[ 3477] By: gsar on 1999/05/25 10:43:48
|
||
Log: here be 5.005_57
|
||
Branch: perl
|
||
! Changes MANIFEST Porting/makerel
|
||
!> Changes5.005
|
||
|
||
----------------
|
||
Version 5.005_57
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 3476] By: gsar on 1999/05/25 09:23:43
|
||
Log: up patchlevel &c
|
||
Branch: perl
|
||
! Changes patchlevel.h pod/perlhist.pod win32/Makefile
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3475] By: gsar on 1999/05/25 09:14:51
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
|
||
Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_56] REx engine improvements
|
||
Branch: perl
|
||
! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
|
||
! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
|
||
! thrdvar.h util.c
|
||
____________________________________________________________________________
|
||
[ 3474] By: gsar on 1999/05/25 08:39:56
|
||
Log: test case for change#3470
|
||
Branch: perl
|
||
! t/lib/bigintpm.t
|
||
____________________________________________________________________________
|
||
[ 3473] By: gsar on 1999/05/25 08:36:52
|
||
Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
|
||
Branch: perl
|
||
! Changes pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 3472] By: gsar on 1999/05/25 08:28:57
|
||
Log: assorted tweaks
|
||
Branch: perl
|
||
! doio.c iperlsys.h win32/config.bc win32/config.gc
|
||
! win32/config.vc win32/config_H.bc win32/config_H.gc
|
||
! win32/config_H.vc win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 3471] By: gsar on 1999/05/25 06:06:04
|
||
Log: perlref update from Tom Christiansen
|
||
Branch: perl
|
||
! pod/perlref.pod
|
||
____________________________________________________________________________
|
||
[ 3470] By: gsar on 1999/05/25 06:03:27
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Mon, 24 May 1999 17:43:56 -0400
|
||
Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_*] hv.c calling negative malloc()
|
||
Branch: perl
|
||
! hv.c
|
||
____________________________________________________________________________
|
||
[ 3469] By: gsar on 1999/05/25 05:59:22
|
||
Log: avoid temporary files that have a constant name (from a suggestion
|
||
by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3468] By: gsar on 1999/05/25 05:54:29
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
Date: Mon, 24 May 99 11:20:25 PDT
|
||
Message-Id: <9905241820.AA28071@forte.com>
|
||
Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
|
||
Branch: perl
|
||
! lib/Pod/Text.pm
|
||
____________________________________________________________________________
|
||
[ 3467] By: gsar on 1999/05/25 04:08:50
|
||
Log: fix glob() bug that resulted in missing symlinks that don't point
|
||
anywhere
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3466] By: gsar on 1999/05/25 03:00:00
|
||
Log: avoid enumerating @INC contents in diagnostic if @INC was never
|
||
searched
|
||
Branch: perl
|
||
! pod/perldiag.pod pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3465] By: gsar on 1999/05/25 02:24:08
|
||
Log: add caveat about close(PIPE) carelessness
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3464] By: gsar on 1999/05/24 23:55:53
|
||
Log: fix bogus line numbers for void context warnings
|
||
(change#2548 was overeager)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3463] By: gsar on 1999/05/24 23:31:58
|
||
Log: change#3455 had a typo
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3462] By: gsar on 1999/05/24 17:32:20
|
||
Log: more pod updates from Tom Christiansen; regen perltoc
|
||
Branch: perl
|
||
! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
|
||
! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 3461] By: gsar on 1999/05/24 07:41:32
|
||
Log: perlmod notes from Damian Conway (via Tom Christiansen)
|
||
Branch: perl
|
||
! pod/perlmod.pod
|
||
____________________________________________________________________________
|
||
[ 3460] By: gsar on 1999/05/24 07:24:11
|
||
Log: major pod update from Tom Christiansen
|
||
Branch: perl
|
||
+ pod/perltootc.pod
|
||
! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
|
||
! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
|
||
! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
|
||
! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
|
||
! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
|
||
! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
|
||
! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
|
||
! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
|
||
! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
|
||
! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
|
||
! pod/perlxs.pod pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 3459] By: gsar on 1999/05/24 06:26:48
|
||
Log: perlfaq update from Tom Christiansen
|
||
Branch: 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
|
||
____________________________________________________________________________
|
||
[ 3458] By: gsar on 1999/05/24 05:55:11
|
||
Log: updated to v1.50 from CPAN
|
||
Branch: perl
|
||
! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
|
||
____________________________________________________________________________
|
||
[ 3457] By: gsar on 1999/05/24 05:46:20
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Sun, 23 May 1999 16:35:07 +0100
|
||
Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_56] name PL_in_eval bits
|
||
Branch: perl
|
||
! cop.h op.c perl.c pp_ctl.c toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3456] By: gsar on 1999/05/24 05:18:06
|
||
Log: make -t mode the default on emacs/dumb terminals
|
||
Branch: perl
|
||
! Changes utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3455] By: gsar on 1999/05/24 05:05:19
|
||
Log: return 0 rather than "" when scalar grep has nothing to iterate
|
||
on (brings behavior in line with documentation)
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3454] By: gsar on 1999/05/24 04:52:52
|
||
Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
|
||
Date: Thu, 20 May 1999 13:27:02 -1000
|
||
Message-Id: <E10kcDN-0007TA-00@lapaki>
|
||
Subject: Problem with MM_Unix in 5.005_03
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3453] By: gsar on 1999/05/24 04:39:49
|
||
Log: avoid removing duplicates in user-generated warnings
|
||
From: byron@omix.com (Byron Brummer)
|
||
Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
|
||
Message-Id: <199905201101.EAA91175@thrush.omix.com>
|
||
Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
|
||
Branch: perl
|
||
! lib/diagnostics.pm
|
||
____________________________________________________________________________
|
||
[ 3452] By: gsar on 1999/05/24 04:23:10
|
||
Log: straighten some code to avoid NeXT compiler bugs (from
|
||
Geoff Kuenning <geoff@cs.hmc.edu>)
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3451] By: gsar on 1999/05/24 03:03:05
|
||
Log: minor logic tweak for reserved word warning
|
||
Branch: perl
|
||
! lib/Test/Harness.pm toke.c
|
||
____________________________________________________________________________
|
||
[ 3450] By: gsar on 1999/05/24 02:34:20
|
||
Log: oops, some files missing in change#3449
|
||
Branch: perl
|
||
! op.c op.h toke.c
|
||
____________________________________________________________________________
|
||
[ 3449] By: gsar on 1999/05/24 02:33:12
|
||
Log: allow '*' prototype to autoquote even barewords that happen to be
|
||
function names; parens or ampersand continue to force the other
|
||
interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
|
||
do the right thing, for example
|
||
Branch: perl
|
||
! t/comp/proto.t
|
||
____________________________________________________________________________
|
||
[ 3448] By: gsar on 1999/05/24 01:51:24
|
||
Log: remove vestiges of PL_last_proto
|
||
Branch: perl
|
||
! embedvar.h intrpvar.h objXSUB.h
|
||
____________________________________________________________________________
|
||
[ 3447] By: gsar on 1999/05/24 01:49:20
|
||
Log: redo change#2061 and parts of change#1169 with code in the
|
||
parser; PL_last_proto hackery gone, strict 'subs' in now
|
||
implemented in the optimizer where specifying the exceptional
|
||
cases is much more robust; '*' (bareword) prototype now works
|
||
reliably when used in second and subsequent arguments
|
||
Branch: perl
|
||
! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
|
||
____________________________________________________________________________
|
||
[ 3446] By: gsar on 1999/05/23 05:00:55
|
||
Log: remove redundant part of change#1169 superceded by change#2061;
|
||
avoid "future reserved word" warning on prototypical bearwords
|
||
Branch: perl
|
||
! t/lib/fatal.t toke.c
|
||
____________________________________________________________________________
|
||
[ 3445] By: gsar on 1999/05/21 23:36:49
|
||
Log: s/isspace/isSPACE/g and make sure the CRT version is always
|
||
passed an unsigned char (fixes random occurrence of spaces in
|
||
arguments containing high-bit chars passed to spawned children,
|
||
on win32)
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3444] By: gsar on 1999/05/21 23:08:55
|
||
Log: integrate Configure changes from cfgperl
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3443] By: jhi on 1999/05/21 22:00:56
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> Changes doop.c ext/SDBM_File/sdbm/dba.c
|
||
!> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
|
||
!> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
|
||
!> win32/perlhost.h win32/win32.c x2p/walk.c
|
||
____________________________________________________________________________
|
||
[ 3442] By: jhi on 1999/05/21 21:59:46
|
||
Log: fflush.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3441] By: gsar on 1999/05/21 17:48:55
|
||
Log: integrate cfgperl changes
|
||
Branch: perl
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH hints/sunos_4_1.sh installperl
|
||
____________________________________________________________________________
|
||
[ 3440] By: gsar on 1999/05/21 17:42:49
|
||
Log: test tweak
|
||
Branch: perl
|
||
! t/comp/proto.t
|
||
____________________________________________________________________________
|
||
[ 3439] By: gsar on 1999/05/21 17:31:26
|
||
Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
|
||
(Configure fflush(NULL) detection seems broken on Solaris, which
|
||
is why I hit the problem)
|
||
Branch: perl
|
||
! Changes perl.h
|
||
____________________________________________________________________________
|
||
[ 3438] By: gsar on 1999/05/20 16:41:01
|
||
Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
|
||
Branch: perl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 3437] By: jhi on 1999/05/20 07:14:39
|
||
Log: Patches to fflushing in SunOS 4 from Andy Dougherty
|
||
(via private email).
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH hints/sunos_4_1.sh
|
||
____________________________________________________________________________
|
||
[ 3436] By: gsar on 1999/05/20 05:18:26
|
||
Log: various little nits
|
||
Branch: perl
|
||
! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
|
||
! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
|
||
! win32/perlhost.h win32/win32.c x2p/walk.c
|
||
____________________________________________________________________________
|
||
[ 3435] By: jhi on 1999/05/18 16:25:49
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: installperl
|
||
Date: Fri, 14 May 1999 21:34:58 +0100
|
||
Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
|
||
Branch: cfgperl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 3434] By: jhi on 1999/05/17 21:25:54
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> lib/ExtUtils/MM_Cygwin.pm
|
||
- cygwin32/impure_ptr.c
|
||
!> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
|
||
!> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
|
||
!> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
|
||
!> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
|
||
!> x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 3433] By: gsar on 1999/05/17 09:49:01
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> Configure INSTALL config_h.SH configure.com embed.h
|
||
!> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
|
||
!> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
|
||
!> util.c
|
||
____________________________________________________________________________
|
||
[ 3432] By: gsar on 1999/05/17 09:06:45
|
||
Log: emit more appropriate diagnostic for failed glob (variant
|
||
of patch suggested by Graham Barr)
|
||
Branch: perl
|
||
! gv.c pod/perldiag.pod pp.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3431] By: gsar on 1999/05/17 08:38:09
|
||
Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
|
||
Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
|
||
Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
|
||
Subject: find2perl does not grok the 'c' suffix to the -size argument
|
||
Branch: perl
|
||
! x2p/find2perl.PL
|
||
____________________________________________________________________________
|
||
[ 3430] By: gsar on 1999/05/17 08:26:21
|
||
Log: additional cleanups for cygwin32 port
|
||
From: "Fifer, Eric" <EFifer@sanwaint.com>
|
||
Date: Wed, 12 May 1999 20:25:54 +0100
|
||
Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
|
||
Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
|
||
Branch: perl
|
||
+ lib/ExtUtils/MM_Cygwin.pm
|
||
- cygwin32/impure_ptr.c
|
||
! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
|
||
! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
|
||
! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
|
||
! perl.h util.c
|
||
____________________________________________________________________________
|
||
[ 3429] By: gsar on 1999/05/17 08:01:04
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
|
||
Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 3428] By: jhi on 1999/05/17 07:03:26
|
||
Log: Integrate from mainperl modulo the Socket.xs change.
|
||
Branch: cfgperl
|
||
!> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
|
||
!> win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3427] By: jhi on 1999/05/16 22:09:11
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
|
||
Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
|
||
Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! ext/Devel/Peek/Peek.xs
|
||
____________________________________________________________________________
|
||
[ 3426] By: jhi on 1999/05/16 22:07:11
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
To: perl5-porters@perl.com
|
||
Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
|
||
Date: Sat, 15 May 1999 12:43:47 -0400
|
||
Message-ID: <19990515164348.7313.qmail@plover.com>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 3425] By: nick on 1999/05/15 15:56:10
|
||
Log: Mingw32 + w32api-0.1.5 tweaks
|
||
- now more like other Win32 compilers
|
||
Branch: perl
|
||
! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
|
||
! win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3424] By: nick on 1999/05/14 21:04:22
|
||
Log: Experimental "slab" allocator for ops.
|
||
To try it -DPL_OP_SLAB_ALLOC for op.c
|
||
This is for proof of concept only, it leaks memory
|
||
(ops are not free'd) so don't use in embedded apps.
|
||
If this minimalist version does not show performance
|
||
gain then whole idea is worthless.
|
||
Nick see's approx 12% speed up vs perlmalloc running
|
||
perl -Ilib -MCPAN -e ''
|
||
Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3423] By: gsar on 1999/05/14 19:55:04
|
||
Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
|
||
found (brings sitelib intuition in line with privlib)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3422] By: jhi on 1999/05/14 08:08:01
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
|
||
Date: Thu, 13 May 99 15:29:57 PDT
|
||
Message-Id: <9905132229.AA15854@forte.com>
|
||
Branch: cfgperl
|
||
! configure.com
|
||
____________________________________________________________________________
|
||
[ 3421] By: jhi on 1999/05/14 07:34:20
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> lib/ExtUtils/MM_Unix.pm win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3420] By: jhi on 1999/05/14 07:33:26
|
||
Log: Still fflushing.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH util.c
|
||
____________________________________________________________________________
|
||
[ 3419] By: gsar on 1999/05/14 03:08:29
|
||
Log: mortalize string allocations by win32_get_{priv,site}lib()
|
||
(fixes small memory leak in interpreter)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3418] By: gsar on 1999/05/14 03:06:50
|
||
Log: make win32_longname() preserve kind of slashes in argument
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3417] By: gsar on 1999/05/14 03:04:44
|
||
Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3416] By: jhi on 1999/05/13 21:18:06
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3415] By: jhi on 1999/05/13 21:16:49
|
||
Log: Fixes from Andy Dougherty (via private email).
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3414] By: nick on 1999/05/13 20:04:26
|
||
Log: valist vs va_list typo
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3413] By: jhi on 1999/05/13 15:04:05
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: perlbug@perl.com
|
||
Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
|
||
Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 3412] By: jhi on 1999/05/13 14:20:17
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3411] By: gsar on 1999/05/13 14:16:56
|
||
Log: docatch_body() declaration mismatch
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 3410] By: jhi on 1999/05/13 13:51:44
|
||
Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 3409] By: jhi on 1999/05/13 13:31:53
|
||
Log: Still fflushing strong.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
|
||
! proto.h util.c
|
||
____________________________________________________________________________
|
||
[ 3408] By: jhi on 1999/05/12 14:30:23
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 3407] By: jhi on 1999/05/12 12:28:31
|
||
Log: Be tidier with fflush(NULL) testing.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3406] By: gsar on 1999/05/12 11:26:03
|
||
Log: better range-checking on list slices, with test
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Sun, 02 May 1999 17:02:53 +0100
|
||
Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
|
||
Subject: Re: List slice of undefs returns 0 items
|
||
Branch: perl
|
||
! pp.c t/op/list.t
|
||
____________________________________________________________________________
|
||
[ 3405] By: gsar on 1999/05/12 11:22:27
|
||
Log: change#3397 needs test tweak
|
||
Branch: perl
|
||
! Changes t/pragma/warn/sv
|
||
____________________________________________________________________________
|
||
[ 3404] By: gsar on 1999/05/12 11:07:44
|
||
Log: typo in change#3397
|
||
Branch: perl
|
||
! doop.c
|
||
____________________________________________________________________________
|
||
[ 3403] By: gsar on 1999/05/12 10:49:01
|
||
Log: From: Stephen Zander <gibreel@pobox.com>
|
||
Date: 12 May 1999 01:22:31 -0700
|
||
Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
|
||
Subject: Re: Test::Harness runs tainted tests with wrong library path
|
||
Branch: perl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 3402] By: gsar on 1999/05/12 10:42:06
|
||
Log: typo in change#3400
|
||
Branch: perl
|
||
! ext/B/B/Deparse.pm
|
||
____________________________________________________________________________
|
||
[ 3401] By: jhi on 1999/05/12 10:40:42
|
||
Log: A better, shinier, and possibly even correctly working
|
||
reincarnation of #3398.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3400] By: gsar on 1999/05/12 10:40:11
|
||
Log: deparse \&func() as \(&func()) for clarity
|
||
From: Albert Dvornik <bert@genscan.com>
|
||
Date: 11 May 1999 13:32:04 -0400
|
||
Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
|
||
Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
|
||
Branch: perl
|
||
! ext/B/B/Deparse.pm
|
||
____________________________________________________________________________
|
||
[ 3399] By: gsar on 1999/05/12 10:36:02
|
||
Log: more testsuite smarts (many of them courtesy Ilya)
|
||
Branch: perl
|
||
! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
|
||
! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
|
||
! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
|
||
! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
|
||
! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
|
||
! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
|
||
! t/op/pwent.t
|
||
____________________________________________________________________________
|
||
[ 3398] By: jhi on 1999/05/12 09:33:08
|
||
Log: Detect whether fflush(NULL) works as per change #3352.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 3397] By: gsar on 1999/05/12 08:56:03
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 12 May 1999 01:01:00 +0200
|
||
Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_03] chop/chomp modify readonly values
|
||
Branch: perl
|
||
! doop.c
|
||
____________________________________________________________________________
|
||
[ 3396] By: gsar on 1999/05/12 08:23:27
|
||
Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
|
||
stat() behaves similarly
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3395] By: jhi on 1999/05/11 22:21:32
|
||
Log: Redo parts of #3341 and #3358 that #3394 undid.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3394] By: jhi on 1999/05/11 22:03:48
|
||
Log: Add I_NETINET_TCP to help change #3391.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH ext/Socket/Socket.xs
|
||
____________________________________________________________________________
|
||
[ 3393] By: jhi on 1999/05/11 21:44:59
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 55 files)
|
||
____________________________________________________________________________
|
||
[ 3392] By: gsar on 1999/05/11 20:56:43
|
||
Log: update embedvar.h
|
||
Branch: perl
|
||
! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3391] By: gsar on 1999/05/11 16:32:05
|
||
Log: From: Joshua Pritikin <joshua.pritikin@db.com>
|
||
Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
|
||
Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
|
||
Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
|
||
Branch: perl
|
||
! ext/Socket/Socket.pm ext/Socket/Socket.xs
|
||
____________________________________________________________________________
|
||
[ 3390] By: gsar on 1999/05/11 15:27:40
|
||
Log: display more frequent progress messages when STDOUT is a tty
|
||
Branch: perl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 3389] By: gsar on 1999/05/11 14:40:58
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
|
||
Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] Explanations by Test::Harness
|
||
Branch: perl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 3388] By: gsar on 1999/05/11 14:08:14
|
||
Log: avoid creating spurious subroutine stubs on failed subroutine
|
||
call and other places of sv_2cv() misuse; fixes problems with
|
||
failed subroutine calls "hiding" later attempts to lookup methods
|
||
in base classes
|
||
Branch: perl
|
||
! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
|
||
____________________________________________________________________________
|
||
[ 3387] By: gsar on 1999/05/11 09:34:13
|
||
Log: various fixes for clean build and test on win32; configpm broken,
|
||
needed to open myconfig.SH rather than myconfig; sundry adjustments
|
||
to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
|
||
work under win32; getenv_sv() changed to getenv_len() since SVs
|
||
aren't visible in the lower echelons; remove bogus exports from
|
||
config.sym; PERL_OBJECT-ness for C++ exception support; null out
|
||
IoDIRP in filter_del() or sv_free() will attempt to close it
|
||
Branch: perl
|
||
! Changes bytecode.pl byterun.c byterun.h configpm embed.h
|
||
! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
|
||
! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
|
||
! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
|
||
! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
|
||
! win32/GenCAPI.pl win32/Makefile win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/makedef.pl
|
||
! win32/makefile.mk win32/perlhost.h win32/runperl.c
|
||
! win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3386] By: gsar on 1999/05/11 02:49:07
|
||
Log: gutsupport for C++ exceptions
|
||
From: Chip Salzenberg <chip@perlsupport.com>
|
||
Date: Tue, 9 Mar 1999 11:51:57 -0500
|
||
Message-ID: <19990309115157.E7911@perlsupport.com>
|
||
Subject: [PATCH 5.005] Flexible Exceptions
|
||
Branch: perl
|
||
! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
|
||
! scope.c scope.h thrdvar.h util.c
|
||
____________________________________________________________________________
|
||
[ 3385] By: gsar on 1999/05/10 19:33:36
|
||
Log: "weak" references internals, still needs perlguts documentation
|
||
(somewhat modified version of patch suggested by Tuomas J. Lukka
|
||
<lukka@fas.harvard.edu>)
|
||
Branch: perl
|
||
! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
|
||
! pod/perldiag.pod proto.h sv.c sv.h util.c
|
||
____________________________________________________________________________
|
||
[ 3384] By: jhi on 1999/05/10 18:21:43
|
||
Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
|
||
(due to QAR 56761) (the bug has been fixed in 4.0E or better)
|
||
Branch: cfgperl
|
||
! INSTALL hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 3381] By: jhi on 1999/05/10 14:39:28
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
|
||
+> cygwin32/build-instructions.charles-wilson
|
||
+> cygwin32/build-instructions.sebastien-barre
|
||
+> cygwin32/build-instructions.steven-morlock
|
||
+> cygwin32/build-instructions.steven-morlock2
|
||
+> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
|
||
+> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
|
||
+> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
|
||
+> t/op/numconvert.t utils/perlbc.PL
|
||
- cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
|
||
- cygwin32/perlld
|
||
!> (integrate 105 files)
|
||
____________________________________________________________________________
|
||
[ 3380] By: gsar on 1999/05/10 12:27:14
|
||
Log: regen regnodes.h
|
||
Branch: perl
|
||
! Changes regnodes.h
|
||
____________________________________________________________________________
|
||
[ 3379] By: gsar on 1999/05/10 12:17:26
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 01 May 1999 22:55:36 +0200
|
||
Message-ID: <373067e9.56194713@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
|
||
Branch: perl
|
||
! pod/perlfunc.pod pod/perlop.pod win32/config.vc
|
||
! win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 3378] By: gsar on 1999/05/10 12:07:13
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
|
||
Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
|
||
Branch: perl
|
||
+ t/op/numconvert.t
|
||
! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3377] By: gsar on 1999/05/10 11:39:48
|
||
Log: pp_modulo comment tweak from Ilya
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 3376] By: gsar on 1999/05/10 11:30:40
|
||
Log: From: Joshua Pritikin <joshua.pritikin@db.com>
|
||
Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
|
||
Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
|
||
Subject: Test.pm update [PATCH _56]
|
||
Branch: perl
|
||
! lib/Test.pm
|
||
____________________________________________________________________________
|
||
[ 3375] By: gsar on 1999/05/10 11:28:30
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Fri, 07 May 1999 00:59:54 +0200
|
||
Message-ID: <373318ae.19292461@smtp1.ibm.net>
|
||
Subject: Re: Using existing memory for an SV's PV
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3374] By: gsar on 1999/05/10 11:23:44
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Fri, 07 May 1999 00:59:52 +0200
|
||
Message-ID: <37321800.19118320@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 3373] By: gsar on 1999/05/10 11:22:10
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 6 May 1999 18:17:28 -0400
|
||
Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
|
||
Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
|
||
Branch: perl
|
||
! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3372] By: gsar on 1999/05/10 10:57:49
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
|
||
Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
|
||
Branch: perl
|
||
! regcomp.c regcomp.pl
|
||
____________________________________________________________________________
|
||
[ 3371] By: gsar on 1999/05/10 10:54:01
|
||
Log: From: lane@duphy4.physics.drexel.edu
|
||
Date: Tue, 04 May 1999 10:19:25 -0700
|
||
Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
|
||
Subject: [PATCH 5.005.56] pod->html VMS fixes
|
||
Branch: perl
|
||
! installhtml lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3370] By: gsar on 1999/05/10 10:45:52
|
||
Log: testsuite nits
|
||
Branch: perl
|
||
! t/lib/io_linenum.t t/op/filetest.t
|
||
____________________________________________________________________________
|
||
[ 3369] By: gsar on 1999/05/10 10:35:22
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
|
||
Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
|
||
Branch: perl
|
||
! os2/os2ish.h os2/os2thread.h
|
||
____________________________________________________________________________
|
||
[ 3368] By: gsar on 1999/05/10 10:00:11
|
||
Log: From: Albert Dvornik <bert@genscan.com>
|
||
Date: 03 May 1999 12:20:57 -0400
|
||
Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
|
||
Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
|
||
Branch: perl
|
||
! dump.c
|
||
____________________________________________________________________________
|
||
[ 3367] By: gsar on 1999/05/10 09:55:51
|
||
Log: shadow password support for Solaris (needs Configure help to
|
||
determine HAS_GETSPENT)
|
||
From: "Patrick O'Brien" <pdo@cs.umd.edu>
|
||
Date: Sat, 01 May 1999 19:41:17 -0400
|
||
Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
|
||
Subject: getpwent() under solaris
|
||
Branch: perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3366] By: gsar on 1999/05/10 09:45:58
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 01 May 1999 23:45:47 +0200
|
||
Message-ID: <373373fb.59284266@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3365] By: gsar on 1999/05/10 09:34:22
|
||
Log: test suite and fix input_line_number()
|
||
From: Paul Johnson <pjcj@transeda.com>
|
||
Date: Thu, 29 Apr 1999 06:28:14 +0100
|
||
Message-ID: <19990429062814.A17906@west-tip.transeda.com>
|
||
Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
|
||
Branch: perl
|
||
+ t/lib/io_linenum.t
|
||
! MANIFEST ext/IO/lib/IO/Handle.pm
|
||
____________________________________________________________________________
|
||
[ 3364] By: gsar on 1999/05/10 09:20:56
|
||
Log: fix overeager [:foo:] parsing
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Fri, 30 Apr 1999 09:26:18 +0100
|
||
Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
|
||
Branch: perl
|
||
! regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 3363] By: gsar on 1999/05/10 09:09:21
|
||
Log: documentation for Win32 builtins (somewhat modified)
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Tue, 30 Mar 1999 08:05:03 +0200
|
||
Message-ID: <37006783.1926460@smtp1.ibm.net>
|
||
Subject: Re: Issues with build 509
|
||
Branch: perl
|
||
+ pod/Win32.pod
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3362] By: gsar on 1999/05/10 08:22:07
|
||
Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
|
||
Branch: perl
|
||
! lib/File/Copy.pm win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3361] By: gsar on 1999/05/10 08:11:29
|
||
Log: escape ampersands in <pre> sections
|
||
Branch: perl
|
||
! Changes lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3360] By: gsar on 1999/05/10 08:04:14
|
||
Log: AIX hints enhancements (threads build, SOCKS support)
|
||
From: "David R. Favor" <dfavor@austin.ibm.com>
|
||
Date: Wed, 28 Apr 1999 08:45:28 -0500
|
||
Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
|
||
Subject: Working build for AIX + gcc + threading
|
||
Branch: perl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3359] By: gsar on 1999/05/10 07:49:26
|
||
Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
|
||
Date: Tue, 27 Apr 1999 23:47:24 PDT
|
||
Message-ID: <19990428064724.95244.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
|
||
--
|
||
Date: Thu, 29 Apr 1999 18:21:06 -0700
|
||
Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
|
||
Subject: [PATCH 5.005_56] double constants ( C.pm)
|
||
--
|
||
Date: Mon, 03 May 1999 20:21:31 PDT
|
||
Message-ID: <19990504032131.81113.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
|
||
--
|
||
Date: Thu, 06 May 1999 17:57:09 -0700
|
||
Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
|
||
Subject: Stash.pm
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
|
||
! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
|
||
____________________________________________________________________________
|
||
[ 3358] By: gsar on 1999/05/10 04:39:15
|
||
Log: cygwin32 update (untested adaptation of patch against 5.005_03)
|
||
From: alexander smishlajev <als@turnhere.com>
|
||
Date: Sun, 25 Apr 1999 14:58:29 +0300
|
||
Message-ID: <37230365.5F68B460@turnhere.com>
|
||
Subject: [PATCH]5.005_03 (CORE) cygwin32 port
|
||
Branch: perl
|
||
+ cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
|
||
+ cygwin32/build-instructions.charles-wilson
|
||
+ cygwin32/build-instructions.sebastien-barre
|
||
+ cygwin32/build-instructions.steven-morlock
|
||
+ cygwin32/build-instructions.steven-morlock2
|
||
+ cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
|
||
- cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
|
||
- cygwin32/perlld
|
||
! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
|
||
! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
|
||
! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
|
||
! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
|
||
! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
|
||
! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
|
||
____________________________________________________________________________
|
||
[ 3357] By: gsar on 1999/05/10 04:07:07
|
||
Log: applied suggested patch, modulo already applied parts
|
||
From: Charles Bailey <BAILEY@newman.upenn.edu>
|
||
Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
|
||
Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
|
||
Subject: [Patch 5.005_56] VMS consolidated patch #2
|
||
Branch: perl
|
||
! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
|
||
! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
|
||
! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
|
||
! vms/subconfigure.com vms/test.com vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 3356] By: gsar on 1999/05/10 03:48:08
|
||
Log: applied suggested patch, with win32 and PERL_OBJECT additions
|
||
From: Tom Hughes <tom@compton.nu>
|
||
Date: Sat, 24 Apr 1999 18:11:59 +0100
|
||
Message-ID: <609bdff748.tom@compton.compton.nu>
|
||
Subject: ByteLoader patch
|
||
Branch: perl
|
||
+ ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
|
||
+ ext/ByteLoader/Makefile.PL utils/perlbc.PL
|
||
! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
|
||
! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
|
||
! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
|
||
! utils/Makefile win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3355] By: gsar on 1999/05/10 03:22:49
|
||
Log: document 'test' attribute (from Andreas Koenig)
|
||
Branch: perl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 3354] By: gsar on 1999/05/10 03:12:37
|
||
Log: From: pmarquess@bfsec.bt.co.uk
|
||
Date: Thu, 22 Apr 1999 23:12:08 +0100
|
||
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
|
||
Subject: PATCH for small bug in scan_bin
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3353] By: gsar on 1999/05/10 02:39:33
|
||
Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
|
||
provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
|
||
Branch: perl
|
||
! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
|
||
! win32/win32iop.h
|
||
____________________________________________________________________________
|
||
[ 3352] By: gsar on 1999/05/09 22:47:39
|
||
Log: flush all open output buffers before fork(), exec(), system, qx//
|
||
and pipe open() operations, simplifying buffering headaches faced
|
||
by users; uses fflush(NULL), which may need Configure test
|
||
Branch: perl
|
||
! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
|
||
! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3351] By: gsar on 1999/05/09 21:11:51
|
||
Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
|
||
Leroy <jll@skynet.be>)
|
||
Branch: perl
|
||
! utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 3350] By: gsar on 1999/05/09 20:39:11
|
||
Log: normalize $^X to full pathname on win32
|
||
Branch: perl
|
||
! win32/runperl.c
|
||
____________________________________________________________________________
|
||
[ 3349] By: gsar on 1999/05/09 20:23:07
|
||
Log: allow readline($globref), <$globref> already works
|
||
Branch: perl
|
||
! pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3348] By: gsar on 1999/05/09 20:00:09
|
||
Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
|
||
<lemburg@online-club.de>)
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3347] By: gsar on 1999/05/09 18:47:21
|
||
Log: additions to Thread.pm docs from Tuomas J. Lukka
|
||
<lukka@fas.harvard.edu>
|
||
Branch: perl
|
||
! ext/Thread/Thread.pm
|
||
____________________________________________________________________________
|
||
[ 3346] By: gsar on 1999/05/09 18:38:00
|
||
Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
|
||
Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
|
||
Subject: [PATCH _56] Re: pdt: Perl Development Tools?
|
||
Branch: perl
|
||
! ext/B/B/Xref.pm
|
||
____________________________________________________________________________
|
||
[ 3345] By: gsar on 1999/05/09 18:22:43
|
||
Log: work around mangled archname on win32 while finding privlib/sitelib;
|
||
normalize lib paths to forward slashes internally
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3344] By: gsar on 1999/05/09 03:20:06
|
||
Log: fix typo in dbm filters that caused odbm.t to fail
|
||
Branch: perl
|
||
! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
|
||
____________________________________________________________________________
|
||
[ 3343] By: gsar on 1999/05/09 02:02:59
|
||
Log: tweak test totals
|
||
Branch: perl
|
||
! Changes t/lib/tie-stdhandle.t
|
||
____________________________________________________________________________
|
||
[ 3342] By: gsar on 1999/05/09 01:42:06
|
||
Log: import list propagation busted (pointed out by Ton Hospel
|
||
<thospel@mail.dma.be>)
|
||
Branch: perl
|
||
! lib/autouse.pm
|
||
____________________________________________________________________________
|
||
[ 3341] By: gsar on 1999/05/09 00:54:18
|
||
Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
|
||
(as suggested by Eric Boehm <boehm@nortelnetworks.com>)
|
||
Branch: perl
|
||
! Configure Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3340] By: gsar on 1999/05/09 00:40:41
|
||
Log: generate manpages for newly added utils
|
||
Branch: perl
|
||
! installman
|
||
____________________________________________________________________________
|
||
[ 3339] By: gsar on 1999/05/09 00:33:50
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Sun, 02 May 1999 17:59:24 +0100
|
||
Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
|
||
Subject: [PATCH] Re: ptr to realloced memory in yylex
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3338] By: jhi on 1999/05/08 22:40:29
|
||
Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
|
||
Branch: cfgperl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 3337] By: jhi on 1999/05/08 22:22:26
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
|
||
!> (integrate 54 files)
|
||
____________________________________________________________________________
|
||
[ 3336] By: gsar on 1999/05/08 21:48:22
|
||
Log: make perldoc -f grok nested =items
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3335] By: gsar on 1999/05/08 19:48:11
|
||
Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
|
||
Branch: perl
|
||
! op.c t/lib/fields.t
|
||
____________________________________________________________________________
|
||
[ 3334] By: gsar on 1999/05/08 19:09:41
|
||
Log: update test totals
|
||
Branch: perl
|
||
! t/lib/bigintpm.t
|
||
____________________________________________________________________________
|
||
[ 3333] By: gsar on 1999/05/08 16:56:02
|
||
Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3332] By: gsar on 1999/05/08 16:46:44
|
||
Log: applied suggested patch, added tests
|
||
From: William Mann <wmann@avici.com>
|
||
Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
|
||
Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
|
||
Subject: BigInt.pm extensions for logical operations
|
||
Branch: perl
|
||
! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
|
||
____________________________________________________________________________
|
||
[ 3331] By: gsar on 1999/05/08 16:09:33
|
||
Log: avoid temporary files named 'tmp'
|
||
Branch: perl
|
||
! Makefile.SH pp.c
|
||
____________________________________________________________________________
|
||
[ 3330] By: nick on 1999/05/08 14:16:30
|
||
Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
|
||
Provide Tie::StdHandle
|
||
Basic update of docs.
|
||
Branch: perl
|
||
+ t/lib/tie-stdhandle.t
|
||
! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3329] By: nick on 1999/05/08 12:03:45
|
||
Log: Tweaks to open(my $fh,...) stuff
|
||
Branch: perl
|
||
! op.c pp.c pp_sys.c t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 3328] By: nick on 1999/05/08 11:18:42
|
||
Log: Bring SDBM_File.xs into line with new typemap
|
||
Branch: perl
|
||
! ext/SDBM_File/SDBM_File.xs
|
||
____________________________________________________________________________
|
||
[ 3327] By: gsar on 1999/05/08 00:07:11
|
||
Log: add test case for AUTOLOAD reentrancy fix in change#3279
|
||
Branch: perl
|
||
! t/lib/autoloader.t
|
||
____________________________________________________________________________
|
||
[ 3326] By: nick on 1999/05/07 21:24:50
|
||
Log: Implement open( my $fh, ...) and similar.
|
||
Set flag in op.c for "constructor ops"
|
||
In pp_rv2gv, if flag is set and arg is PADSV and uninit
|
||
vivify as reference to a detached GV.
|
||
(Name of GV is the pad name.)
|
||
This scheme should "just work" for pipe/socket etc. too.
|
||
|
||
#if 0 out the open(FH,undef) for now.
|
||
Change t/io/open.t to test open(my $fh,...)
|
||
Branch: perl
|
||
! op.c pp.c pp_sys.c t/io/open.t
|
||
____________________________________________________________________________
|
||
[ 3325] By: nick on 1999/05/07 21:18:42
|
||
Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3324] By: gsar on 1999/05/07 20:28:31
|
||
Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
|
||
intervening code has to allocate SVs)
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3323] By: gsar on 1999/05/07 19:45:08
|
||
Log: allow line numbers to show in diagnostics during global destruction
|
||
Branch: perl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 3322] By: gsar on 1999/05/07 09:38:11
|
||
Log: From: Dan Sugalski <sugalskd@ous.edu>
|
||
Date: Fri, 09 Apr 1999 16:16:39 -0700
|
||
Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
|
||
Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 3321] By: gsar on 1999/05/07 09:08:23
|
||
Log: From: kwzh@gnu.org (Karl Heuer)
|
||
Date: Wed, 7 Apr 1999 23:58:58 -0400
|
||
Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
|
||
Subject: [perl-5.005.02] detect lack of /dev/tty
|
||
Branch: perl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3320] By: gsar on 1999/05/07 08:52:14
|
||
Log: allow distinct prefix for versioned executables
|
||
From: Roderick Schertler <roderick@argon.org>
|
||
Date: Wed, 07 Apr 1999 15:34:56 -0400
|
||
Message-ID: <3003.923513696@eeyore.ibcinc.com>
|
||
Subject: perl55.00503 -> perl5.00503 patch for installperl
|
||
Branch: perl
|
||
! INSTALL installperl
|
||
____________________________________________________________________________
|
||
[ 3319] By: gsar on 1999/05/07 08:07:02
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
Date: Mon, 05 Apr 1999 15:38:42 -0700
|
||
Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
|
||
Subject: Re: chomp fails with $/ in fixed-length record mode
|
||
--
|
||
From: Roderick Schertler <roderick@argon.org>
|
||
Date: Tue, 06 Apr 1999 21:11:37 -0400
|
||
Message-ID: <2795.923447497@eeyore.ibcinc.com>
|
||
Subject: Re: chomp fails with $/ in fixed-length record mode
|
||
Branch: perl
|
||
! doop.c pod/perlfunc.pod t/op/chop.t
|
||
____________________________________________________________________________
|
||
[ 3318] By: gsar on 1999/05/07 07:56:35
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 6 Apr 1999 01:40:36 -0400
|
||
Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_*] Make % use fmod()
|
||
Branch: perl
|
||
! pp.c t/op/arith.t
|
||
____________________________________________________________________________
|
||
[ 3317] By: gsar on 1999/05/07 04:18:11
|
||
Log: DBM Filters (via private mail)
|
||
From: pmarquess@bfsec.bt.co.uk
|
||
Date: Sun, 18 Apr 1999 21:05:52 +0100
|
||
Message-Id: <199904182009.NAA19152@activestate.com>
|
||
Subject: DBM Filters
|
||
Branch: perl
|
||
+ pod/perldbmfilter.pod
|
||
! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs ext/DB_File/typemap
|
||
! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
|
||
! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
|
||
! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
|
||
! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
|
||
! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
|
||
! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
|
||
! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
|
||
! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
|
||
! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
|
||
! t/lib/sdbm.t
|
||
____________________________________________________________________________
|
||
[ 3316] By: gsar on 1999/05/07 03:28:53
|
||
Log: avoid negative return value from Win32::GetTickCount()
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 03 Apr 1999 19:04:18 +0200
|
||
Message-ID: <37084742.22824479@smtp1.ibm.net>
|
||
Subject: Re: Win32::GetTickCount
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3314] By: gsar on 1999/05/06 08:01:23
|
||
Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
|
||
Date: Tue, 30 Mar 1999 23:40:34 PST
|
||
Message-ID: <19990331074034.6117.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
|
||
--
|
||
Date: Wed, 07 Apr 1999 00:28:23 -0800
|
||
Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
|
||
Subject: [PATCH 5.005_56] function prototypes(B.pm)
|
||
--
|
||
Date: Thu, 22 Apr 1999 23:40:52 -0700
|
||
Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
|
||
Subject: [PATCH 5.005_56 ] discarding worthless padsvs
|
||
--
|
||
Date: Tue, 27 Apr 1999 01:14:49 PDT
|
||
Message-ID: <19990427081449.28615.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
|
||
Branch: perl
|
||
! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
|
||
! t/op/ref.t
|
||
____________________________________________________________________________
|
||
[ 3313] By: jhi on 1999/05/06 07:59:52
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 33 files)
|
||
____________________________________________________________________________
|
||
[ 3312] By: gsar on 1999/05/06 07:11:50
|
||
Log: add Ethiopic section to unicode master database (from Ken
|
||
Whistler <kenw@sybase.com>)
|
||
Branch: perl
|
||
! lib/unicode/UnicodeData-Latest.txt
|
||
____________________________________________________________________________
|
||
[ 3311] By: gsar on 1999/05/06 05:37:55
|
||
Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
|
||
Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
|
||
Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
|
||
Subject: Largefiles for Solaris
|
||
Branch: perl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 3310] By: gsar on 1999/05/06 05:14:35
|
||
Log: emit more accurate diagnostic for syntax errors involving <>
|
||
within eval""
|
||
Branch: perl
|
||
! toke.c utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3309] By: gsar on 1999/05/06 04:36:31
|
||
Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
|
||
Branch: perl
|
||
! t/lib/open3.t
|
||
____________________________________________________________________________
|
||
[ 3308] By: gsar on 1999/05/06 03:19:16
|
||
Log: applied first part of suggested patch (bug described cannot be
|
||
reproduced any longer, so the second inconclusive part has not
|
||
been applied)
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Sun, 28 Mar 1999 04:51:34 +0100
|
||
Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_56] Re: A core dump
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 3307] By: gsar on 1999/05/06 01:56:06
|
||
Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
|
||
change#3180)
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3306] By: gsar on 1999/05/05 17:17:34
|
||
Log: applied non-conflicting parts of suggested patch
|
||
From: Charles Bailey <BAILEY@newman.upenn.edu>
|
||
Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
|
||
Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
|
||
Subject: [Patch 5.005_56] Revised VMS patch
|
||
Branch: perl
|
||
! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
|
||
! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 3305] By: gsar on 1999/05/05 16:20:19
|
||
Log: make perldoc use backslashed pathnames within system() on win32
|
||
Branch: perl
|
||
! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3304] By: gsar on 1999/05/05 07:29:43
|
||
Log: upgrade Pod::Parser to v1.081 from CPAN
|
||
Branch: perl
|
||
! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
|
||
! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
|
||
! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
|
||
____________________________________________________________________________
|
||
[ 3303] By: gsar on 1999/05/05 07:02:07
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
|
||
Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
|
||
Subject: [PATCH 5.005_03-MT3] INSTALL patches
|
||
Branch: perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 3302] By: gsar on 1999/05/05 06:55:21
|
||
Log: load base packages based on nonexistent $VERSION
|
||
From: andreas.koenig@anima.de (Andreas J. Koenig)
|
||
Date: 19 Mar 1999 06:00:28 +0100
|
||
Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
|
||
Subject: Re: base.pm flaw
|
||
Branch: perl
|
||
! lib/base.pm lib/locale.pm
|
||
____________________________________________________________________________
|
||
[ 3301] By: gsar on 1999/05/04 05:41:08
|
||
Log: pod2man outputs switched date and revision label (fix suggested by
|
||
EthanSasiela@mede.com)
|
||
Branch: perl
|
||
! pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 3300] By: gsar on 1999/05/03 18:48:25
|
||
Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
|
||
(makes opendir(D,"c:") work reliably)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3299] By: gsar on 1999/05/02 19:39:55
|
||
Log: add test case for change#3298
|
||
Branch: perl
|
||
! sv.c t/op/readdir.t
|
||
____________________________________________________________________________
|
||
[ 3298] By: gsar on 1999/05/02 19:24:41
|
||
Log: close directory handles properly when localized
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3297] By: jhi on 1999/04/30 11:42:14
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> Changes config_h.SH configure.com lib/AutoLoader.pm
|
||
!> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
|
||
!> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
|
||
!> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
|
||
!> vms/subconfigure.com win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3293] By: chip on 1999/04/29 18:50:49
|
||
Log: Fix shebang lines.
|
||
Branch: maint-5.004/perl
|
||
! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
|
||
! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
|
||
! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
|
||
! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
|
||
! x2p/find2perl.PL x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 3284] By: gsar on 1999/04/27 00:48:42
|
||
Log: integrate change#3279 from maint-5.004
|
||
Branch: perl
|
||
! lib/AutoLoader.pm
|
||
____________________________________________________________________________
|
||
[ 3279] By: chip on 1999/04/26 23:09:26
|
||
Log: Make &AutoLoad::AUTOLOAD reentrant.
|
||
Branch: maint-5.004/perl
|
||
! lib/AutoLoader.pm
|
||
____________________________________________________________________________
|
||
[ 3276] By: chip on 1999/04/26 22:34:36
|
||
Log: Make porting scripts executable.
|
||
Branch: maint-5.004/perl
|
||
! Changes Porting/genlog Porting/makerel Porting/p4desc
|
||
! Porting/patchls
|
||
____________________________________________________________________________
|
||
[ 3274] By: gsar on 1999/04/26 17:30:31
|
||
Log: allow embedded null characters in diagnostics
|
||
Branch: perl
|
||
! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
|
||
____________________________________________________________________________
|
||
[ 3273] By: gsar on 1999/04/26 08:27:22
|
||
Log: hand-applied conflicting parts of suggested patch
|
||
From: Charles Bailey <BAILEY@newman.upenn.edu>
|
||
Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
|
||
Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
|
||
Subject: [PATCH 5.005_56] VMS configuration/build
|
||
Branch: perl
|
||
! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
|
||
! vms/munchconfig.c vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 3272] By: gsar on 1999/04/26 08:25:41
|
||
Log: update Changes; tweak minor regressions
|
||
Branch: perl
|
||
! Changes lib/AutoSplit.pm lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 3271] By: gsar on 1999/04/26 07:52:51
|
||
Log: integrate change#3229 from maint-5.004
|
||
Branch: perl
|
||
! pp_ctl.c util.c
|
||
____________________________________________________________________________
|
||
[ 3270] By: gsar on 1999/04/25 22:58:27
|
||
Log: fix buggy reference count on refs to SVs with autoviv magic
|
||
(resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
|
||
accessing free()d memory)
|
||
Branch: perl
|
||
! pp.c t/op/ref.t
|
||
____________________________________________________________________________
|
||
[ 3269] By: gsar on 1999/04/24 17:07:55
|
||
Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
|
||
on win32)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3268] By: gsar on 1999/04/24 16:38:25
|
||
Log: kill dup hunk
|
||
Branch: perl
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3267] By: gsar on 1999/04/24 16:35:57
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> myconfig.SH
|
||
- myconfig
|
||
! pod/perlre.pod
|
||
!> (integrate 38 files)
|
||
____________________________________________________________________________
|
||
[ 3266] By: jhi on 1999/04/23 18:42:44
|
||
Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
|
||
Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
|
||
Cc: Lionel Cons <lionel.cons@cern.ch>,
|
||
Ilya Zakharevich <ilya@math.ohio-state.edu>,
|
||
David Hayes <david@bdel.com>
|
||
Subject: [PATCH] h2ph
|
||
Date: Fri, 23 Apr 1999 12:37:23 -0400
|
||
Message-ID: <19990423123723.A49550@O2.chapin.edu>
|
||
Branch: cfgperl
|
||
! utils/h2ph.PL
|
||
____________________________________________________________________________
|
||
[ 3265] By: jhi on 1999/04/21 18:17:12
|
||
Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
|
||
To: perlbug@perl.org
|
||
Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
|
||
Date: Wed, 21 Apr 1999 08:17:54 -0700
|
||
Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
|
||
Branch: cfgperl
|
||
! vms/descrip_mms.template
|
||
____________________________________________________________________________
|
||
[ 3264] By: jhi on 1999/04/20 08:50:54
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: The Perl Porters Mailing List <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_56] Re: 5.006 Todo
|
||
Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! Porting/pumpkin.pod
|
||
____________________________________________________________________________
|
||
[ 3263] By: jhi on 1999/04/20 08:05:01
|
||
Log: From: Chip Salzenberg <chip@perlsupport.com>
|
||
To: Perl 5 Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_56] Configure: $sig_count
|
||
Date: Sun, 18 Apr 1999 17:54:36 -0400
|
||
Message-ID: <19990418175436.A27496@perlsupport.com>
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3262] By: jhi on 1999/04/19 18:23:50
|
||
Log: Subject: PATCH wrong faq reference in perlbook.pod
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
To: perlbug@perl.com
|
||
Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
|
||
Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
|
||
Branch: cfgperl
|
||
! pod/perlbook.pod
|
||
____________________________________________________________________________
|
||
[ 3261] By: jhi on 1999/04/15 13:59:04
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
|
||
Cc: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
|
||
Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 3260] By: jhi on 1999/04/15 13:56:53
|
||
Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
|
||
Date: Thu, 15 Apr 1999 07:13:41 -0600
|
||
Message-Id: <199904151313.HAA07682@jhereg.perl.com>
|
||
Branch: cfgperl
|
||
! pod/perldata.pod
|
||
____________________________________________________________________________
|
||
[ 3259] By: jhi on 1999/04/13 23:12:52
|
||
Log: LDLIBPTH also on 'clean' targets.
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 3258] By: jhi on 1999/04/13 21:38:46
|
||
Log: Add information about the two DEC C compiler optimizer bugs
|
||
(what patch levels of the compilers fix them).
|
||
Branch: cfgperl
|
||
! pp.c t/op/repeat.t
|
||
____________________________________________________________________________
|
||
[ 3257] By: jhi on 1999/04/13 14:25:08
|
||
Log: Be polite about ccdlflags and lddflags, too.
|
||
Avoid Perl's malloc only when threaded.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3256] By: jhi on 1999/04/13 10:21:33
|
||
Log: Croak if no known ways to semctl() (don't assume union semun).
|
||
Branch: cfgperl
|
||
! doio.c perl.h
|
||
____________________________________________________________________________
|
||
[ 3255] By: jhi on 1999/04/13 09:10:26
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
|
||
Date: Mon, 12 Apr 1999 13:36:48 -0700
|
||
Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
|
||
Branch: cfgperl
|
||
! lib/ExtUtils/MM_VMS.pm
|
||
____________________________________________________________________________
|
||
[ 3254] By: jhi on 1999/04/13 06:56:26
|
||
Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
|
||
To: perlbug@perl.com
|
||
Subject: Update for OpenBSD hints
|
||
Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
|
||
Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
|
||
Branch: cfgperl
|
||
! hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 3229] By: chip on 1999/04/13 04:04:14
|
||
Log: Preserve errno from importunities of sfio.
|
||
Branch: maint-5.004/perl
|
||
! pp_ctl.c util.c
|
||
____________________________________________________________________________
|
||
[ 3226] By: jhi on 1999/04/11 12:52:26
|
||
Log: If both ways to call semctl are broken, skip the tests.
|
||
Branch: cfgperl
|
||
! t/lib/ipc_sysv.t
|
||
____________________________________________________________________________
|
||
[ 3225] By: jhi on 1999/04/10 22:27:28
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: dsembr01@ox.slug.louisville.edu
|
||
Cc: perlbug@perl.com
|
||
Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
|
||
Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 3224] By: jhi on 1999/04/09 18:50:32
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_56] Re: prefix= in hints
|
||
Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
|
||
Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
|
||
|
||
(Overrides change #3204 from Kurt)
|
||
Branch: cfgperl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 3223] By: jhi on 1999/04/09 18:37:55
|
||
Log: Understand Apollo's //node notation.
|
||
|
||
From: Johann Klasek <jk@auto.tuwien.ac.at>
|
||
To: jhi@iki.fi
|
||
Subject: Re: DomainPerl
|
||
Date: Fri, 9 Apr 1999 18:21:37 +0200
|
||
Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
|
||
Branch: cfgperl
|
||
! lib/Cwd.pm
|
||
____________________________________________________________________________
|
||
[ 3220] By: jhi on 1999/04/04 16:33:49
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 39 files)
|
||
____________________________________________________________________________
|
||
[ 3219] By: gsar on 1999/04/04 02:48:17
|
||
Log: tweak previous change
|
||
Branch: maint-5.005/perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3218] By: gsar on 1999/04/04 02:44:47
|
||
Log: be careful about extending the stack for the Win32:: builtins
|
||
Branch: maint-5.005/perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3217] By: gsar on 1999/04/04 01:59:26
|
||
Log: correct places that said newSVpv() when they meant newSVpvn()
|
||
Branch: perl
|
||
! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
|
||
! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
|
||
! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
|
||
! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
|
||
! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
|
||
! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3216] By: gsar on 1999/04/03 23:58:27
|
||
Log: avoid duplicate code
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3215] By: gsar on 1999/04/03 23:14:34
|
||
Log: grow PL_tmps_stack more efficiently; make it more amenable to
|
||
STRESS_REALLOC testing
|
||
Branch: perl
|
||
! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3214] By: gsar on 1999/04/03 21:01:09
|
||
Log: scrounge and save three extra branches in pp_entersub()
|
||
Branch: perl
|
||
! cv.h pp_ctl.c pp_hot.c
|
||
____________________________________________________________________________
|
||
[ 3213] By: gsar on 1999/04/03 17:43:23
|
||
Log: remove duplicate code and an extra branch in sv_setsv() and
|
||
other hot code by making SvTHINKFIRST() think about FAKE SVs
|
||
Branch: perl
|
||
! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
|
||
! proto.h scope.c sv.c sv.h
|
||
____________________________________________________________________________
|
||
[ 3212] By: jhi on 1999/04/03 16:20:09
|
||
Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
|
||
|
||
From: John Bley <jbb6@acpub.duke.edu>
|
||
To: perlbug@perl.org
|
||
Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
|
||
Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
|
||
Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
|
||
Branch: cfgperl
|
||
! doio.c pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 3211] By: jhi on 1999/04/03 13:27:26
|
||
Log: Change #3210 was rather unportable. This is better.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3210] By: jhi on 1999/04/03 13:16:20
|
||
Log: Avoid Digital UNIX' ksh.
|
||
|
||
From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
To: Henrik Tougaard <ht000@siberut.foa.dk>
|
||
Cc: perlbug@perl.com, ht000@foa.dk
|
||
Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
|
||
Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
|
||
Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3209] By: jhi on 1999/04/03 12:49:04
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
|
||
____________________________________________________________________________
|
||
[ 3208] By: jhi on 1999/04/03 12:27:24
|
||
Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
|
||
|
||
From: Lionel Cons <lionel.cons@cern.ch>
|
||
To: jhi@iki.fi
|
||
Cc: perlbug@perl.com, kstar@isinet.com,
|
||
Philippe Defert <philippe.defert@cern.ch>
|
||
Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
|
||
Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
|
||
Message-Id: <199904011205.OAA11380@mercury.cern.ch>
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh
|
||
____________________________________________________________________________
|
||
[ 3207] By: jhi on 1999/04/03 12:20:21
|
||
Log: Be polite about usemymalloc.
|
||
Branch: cfgperl
|
||
! hints/aix.sh
|
||
____________________________________________________________________________
|
||
[ 3206] By: gsar on 1999/04/02 23:31:59
|
||
Log: a typo in change#3205
|
||
Branch: perl
|
||
! t/lib/bigfloatpm.t
|
||
____________________________________________________________________________
|
||
[ 3205] By: gsar on 1999/04/02 23:20:31
|
||
Log: make testsuite reflect change#3157 (Math::BigFloat->new now
|
||
returns NaNs faithfully)
|
||
Branch: perl
|
||
! t/lib/bigfloatpm.t
|
||
____________________________________________________________________________
|
||
[ 3204] By: jhi on 1999/04/02 22:03:23
|
||
Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
|
||
|
||
From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: linux hints nit
|
||
Date: Fri, 2 Apr 1999 16:49:47 -0500
|
||
Message-ID: <19990402164947.E80926@O2.chapin.edu>
|
||
Branch: cfgperl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 3203] By: jhi on 1999/04/02 22:00:56
|
||
Log: Display exact glibc version in Linux.
|
||
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: Displaying glibc version on Linux
|
||
Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
|
||
Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 3202] By: gsar on 1999/04/02 21:23:18
|
||
Log: various little goofs
|
||
Branch: perl
|
||
! Changes Makefile.SH README installperl
|
||
____________________________________________________________________________
|
||
[ 3201] By: jhi on 1999/04/02 13:13:39
|
||
Log: Configure regen.
|
||
|
||
Add llseek + offset_t probing.
|
||
Change CONFIG to CONFIGDOTSH.
|
||
'unset foo' is unportable, use foo=''.
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
|
||
! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
|
||
! perl_exp.SH writemain.SH
|
||
____________________________________________________________________________
|
||
[ 3200] By: jhi on 1999/04/02 12:06:22
|
||
Log: Introduce myconfig.SH.
|
||
|
||
From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
|
||
Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
|
||
Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
|
||
Branch: cfgperl
|
||
+ myconfig.SH
|
||
- myconfig
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3195] By: jhi on 1999/03/28 16:42:54
|
||
Log: Update perlhist on 5_03.
|
||
Branch: maint-5.005/perl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 3194] By: jhi on 1999/03/28 12:30:01
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> t/op/grep.t
|
||
! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
|
||
! t/lib/bigintpm.t
|
||
!> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
|
||
!> t/lib/thread.t
|
||
____________________________________________________________________________
|
||
[ 3189] By: gsar on 1999/03/28 08:22:00
|
||
Log: various pod niggles
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
|
||
! pod/perlfunc.pod pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 3187] By: gsar on 1999/03/28 07:31:16
|
||
Log: regularize CAPI declarations (CAPI extensions now build under
|
||
the Borland compiler)
|
||
Branch: maint-5.005/perl
|
||
! win32/GenCAPI.pl
|
||
____________________________________________________________________________
|
||
[ 3186] By: gsar on 1999/03/28 07:26:33
|
||
Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
|
||
-DPERL_CAPI
|
||
Branch: maint-5.005/perl
|
||
! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3183] By: gsar on 1999/03/28 06:00:46
|
||
Log: update p4 utility to ignore non-text files
|
||
Branch: perl
|
||
! Porting/p4desc
|
||
____________________________________________________________________________
|
||
[ 3181] By: gsar on 1999/03/28 03:37:23
|
||
Log: integrate change#3179 from maint-5.005
|
||
Branch: perl
|
||
!> ext/Thread/Thread.xs t/lib/thread.t
|
||
____________________________________________________________________________
|
||
[ 3180] By: gsar on 1999/03/28 02:28:20
|
||
Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
|
||
(sometimes caused bizarreness in the BLOCK)
|
||
Branch: perl
|
||
+ t/op/grep.t
|
||
! MANIFEST op.c
|
||
____________________________________________________________________________
|
||
[ 3179] By: gsar on 1999/03/28 02:14:04
|
||
Log: fix thread segfault when passing large number of arguments to child
|
||
a la C<Thread->new($foo, 1..1000)>
|
||
Branch: maint-5.005/perl
|
||
! ext/Thread/Thread.xs t/lib/thread.t
|
||
____________________________________________________________________________
|
||
[ 3178] By: gbarr on 1999/03/28 01:39:23
|
||
Log: fix $Config{'usethreads'} typo in perlthrtut
|
||
|
||
From: Ian Maloney <szhmf9@wsblob.ubs.com>
|
||
Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
|
||
Message-Id: <199903251540.QAA02439@wsblob.>
|
||
Subject: perlthrtut documentation error
|
||
Branch: maint-5.005/perl
|
||
! pod/perlthrtut.pod
|
||
____________________________________________________________________________
|
||
[ 3173] By: gbarr on 1999/03/27 18:19:47
|
||
Log: Update Test.pm to VERSION 1.122 from CPAN
|
||
Branch: maint-5.005/perl
|
||
! lib/Test.pm
|
||
____________________________________________________________________________
|
||
[ 3171] By: jhi on 1999/03/26 22:38:28
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 37 files)
|
||
____________________________________________________________________________
|
||
[ 3170] By: gsar on 1999/03/26 01:30:25
|
||
Log: specify type of bracket in "Unmatched bracket" diagnostic;
|
||
prefer 'brace' or 'curly bracket' over 'curly brace'
|
||
Branch: perl
|
||
! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
|
||
! t/op/misc.t t/op/re_tests toke.c
|
||
____________________________________________________________________________
|
||
[ 3169] By: gsar on 1999/03/26 00:50:51
|
||
Log: better description of "Integer overflow" diagnostic
|
||
Branch: perl
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 3168] By: gsar on 1999/03/25 11:02:46
|
||
Log: applied needful parts of suggested patch
|
||
From: "Vishal Bhatia" <vishalb@my-dejanews.com>
|
||
Date: Tue, 23 Mar 1999 16:21:43 -0800
|
||
Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
|
||
Subject: [PATCH 5.005_56] pp_formline correction
|
||
Branch: perl
|
||
! ext/B/B/Bblock.pm ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 3167] By: gsar on 1999/03/25 10:39:02
|
||
Log: clarify what a "comment" means (due to Mark-Jason Dominus
|
||
<mjd@plover.com>)
|
||
Branch: perl
|
||
! pod/perlsyn.pod
|
||
____________________________________________________________________________
|
||
[ 3166] By: gsar on 1999/03/25 10:33:18
|
||
Log: describe current behavior on local($foo{nothere}) (suggested by
|
||
Lionel Cons <lionel.cons@cern.ch>)
|
||
Branch: perl
|
||
! pod/perlsub.pod
|
||
____________________________________________________________________________
|
||
[ 3165] By: gsar on 1999/03/25 06:21:05
|
||
Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
|
||
<vishalb@hotmail.com>)
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 3164] By: gsar on 1999/03/25 06:17:27
|
||
Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
|
||
Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
|
||
Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
|
||
Branch: perl
|
||
! ext/B/B.xs op.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 3163] By: gsar on 1999/03/25 06:15:49
|
||
Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
|
||
Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
|
||
Subject: [PATCH _56] B::Deparse 0.57
|
||
--
|
||
Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
|
||
Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
|
||
Subject: Re: [PATCH _56] B::Deparse 0.57
|
||
Branch: perl
|
||
! AUTHORS MAINTAIN ext/B/B/Deparse.pm
|
||
____________________________________________________________________________
|
||
[ 3162] By: gsar on 1999/03/25 06:11:46
|
||
Log: fix a few places that said 'int', but meant 'STRLEN'
|
||
Branch: perl
|
||
! pod/perlguts.pod proto.h sv.c
|
||
____________________________________________________________________________
|
||
[ 3161] By: gsar on 1999/03/25 06:01:18
|
||
Log: From: Russ Allbery <rra@stanford.edu>
|
||
Date: 22 Mar 1999 04:26:26 -0800
|
||
Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
|
||
Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
|
||
Branch: perl
|
||
! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
|
||
! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
|
||
! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
|
||
! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
|
||
____________________________________________________________________________
|
||
[ 3160] By: gsar on 1999/03/25 02:26:31
|
||
Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
|
||
Branch: perl
|
||
! opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 3159] By: gsar on 1999/03/25 02:18:17
|
||
Log: add statement-modifier loops to :base_loop class
|
||
Branch: perl
|
||
! ext/Opcode/Opcode.pm
|
||
____________________________________________________________________________
|
||
[ 3158] By: gsar on 1999/03/25 00:36:57
|
||
Log: integrate changes#3105,3130,3154 from maint-5.005
|
||
Branch: perl
|
||
!> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
|
||
____________________________________________________________________________
|
||
[ 3157] By: gsar on 1999/03/25 00:24:17
|
||
Log: remove bogus panic()
|
||
Branch: perl
|
||
! Changes lib/Math/BigFloat.pm
|
||
____________________________________________________________________________
|
||
[ 3156] By: jhi on 1999/03/24 22:43:43
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> (branch 38 files)
|
||
!> (integrate 68 files)
|
||
____________________________________________________________________________
|
||
[ 3155] By: jhi on 1999/03/24 22:12:17
|
||
Log: Configure regenerated because of changes #3130/#3154 and #3147.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3154] By: jhi on 1999/03/24 21:40:51
|
||
Log: Reword the shared library search path (LD_LIBRARY_PATH) info
|
||
based on suggestions from Andy Dougherty.
|
||
Branch: maint-5.005/perl
|
||
! INSTALL
|
||
____________________________________________________________________________
|
||
[ 3153] By: gsar on 1999/03/24 10:38:05
|
||
Log: applied suggested patch, modulo superceded parts
|
||
From: Charles Bailey <BAILEY@newman.upenn.edu>
|
||
Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
|
||
Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
|
||
Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
|
||
Branch: perl
|
||
! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
|
||
! t/comp/require.t t/op/lex_assign.t t/op/taint.t
|
||
! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
|
||
! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 3152] By: gsar on 1999/03/24 10:30:51
|
||
Log: applied suggested patch, modulo superceded parts
|
||
From: Charles Bailey <BAILEY@newman.upenn.edu>
|
||
Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
|
||
Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
|
||
Subject: [PATCH 5.005_56] Miscellaneous small fixes
|
||
Branch: perl
|
||
! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
|
||
! lib/File/Basename.pm
|
||
____________________________________________________________________________
|
||
[ 3151] By: gsar on 1999/03/24 10:15:00
|
||
Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 3150] By: gsar on 1999/03/24 10:09:13
|
||
Log: missing integration in previous change
|
||
Branch: perl
|
||
!> README.apollo
|
||
____________________________________________________________________________
|
||
[ 3149] By: gsar on 1999/03/24 10:06:44
|
||
Log: integrate changes#3116,3119 from maint-5.005
|
||
Branch: perl
|
||
+ README.apollo
|
||
+> apollo/netinet/in.h
|
||
!> MANIFEST hints/apollo.sh t/lib/io_udp.t
|
||
____________________________________________________________________________
|
||
[ 3148] By: gsar on 1999/03/24 10:01:56
|
||
Log: integrate changes#3091-3094 from maint-5.005
|
||
Branch: perl
|
||
!> README.hurd vms/subconfigure.com vos/config.h
|
||
!> vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 3147] By: gsar on 1999/03/24 09:31:49
|
||
Log: warn about newfangled vfork() caveats
|
||
Branch: perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 3146] By: jhi on 1999/03/24 09:20:14
|
||
Log: Bring in changes #2808 and #2812 (from mainline perl)
|
||
that enhance the perlbug checklist.
|
||
Branch: maint-5.005/perl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 3145] By: gsar on 1999/03/24 08:37:02
|
||
Log: integrate change#3115 from maint-5.005
|
||
Branch: perl
|
||
!> ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
!> ext/DB_File/DB_File.xs ext/DB_File/typemap
|
||
____________________________________________________________________________
|
||
[ 3144] By: gsar on 1999/03/24 08:33:59
|
||
Log: add note about map in scalar context
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3143] By: gsar on 1999/03/24 08:25:59
|
||
Log: doc tweak
|
||
Branch: perl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 3142] By: gsar on 1999/03/24 08:20:37
|
||
Log: applied suggested patch, modulo bogus hunk
|
||
From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
Date: Thu, 11 Mar 1999 07:40:27 PST
|
||
Message-ID: <19990311154027.25891.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_56] Minor fixes in perlcc
|
||
Branch: perl
|
||
! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 3141] By: gsar on 1999/03/24 08:06:12
|
||
Log: integrate change#3104 from maint-5.005
|
||
Branch: perl
|
||
!> README.os390 t/lib/posix.t
|
||
____________________________________________________________________________
|
||
[ 3140] By: gsar on 1999/03/24 06:34:56
|
||
Log: fix failure of C<&locked_sub;> under -Dusethreads
|
||
Branch: perl
|
||
! pp_hot.c t/lib/thread.t
|
||
____________________________________________________________________________
|
||
[ 3139] By: gsar on 1999/03/24 05:52:00
|
||
Log: debugger tweak (wasn't printing a newline after recalled commands)
|
||
Branch: perl
|
||
! lib/perl5db.pl
|
||
____________________________________________________________________________
|
||
[ 3138] By: gsar on 1999/03/24 05:33:28
|
||
Log: document OO exceptions (based on a suggestion by Andreas Koenig
|
||
<andreas.koenig@anima.de>)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3137] By: gsar on 1999/03/24 02:50:20
|
||
Log: better "Illegal %s digit ignored" warnings
|
||
Branch: perl
|
||
! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
|
||
! toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 3136] By: gsar on 1999/03/24 02:26:38
|
||
Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
|
||
Branch: perl
|
||
+ t/pragma/utf8.t
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 3135] By: gsar on 1999/03/24 01:29:09
|
||
Log: flip release & version in win32_uname()
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3134] By: gsar on 1999/03/24 01:08:33
|
||
Log: support POSIX::uname() via win32_uname()
|
||
Branch: perl
|
||
! XSUB.h iperlsys.h win32/GenCAPI.pl 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/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
|
||
____________________________________________________________________________
|
||
[ 3133] By: gsar on 1999/03/23 22:20:10
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 06 Mar 1999 21:42:56 +0100
|
||
Message-ID: <36e49281.50337171@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3132] By: gsar on 1999/03/23 22:17:45
|
||
Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
|
||
Date: Sat, 06 Mar 1999 17:50:49 +0100
|
||
Message-ID: <36e25209.33833760@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
|
||
--
|
||
Date: Sat, 06 Mar 1999 18:15:00 +0100
|
||
Message-ID: <36e36222.37954195@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
|
||
Branch: perl
|
||
+ t/lib/filefunc.t
|
||
! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
|
||
! pod/perldelta.pod pod/perlmodlib.pod
|
||
____________________________________________________________________________
|
||
[ 3131] By: gsar on 1999/03/23 22:07:59
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
|
||
!> Configure Makefile.SH config_h.SH configure.gnu handy.h
|
||
!> installperl malloc.c perl.c perl.h pod/perl.pod
|
||
!> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
|
||
____________________________________________________________________________
|
||
[ 3130] By: jhi on 1999/03/23 22:02:23
|
||
Log: Don't use config.msg to remind about the
|
||
LD_LIBRARY_PATH because Makefile.SH takes
|
||
care of that.
|
||
|
||
Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
|
||
This used to be the default but in some MT or another it
|
||
was dropped because of some transient error or another.
|
||
Branch: maint-5.005/perl
|
||
! Configure hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 3129] By: gsar on 1999/03/23 21:38:03
|
||
Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
|
||
to size and better maintainability)
|
||
Branch: perl
|
||
+ lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
|
||
+ lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
|
||
+ pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
|
||
+ t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
|
||
+ t/pod/headings.t t/pod/headings.xr t/pod/include.t
|
||
+ t/pod/include.xr t/pod/included.t t/pod/included.xr
|
||
+ t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
|
||
+ t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
|
||
+ t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
|
||
+ t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
|
||
+ t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
|
||
! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
|
||
! win32/Makefile win32/makefile.mk win32/pod.mak
|
||
____________________________________________________________________________
|
||
[ 3128] By: jhi on 1999/03/23 10:14:54
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 46 files)
|
||
____________________________________________________________________________
|
||
[ 3127] By: gsar on 1999/03/23 06:57:30
|
||
Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
|
||
Date: Thu, 4 Mar 1999 10:54:01 -0800
|
||
Message-Id: <9903041854.AA46868@frc0000>
|
||
Subject: patch for useless Math::BigInt warnings
|
||
Branch: perl
|
||
! lib/Math/BigInt.pm
|
||
____________________________________________________________________________
|
||
[ 3126] By: gsar on 1999/03/23 05:54:37
|
||
Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
|
||
From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
Date: Fri, 19 Feb 1999 15:47:59 -0500
|
||
Message-ID: <19990219154759.A32350@O2.chapin.edu>
|
||
Subject: [PATCH] OSF/1 hints
|
||
Branch: perl
|
||
! hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 3125] By: gsar on 1999/03/23 00:56:38
|
||
Log: avoid typeglob persistence in pp_readline()
|
||
Branch: perl
|
||
! sv.c t/op/gv.t
|
||
____________________________________________________________________________
|
||
[ 3124] By: gsar on 1999/03/22 21:12:23
|
||
Log: update copyright years
|
||
Branch: perl
|
||
! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
|
||
! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
|
||
! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
|
||
! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
|
||
! sv.c sv.h toke.c utf8.c utf8.h util.c
|
||
____________________________________________________________________________
|
||
[ 3123] By: gsar on 1999/03/22 07:07:06
|
||
Log: implement win32_spawnvp() internally, making it return true PIDs
|
||
for asynchronous spawns; fix win32_kill() to always deal with
|
||
PIDs
|
||
Branch: perl
|
||
! win32/win32.c win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 3122] By: jhi on 1999/03/19 21:12:14
|
||
Log: Describe the new Benchmark feature in more detail.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3121] By: jhi on 1999/03/19 08:16:12
|
||
Log: AVAILABILITY tuning.
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 3120] By: jhi on 1999/03/17 14:52:17
|
||
Log: Rhapsody change assumed too much.
|
||
Branch: cfgperl
|
||
! t/op/stat.t
|
||
____________________________________________________________________________
|
||
[ 3119] By: jhi on 1999/03/17 14:33:43
|
||
Log: More Apollo fixes.
|
||
Branch: maint-5.005/perl
|
||
! README.apollo hints/apollo.sh t/lib/io_udp.t
|
||
____________________________________________________________________________
|
||
[ 3118] By: jhi on 1999/03/16 17:23:39
|
||
Log: Nada.
|
||
Branch: maint-5.005/perl
|
||
! README.apollo
|
||
____________________________________________________________________________
|
||
[ 3117] By: jhi on 1999/03/16 17:18:49
|
||
Log: Apollo DomainOS AVAILABILITY.
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 3116] By: jhi on 1999/03/16 17:14:00
|
||
Log: Apollo DomainOS patch
|
||
From: Johann Klasek <jk@auto.tuwien.ac.at>
|
||
Subject: Re: DomainPerl
|
||
Date: Tue, 16 Mar 1999 17:46:32 +0100
|
||
Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
|
||
Branch: maint-5.005/perl
|
||
+ README.apollo apollo/netinet/in.h
|
||
! MANIFEST hints/apollo.sh
|
||
____________________________________________________________________________
|
||
[ 3115] By: jhi on 1999/03/16 14:23:54
|
||
Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
|
||
To: Gurusamy Sarathy <gsar@activestate.com>,
|
||
Graham Barr <gbarr@pobox.com>
|
||
Cc: Perl5 Porters <perl5-porters@perl.org>,
|
||
"Paul.Marquess" <Paul.Marquess@btinternet.com>
|
||
Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
|
||
Date: Sun, 14 Mar 1999 14:43:57 -0000
|
||
Message-Id: <199903141841.NAA17040@defender.perl.org>
|
||
Branch: maint-5.005/perl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs ext/DB_File/typemap
|
||
____________________________________________________________________________
|
||
[ 3114] By: jhi on 1999/03/16 12:42:20
|
||
Log: Mention Rhapsody in 5.005_5X perldelta,
|
||
and in Rhapsody and Netware in 5.005_0X and 5.005_5X
|
||
*planned* AVAILABILITY.
|
||
Branch: cfgperl
|
||
! pod/perl.pod pod/perldelta.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 3113] By: jhi on 1999/03/16 10:38:53
|
||
Log: perldelta niggling.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3112] By: jhi on 1999/03/16 10:35:21
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
|
||
!> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 3111] By: jhi on 1999/03/16 10:28:10
|
||
Log: AVAILABILITY update: still mention PowerUX,
|
||
Novell Netware now has sources available.
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 3110] By: gsar on 1999/03/16 04:34:23
|
||
Log: sundry pod niggles
|
||
Branch: perl
|
||
! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
|
||
! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 3109] By: jhi on 1999/03/15 17:00:11
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
|
||
+> lib/unicode/Is/Syllable.pl
|
||
+> lib/unicode/MakeEthiopicSyllables.PL
|
||
+> lib/unicode/README.Ethiopic
|
||
!> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
|
||
!> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
|
||
!> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
|
||
!> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
|
||
!> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
|
||
!> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
|
||
!> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
|
||
!> lib/unicode/Name.pl lib/unicode/Number.pl op.c
|
||
____________________________________________________________________________
|
||
[ 3108] By: jhi on 1999/03/15 16:58:12
|
||
Log: First pass of integrating the Rhapsody port,
|
||
|
||
From: Wilfredo Sanchez <wsanchez@apple.com>
|
||
Subject: Keeping the world in sync.
|
||
Reply-To: wsanchez@apple.com
|
||
To: perlbug@perl.com
|
||
Date: Fri, 13 Nov 1998 17:11:30 -0800
|
||
Message-Id: <199811140111.RAA41784@scv4.apple.com>
|
||
Branch: cfgperl
|
||
+ ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
|
||
! Configure Makefile.SH config_h.SH configure.gnu handy.h
|
||
! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
|
||
! x2p/util.c
|
||
____________________________________________________________________________
|
||
[ 3107] By: gsar on 1999/03/15 03:22:10
|
||
Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
|
||
From: Daniel Yacob <dmulholl@cs.indiana.edu>
|
||
Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
|
||
Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
|
||
Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
|
||
Branch: perl
|
||
+ lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
|
||
+ lib/unicode/Is/Syllable.pl
|
||
+ lib/unicode/MakeEthiopicSyllables.PL
|
||
+ lib/unicode/README.Ethiopic
|
||
! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
|
||
! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
|
||
! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
|
||
! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
|
||
! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
|
||
! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
|
||
! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
|
||
! lib/unicode/Name.pl lib/unicode/Number.pl
|
||
____________________________________________________________________________
|
||
[ 3106] By: gsar on 1999/03/12 20:35:36
|
||
Log: change#3067 failed package.t due to needless creation of $a and $b;
|
||
fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 3105] By: jhi on 1999/03/12 15:54:57
|
||
Log: Recognize the NetBSD packages collection.
|
||
Branch: maint-5.005/perl
|
||
! hints/netbsd.sh
|
||
____________________________________________________________________________
|
||
[ 3104] By: jhi on 1999/03/12 09:07:04
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
|
||
Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
|
||
Date: Thu, 11 Mar 99 14:24:54 PST
|
||
Message-Id: <9903112224.AA24346@forte.com>
|
||
Branch: maint-5.005/perl
|
||
! README.os390 t/lib/posix.t
|
||
____________________________________________________________________________
|
||
[ 3103] By: jhi on 1999/03/10 11:07:46
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
|
||
!> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
|
||
!> t/pragma/warn/1global toke.c win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 3102] By: jhi on 1999/03/10 11:01:20
|
||
Log: From: pvhp@forte.com (Peter Prymmer)
|
||
To: perl5-porters@perl.org
|
||
Subject: [5.005_03-MT6]Patch: time passes
|
||
Date: Tue, 9 Mar 99 18:42:17 PST
|
||
Message-Id: <9903100242.AA29057@forte.com>
|
||
Branch: maint-5.005/perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 3101] By: jhi on 1999/03/10 10:30:15
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
To: perl5-porters@perl.com
|
||
Subject: Minor fix to perlfunc.pod
|
||
Date: Mon, 08 Mar 1999 20:05:53 -0500
|
||
Message-ID: <19990309010553.13757.qmail@plover.com>
|
||
Branch: maint-5.005/perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3100] By: gsar on 1999/03/09 23:04:44
|
||
Log: change#3060 had the wrong quotes
|
||
Branch: perl
|
||
! pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 3099] By: jhi on 1999/03/09 12:52:21
|
||
Log: d_uname was broken (probably since _53), reported by
|
||
|
||
From: Alan Burlison <Alan.Burlison@uk.sun.com>
|
||
To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
|
||
cpan-testers@perl.org
|
||
Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
|
||
Date: Mon, 08 Mar 1999 13:22:31 +0000
|
||
Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
|
||
|
||
and
|
||
|
||
From: lvirden@cas.org (Larry W. Virden)
|
||
To: perlbug@perl.com
|
||
Subject: configure not correctly identifying uname posix compatibility
|
||
Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
|
||
Message-Id: <199903081136.GAA23682@cas.org>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3098] By: gsar on 1999/03/09 03:16:07
|
||
Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
|
||
Branch: perl
|
||
! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
|
||
____________________________________________________________________________
|
||
[ 3097] By: gsar on 1999/03/09 02:50:43
|
||
Log: use yyerror() instead of croak() so that compile-time failures in
|
||
my(LIST) don't confuse globals with lexicals
|
||
Branch: perl
|
||
! op.c toke.c
|
||
____________________________________________________________________________
|
||
[ 3096] By: gsar on 1999/03/09 02:47:36
|
||
Log: adjust testsuite for change#3067
|
||
Branch: perl
|
||
! t/pragma/warn/1global
|
||
____________________________________________________________________________
|
||
[ 3095] By: gsar on 1999/03/08 21:04:48
|
||
Log: remove bogus symbols from global.sym
|
||
Branch: perl
|
||
! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
|
||
! perl.h win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 3094] By: jhi on 1999/03/06 16:16:15
|
||
Log: From: Mark Kettenis <kettenis@wins.uva.nl>
|
||
To: jhi@iki.fi
|
||
Subject: Oops
|
||
Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
|
||
Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
|
||
Branch: maint-5.005/perl
|
||
! README.hurd
|
||
____________________________________________________________________________
|
||
[ 3093] By: jhi on 1999/03/06 15:59:46
|
||
Log: From: Mark Kettenis <kettenis@wins.uva.nl>
|
||
To: jhi@iki.fi
|
||
Subject: New Hurd README
|
||
Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
|
||
Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
|
||
Branch: maint-5.005/perl
|
||
! README.hurd
|
||
____________________________________________________________________________
|
||
[ 3092] By: jhi on 1999/03/06 12:52:06
|
||
Log: From: Paul_Green@stratus.com
|
||
To: perl5-porters@perl.org
|
||
Cc: jhi@iki.fi, Paul_Green@stratus.com
|
||
Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
|
||
Date: Fri, 5 Mar 1999 18:08:49 -0500
|
||
Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
|
||
Branch: maint-5.005/perl
|
||
! vos/config.h vos/config_h.SH_orig
|
||
____________________________________________________________________________
|
||
[ 3091] By: jhi on 1999/03/06 12:42:21
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH 5.005_03-MT6]VMS build patch
|
||
Date: Fri, 05 Mar 1999 12:36:19 -0800
|
||
Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
|
||
Branch: maint-5.005/perl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 3090] By: gsar on 1999/03/06 04:40:03
|
||
Log: integrate change#3089 from mainline
|
||
|
||
tolerate CRs after options
|
||
Branch: maint-5.005/perl
|
||
!> perl.c
|
||
____________________________________________________________________________
|
||
[ 3089] By: gsar on 1999/03/06 04:30:40
|
||
Log: tolerate CRs after options
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 3088] By: jhi on 1999/03/05 12:49:01
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> README.hurd
|
||
!> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
|
||
____________________________________________________________________________
|
||
[ 3087] By: gsar on 1999/03/05 06:41:16
|
||
Log: adjust timeouts to accomodate slow/busy systems
|
||
Branch: perl
|
||
! t/lib/io_sock.t
|
||
____________________________________________________________________________
|
||
[ 3083] By: gsar on 1999/03/05 01:32:47
|
||
Log: integrate change#3081 from maint-5.005
|
||
Branch: perl
|
||
!> ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 3082] By: gsar on 1999/03/05 01:31:06
|
||
Log: integrate change#2904 from maint-5.005
|
||
Branch: perl
|
||
+> README.hurd
|
||
!> MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3081] By: gsar on 1999/03/05 00:14:33
|
||
Log: protect against doubled backslashes
|
||
Branch: maint-5.005/perl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 3077] By: jhi on 1999/03/04 08:10:13
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> ext/B/B/Stash.pm
|
||
!> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
|
||
!> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
|
||
!> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
|
||
!> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 3076] By: jhi on 1999/03/04 08:07:59
|
||
Log: Regen config_h.SH once more because of *size,
|
||
noticed by
|
||
|
||
From: Hans Mulder <hansm@icgned.icgroup.nl>
|
||
To: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
|
||
Date: Thu, 4 Mar 99 00:10:45 +0100
|
||
Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3068] By: gsar on 1999/03/04 05:48:03
|
||
Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
|
||
Date: Thu, 4 Mar 99 00:10:45 +0100
|
||
Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
|
||
Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
|
||
Branch: perl
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3067] By: gsar on 1999/03/04 05:44:32
|
||
Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
|
||
From: Graham Barr <gbarr@ti.com>
|
||
Date: Wed, 3 Mar 1999 17:23:56 -0600
|
||
Message-ID: <19990303172356.F7442@dal.asp.ti.com>
|
||
Subject: Re: 'use strict' doesn't work for one-letter variables
|
||
Branch: perl
|
||
! gv.c op.c
|
||
____________________________________________________________________________
|
||
[ 3066] By: gsar on 1999/03/04 05:20:50
|
||
Log: updates to compiler modules
|
||
From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
Date: Tue, 02 Mar 1999 23:27:25 PST
|
||
Message-ID: <19990303072725.779.qmail@hotmail.com>
|
||
Subject: PATCH 5.005_56 + Test procedure
|
||
Branch: perl
|
||
+ ext/B/B/Stash.pm
|
||
! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
|
||
! lib/Test/Harness.pm utils/perlcc.PL
|
||
____________________________________________________________________________
|
||
[ 3065] By: gsar on 1999/03/04 05:03:30
|
||
Log: more s/s_/s!/ etc.
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3064] By: gsar on 1999/03/04 04:50:45
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
!> Configure README.vms bytecode.h config_h.SH configure.com
|
||
!> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
|
||
!> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
|
||
!> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 3063] By: gsar on 1999/03/04 04:44:13
|
||
Log: HP-UX has yet another spelling for /NaNQ?/
|
||
Branch: perl
|
||
! t/lib/bigfloatpm.t
|
||
____________________________________________________________________________
|
||
[ 3062] By: gsar on 1999/03/04 04:36:08
|
||
Log: error-check for accept() test
|
||
Branch: perl
|
||
! t/lib/io_sock.t
|
||
____________________________________________________________________________
|
||
[ 3061] By: gsar on 1999/03/04 03:40:25
|
||
Log: allow custom comparison function in File::Compare::compare_text()
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Fri, 26 Feb 1999 21:56:09 +0100
|
||
Message-ID: <36db0838.8805651@smtp1.ibm.net>
|
||
Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
|
||
Branch: perl
|
||
! lib/File/Compare.pm
|
||
____________________________________________________________________________
|
||
[ 3060] By: gsar on 1999/03/04 03:37:38
|
||
Log: better version of change#3038
|
||
From: abigail@fnx.com
|
||
Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
|
||
Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
|
||
Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
|
||
Branch: perl
|
||
! pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 3058] By: jhi on 1999/03/03 22:30:40
|
||
Log: Configure regen to
|
||
(1) match maint-5.005 patches #3056 and #3057
|
||
(2) better version of PHOSTNAME of #3050
|
||
(3) the crosscompile/multiarch config_h.SH trouble solved for now
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3054] By: jhi on 1999/03/03 09:57:59
|
||
Log: Change #3053 missed perldelta.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 3053] By: jhi on 1999/03/03 08:29:43
|
||
Log: Use '!' to mark native integer packings instead of '_'.
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 3052] By: jhi on 1999/03/02 23:12:36
|
||
Log: The HP-UX threads patch (change #3028) is needed also here.
|
||
Branch: cfgperl
|
||
! hints/hpux.sh thread.h
|
||
____________________________________________________________________________
|
||
[ 3051] By: jhi on 1999/03/02 08:24:52
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
|
||
Date: Mon, 01 Mar 1999 16:10:57 -0800
|
||
Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
|
||
Branch: cfgperl
|
||
! README.vms
|
||
Branch: maint-5.005/perl
|
||
! README.vms
|
||
____________________________________________________________________________
|
||
[ 3050] By: jhi on 1999/03/02 08:22:29
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
|
||
Date: Mon, 01 Mar 1999 16:06:29 -0800
|
||
Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
|
||
|
||
From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH 5.005_56]vmsish.pm patch
|
||
Date: Mon, 01 Mar 1999 20:19:04 -0800
|
||
Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
|
||
|
||
plus Configure regen containing a "solution" to the
|
||
crosscompile/multiarch problem.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH configure.com ext/B/defsubs.h.PL
|
||
! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 3049] By: jhi on 1999/03/02 07:34:21
|
||
Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH] Eliminate (valid) warning in byterun.c
|
||
Date: Mon, 01 Mar 1999 17:27:59 -0500
|
||
Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
|
||
Branch: cfgperl
|
||
! bytecode.h
|
||
Branch: maint-5.005/perl
|
||
! bytecode.h
|
||
____________________________________________________________________________
|
||
[ 3048] By: gsar on 1999/03/02 06:41:21
|
||
Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
|
||
Branch: perl
|
||
! MANIFEST README.hpux
|
||
____________________________________________________________________________
|
||
[ 3047] By: jhi on 1999/03/01 06:34:43
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> README.hpux lib/File/Spec/Functions.pm
|
||
!> (integrate 28 files)
|
||
____________________________________________________________________________
|
||
[ 3046] By: gsar on 1999/03/01 05:34:28
|
||
Log: this is 5.005_56
|
||
Branch: perl
|
||
! Changes
|
||
|
||
----------------
|
||
Version 5.005_56
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 3045] By: gsar on 1999/03/01 03:32:30
|
||
Log: destroy PL_svref_mutex in perl_destruct()
|
||
Branch: perl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 3044] By: gsar on 1999/03/01 00:38:50
|
||
Log: up patchlevel &c.
|
||
Branch: perl
|
||
! Changes patchlevel.h pod/perlhist.pod win32/Makefile
|
||
! win32/config_H.bc win32/config_H.gc win32/config_H.vc
|
||
! win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 3043] By: gsar on 1999/03/01 00:14:15
|
||
Log: integrate cfgperl contents into mainline
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
!> Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3042] By: gsar on 1999/02/28 23:55:08
|
||
Log: slightly edited version of suggested patch
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Mon, 01 Mar 1999 00:32:05 +0100
|
||
Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
|
||
Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
|
||
Branch: perl
|
||
+ lib/File/Spec/Functions.pm
|
||
! MANIFEST lib/File/Spec.pm
|
||
____________________________________________________________________________
|
||
[ 3041] By: gsar on 1999/02/28 22:47:19
|
||
Log: fix subtle bug in eval'' testsuite
|
||
Branch: perl
|
||
! t/op/eval.t
|
||
____________________________________________________________________________
|
||
[ 3040] By: gsar on 1999/02/28 22:46:24
|
||
Log: avoid literal control characters in change#3039
|
||
Branch: perl
|
||
! t/base/lex.t
|
||
____________________________________________________________________________
|
||
[ 3039] By: gsar on 1999/02/28 21:47:18
|
||
Log: todo item: permit extended control variables a la ${^Foo} (patch
|
||
courtesy Mark-Jason Dominus <mjd@plover.com>)
|
||
Branch: perl
|
||
! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
|
||
! t/base/lex.t toke.c
|
||
____________________________________________________________________________
|
||
[ 3038] By: gsar on 1999/02/28 21:21:05
|
||
Log: From: abigail@fnx.com
|
||
Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
|
||
Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
|
||
Subject: Recognize -> and => inside [A-Z]<> sequences.
|
||
Branch: perl
|
||
! pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 3037] By: gsar on 1999/02/28 21:12:22
|
||
Log: fix longstanding bug: searches for lexicals originating within eval''
|
||
weren't stopping at the subroutine boundary correctly
|
||
Branch: perl
|
||
! op.c proto.h t/op/eval.t
|
||
____________________________________________________________________________
|
||
[ 3036] By: gsar on 1999/02/28 20:02:29
|
||
Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
|
||
as stacked list values
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 27 Feb 1999 18:24:17 +0100
|
||
Message-ID: <36e22849.36531259@smtp1.ibm.net>
|
||
Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 3035] By: gsar on 1999/02/28 19:48:54
|
||
Log: remove superfluous stack_sp decl
|
||
Branch: perl
|
||
! jpl/JNI/JNI.xs
|
||
____________________________________________________________________________
|
||
[ 3034] By: gsar on 1999/02/28 19:34:58
|
||
Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
|
||
Branch: perl
|
||
! lib/Getopt/Std.pm
|
||
____________________________________________________________________________
|
||
[ 3033] By: gsar on 1999/02/28 19:23:41
|
||
Log: add File::Compare::compare_text()
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Fri, 26 Feb 1999 00:20:41 +0100
|
||
Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
|
||
Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
|
||
Branch: perl
|
||
! lib/File/Compare.pm pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 3032] By: gsar on 1999/02/28 19:01:33
|
||
Log: add README.hpux
|
||
Branch: perl
|
||
+ README.hpux
|
||
! MAINTAIN MANIFEST
|
||
____________________________________________________________________________
|
||
[ 3031] By: gsar on 1999/02/28 18:49:08
|
||
Log: avoid escaping & et al multiple times (variant of fix suggested by
|
||
James Cromie <jcromie@fossil.uswc.uswest.com>
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 3030] By: gsar on 1999/02/28 18:35:09
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 24 Feb 1999 22:34:56 +0100
|
||
Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
|
||
Branch: perl
|
||
! lib/Test/Harness.pm
|
||
____________________________________________________________________________
|
||
[ 3029] By: gsar on 1999/02/28 18:28:18
|
||
Log: add note about env pollution
|
||
Branch: perl
|
||
! INSTALL pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 3028] By: jhi on 1999/02/26 14:40:00
|
||
Log: HP-UX 11 threads.
|
||
|
||
From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
|
||
To: perl5-porters@perl.org
|
||
Cc: jhi@cc.hut.fi
|
||
Subject: Maint 5 and _54 with threading on HP-UX 11.00
|
||
Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
|
||
Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
|
||
|
||
NOTE from jhi: the hpux hints could still be more robust by
|
||
disabling gdbm when necessary.
|
||
|
||
Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
|
||
linking -lgdbm -lpthread creates an executable that instantly
|
||
core dumps on a pthreads internal panic:
|
||
|
||
./gdpt
|
||
|
||
Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
|
||
Return Pointer is 0xc082bf33
|
||
17639 quit (core dumped) ./gdpt
|
||
|
||
You don't have to *use* either gdbm or pthreads in the executable,
|
||
just linking them together is enough. Workaround is to recompile
|
||
the GDBM under HP-UX 11, that makes the problem go away.
|
||
Branch: maint-5.005/perl
|
||
! hints/hpux.sh thread.h
|
||
____________________________________________________________________________
|
||
[ 3025] By: jhi on 1999/02/25 20:41:07
|
||
Log: Temporary workaround for the config_h.SH versus
|
||
crosscompile and multiarch plus introduce 'rt'
|
||
to $libswanted: in UNIX98 sched_yield() lives there.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3024] By: jhi on 1999/02/24 12:54:59
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> t/lib/fatal.t
|
||
!> (integrate 44 files)
|
||
____________________________________________________________________________
|
||
[ 3023] By: gsar on 1999/02/24 07:02:12
|
||
Log: integrate cfgperl contents
|
||
Branch: perl
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 3022] By: gsar on 1999/02/24 05:59:47
|
||
Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
|
||
Date: 23 Feb 1999 17:53:22 -0700
|
||
Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
|
||
Subject: [PATCH: _55] perldoc -q broken
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 3021] By: gsar on 1999/02/24 05:51:53
|
||
Log: ansify perlio.c, fix PerlIO-ish typos
|
||
Branch: perl
|
||
! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
|
||
! iperlsys.h perlio.c
|
||
____________________________________________________________________________
|
||
[ 3020] By: gsar on 1999/02/24 05:28:06
|
||
Log: adjust a Perl_malloc() flag for NeXT
|
||
From: Hans Mulder <hansm@icgned.icgroup.nl>
|
||
Date: Tue, 23 Feb 99 00:26:25 +0100
|
||
Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
|
||
Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 3019] By: gsar on 1999/02/24 05:19:42
|
||
Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
|
||
Branch: perl
|
||
! pod/perltodo.pod
|
||
____________________________________________________________________________
|
||
[ 3018] By: gsar on 1999/02/24 04:15:18
|
||
Log: From: Joshua Pritikin <joshua.pritikin@db.com>
|
||
Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
|
||
Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
|
||
Subject: improved error message [PATCH _55] [RESEND]
|
||
Branch: perl
|
||
! sv.c
|
||
____________________________________________________________________________
|
||
[ 3017] By: gsar on 1999/02/24 03:50:34
|
||
Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
Date: Sun, 21 Feb 1999 20:02:18 -0700
|
||
Message-Id: <199902220302.UAA09981@jhereg.perl.com>
|
||
Subject: perlfunc updates (against 55)
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 3016] By: gsar on 1999/02/24 03:17:05
|
||
Log: testsuite adjustments
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Date: Sat, 20 Feb 1999 15:24:57 +0000
|
||
Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
|
||
Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
|
||
Branch: perl
|
||
! t/lib/io_sock.t t/op/lex_assign.t
|
||
____________________________________________________________________________
|
||
[ 3015] By: gsar on 1999/02/24 02:54:47
|
||
Log: avoid modifying readonly values from qw()
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 3014] By: gsar on 1999/02/24 02:49:04
|
||
Log: more "correct" utbuf for utime()
|
||
Branch: perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 3013] By: jhi on 1999/02/22 19:27:44
|
||
Log: Fix MacPerl version, change PowerUX to PowerMAX.
|
||
|
||
From: Chris Nandor <pudge@pobox.com>
|
||
To: jhi@iki.fi
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: perl current availability as documented by perl.pod
|
||
Date: Sun, 21 Feb 1999 11:06:03 -0500
|
||
Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
|
||
|
||
From: Tom Horsley <Tom.Horsley@mail.ccur.com>
|
||
To: jhi@iki.fi
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: perl current availability as documented by perl.pod
|
||
Date: Mon, 22 Feb 1999 13:08:30 GMT
|
||
Message-Id: <199902221308.NAA19971@cleo.ccur.com>
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 3012] By: jhi on 1999/02/22 10:26:11
|
||
Log: Snapshot the cross-compilation/multiarchitecture stuff
|
||
(currently broken in next)
|
||
Branch: cfgperl
|
||
! Configure config_h.SH pp.c
|
||
____________________________________________________________________________
|
||
[ 3011] By: jhi on 1999/02/22 10:24:51
|
||
Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
|
||
To: gsar@activestate.com (Gurusamy Sarathy)
|
||
Cc: perl5-porters@perl.org (Perl5 Porters)
|
||
Subject: [PATCH 5.005_55] DB_File 1.64 patch
|
||
Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
|
||
Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
|
||
Branch: cfgperl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
|
||
____________________________________________________________________________
|
||
[ 3009] By: jhi on 1999/02/22 09:14:26
|
||
Log: Scratch #3008 and introduce $crosscompile and $multiarch
|
||
also in non-Configure lands.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
|
||
! hints/next_4.sh vms/subconfigure.com win32/config.bc
|
||
! win32/config.gc win32/config.vc win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc
|
||
____________________________________________________________________________
|
||
[ 3008] By: jhi on 1999/02/22 08:58:04
|
||
Log: Add -DMULTIARCH (see change #3006).
|
||
Branch: cfgperl
|
||
! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
|
||
____________________________________________________________________________
|
||
[ 3007] By: jhi on 1999/02/22 08:54:06
|
||
Log: Undo the references to local{lib,arch} introduced by #3006.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3006] By: jhi on 1999/02/22 08:43:50
|
||
Log: From: hansm@icgned.icgroup.nl
|
||
To: perlbug@perl.com
|
||
Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
|
||
Date: Sun, 21 Feb 1999 22:58:55 +0100
|
||
Reply-To: hansmu@xs4all.nl
|
||
Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
|
||
|
||
plus other Configure changes: prepare for cross-compilation/
|
||
multiarchitecture builds.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 3005] By: jhi on 1999/02/22 08:35:30
|
||
Log: Configure/Perl knew how to look for use Mach cthreads
|
||
but Configure didn't let them to be used ($osname 'next').
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
Branch: maint-5.005/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 3004] By: jhi on 1999/02/21 15:46:02
|
||
Log: Update Acorn AVAILABILITY.
|
||
Branch: cfgperl
|
||
! pod/perl.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 3003] By: jhi on 1999/02/21 14:50:42
|
||
Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
|
||
To: perl5-porters@perl.org (Perl 5 Porters)
|
||
Subject: PATCH: perlref.pod - symbolic ref example
|
||
Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
|
||
Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
|
||
Branch: cfgperl
|
||
! pod/perlref.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perlref.pod
|
||
____________________________________________________________________________
|
||
[ 3002] By: jhi on 1999/02/21 14:35:22
|
||
Log: Sync cfgperl with maint-5.005 change #3000.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 2999] By: gsar on 1999/02/20 22:48:30
|
||
Log: From: John Bley <jbb6@acpub.duke.edu>
|
||
Date: Sat, 20 Feb 1999 16:02:34 EST
|
||
Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
|
||
Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 2998] By: jhi on 1999/02/20 14:13:06
|
||
Log: Enhanced the endianness description.
|
||
Branch: cfgperl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 2996] By: jhi on 1999/02/20 13:55:41
|
||
Log: Glossary now mostly fixed.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH
|
||
____________________________________________________________________________
|
||
[ 2994] By: jhi on 1999/02/20 11:58:33
|
||
Log: Perldeltify GNU/Hurd.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2993] By: gsar on 1999/02/20 00:59:10
|
||
Log: fix typo in Perl_sbrk()
|
||
From: hansm@icgned.icgroup.nl
|
||
Date: Fri, 19 Feb 1999 23:19:31 +0100
|
||
Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
|
||
Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 2992] By: gsar on 1999/02/20 00:51:08
|
||
Log: integrate change#2980 from maint-5.005
|
||
Branch: perl
|
||
!> utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 2991] By: gsar on 1999/02/20 00:34:01
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Thu, 18 Feb 1999 18:51:38 +0000
|
||
Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
|
||
Branch: perl
|
||
! pp_hot.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 2990] By: gsar on 1999/02/20 00:30:48
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Thu, 18 Feb 1999 19:14:07 +0100
|
||
Message-ID: <36d15809.40853323@smtp1.ibm.net>
|
||
Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 2989] By: gsar on 1999/02/20 00:27:01
|
||
Log: do poll() emulation unless HAS_POLL && I_POLL
|
||
Branch: perl
|
||
! ext/IO/poll.h
|
||
____________________________________________________________________________
|
||
[ 2988] By: gsar on 1999/02/19 23:52:12
|
||
Log: tweak RE for NaNQ? recognition
|
||
Branch: perl
|
||
! t/lib/bigfloatpm.t
|
||
____________________________________________________________________________
|
||
[ 2987] By: gsar on 1999/02/19 23:29:59
|
||
Log: mention C<use utf8> and C<use warning> in perldelta
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2985] By: jhi on 1999/02/19 20:43:19
|
||
Log: pack/unpack better in (network-)short-non-16-bits and
|
||
(network-)long-non-32-bits systems such as Cray C90.
|
||
Branch: cfgperl
|
||
! perl.h pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 2984] By: jhi on 1999/02/19 20:38:54
|
||
Log: Regen Configure.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 2982] By: jhi on 1999/02/19 19:51:49
|
||
Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
|
||
not probed for and
|
||
|
||
From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: Chaim Frenkel <chaimf@pobox.com>,
|
||
Russ Allbery <rra@stanford.edu>,
|
||
Jarkko Hietaniemi <jhi@iki.fi>,
|
||
Gurusamy Sarathy <gsar@activestate.com>,
|
||
Graham Barr <gbarr@pobox.com>
|
||
Cc: bdensch@ameritech.net, perlbug@perl.com
|
||
Subject: [PATCH] Re: Solaris 7 for Intel
|
||
Message-ID: <19990219124404.A30182@O2.chapin.edu>
|
||
|
||
Glossary is still missing some terms because
|
||
mkglossary is misbehaving (change #2981 updated
|
||
Glossary manually)
|
||
Branch: cfgperl
|
||
! Configure Makefile.SH Porting/Glossary Porting/config.sh
|
||
! Porting/config_H
|
||
____________________________________________________________________________
|
||
[ 2980] By: gbarr on 1999/02/19 16:06:53
|
||
Log: Make result of h2xs work when user adds C<use strict>
|
||
Branch: maint-5.005/perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 2979] By: gsar on 1999/02/19 05:24:29
|
||
Log: doc for change#2978
|
||
Branch: perl
|
||
! pod/perlsub.pod
|
||
____________________________________________________________________________
|
||
[ 2978] By: gsar on 1999/02/19 05:08:29
|
||
Log: bring '*' prototype closer to how it behaves internally
|
||
Branch: perl
|
||
+ t/lib/fatal.t
|
||
! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
|
||
____________________________________________________________________________
|
||
[ 2977] By: gsar on 1999/02/19 02:50:31
|
||
Log: stem leakage of perly.h #defines #ifndef PERL_CORE
|
||
Branch: perl
|
||
! perly.h
|
||
____________________________________________________________________________
|
||
[ 2975] By: gsar on 1999/02/18 21:41:57
|
||
Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
|
||
of lexical searches in BEGIN|INIT|END)
|
||
Branch: perl
|
||
! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
|
||
! vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 2974] By: gsar on 1999/02/18 21:03:06
|
||
Log: missing PERL_POLLUTE_MALLOC
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/sdbm.h
|
||
____________________________________________________________________________
|
||
[ 2973] By: gsar on 1999/02/18 17:10:49
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
Date: Wed, 17 Feb 1999 17:22:50 EST
|
||
Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
|
||
Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
|
||
Branch: perl
|
||
! lib/dotsh.pl
|
||
____________________________________________________________________________
|
||
[ 2972] By: gsar on 1999/02/18 17:04:12
|
||
Log: s/#defined/#define/
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.xs
|
||
____________________________________________________________________________
|
||
[ 2970] By: gsar on 1999/02/18 03:26:43
|
||
Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
|
||
Branch: perl
|
||
! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
|
||
! ext/GDBM_File/typemap
|
||
____________________________________________________________________________
|
||
[ 2969] By: gsar on 1999/02/17 23:30:47
|
||
Log: correct slurp mode doc
|
||
Branch: perl
|
||
! pod/perlfunc.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 2968] By: jhi on 1999/02/17 23:15:49
|
||
Log: Ultrix hints update.
|
||
|
||
From: Spider Boardman <spider@zk3.dec.com>
|
||
To: perlbug@perl.com
|
||
Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
|
||
Date: Tue, 16 Feb 1999 23:04:28 -0500
|
||
Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
|
||
Branch: cfgperl
|
||
! hints/ultrix_4.sh
|
||
____________________________________________________________________________
|
||
[ 2966] By: jhi on 1999/02/17 23:09:21
|
||
Log: Change #2965 wiped out some Sarathy's _55 changes.
|
||
Now unwiped.
|
||
Branch: cfgperl
|
||
! Configure pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 2965] By: jhi on 1999/02/17 23:00:04
|
||
Log: Configure tweaks.
|
||
|
||
Fix the Unixware/SCO uname scan:
|
||
|
||
From: Tom Hughes <thh@cyberscience.com>
|
||
To: perlbug@perl.com
|
||
Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
|
||
Date: 17 Feb 1999 15:34:15 +0000
|
||
Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
|
||
|
||
AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
|
||
|
||
From: Joe Buehler <jhpb@hekimian.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
|
||
Date: 12 Feb 1999 11:25:21 -0500
|
||
Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
|
||
|
||
Make the pthreads joinable constant scan to output to fd 4, not 2.
|
||
Branch: cfgperl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 2964] By: gsar on 1999/02/17 21:30:07
|
||
Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
Date: Wed, 17 Feb 1999 06:53:13 -0700
|
||
Message-Id: <199902171353.GAA15682@jhereg.perl.com>
|
||
Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
|
||
Branch: perl
|
||
! lib/Pod/Functions.pm
|
||
____________________________________________________________________________
|
||
[ 2963] By: gsar on 1999/02/17 21:18:21
|
||
Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Wed, 17 Feb 1999 10:06:01 +0000
|
||
Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
|
||
Subject: Re: [5.005_53] panic: pad_free curpad
|
||
Branch: perl
|
||
! regcomp.c regexec.c t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 2962] By: gsar on 1999/02/16 21:26:28
|
||
Log: NaNQ? tweak
|
||
Branch: perl
|
||
! t/lib/bigfloatpm.t
|
||
____________________________________________________________________________
|
||
[ 2961] By: jhi on 1999/02/16 19:26:38
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 37 files)
|
||
____________________________________________________________________________
|
||
[ 2960] By: gsar on 1999/02/16 18:04:29
|
||
Log: undo change#2465 (qw[] is a real list now)
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 2959] By: gsar on 1999/02/16 07:09:33
|
||
Log: this was 5.005_55
|
||
Branch: perl
|
||
! Changes
|
||
|
||
----------------
|
||
Version 5.005_55
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 2958] By: gsar on 1999/02/16 06:18:27
|
||
Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
|
||
elide dups and non-dependents from Changes
|
||
Branch: perl
|
||
! Changes pod/perlhist.pod
|
||
!> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
|
||
!> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
|
||
!> pod/perlport.pod pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 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 <spider@zk3.dec.com>
|
||
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}
|
||
Branch: perl
|
||
! patchlevel.h perl.h
|
||
____________________________________________________________________________
|
||
[ 2942] By: gsar on 1999/02/15 10:26:59
|
||
Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
|
||
misc fixes
|
||
Branch: perl
|
||
! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
|
||
____________________________________________________________________________
|
||
[ 2941] By: gsar on 1999/02/15 10:24:37
|
||
Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
|
||
Message-ID: <19990207002851.B9185@toldyouso.com>
|
||
Message-ID: <19990207212152.A9765@toldyouso.com>
|
||
Message-ID: <19990207212041.A9622@toldyouso.com>
|
||
Message-ID: <19990207213127.A10244@toldyouso.com>
|
||
Message-ID: <19990207212559.A9950@toldyouso.com>
|
||
Message-ID: <19990207212842.A9994@toldyouso.com>
|
||
Message-ID: <19990207212500.A9860@toldyouso.com>
|
||
Message-ID: <19990207213013.A10105@toldyouso.com>
|
||
Branch: perl
|
||
! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
|
||
! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
|
||
! pod/perlmodlib.pod pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 2940] By: gsar on 1999/02/15 10:07:08
|
||
Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
|
||
of suggested patch)
|
||
From: "Vishal Bhatia" <vishalb@my-dejanews.com>
|
||
Date: Mon, 08 Feb 1999 01:14:41 -0000
|
||
Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
|
||
Subject: [PATCH 5.005_54] some pending C.pm stuff
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 2939] By: jhi on 1999/02/15 08:40:18
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> t/lib/bigfloat.t t/lib/bigfloatpm.t
|
||
- lib/File/PathConvert.pm
|
||
!> (integrate 81 files)
|
||
____________________________________________________________________________
|
||
[ 2938] By: gsar on 1999/02/15 06:56:39
|
||
Log: change#2839 was bogus, redo
|
||
Branch: perl
|
||
!> t/lib/h2ph.pht
|
||
____________________________________________________________________________
|
||
[ 2937] By: gsar on 1999/02/15 06:38:15
|
||
Log: support Win32::GetFullPathName() and Win32::SetLastError()
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Tue, 09 Feb 1999 22:27:31 +0100
|
||
Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
|
||
Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
|
||
Branch: perl
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 2936] By: gsar on 1999/02/15 06:26:39
|
||
Log: support native integers, pack("L_",...) etc. (via private mail)
|
||
From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
|
||
Message-Id: <199902092204.AAA29065@alpha.hut.fi>
|
||
Subject: the "packnative" patch
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
|
||
! t/lib/ipc_sysv.t t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 2935] By: gsar on 1999/02/15 06:04:02
|
||
Log: From: Michael G Schwern <schwern@pobox.com>
|
||
Date: Tue, 9 Feb 1999 04:13:12 -0500
|
||
Message-ID: <19990209041312.A15788@toldyouso.com>
|
||
Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 2934] By: gsar on 1999/02/15 05:30:13
|
||
Log: fix bugs in the handling of negative numbers, among other things
|
||
From: Steven Knight <knight@theopera.baldmt.citilink.com>
|
||
Date: Mon, 8 Feb 1999 01:16:24 -0600
|
||
Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
|
||
Subject: Math::BigFloat and Math::BigInt
|
||
Branch: perl
|
||
+ t/lib/bigfloat.t t/lib/bigfloatpm.t
|
||
! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
|
||
! t/lib/bigintpm.t
|
||
____________________________________________________________________________
|
||
[ 2933] By: gsar on 1999/02/15 04:57:52
|
||
Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
|
||
Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
|
||
Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
|
||
Subject: s2p incorrectly handles hold space commands
|
||
Branch: perl
|
||
! x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 2932] By: gsar on 1999/02/15 04:45:55
|
||
Log: clarify what a "line" is
|
||
Branch: perl
|
||
! pod/perlfunc.pod pod/perlvar.pod
|
||
____________________________________________________________________________
|
||
[ 2931] By: gsar on 1999/02/15 04:23:29
|
||
Log: backout change#2811 and add newer version based on File::Spec
|
||
From: Barrie Slaymaker <rbs@telerama.com>
|
||
Date: Thu, 11 Feb 1999 16:29:24 -0500
|
||
Message-ID: <36C34BB4.A62090E0@telerama.com>
|
||
Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
|
||
Branch: perl
|
||
- lib/File/PathConvert.pm
|
||
! MANIFEST installhtml lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 2930] By: gsar on 1999/02/15 04:16:25
|
||
Log: From: Barrie Slaymaker <rbs@telerama.com>
|
||
Date: Thu, 11 Feb 1999 19:39:48 -0500
|
||
Message-ID: <36C37854.707D139@telerama.com>
|
||
Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
|
||
Branch: perl
|
||
! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
|
||
____________________________________________________________________________
|
||
[ 2929] By: gsar on 1999/02/15 04:06:50
|
||
Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
|
||
Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
|
||
Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
|
||
Subject: [PATCH]5.005_54 (DOC) fix many typos
|
||
--
|
||
Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
|
||
Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
|
||
Subject: [PATCH]5.005_54 (DOC) typos
|
||
Branch: perl
|
||
! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
|
||
! pod/perldebug.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 pod/perlfunc.pod pod/perlguts.pod
|
||
! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
|
||
! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
|
||
! pod/perlvar.pod pod/perlxs.pod
|
||
____________________________________________________________________________
|
||
[ 2928] By: gsar on 1999/02/15 03:39:53
|
||
Log: allow the Carp routines to pass through exception objects
|
||
Branch: perl
|
||
! lib/Carp.pm
|
||
____________________________________________________________________________
|
||
[ 2927] By: gsar on 1999/02/15 03:22:57
|
||
Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
|
||
Branch: perl
|
||
! pod/perlfaq8.pod
|
||
____________________________________________________________________________
|
||
[ 2926] By: gsar on 1999/02/15 03:19:39
|
||
Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
|
||
have done that, but didn't)
|
||
Branch: perl
|
||
!> utils/h2ph.PL
|
||
____________________________________________________________________________
|
||
[ 2925] By: gsar on 1999/02/15 03:17:01
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
! Changes
|
||
!> Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
!> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
|
||
!> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
|
||
!> vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 2924] By: gsar on 1999/02/15 03:07:08
|
||
Log: add const qualifier to most char* prototypes, handle ripple effect
|
||
Branch: perl
|
||
! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
|
||
! universal.c util.c
|
||
____________________________________________________________________________
|
||
[ 2923] By: gsar on 1999/02/15 01:04:30
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Thu, 04 Feb 1999 02:37:31 +0000
|
||
Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
|
||
Branch: perl
|
||
! pp_ctl.c t/op/range.t
|
||
____________________________________________________________________________
|
||
[ 2922] By: gsar on 1999/02/15 00:24:34
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Sun, 31 Jan 1999 01:50:06 +0000
|
||
Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
|
||
Subject: [PATCH 5.005_03t4] regexp flags bug
|
||
Branch: perl
|
||
! regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 2921] By: gsar on 1999/02/15 00:13:02
|
||
Log: use New() et al., rather than safemalloc() et al.
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Fri, 29 Jan 1999 23:27:22 +0100
|
||
Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
|
||
Subject: [PATCH _03-MT5] POSIX.xs memory API
|
||
Branch: perl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 2920] By: gsar on 1999/02/15 00:05:33
|
||
Log: tweak READ() docs to mention $buffer must be altered by reference
|
||
Branch: perl
|
||
! pod/perltie.pod
|
||
____________________________________________________________________________
|
||
[ 2919] By: gsar on 1999/02/14 23:50:39
|
||
Log: applied suggested patch, with several language/readability tweaks
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 29 Jan 1999 00:25:02 -0500
|
||
Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
|
||
Subject: Re: [PATCH 5.005_*] Better parsing docs
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 2918] By: gsar on 1999/02/14 23:20:42
|
||
Log: several bug fixes; now croak()s when date exceeds integer limits (instead
|
||
of silently returning bogus values)
|
||
From: Peter Chines <pchines@nhgri.nih.gov>
|
||
Date: Wed, 27 Jan 1999 16:11:31 -0500
|
||
Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
|
||
Subject: Time::Local
|
||
Branch: perl
|
||
! lib/Time/Local.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2917] By: gsar on 1999/02/14 11:21:43
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 28 Jan 1999 10:02:20 -0500
|
||
Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
|
||
Subject: Re: [PATCH 5.005_53] Better perldoc
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 2916] By: gsar on 1999/02/14 10:59:38
|
||
Log: back out change#2751, apply updated version
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 06 Feb 1999 01:06:29 +0100
|
||
Message-ID: <36bc844c.18763049@smtp1.ibm.net>
|
||
Subject: [PATCH] Cleanup of File::Spec module
|
||
Branch: perl
|
||
! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
|
||
! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
|
||
! lib/File/Spec/Win32.pm
|
||
____________________________________________________________________________
|
||
[ 2915] By: gsar on 1999/02/14 10:48:01
|
||
Log: tweak select() test
|
||
Branch: perl
|
||
! pod/perlipc.pod t/op/fh.t
|
||
____________________________________________________________________________
|
||
[ 2914] By: gsar on 1999/02/14 10:25:55
|
||
Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
|
||
Branch: perl
|
||
! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 2913] By: gsar on 1999/02/14 10:03:51
|
||
Log: From: Kenneth Albanowski <kjahds@kjahds.com>
|
||
Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
|
||
Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
|
||
Subject: Re: SvOPV() or SvPV_nolen() or ...
|
||
Branch: perl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 2912] By: gsar on 1999/02/14 09:57:29
|
||
Log: provide SvPV_nolen(sv) to avoid use of PL_na
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sun, 24 Jan 1999 02:45:32 +0100
|
||
Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
|
||
Branch: perl
|
||
! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
|
||
! sv.h
|
||
____________________________________________________________________________
|
||
[ 2911] By: gsar on 1999/02/14 06:51:05
|
||
Log: elide stray effluvium
|
||
Branch: perl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2910] By: gsar on 1999/02/14 05:51:56
|
||
Log: slurping an empty file should return '' rather than undef, with
|
||
commensurate effects on ARGV processing
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
|
||
! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
|
||
____________________________________________________________________________
|
||
[ 2909] By: gsar on 1999/02/14 00:02:11
|
||
Log: perly_c.diff typo
|
||
Branch: perl
|
||
! perly.c perly_c.diff vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 2908] By: gsar on 1999/02/13 18:20:13
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 13 Feb 1999 13:25:53 +0100
|
||
Message-Id: <36c9629c.13334874@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
|
||
Branch: perl
|
||
! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
|
||
____________________________________________________________________________
|
||
[ 2907] By: jhi on 1999/02/13 15:07:26
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
|
||
!> (integrate 150 files)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
Message-ID: <36b66479.62756298@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
|
||
Branch: perl
|
||
! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
|
||
! proto.h sv.c sv.h
|
||
____________________________________________________________________________
|
||
[ 2902] By: gsar on 1999/02/12 12:55:11
|
||
Log: script to generate ctags from etags
|
||
From: Colin Kuskie <ckuskie@cadence.com>
|
||
Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
|
||
Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
|
||
Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
|
||
Branch: perl
|
||
+ emacs/e2ctags.pl
|
||
! Makefile.SH pod/perlfaq3.pod
|
||
____________________________________________________________________________
|
||
[ 2901] By: gsar on 1999/02/12 12:40:17
|
||
Log: allow boolean assign ops to be lvalues
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
|
||
Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
|
||
--
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Mon, 18 Jan 1999 10:04:00 +0000
|
||
Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
|
||
Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
|
||
Branch: perl
|
||
+ t/op/lop.t
|
||
! MANIFEST op.c
|
||
____________________________________________________________________________
|
||
[ 2899] By: jhi on 1999/02/12 12:03:48
|
||
Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 2898] By: gsar on 1999/02/12 11:49:25
|
||
Log: support win32_putenv()
|
||
Branch: perl
|
||
! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
|
||
! win32/win32.c win32/win32iop.h
|
||
____________________________________________________________________________
|
||
[ 2894] By: gsar on 1999/02/12 11:09:27
|
||
Log: add missing hunk in change#2657
|
||
Branch: perl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 2893] By: gsar on 1999/02/12 11:00:13
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 19 Jan 1999 20:13:15 -0500
|
||
Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
|
||
Branch: perl
|
||
! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
|
||
! t/pragma/subs.t t/pragma/warning.t
|
||
____________________________________________________________________________
|
||
[ 2892] By: gsar on 1999/02/12 10:44:38
|
||
Log: update change#2670 to later version
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
Date: Sun, 31 Jan 1999 16:16:14 +0000
|
||
Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
|
||
Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
|
||
Branch: perl
|
||
! t/op/subst.t toke.c
|
||
____________________________________________________________________________
|
||
[ 2891] By: gsar on 1999/02/12 10:31:17
|
||
Log: make testsuite somewhat location independent
|
||
Branch: perl
|
||
! (edit 117 files)
|
||
____________________________________________________________________________
|
||
[ 2890] By: gsar on 1999/02/12 10:00:30
|
||
Log: add $AutoLoader::VERSION
|
||
Branch: perl
|
||
! lib/AutoLoader.pm
|
||
____________________________________________________________________________
|
||
[ 2889] By: gsar on 1999/02/12 09:55:48
|
||
Log: tweak PERL_STRICT_CR notes
|
||
Branch: perl
|
||
! pod/perl5005delta.pod
|
||
____________________________________________________________________________
|
||
[ 2888] By: gsar on 1999/02/12 09:41:45
|
||
Log: add note about test-notty target
|
||
Branch: perl
|
||
! README.win32
|
||
____________________________________________________________________________
|
||
[ 2887] By: gsar on 1999/02/12 09:37:37
|
||
Log: add perltodo.pod
|
||
Branch: perl
|
||
+ pod/perltodo.pod
|
||
! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
|
||
! win32/pod.mak
|
||
____________________________________________________________________________
|
||
[ 2886] By: jhi on 1999/02/12 08:52:14
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> t/op/fh.t
|
||
!> (integrate 30 files)
|
||
____________________________________________________________________________
|
||
[ 2885] By: gsar on 1999/02/12 08:42:10
|
||
Log: note how to find REG_INFTY limit
|
||
Branch: perl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 2884] By: jhi on 1999/02/12 08:36:14
|
||
Log: OpenBSD pthreads awareness, thanks to
|
||
David Leonard <david.leonard@csee.uq.edu.au>
|
||
Branch: maint-5.005/perl
|
||
! Configure hints/openbsd.sh
|
||
____________________________________________________________________________
|
||
[ 2882] By: gsar on 1999/02/12 08:05:20
|
||
Log: IO is maintained by p5p (per Graham Barr's wishes)
|
||
Branch: perl
|
||
! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
|
||
! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
|
||
! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
|
||
! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
|
||
____________________________________________________________________________
|
||
[ 2881] By: gsar on 1999/02/12 07:57:13
|
||
Log: fh.t typo
|
||
Branch: perl
|
||
! t/op/fh.t
|
||
____________________________________________________________________________
|
||
[ 2880] By: gsar on 1999/02/12 07:38:16
|
||
Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
|
||
Branch: perl
|
||
! perl.c pod/perlrun.pod
|
||
____________________________________________________________________________
|
||
[ 2879] By: gsar on 1999/02/12 05:39:29
|
||
Log: fix ops that are not filehandle constructors to not create GV if it
|
||
doesn't already exist (avoids leaks); extend semantics of defined()
|
||
so that defined(*{$foo}) works (experimental)
|
||
Branch: perl
|
||
+ t/op/fh.t
|
||
! 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
|
||
____________________________________________________________________________
|
||
[ 2877] By: jhi on 1999/02/11 20:44:00
|
||
Log: From: Chris Nandor <pudge@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH] perlport.pod 1.39
|
||
Date: Thu, 11 Feb 1999 12:28:35 -0500
|
||
Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
|
||
Branch: cfgperl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 2870] By: gsar on 1999/02/11 11:17:08
|
||
Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Pipe.pm
|
||
____________________________________________________________________________
|
||
[ 2869] By: gsar on 1999/02/11 11:00:56
|
||
Log: update win32/pod.mak
|
||
Branch: perl
|
||
! win32/pod.mak
|
||
____________________________________________________________________________
|
||
[ 2868] By: gsar on 1999/02/11 10:42:44
|
||
Log: From: Benjamin Low <b.d.low@unsw.edu.au>
|
||
Date: Fri, 08 Jan 1999 14:36:53 +1100
|
||
Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
|
||
Subject: Re: [Fwd: IO::Socket::connect and blocking]
|
||
Branch: perl
|
||
! ext/IO/lib/IO/Socket.pm
|
||
____________________________________________________________________________
|
||
[ 2867] By: gsar on 1999/02/11 09:43:03
|
||
Log: av_extend() doc tweak from Jan Dubois
|
||
Branch: perl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 2866] By: gsar on 1999/02/11 09:27:17
|
||
Log: display full pathname of unreadable files
|
||
Branch: perl
|
||
! utils/perldoc.PL
|
||
____________________________________________________________________________
|
||
[ 2865] By: gsar on 1999/02/11 09:02:31
|
||
Log: missing patch in change#2522
|
||
Branch: perl
|
||
! lib/Pod/Text.pm
|
||
____________________________________________________________________________
|
||
[ 2864] By: jhi on 1999/02/11 08:45:00
|
||
Log: From: Spider Boardman <spider@zk3.dec.com>
|
||
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: maint-5.005/perl
|
||
! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
|
||
____________________________________________________________________________
|
||
[ 2862] By: gsar on 1999/02/11 08:14:34
|
||
Log: integrate changes#2738,2740 from maint-5.005
|
||
Branch: perl
|
||
!> lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 2861] By: jhi on 1999/02/11 08:04:25
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
|
||
!> t/op/range.t win32/config.gc
|
||
____________________________________________________________________________
|
||
[ 2860] By: gsar on 1999/02/11 07:30:08
|
||
Log: binmode() support for cygwin32 (suggested by Steven Morlock
|
||
<newspost@morlock.net>)
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 2859] By: gsar on 1999/02/11 07:14:21
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes
|
||
!> pod/perl5005delta.pod
|
||
____________________________________________________________________________
|
||
[ 2856] By: gsar on 1999/02/11 07:07:39
|
||
Log: integrate perldelta changes from maint-5.005
|
||
Branch: perl
|
||
!> pod/perl5005delta.pod
|
||
____________________________________________________________________________
|
||
[ 2855] By: gsar on 1999/02/11 06:31:50
|
||
Log: applied suggested patch; added tests
|
||
From: Adam Krolnik <adamk@gypsy.cyrix.com>
|
||
Date: Sat, 12 Dec 98 15:30:18 -0600
|
||
Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
|
||
Subject: Range operation doesn't handle IV_MAX
|
||
Branch: perl
|
||
! pp_ctl.c t/op/range.t
|
||
____________________________________________________________________________
|
||
[ 2854] By: gsar on 1999/02/11 05:00:55
|
||
Log: compatibility fix: magic non-propagation in foreach implicit localization
|
||
Branch: perl
|
||
! pp_ctl.c t/op/local.t win32/config.gc
|
||
____________________________________________________________________________
|
||
[ 2852] By: gsar on 1999/02/10 23:17:49
|
||
Log: fair warning about -Dusethreads
|
||
Branch: maint-5.005/perl
|
||
! Configure INSTALL README.threads
|
||
____________________________________________________________________________
|
||
[ 2847] By: jhi on 1999/02/09 19:13:28
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
|
||
!> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 2846] By: gsar on 1999/02/09 13:53:28
|
||
Log: a modified version of suggested patch for pack template 'Z'; added docs
|
||
From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
|
||
Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
|
||
Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
|
||
Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
|
||
____________________________________________________________________________
|
||
[ 2845] By: gsar on 1999/02/09 00:03:26
|
||
Log: clarify docs for change#2835
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 2844] By: gsar on 1999/02/08 23:40:57
|
||
Log: addendum to change#2823
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
|
||
Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
|
||
Subject: [PATCH] Docs and tests for method-call syntax
|
||
Branch: perl
|
||
! pod/perlobj.pod t/op/method.t
|
||
____________________________________________________________________________
|
||
[ 2843] By: jhi on 1999/02/08 21:06:28
|
||
Log: Ultrix mmap tidbit.
|
||
Branch: cfgperl
|
||
! hints/ultrix_4.sh
|
||
____________________________________________________________________________
|
||
[ 2842] By: jhi on 1999/02/08 20:22:55
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> t/op/subst_wamp.t
|
||
!> (integrate 35 files)
|
||
____________________________________________________________________________
|
||
[ 2841] By: jhi on 1999/02/08 18:23:26
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
|
||
Date: Sun, 7 Feb 1999 17:25:22 -0500
|
||
Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
+ t/op/subst_amp.t
|
||
! MANIFEST regcomp.c t/op/subst.t
|
||
____________________________________________________________________________
|
||
[ 2840] By: jhi on 1999/02/08 18:16:54
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
|
||
Date: Sun, 7 Feb 1999 17:00:10 -0500
|
||
Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! pp_hot.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 2839] By: jhi on 1999/02/08 17:25:30
|
||
Log: A require was missing.
|
||
Branch: cfgperl
|
||
! t/lib/h2ph.pht
|
||
____________________________________________________________________________
|
||
[ 2838] By: jhi on 1999/02/08 16:38:41
|
||
Log: Bring in the change #2809 (the Configure part has been
|
||
modified rather a lot since the #2809, though.)
|
||
Branch: cfgperl
|
||
! Configure utils/h2ph.PL
|
||
____________________________________________________________________________
|
||
[ 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 <tom@compton.demon.co.uk>)
|
||
Branch: perl
|
||
! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
|
||
____________________________________________________________________________
|
||
[ 2834] By: gsar on 1999/02/08 13:23:16
|
||
Log: make safesysmalloc() etc., always available; safemalloc() et al are
|
||
now macros that point to the right malloc; fix various places in
|
||
sources that need to always use safesysmalloc() et al
|
||
Branch: perl
|
||
! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
|
||
! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 2833] By: gsar on 1999/02/08 10:56:16
|
||
Log: remove spurious #endif in last change
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 2832] By: gsar on 1999/02/08 10:34:55
|
||
Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
|
||
them ask for insanity (untested)
|
||
Branch: perl
|
||
! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
|
||
! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
|
||
! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
|
||
____________________________________________________________________________
|
||
[ 2831] By: jhi on 1999/02/08 08:33:33
|
||
Log: Update vms/subconfigure.com along the lines of change #2829.
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 2830] By: gsar on 1999/02/08 00:19:46
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
|
||
+> lib/File/PathConvert.pm pod/perlthrtut.pod
|
||
! Changes
|
||
!> (integrate 93 files)
|
||
____________________________________________________________________________
|
||
[ 2829] By: jhi on 1999/02/07 23:49:46
|
||
Log: Configure update.
|
||
|
||
Probe for mmap() et alia.
|
||
The *cc*symbols patch (just Configure, no h2ph).
|
||
Branch: cfgperl
|
||
! Configure Porting/Glossary Porting/config.sh Porting/config_H
|
||
! config_h.SH perl.h
|
||
____________________________________________________________________________
|
||
[ 2828] By: gsar on 1999/02/07 23:38:47
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sun, 7 Feb 1999 17:25:22 -0500
|
||
Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
|
||
Branch: perl
|
||
+ t/op/subst_amp.t t/op/subst_wamp.t
|
||
! MANIFEST regcomp.c t/op/subst.t
|
||
____________________________________________________________________________
|
||
[ 2827] By: gsar on 1999/02/07 23:27:32
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sun, 7 Feb 1999 17:00:10 -0500
|
||
Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
|
||
Branch: perl
|
||
! pp_hot.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 2826] By: gsar on 1999/02/07 23:26:04
|
||
Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Sun, 7 Feb 1999 15:07:27 -0500
|
||
Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
|
||
Subject: Re: fixing memory leaks in REx compilation
|
||
Branch: perl
|
||
! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 2825] By: jhi on 1999/02/07 18:05:13
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> lib/DB.pm t/comp/bproto.t
|
||
!> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
|
||
!> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
|
||
!> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
|
||
!> toke.c vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 2824] By: gsar on 1999/02/07 14:21:48
|
||
Log: tweak doc on bitwise ops
|
||
Branch: perl
|
||
! pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 2823] By: gsar on 1999/02/07 13:38:31
|
||
Log: applied suggested patch; regen perly* and vms/perly*
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
|
||
Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
|
||
Subject: [PATCH] Re: Suggestion for perlobj man page
|
||
Branch: perl
|
||
! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
|
||
____________________________________________________________________________
|
||
[ 2822] By: gsar on 1999/02/07 12:39:09
|
||
Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
|
||
disabled, fails tests)
|
||
Branch: perl
|
||
! regcomp.h
|
||
____________________________________________________________________________
|
||
[ 2821] By: gsar on 1999/02/07 11:09:39
|
||
Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
|
||
<Alexander.Barilo@aexp.com>)
|
||
Branch: perl
|
||
! lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 2820] By: gsar on 1999/02/07 10:20:35
|
||
Log: add draft debugging API implementation
|
||
Branch: perl
|
||
+ lib/DB.pm
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 2819] By: gsar on 1999/02/07 09:58:45
|
||
Log: avoid garbage in db->dirbuf
|
||
From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
|
||
Date: Sat, 05 Dec 1998 14:14:54 +0900
|
||
Message-Id: <199812050514.OAA23268@toshiba.co.jp>
|
||
Subject: SDBM bug
|
||
Branch: perl
|
||
! ext/SDBM_File/sdbm/sdbm.c
|
||
____________________________________________________________________________
|
||
[ 2818] By: gsar on 1999/02/07 09:32:24
|
||
Log: missing entry
|
||
Branch: perl
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 2817] By: gsar on 1999/02/07 09:30:47
|
||
Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
|
||
Branch: perl
|
||
+ t/comp/bproto.t
|
||
! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
|
||
____________________________________________________________________________
|
||
[ 2816] By: gsar on 1999/02/06 00:14:29
|
||
Log: minor bug in dumping blessed subrefs
|
||
Branch: perl
|
||
! ext/Data/Dumper/Dumper.pm
|
||
____________________________________________________________________________
|
||
[ 2812] By: jhi on 1999/02/03 22:02:24
|
||
Log: Enhance change #2808.
|
||
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: [PATCH 5.00*]: perlbug checklist
|
||
Date: Wed, 3 Feb 1999 19:02:27 +0000
|
||
Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
|
||
Branch: cfgperl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 2811] By: jhi on 1999/02/03 21:53:23
|
||
Log: From: Barrie Slaymaker <rbs@telerama.com>
|
||
To: perl5-porters@perl.org
|
||
CC: pod-people@perl.org
|
||
Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
|
||
Date: Wed, 03 Feb 1999 10:34:18 -0500
|
||
Message-ID: <36B86C7A.E99EFFF1@telerama.com>
|
||
|
||
Add File::PathConvert.pm.
|
||
Fix Pod::Html and installhtml to understand relative urls.
|
||
Branch: cfgperl
|
||
+ lib/File/PathConvert.pm
|
||
! MANIFEST installhtml lib/Pod/Html.pm
|
||
____________________________________________________________________________
|
||
[ 2810] By: jhi on 1999/02/03 20:25:10
|
||
Log: From: Francois Desarmenien <desar@club-internet.fr>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
|
||
Date: Wed, 03 Feb 1999 13:13:24 +0000
|
||
Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
|
||
|
||
(note: this patch completely overrides Tom Wolfe's patch,
|
||
change #2604)
|
||
Branch: cfgperl
|
||
+ ext/GDBM_File/hints/sco.pl
|
||
! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
|
||
____________________________________________________________________________
|
||
[ 2809] By: jhi on 1999/02/03 19:54:16
|
||
Log: h2ph fixes + Configure patch to support them.
|
||
|
||
From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
|
||
Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
Cc: perl5-porters@perl.org
|
||
Subject: [PATCH 5.00503_MT5] h2ph.PL
|
||
Date: Tue, 2 Feb 1999 19:48:06 -0500
|
||
Message-ID: <19990202194806.E10647@O2.chapin.edu>
|
||
Branch: maint-5.005/perl
|
||
! Configure utils/h2ph.PL
|
||
____________________________________________________________________________
|
||
[ 2808] By: jhi on 1999/02/03 16:59:55
|
||
Log: Enhance the perlbug checklist.
|
||
Branch: cfgperl
|
||
! utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 2807] By: jhi on 1999/02/03 14:01:37
|
||
Log: Document the standard strftime %formats.
|
||
|
||
From: Dominic Dunlop <domo@vo.lu>
|
||
To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
|
||
Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
|
||
Date: Tue, 2 Feb 1999 15:55:29 +0100
|
||
Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
|
||
Branch: cfgperl
|
||
! ext/POSIX/POSIX.pod
|
||
____________________________________________________________________________
|
||
[ 2806] By: jhi on 1999/02/03 13:58:00
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> perl.h
|
||
____________________________________________________________________________
|
||
[ 2805] By: gsar on 1999/02/03 03:32:31
|
||
Log: PL_uuemap[] init needs help for sizeof()
|
||
Branch: perl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 2804] By: jhi on 1999/02/02 20:44:30
|
||
Log: These should've been already in #2803.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 2803] By: jhi on 1999/02/02 20:38:45
|
||
Log: telldir prototype issue, from mists of time...
|
||
Branch: cfgperl
|
||
! hints/netbsd.sh pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 2801] By: jhi on 1999/02/02 17:40:14
|
||
Log: From: John Bley <jbb6@acpub.duke.edu>
|
||
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: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
|
||
Branch: cfgperl
|
||
! pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 2800] By: jhi on 1999/02/02 17:26:49
|
||
Log: Update todo with POSIX 1003.1 1996 Edition reminder.
|
||
Branch: cfgperl
|
||
! Todo-5.005
|
||
____________________________________________________________________________
|
||
[ 2799] By: jhi on 1999/02/02 17:18:51
|
||
Log: Update FindBin from maint-5.005.
|
||
Branch: cfgperl
|
||
! lib/FindBin.pm
|
||
____________________________________________________________________________
|
||
[ 2798] By: jhi on 1999/02/02 17:16:07
|
||
Log: Fix typecasts in #2797
|
||
|
||
From: "G. Del Merritt" <del@intranetics.com>
|
||
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: cfgperl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 2797] By: jhi on 1999/02/02 17:14:37
|
||
Log: From: Ted Law <tedlaw@cibcwg.com>
|
||
Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
|
||
Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
|
||
Subject: POSIX::strftime buffer overflow problem
|
||
Branch: cfgperl
|
||
! ext/POSIX/POSIX.xs
|
||
____________________________________________________________________________
|
||
[ 2796] By: jhi on 1999/02/02 17:13:23
|
||
Log: Do not use File::Slurp.
|
||
Branch: cfgperl
|
||
! t/lib/textfill.t
|
||
____________________________________________________________________________
|
||
[ 2795] By: jhi on 1999/02/02 17:11:48
|
||
Log: perlhist update from maint-5.005.
|
||
Branch: cfgperl
|
||
! pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 2794] By: jhi on 1999/02/02 17:10:33
|
||
Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
|
||
Branch: cfgperl
|
||
! ext/POSIX/POSIX.pm
|
||
____________________________________________________________________________
|
||
[ 2793] By: jhi on 1999/02/02 17:08:39
|
||
Log: Missed the html test from change #2787.
|
||
Branch: cfgperl
|
||
! t/lib/cgi-html.t
|
||
____________________________________________________________________________
|
||
[ 2792] By: jhi on 1999/02/02 17:01:24
|
||
Log: Update Getopt::Long to 2.19.
|
||
Branch: cfgperl
|
||
! lib/Getopt/Long.pm
|
||
____________________________________________________________________________
|
||
[ 2791] By: jhi on 1999/02/02 16:59:13
|
||
Log: overload syntax is no longer experimental
|
||
Branch: cfgperl
|
||
! lib/overload.pm
|
||
____________________________________________________________________________
|
||
[ 2789] By: jhi on 1999/02/02 16:47:50
|
||
Log: Still doc fixes.
|
||
Branch: cfgperl
|
||
! lib/diagnostics.pm
|
||
____________________________________________________________________________
|
||
[ 2788] By: jhi on 1999/02/02 16:47:07
|
||
Log: Doc fixes.
|
||
Branch: cfgperl
|
||
! lib/CGI.pm lib/diagnostics.pm
|
||
____________________________________________________________________________
|
||
[ 2787] By: jhi on 1999/02/02 16:38:55
|
||
Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
|
||
where applicable).
|
||
Branch: cfgperl
|
||
! eg/cgi/RunMeFirst eg/cgi/caution.xbm
|
||
! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
|
||
! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
|
||
! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
|
||
! eg/cgi/frameset.cgi eg/cgi/index.html
|
||
! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
|
||
! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
|
||
! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
|
||
! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
|
||
! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
|
||
! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
|
||
____________________________________________________________________________
|
||
[ 2786] By: jhi on 1999/02/02 16:17:52
|
||
Log: Update CPAN to 1.47.
|
||
Branch: cfgperl
|
||
! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
|
||
____________________________________________________________________________
|
||
[ 2785] By: jhi on 1999/02/02 16:09:03
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
Date: Sat, 16 Jan 1999 17:22:06 -0500
|
||
Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
|
||
Message-ID: <19990116222206.3674.qmail@plover.com>
|
||
Branch: cfgperl
|
||
! pod/perlsub.pod
|
||
____________________________________________________________________________
|
||
[ 2784] By: jhi on 1999/02/02 16:01:31
|
||
Log: Fix incorrect "used only once" warnings
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 8 Jan 1999 04:37:10 -0500
|
||
Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
|
||
Subject: Re: change#965 flakiness
|
||
Branch: cfgperl
|
||
! gv.c
|
||
____________________________________________________________________________
|
||
[ 2783] By: jhi on 1999/02/02 15:50:38
|
||
Log: perldelta updates.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2782] By: jhi on 1999/02/02 14:28:26
|
||
Log: Mirror change #2781.
|
||
Branch: cfgperl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 2781] By: jhi on 1999/02/02 14:27:01
|
||
Log: Update the MkLinux note.
|
||
Branch: maint-5.005/perl
|
||
! hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 2780] By: jhi on 1999/02/02 14:10:59
|
||
Log: Update todo.
|
||
Branch: cfgperl
|
||
! Todo-5.005
|
||
____________________________________________________________________________
|
||
[ 2779] By: jhi on 1999/02/02 14:00:25
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
! t/lib/textfill.t t/lib/textwrap.t
|
||
!> (integrate 32 files)
|
||
____________________________________________________________________________
|
||
[ 2778] By: jhi on 1999/02/02 13:56:23
|
||
Log: VMS update, applicable parts of
|
||
|
||
From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_03MT3]VMS configure tweak
|
||
Date: Wed, 20 Jan 1999 12:05:18 -0800
|
||
Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
|
||
|
||
From: Dan Sugalski <sugalskd@osshe.edu>
|
||
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 <sugalskd@osshe.edu>
|
||
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: cfgperl
|
||
! vms/ext/Stdio/test.pl vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 2777] By: jhi on 1999/02/02 13:43:24
|
||
Log: Synch usethreads parts from maint-5.005.
|
||
Branch: cfgperl
|
||
! 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 hints/vmesa.sh
|
||
____________________________________________________________________________
|
||
[ 2776] By: jhi on 1999/02/02 13:17:16
|
||
Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
|
||
Branch: cfgperl
|
||
! Makefile.SH hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 2774] By: jhi on 1999/02/02 13:10:39
|
||
Log: Add perlthrtut, update pod/* machinery.
|
||
(a pod/Makefile.SH is sorely needed)
|
||
Branch: cfgperl
|
||
+ pod/perlthrtut.pod
|
||
! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 2773] By: jhi on 1999/02/02 12:54:24
|
||
Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
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: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
|
||
Branch: cfgperl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 2771] By: jhi on 1999/02/02 12:47:34
|
||
Log: Use perlbug instead of personal email address.
|
||
Branch: cfgperl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 2770] By: jhi on 1999/02/02 12:42:06
|
||
Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
|
||
|
||
From: "G. Del Merritt" <del@intranetics.com>
|
||
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>
|
||
Branch: cfgperl
|
||
! iperlsys.h
|
||
____________________________________________________________________________
|
||
[ 2769] By: jhi on 1999/02/02 12:37:57
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
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: cfgperl
|
||
! os2/os2ish.h
|
||
____________________________________________________________________________
|
||
[ 2768] By: jhi on 1999/02/02 12:36:16
|
||
Log: Apply change #2711 from maint-5.005:
|
||
|
||
make ok", "make okfile", and "make nok" were broken
|
||
with -Duseshrplib, because of a shared typo.
|
||
|
||
From: Spider Boardman <spider@web.zk3.dec.com>
|
||
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: cfgperl
|
||
! Makefile.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.
|
||
Branch: cfgperl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 2765] By: jhi on 1999/02/02 11:59:30
|
||
Log: Undo part of change #2562.
|
||
Branch: cfgperl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 2764] By: jhi on 1999/02/02 11:52:39
|
||
Log: NetBSD synch with maint-5.005.
|
||
Branch: cfgperl
|
||
! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
|
||
____________________________________________________________________________
|
||
[ 2763] By: jhi on 1999/02/02 11:44:07
|
||
Log: $Config{installusrbinperl}
|
||
(maint-5.005 changes #2614 and #2709)
|
||
Branch: cfgperl
|
||
! Configure installperl
|
||
____________________________________________________________________________
|
||
[ 2762] By: jhi on 1999/02/02 11:29:13
|
||
Log: Errno update from maint-5.005 (changes #2583, #2710).
|
||
Branch: cfgperl
|
||
! Configure ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 2759] By: jhi on 1999/02/02 10:53:20
|
||
Log: Update Trig.pm from maint-5.005.
|
||
Branch: cfgperl
|
||
! 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
|
||
! hints/mpeix.sh mpeix/relink
|
||
____________________________________________________________________________
|
||
[ 2756] By: jhi on 1999/02/02 10:38:08
|
||
Log: BeOS update (Mirror maint-5.005 change #2727).
|
||
Branch: cfgperl
|
||
+ ext/DynaLoader/dl_beos.xs
|
||
! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 2754] By: gsar on 1999/02/02 08:52:13
|
||
Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
|
||
Branch: perl
|
||
! Porting/pumpkin.pod Todo Todo-5.005
|
||
____________________________________________________________________________
|
||
[ 2753] By: gsar on 1999/02/02 08:46:21
|
||
Log: Todo tweaks
|
||
Branch: perl
|
||
! Todo Todo-5.005
|
||
____________________________________________________________________________
|
||
[ 2752] By: jhi on 1999/02/01 22:15:12
|
||
Log: Add perlthrtut.pod.
|
||
|
||
From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: perlthrtut.pod
|
||
Date: Mon, 01 Feb 1999 10:57:11 -0800
|
||
Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
|
||
Branch: maint-5.005/perl
|
||
+ pod/perlthrtut.pod
|
||
! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
|
||
! pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 2751] By: gsar on 1999/02/01 07:28:05
|
||
Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
|
||
Branch: perl
|
||
! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
|
||
! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
|
||
____________________________________________________________________________
|
||
[ 2750] By: gsar on 1999/02/01 07:09:20
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
|
||
Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] Debugging REx with lookbehind
|
||
Branch: perl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 2749] By: gsar on 1999/02/01 07:07:59
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
|
||
Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
|
||
Branch: perl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 2748] By: gsar on 1999/02/01 06:47:06
|
||
Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
|
||
Date: Thu, 3 Dec 1998 15:10:17 -0500
|
||
Message-Id: <199812032010.PAA09692@jik.shore.net>
|
||
Subject: sample checksum code in "perlfunc" man page is wrong
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 2747] By: gsar on 1999/02/01 06:35:13
|
||
Log: typos in Pod/Text.pm
|
||
From: "Greg Chapman" <glc@well.com>
|
||
Date: Tue, 1 Dec 1998 10:50:18 -0800
|
||
Message-Id: <199812011849.KAA08816@smtp.well.com>
|
||
Subject: Glitch in Pod::Text
|
||
Branch: perl
|
||
! lib/Pod/Text.pm
|
||
____________________________________________________________________________
|
||
[ 2746] By: gsar on 1999/02/01 06:27:35
|
||
Log: various win32-ish changes merged from maint-5.005
|
||
Branch: perl
|
||
! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
|
||
! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
|
||
! win32/Makefile win32/config.bc win32/config.vc
|
||
! win32/config_sh.PL win32/makefile.mk win32/runperl.c
|
||
! win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 2745] By: gsar on 1999/02/01 04:51:54
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
!> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2744] By: gsar on 1999/02/01 04:31:09
|
||
Log: improved diagnostic on syntax errors at EOL
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 2743] By: gsar on 1999/02/01 03:59:13
|
||
Log: don't attempt connect() to bogus IP addresses
|
||
From: Graham Barr <gbarr@pobox.com>
|
||
Date: Sun, 31 Jan 1999 21:50:45 CST
|
||
Message-Id: <19990131215045.A633@pobox.com>
|
||
Branch: perl
|
||
! t/lib/io_multihomed.t
|
||
____________________________________________________________________________
|
||
[ 2742] By: gsar on 1999/02/01 03:08:58
|
||
Log: update Changes
|
||
Branch: perl
|
||
! Changes pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2740] By: gsar on 1999/02/01 02:43:07
|
||
Log: CAPI inheritance tweak and doc
|
||
Branch: maint-5.005/perl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 2739] By: jhi on 1999/01/31 18:31:54
|
||
Log: Undo changes #2730 and #2731 and replace them
|
||
with an extensively tested patch from
|
||
Anton Berezin <tobez@plab.ku.dk> (via private email).
|
||
Branch: maint-5.005/perl
|
||
! Makefile.SH hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 2738] By: gsar on 1999/01/31 05:04:32
|
||
Log: fix bogus CAPI inheritance from change#2541
|
||
Branch: maint-5.005/perl
|
||
! lib/ExtUtils/MakeMaker.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
|
||
! hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 2730] By: jhi on 1999/01/29 12:40:38
|
||
Log: FreeBSD hints iteration (hopefully convergent).
|
||
usethreads: require at least FreeBSD 2.2.8.
|
||
signal type: mirror change #2429 in cfgperl.
|
||
Branch: maint-5.005/perl
|
||
! hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 2727] By: gbarr on 1999/01/29 04:09:57
|
||
Log: From: Tom Spindler <dogcow@isi.net>
|
||
Date: Thu, 28 Jan 1999 17:15:11 -0800
|
||
Message-ID: <19990128171510.A11778@isi.net>
|
||
Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
|
||
Branch: maint-5.005/perl
|
||
+ ext/DynaLoader/dl_beos.xs
|
||
! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
|
||
! lib/ExtUtils/MM_Unix.pm
|
||
____________________________________________________________________________
|
||
[ 2726] By: gbarr on 1999/01/29 03:30:51
|
||
Log: Remove use of File::Slurp in t/lib/textfill.t
|
||
Branch: maint-5.005/perl
|
||
! t/lib/textfill.t
|
||
____________________________________________________________________________
|
||
[ 2725] By: gbarr on 1999/01/29 03:11:41
|
||
Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
|
||
Date: Wed, 27 Jan 1999 23:14:33 -0800
|
||
Message-Id: <199901280714.XAA10176@activestate.com>
|
||
Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
|
||
Branch: maint-5.005/perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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,
|
||
a la test #17 preceding it).
|
||
|
||
From: "G. Del Merritt" <del@intranetics.com>
|
||
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>
|
||
Branch: maint-5.005/perl
|
||
! t/io/fs.t
|
||
____________________________________________________________________________
|
||
[ 2717] By: jhi on 1999/01/27 19:44:46
|
||
Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
|
||
|
||
From: "G. Del Merritt" <del@intranetics.com>
|
||
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>
|
||
Branch: maint-5.005/perl
|
||
! iperlsys.h
|
||
____________________________________________________________________________
|
||
[ 2715] By: jhi on 1999/01/27 19:34:28
|
||
Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
|
||
Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
|
||
Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
|
||
Branch: maint-5.005/perl
|
||
! hints/mpeix.sh mpeix/relink
|
||
____________________________________________________________________________
|
||
[ 2710] By: jhi on 1999/01/27 19:22:23
|
||
Log: Errno fixes:
|
||
|
||
From: Spider Boardman <spider@web.zk3.dec.com>
|
||
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>
|
||
|
||
From: Spider Boardman <spider@web.zk3.dec.com>
|
||
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 13:31:16 -0500
|
||
Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
|
||
Branch: maint-5.005/perl
|
||
! Configure ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 2709] By: jhi on 1999/01/27 19:17:35
|
||
Log: Fix Configure installusrbinperl:
|
||
|
||
From: Spider Boardman <spider@web.zk3.dec.com>
|
||
To: jhi@iki.fi
|
||
cc: perl5-porters@perl.org
|
||
Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
|
||
Date: Wed, 27 Jan 1999 13:03:35 -0500
|
||
Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
|
||
Branch: maint-5.005/perl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2705] By: jhi on 1999/01/24 15:14:30
|
||
Log: Mention year-1900 and month 0..11.
|
||
Branch: cfgperl
|
||
! lib/Time/Local.pm
|
||
____________________________________________________________________________
|
||
[ 2704] By: jhi on 1999/01/24 15:13:36
|
||
Log: Document Configure -Uinstallusrbinperl.
|
||
Branch: cfgperl
|
||
! INSTALL 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
|
||
____________________________________________________________________________
|
||
[ 2695] By: gsar on 1999/01/24 07:09:05
|
||
Log: integrate cfgperl changes into mainline
|
||
Branch: perl
|
||
+> lib/Exporter/Heavy.pm
|
||
!> (integrate 65 files)
|
||
____________________________________________________________________________
|
||
[ 2694] By: gsar on 1999/01/24 01:28:49
|
||
Log: better notes on 'make' on win32
|
||
Branch: perl
|
||
! README.win32
|
||
____________________________________________________________________________
|
||
[ 2683] By: jhi on 1999/01/22 15:41:00
|
||
Log: More de-cut-and-pastos.
|
||
Branch: cfgperl
|
||
! hints/irix_6.sh hints/os2.sh
|
||
____________________________________________________________________________
|
||
[ 2682] By: jhi on 1999/01/22 15:30:51
|
||
Log: usethreads.cbu cut-and-pasto.
|
||
Branch: cfgperl
|
||
! hints/solaris_2.sh
|
||
____________________________________________________________________________
|
||
[ 2681] By: jhi on 1999/01/22 14:54:55
|
||
Log: Better (I hope) LANGUAGE documentation.
|
||
Branch: cfgperl
|
||
! pod/perllocale.pod
|
||
____________________________________________________________________________
|
||
[ 2680] By: jhi on 1999/01/22 09:20:29
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_03MT3]VMS configure tweak
|
||
Date: Wed, 20 Jan 1999 12:05:18 -0800
|
||
Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
|
||
Branch: cfgperl
|
||
! vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 2679] By: jhi on 1999/01/22 09:13:18
|
||
Log: nosuid getmntent() branch.
|
||
Branch: cfgperl
|
||
! perl.c perl.h
|
||
____________________________________________________________________________
|
||
[ 2678] By: jhi on 1999/01/22 08:54:19
|
||
Log: nosuid patch continued: *BSD needs <sys/param.h>.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 2676] By: gbarr on 1999/01/22 01:54:02
|
||
Log: Fixup FindBin to use File::Spec
|
||
|
||
Message-Id: <19990120185157.D24479@west-tip.transeda.com>
|
||
Date: Wed, 20 Jan 1999 18:51:57 +0000
|
||
From: Paul Johnson <pjcj@transeda.com>
|
||
Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
|
||
Branch: maint-5.005/perl
|
||
! lib/FindBin.pm
|
||
____________________________________________________________________________
|
||
[ 2671] By: gbarr on 1999/01/22 00:40:13
|
||
Log: Fix win32 for Borland compiler and spaces in paths
|
||
|
||
From: Gurusamy Sarathy <gsar@activestate.com>
|
||
Date: Mon, 18 Jan 1999 20:33:17 -0800
|
||
Message-Id: <199901190433.UAA03656@activestate.com>
|
||
Subject: [PATCH] 5.005_03-trial3 win32 issues
|
||
Branch: maint-5.005/perl
|
||
! README.win32 win32/Makefile win32/config_sh.PL
|
||
! win32/makefile.mk win32/runperl.c
|
||
____________________________________________________________________________
|
||
[ 2670] By: jhi on 1999/01/21 16:12:38
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
To: perl5-porters@perl.org
|
||
Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
|
||
Date: Thu, 21 Jan 1999 12:08:01 +0000
|
||
Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod t/op/subst.t toke.c
|
||
____________________________________________________________________________
|
||
[ 2669] By: jhi on 1999/01/21 16:11:46
|
||
Log: To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
|
||
From: Anton Berezin <tobez@plab.ku.dk>
|
||
Date: 21 Jan 1999 17:07:28 +0100
|
||
Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
|
||
Branch: cfgperl
|
||
! hints/freebsd.sh
|
||
____________________________________________________________________________
|
||
[ 2668] By: jhi on 1999/01/21 15:38:34
|
||
Log: Add Daniel Grisinger <dgris@dimensional.com>.
|
||
Branch: cfgperl
|
||
! AUTHORS MAINTAIN
|
||
____________________________________________________________________________
|
||
[ 2667] By: jhi on 1999/01/21 15:32:28
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_53] Lean Exporter.pm
|
||
Date: Thu, 21 Jan 1999 03:25:23 -0500
|
||
Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
+ lib/Exporter/Heavy.pm
|
||
! MANIFEST lib/Exporter.pm
|
||
____________________________________________________________________________
|
||
[ 2666] By: jhi on 1999/01/21 15:24:10
|
||
Log: From: "W. Phillip Moore" <wpm@ms.com>
|
||
To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
|
||
Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
|
||
Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
|
||
Message-ID: <13988.46383.298992.97303@zappa>
|
||
Branch: cfgperl
|
||
! lib/File/Path.pm
|
||
____________________________________________________________________________
|
||
[ 2665] By: jhi on 1999/01/21 15:20:48
|
||
Log: CPAN update (CPAN-1.44_54) from Andreas and
|
||
jumbo doc patch from Abigail.
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
|
||
Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
|
||
Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
|
||
Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
|
||
Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
|
||
Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
|
||
Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
|
||
Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
|
||
Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
|
||
Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
|
||
Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
|
||
Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
|
||
Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
|
||
Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
|
||
Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
|
||
Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
|
||
Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
|
||
Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
|
||
Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
|
||
Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
|
||
Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
|
||
Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
|
||
Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
|
||
Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
|
||
Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
|
||
|
||
From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
|
||
Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
|
||
Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
|
||
Branch: cfgperl
|
||
! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
|
||
! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
|
||
! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
|
||
! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
|
||
____________________________________________________________________________
|
||
[ 2664] By: jhi on 1999/01/21 14:47:43
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
|
||
Date: Thu, 21 Jan 1999 03:58:29 -0500
|
||
Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! os2/Changes os2/OS2/PrfDB/PrfDB.xs
|
||
____________________________________________________________________________
|
||
[ 2663] By: jhi on 1999/01/21 14:43:58
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
|
||
Date: Thu, 21 Jan 1999 02:46:34 -0500
|
||
Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 2662] By: jhi on 1999/01/21 14:42:42
|
||
Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
|
||
To: Francois Desarmenien <desar@club-internet.fr>
|
||
Cc: Gurusamy Sarathy <gsar@activestate.com>,
|
||
Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
|
||
Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
|
||
Date: 21 Jan 1999 00:17:35 -0700
|
||
Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
|
||
Branch: cfgperl
|
||
! Porting/patching.pod
|
||
____________________________________________________________________________
|
||
[ 2661] By: jhi on 1999/01/21 14:41:13
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.00*] makedepend
|
||
Date: Thu, 21 Jan 1999 02:08:27 -0500
|
||
Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! makedepend.SH
|
||
____________________________________________________________________________
|
||
[ 2660] By: jhi on 1999/01/21 14:36:45
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
|
||
Date: Tue, 19 Jan 1999 20:06:45 -0500
|
||
Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! os2/Changes os2/os2.c
|
||
____________________________________________________________________________
|
||
[ 2657] By: jhi on 1999/01/21 11:40:35
|
||
Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
|
||
Date: Mon, 18 Jan 1999 01:32:31 PST
|
||
Message-ID: <19990118093231.18443.qmail@hotmail.com>
|
||
Branch: cfgperl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 2656] By: jhi on 1999/01/21 11:35:34
|
||
Log: From: Achim Bohnet <ach@mpe.mpg.de>
|
||
Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
|
||
Date: Wed, 20 Jan 1999 20:25:53 +0100
|
||
Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
|
||
Branch: cfgperl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 2655] By: jhi on 1999/01/21 10:46:01
|
||
Log: Handle NIS (and NetInfo) more robustly.
|
||
Branch: cfgperl
|
||
! t/op/grent.t t/op/pwent.t
|
||
____________________________________________________________________________
|
||
[ 2654] By: jhi on 1999/01/21 10:17:20
|
||
Log: Two-argument eaccess() of SCO.
|
||
Branch: cfgperl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 2653] By: jhi on 1999/01/21 08:53:14
|
||
Log: -DNO_NOSUID_CHECK for those platforms which have no way
|
||
of checking for nosuid but still want suidperl.
|
||
Branch: cfgperl
|
||
! perl.c
|
||
____________________________________________________________________________
|
||
[ 2652] By: jhi on 1999/01/21 08:22:50
|
||
Log: The LANGUAGE mirrors LC_ALL usage.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 2651] By: jhi on 1999/01/20 22:01:21
|
||
Log: I_MNTENT was missing.
|
||
Branch: cfgperl
|
||
! Configure config_h.SH
|
||
____________________________________________________________________________
|
||
[ 2650] By: jhi on 1999/01/19 13:42:03
|
||
Log: NetBSD update, based on patches from the NetBSD packages system.
|
||
Branch: cfgperl
|
||
! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
|
||
____________________________________________________________________________
|
||
[ 2649] By: jhi on 1999/01/19 12:44:02
|
||
Log: Jumbo Configure update.
|
||
* -Uinstallusrbinperl: disable /usr/bin/perl installation
|
||
by installperl
|
||
* usethreads.cbu
|
||
* use64bits.cbu
|
||
* "nosuid"
|
||
Branch: cfgperl
|
||
! Configure config_h.SH 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 hints/vmesa.sh perl.c perl.h
|
||
! pod/perldiag.pod
|
||
____________________________________________________________________________
|
||
[ 2648] By: jhi on 1999/01/19 09:16:44
|
||
Log: Mention /usr/share/locale.
|
||
Branch: cfgperl
|
||
! pod/perllocale.pod
|
||
____________________________________________________________________________
|
||
[ 2647] By: jhi on 1999/01/19 09:11:11
|
||
Log: SHMLBA strikes back in NetBSD/sparc.
|
||
|
||
From: Dave Nelson <David.Nelson@bellcow.com>
|
||
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: cfgperl
|
||
! ext/IPC/SysV/SysV.xs
|
||
____________________________________________________________________________
|
||
[ 2646] By: jhi on 1999/01/19 08:58:17
|
||
Log: Show LANGUAGE env var when needed. (Augment change #2645).
|
||
Branch: cfgperl
|
||
! util.c utils/perlbug.PL
|
||
____________________________________________________________________________
|
||
[ 2645] By: jhi on 1999/01/19 08:52:15
|
||
Log: Document the GNU LANGUAGE env var.
|
||
Branch: cfgperl
|
||
! pod/perllocale.pod
|
||
____________________________________________________________________________
|
||
[ 2644] By: jhi on 1999/01/19 08:42:25
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: Mailing list Perl5 <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
|
||
Date: Mon, 18 Jan 1999 20:57:02 -0500
|
||
Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! pp_hot.c t/op/pat.t
|
||
____________________________________________________________________________
|
||
[ 2643] By: jhi on 1999/01/18 11:23:41
|
||
Log: Add various cruft to "clean" target. (Time for t/Makefile?)
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 2642] By: jhi on 1999/01/18 11:03:38
|
||
Log: GNU libc locale system has LANGUAGE env var that partly
|
||
overrides even LC_ALL.
|
||
Branch: cfgperl
|
||
! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
|
||
____________________________________________________________________________
|
||
[ 2641] By: jhi on 1999/01/18 10:55:04
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> ext/B/defsubs.h.PL
|
||
! t/op/groups.t
|
||
!> (integrate 38 files)
|
||
____________________________________________________________________________
|
||
[ 2640] By: gsar on 1999/01/18 10:06:29
|
||
Log: a few random cleanups
|
||
Branch: perl
|
||
! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
|
||
____________________________________________________________________________
|
||
[ 2639] By: gsar on 1999/01/18 05:56:21
|
||
Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
Date: Sun, 17 Jan 1999 16:41:10 PST
|
||
Message-Id: <19990118004111.29667.qmail@hotmail.com>
|
||
Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
|
||
Branch: perl
|
||
! ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 2638] By: gsar on 1999/01/18 05:41:21
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Mon, 18 Jan 1999 00:37:41 +0100
|
||
Message-Id: <36a271cd.2105507@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
|
||
Branch: perl
|
||
! dump.c
|
||
____________________________________________________________________________
|
||
[ 2633] By: gsar on 1999/01/17 13:39:59
|
||
Log: bogus assert()
|
||
Branch: perl
|
||
! pp.c t/op/groups.t
|
||
____________________________________________________________________________
|
||
[ 2632] By: gsar on 1999/01/17 13:22:04
|
||
Log: various tweaks for clean build and test on win32
|
||
Branch: perl
|
||
! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
|
||
! op.c t/pragma/warn/doio
|
||
____________________________________________________________________________
|
||
[ 2631] By: gsar on 1999/01/17 12:28:06
|
||
Log: undo change#2336, and add clarification about subversive
|
||
CPAN distributions from Andreas Koenig
|
||
Branch: perl
|
||
! Porting/pumpkin.pod lib/CPAN.pm
|
||
____________________________________________________________________________
|
||
[ 2630] By: gsar on 1999/01/17 12:04:06
|
||
Log: fix silent taint failures under -U
|
||
Branch: perl
|
||
! doio.c
|
||
____________________________________________________________________________
|
||
[ 2629] By: gsar on 1999/01/17 12:00:23
|
||
Log: sanity check piped opens (tweaked version of patch suggested
|
||
by Mark-Jason Dominus)
|
||
Branch: perl
|
||
! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
|
||
! t/op/taint.t t/pragma/warn/doio
|
||
____________________________________________________________________________
|
||
[ 2628] By: gsar on 1999/01/17 11:26:21
|
||
Log: regen headers
|
||
Branch: perl
|
||
! embed.h embedvar.h objXSUB.h
|
||
____________________________________________________________________________
|
||
[ 2627] By: gsar on 1999/01/17 11:23:37
|
||
Log: PERL_OBJECTness for change#2595
|
||
Branch: perl
|
||
! embed.pl op.c pod/perlport.pod proto.h
|
||
____________________________________________________________________________
|
||
[ 2626] By: gsar on 1999/01/17 09:47:07
|
||
Log: PERL_OBJECT tweaks for change#2426
|
||
Branch: perl
|
||
! embed.pl proto.h regcomp.c
|
||
____________________________________________________________________________
|
||
[ 2625] By: gsar on 1999/01/17 09:37:58
|
||
Log: documentation in change#2596 is not quite right; fix it
|
||
Branch: perl
|
||
! lib/Math/BigFloat.pm pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 2624] By: gsar on 1999/01/17 09:28:34
|
||
Log: undo change#2571; C<use File::Spec> instead
|
||
Branch: perl
|
||
! lib/FindBin.pm
|
||
____________________________________________________________________________
|
||
[ 2623] By: gsar on 1999/01/17 09:20:42
|
||
Log: change#2572 is not applicable; undo, retaining scan_bin addition
|
||
to global.sym
|
||
Branch: perl
|
||
! global.sym perl.c proto.h
|
||
____________________________________________________________________________
|
||
[ 2622] By: gsar on 1999/01/17 09:17:42
|
||
Log: change#2576 is based on a wrong premise; undo it
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
____________________________________________________________________________
|
||
[ 2621] By: gsar on 1999/01/17 09:12:42
|
||
Log: fix change#2602 to not used hard coded constants
|
||
Branch: perl
|
||
! ext/B/B/C.pm ext/B/defsubs.h.PL
|
||
____________________________________________________________________________
|
||
[ 2620] By: gsar on 1999/01/17 09:02:07
|
||
Log: integrate cfgperl changes into mainline, fix conflicts
|
||
Branch: perl
|
||
+> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
|
||
+> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
|
||
+> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
|
||
+> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
|
||
+> pod/perlopentut.pod
|
||
!> (integrate 162 files)
|
||
____________________________________________________________________________
|
||
[ 2619] By: gsar on 1999/01/17 08:42:04
|
||
Log: a few doc typos
|
||
Branch: perl
|
||
! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
|
||
____________________________________________________________________________
|
||
[ 2616] By: gbarr on 1999/01/16 18:59:55
|
||
Log: Win32 changes from Jan
|
||
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Fri, 15 Jan 1999 23:38:35 +0100
|
||
Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_03m2] Win32 Makefile patches
|
||
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Sat, 16 Jan 1999 13:02:45 +0100
|
||
Message-ID: <36a07da6.10722337@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
|
||
Branch: maint-5.005/perl
|
||
! README.win32 win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 2615] By: gbarr on 1999/01/16 18:48:48
|
||
Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
|
||
|
||
From: Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
Date: Thu, 07 Jan 1999 00:12:00 -0500
|
||
Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
|
||
Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
|
||
|
||
From: Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
Date: Thu, 14 Jan 1999 19:21:46 -0500
|
||
Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
|
||
Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
|
||
Branch: maint-5.005/perl
|
||
! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
|
||
! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
|
||
! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
|
||
! win32/makedef.pl win32/runperl.c win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 2614] By: gbarr on 1999/01/16 16:48:38
|
||
Log: From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
|
||
Message-Id: <199901151528.RAA08785@alpha.hut.fi>
|
||
Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
|
||
|
||
From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
|
||
Message-Id: <199901151644.SAA08184@alpha.hut.fi>
|
||
Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
|
||
|
||
From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
|
||
Message-Id: <199901151652.SAA11259@alpha.hut.fi>
|
||
Subject: the promised "installusrbinperl + NetBSD" fix
|
||
Branch: maint-5.005/perl
|
||
! Configure Makefile.SH hints/netbsd.sh installperl
|
||
! makedepend.SH unixish.h
|
||
____________________________________________________________________________
|
||
[ 2611] By: jhi on 1999/01/14 12:16:14
|
||
Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: perlopentut.pod
|
||
Date: Sat, 09 Jan 1999 08:13:18 -0700
|
||
Message-Id: <199901091513.IAA17512@jhereg.perl.com>
|
||
Branch: cfgperl
|
||
+ pod/perlopentut.pod
|
||
! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2605] By: jhi on 1999/01/13 18:26:19
|
||
Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
|
||
To: "'cpan@perl.org'" <cpan@perl.org>
|
||
Subject: "Bug" fix for File::Find.pm
|
||
Date: Thu, 31 Dec 1998 13:01:50 -0500
|
||
Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
|
||
Branch: cfgperl
|
||
! lib/File/Find.pm
|
||
____________________________________________________________________________
|
||
[ 2604] By: jhi on 1999/01/13 18:08:45
|
||
Log: From: Peter Wolfe <wolfe@teloseng.com>
|
||
Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
|
||
To: perlbug@perl.com
|
||
Date: 11 Jan 1999 23:00:05 +0200
|
||
Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
|
||
Branch: cfgperl
|
||
! hints/sco.sh
|
||
____________________________________________________________________________
|
||
[ 2603] By: jhi on 1999/01/13 18:06:56
|
||
Log: From: hans@icgroup.nl (Hans Mulder)
|
||
Subject: [Patch for 5.005_54] re::debugcolors dumps core
|
||
To: perlbug@perl.com
|
||
Cc: hansmu@xs4all.nl
|
||
Date: 11 Jan 1999 22:22:45 +0200
|
||
Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
|
||
Branch: cfgperl
|
||
! ext/re/re.pm regcomp.c
|
||
____________________________________________________________________________
|
||
[ 2602] By: jhi on 1999/01/13 18:05:43
|
||
Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
|
||
Date: 11 Jan 1999 08:02:41 +0200
|
||
Lines: 134
|
||
Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
|
||
Branch: cfgperl
|
||
! ext/B/B.xs ext/B/B/C.pm
|
||
____________________________________________________________________________
|
||
[ 2601] By: jhi on 1999/01/13 18:01:53
|
||
Log: From: James FitzGibbon <james@ican.net>
|
||
Subject: Trivial patch for HP-UX 11 and shared libperl
|
||
To: perl5-porters@perl.org
|
||
Date: 8 Jan 1999 19:13:23 +0200
|
||
Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
|
||
Branch: cfgperl
|
||
! Makefile.SH
|
||
____________________________________________________________________________
|
||
[ 2600] By: jhi on 1999/01/13 17:59:45
|
||
Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
|
||
To: perl5-porters@perl.org
|
||
Date: 8 Jan 1999 12:43:36 +0200
|
||
Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
|
||
Branch: cfgperl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 2599] By: jhi on 1999/01/13 17:50:11
|
||
Log: From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Subject: PATCH to installperl
|
||
To: perl5-porters@perl.org
|
||
Date: 4 Jan 1999 16:15:18 +0200
|
||
Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
|
||
Branch: cfgperl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 2598] By: jhi on 1999/01/13 17:34:51
|
||
Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
|
||
To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
|
||
Cc: perl5-porters@perl.org
|
||
Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
|
||
Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
|
||
Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
|
||
Branch: cfgperl
|
||
! ext/DB_File/Changes ext/DB_File/DB_File.pm
|
||
! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
|
||
____________________________________________________________________________
|
||
[ 2597] By: jhi on 1999/01/13 17:30:33
|
||
Log: From: David Dyck <dcd@tc.fluke.com>
|
||
To: Perl Porters <perl5-porters@perl.org>,
|
||
Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
|
||
Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
|
||
Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
|
||
Branch: cfgperl
|
||
! pod/perldsc.pod
|
||
____________________________________________________________________________
|
||
[ 2596] By: jhi on 1999/01/13 17:26:44
|
||
Log: From: Joshua Pritikin <joshua.pritikin@db.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH] modglobal w/ spelling fixes
|
||
Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
|
||
Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
|
||
Branch: cfgperl
|
||
! pod/perlguts.pod
|
||
____________________________________________________________________________
|
||
[ 2595] By: jhi on 1999/01/13 17:24:59
|
||
Log: From: Hans Mulder <hansm@icgroup.nl>
|
||
Optimize common sort routines. Thread started by the message
|
||
|
||
From: Hans Mulder <hansm@icgroup.nl>
|
||
Sender: owner-perl5-porters@perl.org
|
||
To: perl5-porters@perl.org
|
||
Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
|
||
Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
|
||
|
||
and the patch from the message
|
||
|
||
From: Hans Mulder <hans@icgroup.nl>
|
||
To: jhi@iki.fi
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
|
||
$b }
|
||
Date: Wed, 13 Jan 1999 17:39:35 +0100
|
||
Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
|
||
Branch: cfgperl
|
||
! Todo op.c op.h pp_ctl.c t/op/sort.t
|
||
____________________________________________________________________________
|
||
[ 2594] By: jhi on 1999/01/13 16:50:17
|
||
Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
|
||
(the diffs were based on 5.004_02). Tested by Guido
|
||
and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
|
||
Branch: cfgperl
|
||
+ 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 t/io/fs.t
|
||
! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
|
||
____________________________________________________________________________
|
||
[ 2593] By: jhi on 1999/01/09 16:54:26
|
||
Log: Detypo.
|
||
Branch: cfgperl
|
||
! hints/dec_osf.sh
|
||
____________________________________________________________________________
|
||
[ 2592] By: jhi on 1999/01/09 16:17:13
|
||
Log: Move usethreads and use64bits logic from hints to Configure.
|
||
Branch: cfgperl
|
||
! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
|
||
! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.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 hints/vmesa.sh
|
||
____________________________________________________________________________
|
||
[ 2591] By: jhi on 1999/01/09 14:45:24
|
||
Log: Missing dTHRs added.
|
||
Branch: cfgperl
|
||
! regcomp.c toke.c
|
||
____________________________________________________________________________
|
||
[ 2590] By: jhi on 1999/01/08 15:27:17
|
||
Log: Finalize change #2589 and add better AIX nm scanning from:
|
||
|
||
Message-Id: <m0zyNW0-00017VC@gentoo.com>
|
||
From: bll@gentoo.com (Brad Lanam)
|
||
Subject: Re: mailhelp returned a non-zero status
|
||
In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
|
||
To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
|
||
Branch: cfgperl
|
||
! Configure hints/freebsd.sh hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 2589] By: jhi on 1999/01/08 15:14:54
|
||
Log: Undo change #2581.
|
||
Branch: cfgperl
|
||
! Configure hints/freebsd.sh hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 2588] By: jhi on 1999/01/08 11:51:52
|
||
Log: FAQ jumbo patch from tchrist.
|
||
|
||
Message-Id: <199901080605.XAA20229@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20231@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq1.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20233@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq2.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20235@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq3.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20237@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq4.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20239@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq5.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20241@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq6.pod
|
||
Date: Thu, 7 Jan 1999 23:05:02 -0700
|
||
|
||
Message-Id: <199901080605.XAA20243@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq7.pod
|
||
Date: Thu, 7 Jan 1999 23:05:03 -0700
|
||
|
||
Message-Id: <199901080605.XAA20245@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq8.pod
|
||
Date: Thu, 7 Jan 1999 23:05:03 -0700
|
||
|
||
Message-Id: <199901080605.XAA20257@jhereg.perl.com>
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
To: pumpkings@jhereg.perl.com
|
||
Subject: newest version of perlfaq9.pod
|
||
Date: Thu, 7 Jan 1999 23:05:03 -0700
|
||
Branch: cfgperl
|
||
! 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
|
||
____________________________________________________________________________
|
||
[ 2587] By: jhi on 1999/01/08 11:17:43
|
||
Log: More doc fixes from Abigail.
|
||
Branch: cfgperl
|
||
! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
|
||
! lib/User/pwent.pm
|
||
____________________________________________________________________________
|
||
[ 2585] By: jhi on 1999/01/08 08:31:02
|
||
Log: Change #2584 from maint-5.005:
|
||
|
||
implemented Ilya's suggested fix, and added a testcase
|
||
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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: cfgperl
|
||
! lib/Text/ParseWords.pm t/lib/parsewords.t
|
||
____________________________________________________________________________
|
||
[ 2583] By: gbarr on 1999/01/08 04:50:03
|
||
Log: From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
|
||
Message-Id: <199901071047.MAA24100@alpha.hut.fi>
|
||
Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
|
||
Branch: maint-5.005/perl
|
||
! ext/Errno/Errno_pm.PL
|
||
____________________________________________________________________________
|
||
[ 2581] By: jhi on 1999/01/07 16:38:03
|
||
Log: Configure update:
|
||
- usethreads, use64bits, and usemultiplicity
|
||
are no more interactively asked by Configure
|
||
- "int main()" (vs bare "main()") enforced in test programs
|
||
Branch: cfgperl
|
||
! Configure hints/freebsd.sh hints/linux.sh
|
||
____________________________________________________________________________
|
||
[ 2580] By: jhi on 1999/01/07 11:19:12
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
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: cfgperl
|
||
! vms/vms.c
|
||
____________________________________________________________________________
|
||
[ 2579] By: jhi on 1999/01/07 09:08:36
|
||
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: cfgperl
|
||
! 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
|
||
____________________________________________________________________________
|
||
[ 2575] By: jhi on 1999/01/06 13:18:56
|
||
Log: Enhance the great_circle_distance() documentation.
|
||
Branch: cfgperl
|
||
! lib/Math/Trig.pm
|
||
____________________________________________________________________________
|
||
[ 2574] By: jhi on 1999/01/06 12:58:03
|
||
Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
|
||
To: perlbug@perl.com
|
||
Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
|
||
Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
|
||
Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
|
||
Branch: cfgperl
|
||
! t/op/sysio.t
|
||
____________________________________________________________________________
|
||
[ 2573] By: jhi on 1999/01/06 12:40:19
|
||
Log: From: "W. Phillip Moore" <wpm@ms.com>
|
||
To: perlbug@perl.org
|
||
Subject: [PATCH] POSIX getpgrp is not -w clean
|
||
Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
|
||
Message-ID: <13970.20107.190314.549471@zappa>
|
||
Branch: cfgperl
|
||
! ext/POSIX/POSIX.pm
|
||
____________________________________________________________________________
|
||
[ 2572] By: jhi on 1999/01/06 12:25:24
|
||
Log: Based on
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
|
||
Date: Wed, 06 Jan 1999 01:24:09 +0100
|
||
Message-ID: <3696aa85.18259325@smtp1.ibm.net>
|
||
except that
|
||
- objXSUB.h was already okay
|
||
- embed.h patching is futile, global.sym patched instead
|
||
- objpp.h does not exist
|
||
- proto.h addition applied manually
|
||
- win32/GenCAPI.pl was already okay
|
||
- win32/makedef.pl was already okay
|
||
Branch: cfgperl
|
||
! global.sym perl.c proto.h
|
||
____________________________________________________________________________
|
||
[ 2571] By: jhi on 1999/01/06 11:25:48
|
||
Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
|
||
To: perlbug@perl.com
|
||
Subject: FindBin.pm on Win32 systems
|
||
Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
|
||
Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
|
||
Branch: cfgperl
|
||
! lib/FindBin.pm
|
||
____________________________________________________________________________
|
||
[ 2570] By: jhi on 1999/01/06 11:21:48
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
To: perl5-porters@perl.org, vmsperl@perl.org
|
||
Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
|
||
Date: Tue, 05 Jan 1999 16:47:31 -0800
|
||
Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
|
||
|
||
(the ext/IO/lib/IO/Socket.pm was not really changed here;
|
||
it was a leftover from #2569)
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Socket.pm taint.c
|
||
____________________________________________________________________________
|
||
[ 2569] By: jhi on 1999/01/06 11:18:22
|
||
Log: Jumbo doc patch from Abigail (almost identical to
|
||
the 5.005-maint change #2562 except for the
|
||
ext/IO/lib/IO/Socket.pm patch which was not
|
||
applicable because the IO version of 5.005-devel
|
||
is somewhat different (why?))
|
||
|
||
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)
|
||
Branch: cfgperl
|
||
! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.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
|
||
____________________________________________________________________________
|
||
[ 2568] By: gbarr on 1999/01/06 03:13:15
|
||
Log: From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 06 Jan 1999 01:24:09 +0100
|
||
Message-ID: <3696aa85.18259325@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
|
||
Branch: maint-5.005/perl
|
||
! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
|
||
! win32/GenCAPI.pl win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 2566] By: gbarr on 1999/01/06 02:29:05
|
||
Log: From: "W. Phillip Moore" <wpm@ms.com>
|
||
Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
|
||
Message-ID: <13970.20107.190314.549471@zappa>
|
||
Subject: [PATCH] POSIX getpgrp is not -w clean
|
||
Branch: maint-5.005/perl
|
||
! ext/POSIX/POSIX.pm
|
||
____________________________________________________________________________
|
||
[ 2565] By: gbarr on 1999/01/06 02:19:00
|
||
Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
|
||
Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
|
||
Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
|
||
Subject: FindBin.pm on Win32 systems
|
||
Branch: maint-5.005/perl
|
||
! lib/FindBin.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
|
||
____________________________________________________________________________
|
||
[ 2559] By: gbarr on 1999/01/02 15:37:35
|
||
Log: From: Blair Zajac <bzajac@geostaff.com>
|
||
Date: Wed, 23 Dec 1998 17:13:32 -0800
|
||
Message-ID: <3681953C.8B6A90AA@geostaff.com>
|
||
Subject: Tie::SubstrHash patch
|
||
Branch: maint-5.005/perl
|
||
! lib/Tie/SubstrHash.pm
|
||
____________________________________________________________________________
|
||
[ 2554] By: jhi on 1999/01/02 14:55:06
|
||
Log: Object destruction order testing.
|
||
Branch: cfgperl
|
||
! t/op/misc.t
|
||
____________________________________________________________________________
|
||
[ 2553] By: jhi on 1999/01/02 14:49:40
|
||
Log: perldelta the Dumpvalue.pm of change #2513.
|
||
Branch: cfgperl
|
||
! lib/Dumpvalue.pm pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2552] By: nick on 1999/01/02 14:45:38
|
||
Log: Tone down Makefile.PL so it works on Win32
|
||
Branch: perl
|
||
! ext/B/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 2551] By: nick on 1999/01/02 14:06:30
|
||
Log: Export constant subs from B.xs for op.h, cop.h and a few others.
|
||
Use them in various B::* rather than have local defs.
|
||
Branch: perl
|
||
+ ext/B/defsubs.h.PL
|
||
! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
|
||
! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
|
||
! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
|
||
____________________________________________________________________________
|
||
[ 2550] By: nick on 1999/01/02 10:04:02
|
||
Log: Integrate ext/B changes from //depot/cfgperl
|
||
Branch: perl
|
||
!> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
|
||
____________________________________________________________________________
|
||
[ 2549] By: jhi on 1999/01/01 13:54:16
|
||
Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
|
||
To: perlbug@perl.com
|
||
Subject: op/groups.t fails test 1 on HP-UX 10.20
|
||
Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
|
||
Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
|
||
Branch: cfgperl
|
||
! t/op/groups.t
|
||
____________________________________________________________________________
|
||
[ 2548] By: jhi on 1999/01/01 13:53:31
|
||
Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
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 <smccam@uclink4.berkeley.edu>
|
||
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 <hv@crypt.compulink.co.uk>
|
||
To: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
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: cfgperl
|
||
! op.c t/pragma/warn/op
|
||
____________________________________________________________________________
|
||
[ 2547] By: jhi on 1998/12/31 14:15:04
|
||
Log: From: Chris Nandor <pudge@pobox.com>
|
||
To: jhi@iki.fi
|
||
Cc: perl5-porters@perl.org
|
||
Subject: Re: [PATCH] perlport.pod 1.38
|
||
Date: Thu, 31 Dec 1998 09:06:48 -0500
|
||
Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
|
||
Branch: cfgperl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 2546] By: jhi on 1998/12/31 11:18:17
|
||
Log: From: Wilson P. Snyder II
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH v5.5.53] REV2: Binary number support
|
||
Date: 1998/11/30
|
||
Message-ID: <199811301543.KAA15689@vulcan.maker.com>
|
||
Branch: cfgperl
|
||
! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
|
||
! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
|
||
! toke.c util.c
|
||
____________________________________________________________________________
|
||
[ 2545] By: jhi on 1998/12/31 09:27:40
|
||
Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
|
||
To: perlbug@perl.com
|
||
Subject: "perl -T -P" dumps core on OpenBSD and Linux
|
||
Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
|
||
Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
|
||
Branch: cfgperl
|
||
! taint.c
|
||
____________________________________________________________________________
|
||
[ 2544] By: jhi on 1998/12/31 09:21:45
|
||
Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
|
||
To: perlbug@perl.com
|
||
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: cfgperl
|
||
! pod/pod2man.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
|
||
Message-ID: <36895086.8849224@smtp1.ibm.net>
|
||
Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
|
||
Branch: maint-5.005/perl
|
||
! lib/ExtUtils/MakeMaker.pm
|
||
____________________________________________________________________________
|
||
[ 2540] By: jhi on 1998/12/30 08:42:04
|
||
Log: Evermore AUTHORS and MAINTAIN.
|
||
Branch: cfgperl
|
||
! AUTHORS MAINTAIN
|
||
____________________________________________________________________________
|
||
[ 2539] By: jhi on 1998/12/29 15:10:34
|
||
Log: More AUTHORS and MAINTAIN.
|
||
Branch: cfgperl
|
||
! AUTHORS MAINTAIN
|
||
____________________________________________________________________________
|
||
[ 2537] By: jhi on 1998/12/29 14:34:47
|
||
Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
|
||
Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
|
||
Message-ID: <13942.32480.700000.640927@utensil>
|
||
Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
|
||
(mirror change#2531 in the 5.005-maint)
|
||
Branch: cfgperl
|
||
! lib/AutoSplit.pm
|
||
____________________________________________________________________________
|
||
[ 2531] By: gbarr on 1998/12/29 14:12:25
|
||
Log: change in_pod pattern to /^=\w/ from /^=/
|
||
From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
|
||
Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
|
||
Message-ID: <13942.32480.700000.640927@utensil>
|
||
Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
|
||
Branch: maint-5.005/perl
|
||
! lib/AutoSplit.pm
|
||
____________________________________________________________________________
|
||
[ 2525] By: jhi on 1998/12/29 13:06:26
|
||
Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
|
||
Date: 16 Dec 1998 03:17:03 +0200
|
||
Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
|
||
Branch: cfgperl
|
||
! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
|
||
____________________________________________________________________________
|
||
[ 2524] By: jhi on 1998/12/29 13:00:06
|
||
Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
|
||
To: perl5-porters@perl.org
|
||
Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
|
||
Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
|
||
Date: 10 Dec 1998 08:30:02 +0200
|
||
Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
|
||
|
||
(Nick's part was applied earlier, in change #2460)
|
||
Branch: cfgperl
|
||
! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
|
||
____________________________________________________________________________
|
||
[ 2523] By: jhi on 1998/12/29 12:41:31
|
||
Log: From: "vishal bhatia" <vishalb@hotmail.com>
|
||
To: nick@ni-s.u-net.com
|
||
Cc: perl5-porters@perl.org
|
||
Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
|
||
Date: 9 Dec 1998 06:50:30 +0200
|
||
Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
|
||
Branch: cfgperl
|
||
! ext/B/B/CC.pm
|
||
____________________________________________________________________________
|
||
[ 2522] By: jhi on 1998/12/29 12:15:18
|
||
Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
|
||
To: perl5-porters@perl.org (Perl 5 Porters)
|
||
Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
|
||
Date: 25 Dec 1998 23:02:28 +0200
|
||
Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
|
||
Branch: cfgperl
|
||
! lib/Pod/Text.pm
|
||
____________________________________________________________________________
|
||
[ 2521] By: jhi on 1998/12/29 12:07:54
|
||
Log: Undo #2519 (breaks universal.c).
|
||
Branch: cfgperl
|
||
! XSUB.h
|
||
____________________________________________________________________________
|
||
[ 2519] By: jhi on 1998/12/29 11:41:10
|
||
Log: From: Joshua Pritikin <joshua.pritikin@db.com>
|
||
To: perl5-porters@perl.org
|
||
Cc: perl-xs@perl.org
|
||
Subject: XSUB.h refinement [PATCH]
|
||
Date: 18 Dec 1998 03:58:44 +0200
|
||
Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
|
||
Branch: cfgperl
|
||
! XSUB.h
|
||
____________________________________________________________________________
|
||
[ 2518] By: jhi on 1998/12/29 11:36:19
|
||
Log: From: abigail@fnx.com
|
||
To: perl5-porters@perl.org (Perl Porters)
|
||
Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
|
||
Date: 28 Dec 1998 21:39:15 +0200
|
||
Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
|
||
Branch: cfgperl
|
||
! lib/fields.pm
|
||
____________________________________________________________________________
|
||
[ 2517] By: jhi on 1998/12/29 11:35:03
|
||
Log: Document change #2516.
|
||
Branch: cfgperl
|
||
! pod/perldelta.pod
|
||
____________________________________________________________________________
|
||
[ 2516] By: jhi on 1998/12/29 11:32:26
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
|
||
Date: 9 Dec 1998 10:39:31 +0200
|
||
Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! pod/perldiag.pod regcomp.c toke.c
|
||
____________________________________________________________________________
|
||
[ 2515] By: jhi on 1998/12/29 11:27:11
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
|
||
Date: 8 Dec 1998 09:02:04 +0200
|
||
Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
|
||
|
||
\G fixes (wasn't working right with //g, s///, and $_ in (?{})).
|
||
Branch: cfgperl
|
||
! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
|
||
____________________________________________________________________________
|
||
[ 2514] By: jhi on 1998/12/29 11:21:31
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Subject: [PATCH 5.005_53] Regexp tests and UTF8
|
||
Date: 8 Dec 1998 07:02:01 +0200
|
||
Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 2513] By: jhi on 1998/12/29 11:18:34
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Subject: [PATCH 5.005_*] Dumpvar.pm
|
||
To: perl5-porters@perl.org (Mailing list Perl5)
|
||
Date: 7 Dec 1998 10:17:35 +0200
|
||
Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
|
||
Branch: cfgperl
|
||
+ lib/Dumpvalue.pm
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 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
|
||
Message-ID: <366921b5.14512598@smtp1.ibm.net>
|
||
Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
|
||
|
||
From: jan.dubois@ibm.net (Jan Dubois)
|
||
Date: Wed, 02 Dec 1998 00:24:54 +0100
|
||
Message-ID: <366a77bb.19498126@smtp1.ibm.net>
|
||
Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
|
||
Branch: maint-5.005/perl
|
||
! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
! win32/config_sh.PL win32/makedef.pl
|
||
____________________________________________________________________________
|
||
[ 2509] By: jhi on 1998/12/28 13:00:31
|
||
Log: Kickstart AUTHORS and MAINTAIN.
|
||
Branch: cfgperl
|
||
+ AUTHORS MAINTAIN
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 2508] By: jhi on 1998/12/28 08:04:00
|
||
Log: From: Nathan Torkington <gnat@frii.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2506] By: jhi on 1998/12/28 07:56:59
|
||
Log: From: Artur <artur@vogon-solutions.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2504] By: jhi on 1998/12/28 07:44:35
|
||
Log: From: Jim Avera <avera@fjst.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2502] By: jhi on 1998/12/28 07:39:20
|
||
Log: From: Blair Zajac <bzajac@geostaff.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2500] By: jhi on 1998/12/23 10:38:18
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <gisle@aas.no>
|
||
To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
|
||
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: <m37lvpa8c3.fsf@furu.g.aas.no>
|
||
|
||
and discussed further in the thread
|
||
|
||
From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
To: Gisle Aas <gisle@aas.no>
|
||
Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, 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
|
||
____________________________________________________________________________
|
||
[ 2496] By: jhi on 1998/12/21 14:07:41
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2494] By: jhi on 1998/12/21 12:35:00
|
||
Log: From: Chris Nandor <pudge@pobox.com>
|
||
To: perl5-porters@perl.org
|
||
Subject: [PATCH] perlport.pod v1.37
|
||
Date: Sat, 19 Dec 1998 12:54:34 -0500
|
||
Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
|
||
Branch: cfgperl
|
||
! pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 2493] By: jhi on 1998/12/21 12:22:44
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
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 <mjd@plover.com>
|
||
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" <vishalb@hotmail.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2490] By: jhi on 1998/12/18 15:13:19
|
||
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 <tchrist@jhereg.perl.com>
|
||
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 <root@dubravka.in-berlin.de>
|
||
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 <tchrist@jhereg.perl.com>
|
||
To: The Perl Porters Mailing List <perl5-porters@perl.org>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2484] By: jhi on 1998/12/15 08:38:05
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2482] By: jhi on 1998/12/14 17:52:42
|
||
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 <roy@idle.com>
|
||
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" <kstar@chapin.edu>
|
||
To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
|
||
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" <kstar@chapin.edu>
|
||
To: Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
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 <engel@nms1.cc.huji.ac.il>
|
||
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: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
|
||
Branch: cfgperl
|
||
! t/pragma/warn/doio
|
||
____________________________________________________________________________
|
||
[ 2475] By: jhi on 1998/12/13 12:35:55
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2473] By: jhi on 1998/12/13 12:03:58
|
||
Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
|
||
To: Perl 5 Porters <perl5-porters@perl.org>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2465] By: jhi on 1998/12/12 12:31:21
|
||
Log: Document that qw() taints.
|
||
|
||
From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
|
||
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 <vonbrand@sleipnir.valparaiso.cl>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2462] By: jhi on 1998/12/11 08:37:58
|
||
Log: From: Mark Kettenis <kettenis@phys.uva.nl>
|
||
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 <vishalb@hotmail.com>
|
||
1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2456] By: gsar on 1998/12/06 13:49:02
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2449] By: jhi on 1998/12/04 16:39:21
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2441] By: jhi on 1998/12/03 08:15:13
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
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: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
|
||
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2437] By: jhi on 1998/12/02 18:03:51
|
||
Log: Fix most of the bad L<> links of
|
||
|
||
From: Tom Christiansen <tchrist@jhereg.perl.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <fyodor@aha.ru>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2433] By: jhi on 1998/12/02 08:52:13
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_xx] Missing redirection of simple test program
|
||
Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
|
||
Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
|
||
Branch: cfgperl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 2432] By: jhi on 1998/12/02 08:49:47
|
||
Log: From: Andy Dougherty <doughera@lafayette.edu>
|
||
To: Perl Porters <perl5-porters@perl.org>
|
||
Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
|
||
Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
|
||
Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
|
||
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: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
|
||
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2429] By: jhi on 1998/12/01 11:28:39
|
||
Log: From: Anton Berezin <tobez@plab.ku.dk>
|
||
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)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2425] By: jhi on 1998/12/01 08:22:49
|
||
Log: Typo in comments.
|
||
Branch: cfgperl
|
||
! regexec.c
|
||
____________________________________________________________________________
|
||
[ 2424] By: jhi on 1998/12/01 08:21:38
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
|
||
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: <MLIST_9812010508.AA07791@forte.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
|
||
----------------
|
||
Version 5.005_54
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2412] By: gsar on 1998/11/30 01:32:14
|
||
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)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2402] By: gsar on 1998/11/29 23:08:42
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2400] By: gsar on 1998/11/29 22:50:41
|
||
Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
|
||
<muir@idiom.com>
|
||
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 <muir@idiom.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2396] By: jhi on 1998/11/29 20:13:03
|
||
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 <sys/signal.h>, they need <signal.h>.
|
||
Branch: cfgperl
|
||
! util.c
|
||
____________________________________________________________________________
|
||
[ 2394] By: gsar on 1998/11/29 19:49:08
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2386] By: jhi on 1998/11/29 15:40:42
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2384] By: gsar on 1998/11/29 10:54:38
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2382] By: jhi on 1998/11/29 10:33:40
|
||
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)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2374] By: gsar on 1998/11/28 20:02:03
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2368] By: gsar on 1998/11/28 18:58:25
|
||
Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2362] By: gsar on 1998/11/28 18:08:50
|
||
Log: From: John Tobey <jtobey@channel1.com>
|
||
Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
|
||
Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
|
||
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 <callagh@itginc.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2356] By: jhi on 1998/11/28 16:58:01
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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: <MLIST_199811250226.SAA12590@axi001.etak.sw>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2351] By: jhi on 1998/11/28 15:14:24
|
||
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)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2348] By: gsar on 1998/11/28 14:09:50
|
||
Log: more conservative version of changes#2345,2346,2347; those break
|
||
C<defined(@{"foo::ISA"})> 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
|
||
____________________________________________________________________________
|
||
[ 2346] By: gsar on 1998/11/28 13:20:34
|
||
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<defined %tied> 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
|
||
<jgorman@webbysoft.com>)
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2341] By: gsar on 1998/11/28 12:41:55
|
||
Log: fix MALLOC_LOCK #define
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 2340] By: gsar on 1998/11/28 12:18:23
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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" <mbligh@sequent.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2337] By: jhi on 1998/11/28 11:56:29
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2335] By: gsar on 1998/11/28 11:27:46
|
||
Log: make $1 et al readonly under threads; make C<undef $1> 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
|
||
____________________________________________________________________________
|
||
[ 2333] By: gsar on 1998/11/28 09:36:40
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2320] By: gsar on 1998/11/27 12:58:36
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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)
|
||
____________________________________________________________________________
|
||
[ 2317] By: jhi on 1998/11/27 11:38:13
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2315] By: gbarr on 1998/11/27 05:16:50
|
||
Log: integrate change#2246 from mainline, while still allowing
|
||
C<sort $globref @foo>
|
||
|
||
allow C<sort $coderef @foo>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2301] By: gsar on 1998/11/26 10:16:54
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2299] By: gsar on 1998/11/26 06:51:16
|
||
Log: fix C<if (...) { package Foo; ... }> 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
|
||
____________________________________________________________________________
|
||
[ 2294] By: jhi on 1998/11/23 10:44:26
|
||
Log: The new socket tests need in some platforms
|
||
to #include <sys/types.h>.
|
||
Branch: cfgperl
|
||
! Configure
|
||
____________________________________________________________________________
|
||
[ 2293] By: jhi on 1998/11/23 10:33:42
|
||
Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
|
||
To: Jarkko Hietaniemi <jhi@cc.hut.fi>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2288] By: TimBunce on 1998/11/22 21:46:11
|
||
Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
|
||
From: Henrik Tougaard <ht.000@foa.dk>
|
||
Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2284] By: jhi on 1998/11/22 18:13:21
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2268] By: jhi on 1998/11/22 14:44:11
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2266] By: jhi on 1998/11/22 12:12:29
|
||
Log: From: John Tobey <jtobey@channel1.com>
|
||
Subject: [PATCH] perlfaq typos
|
||
To: perl5-porters@perl.com
|
||
Date: 22 Nov 1998 04:25:15 +0200
|
||
Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <G.C.Th.Wierda@AWT.nl>
|
||
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: <MLIST_9811201533.AA22148@AWT.nl>
|
||
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 <G.C.Th.Wierda@AWT.nl>
|
||
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: <MLIST_9811201533.AA22148@AWT.nl>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2259] By: jhi on 1998/11/22 11:06:40
|
||
Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
Subject: Re: [PATCH] Re: pod2man bug in date generated line
|
||
To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
|
||
Cc: perlbug@perl.com
|
||
Date: 20 Nov 1998 21:30:17 +0200
|
||
Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
|
||
Branch: cfgperl
|
||
! pod/pod2man.PL
|
||
____________________________________________________________________________
|
||
[ 2256] By: jhi on 1998/11/21 10:44:01
|
||
Log: From: Thomas Bowditch <bowditch@inmet.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2254] By: gsar on 1998/11/21 07:49:06
|
||
Log: win32_recvfrom() compatibility fix
|
||
Branch: perl
|
||
! win32/win32sck.c
|
||
____________________________________________________________________________
|
||
[ 2253] By: jhi on 1998/11/20 08:22:06
|
||
Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2251] By: jhi on 1998/11/18 12:32:19
|
||
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 <vonbrand@sleipnir.valparaiso.cl>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2247] By: jhi on 1998/11/17 11:46:56
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
!> (integrate 26 files)
|
||
____________________________________________________________________________
|
||
[ 2246] By: gsar on 1998/11/17 09:41:10
|
||
Log: allow C<sort $coderef @foo>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2235] By: gsar on 1998/11/14 00:17:05
|
||
Log: catch a neophyte trap: open(<FH>), close(<FH>) 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
|
||
____________________________________________________________________________
|
||
[ 2233] By: gsar on 1998/11/13 09:43:03
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2229] By: jhi on 1998/11/12 16:32:33
|
||
Log:
|
||
From: "Martin J. Bligh" <mbligh@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 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" <mbligh@sequent.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2226] By: gsar on 1998/11/11 21:05:42
|
||
Log: provide -DPERL_POLLUTE
|
||
Branch: perl
|
||
! embed.pl embedvar.h
|
||
____________________________________________________________________________
|
||
[ 2225] By: jhi on 1998/11/09 07:45:12
|
||
Log: From: Hans Mulder <hansm@icgroup.nl>
|
||
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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 <lupe@alanya.m.isar.de>)
|
||
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
|
||
<lionel.fourquaux@wanadoo.fr>)
|
||
Branch: perl
|
||
! x2p/s2p.PL
|
||
____________________________________________________________________________
|
||
[ 2222] By: gsar on 1998/11/09 01:56:24
|
||
Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2218] By: gbarr on 1998/11/08 16:48:44
|
||
Log: From: Graham Barr <gbarr@ti.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2214] By: gsar on 1998/11/08 02:27:57
|
||
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 <hansm@icgroup.nl>
|
||
Date: Sat, 7 Nov 98 22:06:20 +0100
|
||
To: Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <hansm@icgroup.nl>
|
||
To: Jarkko Hietaniemi <jhi@cc.hut.fi>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <mach/cthreads.h>.
|
||
Branch: cfgperl
|
||
! perl.h
|
||
____________________________________________________________________________
|
||
[ 2206] By: jhi on 1998/11/05 14:54:52
|
||
Log: PERL_BADLANG wrongly documented.
|
||
|
||
From: ts <decoux@moulon.inra.fr>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2201] By: gsar on 1998/11/05 04:40:44
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2195] By: gsar on 1998/11/05 02:04:45
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2191] By: gsar on 1998/11/04 23:02:16
|
||
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 <doughera@lafcol.lafayette.edu>
|
||
To: Martin Bligh <mbligh@sequent.com>
|
||
Cc: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Subject: Re: Perl 5's configure on DYNIX/ptx
|
||
Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
|
||
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 <inttypes.h>,
|
||
|
||
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 <spider@web.zk3.dec.com>
|
||
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: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2186] By: jhi on 1998/11/03 08:17:52
|
||
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 <tobez@plab.ku.dk>
|
||
To: "p5p" <perl5-porters@perl.org>
|
||
Date: 01 Nov 1998 15:09:11 +0100
|
||
Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
|
||
|
||
and
|
||
|
||
From: Andy Dougherty <doughera@lafcol.lafayette.edu>
|
||
Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
|
||
Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2183] By: jhi on 1998/11/02 12:58:13
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <mach/cthreads.h> 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2178] By: jhi on 1998/11/02 08:35:29
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2164] By: jhi on 1998/10/31 15:50:02
|
||
Log: Integrate from mainperl.
|
||
Branch: cfgperl
|
||
+> t/op/lex_assign.t
|
||
!> (integrate 45 files)
|
||
|
||
----------------
|
||
Version 5.005_53
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2162] By: gsar on 1998/10/31 09:40:31
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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 <bert@genscan.com>
|
||
Date: 30 Oct 1998 17:50:04 -0500
|
||
Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2153] By: gsar on 1998/10/30 21:40:09
|
||
Log: add testsuite portion of patch
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2151] By: gsar on 1998/10/30 20:18:09
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <roderick@argon.org>
|
||
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 <tobez@plab.ku.dk>
|
||
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 <tobez@plab.ku.dk>
|
||
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" <vishalb@hotmail.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2142] By: jhi on 1998/10/30 13:18:43
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2130] By: jhi on 1998/10/29 15:31:26
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2125] By: jhi on 1998/10/29 08:32:38
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2119] By: gsar on 1998/10/28 23:24:04
|
||
Log: remove doubled hunk from integration
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 2118] By: gsar on 1998/10/28 22:03:31
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2114] By: gsar on 1998/10/28 21:39:56
|
||
Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
|
||
Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
|
||
Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2111] By: gsar on 1998/10/28 18:52:10
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2109] By: jhi on 1998/10/28 13:39:54
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2107] By: jhi on 1998/10/28 10:23:05
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2105] By: jhi on 1998/10/28 08:42:09
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2103] By: jhi on 1998/10/28 08:22:04
|
||
Log: From: Dominic Dunlop <domo@vo.lu>
|
||
Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
|
||
Date: 27 Oct 1998 20:47:25 +0200
|
||
Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2100] By: jhi on 1998/10/27 10:48:55
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2097] By: jhi on 1998/10/27 08:05:17
|
||
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 <neale@VMA.TABNSW.COM.AU>
|
||
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: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
|
||
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2090] By: jhi on 1998/10/26 08:21:25
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2088] By: jhi on 1998/10/26 08:11:36
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2077] By: gsar on 1998/10/25 08:39:25
|
||
Log: From: Graham Barr <gbarr@pobox.com>
|
||
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 <gbarr@pobox.com>
|
||
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<print $n += 5;> etc.
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 2074] By: gsar on 1998/10/25 08:12:28
|
||
Log: list builtins with portability caveats
|
||
From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2072] By: gsar on 1998/10/25 07:29:45
|
||
Log: implement C<goto &func> and other fixes (via private mail)
|
||
From: "vishal bhatia" <vishalb@hotmail.com>
|
||
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 <gbarr@pobox.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2069] By: gsar on 1998/10/25 06:59:03
|
||
Log: From: Martijn Koster <mak@excitecorp.com>
|
||
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 <zcmiller@simon.er.usgs.gov>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2064] By: gsar on 1998/10/25 06:45:09
|
||
Log: From: Gisle Aas <gisle@aas.no>
|
||
Date: 20 Oct 1998 14:24:44 +0200
|
||
Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <gbarr@pobox.com>
|
||
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 <gbarr@pobox.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2056] By: gsar on 1998/10/25 05:16:41
|
||
Log: commented version of a patch suggested by Drago Goricanec
|
||
From: Jarkko Hietaniemi <jhi@cc.hut.fi>
|
||
Date: 16 Oct 1998 15:24:45 +0300
|
||
Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
|
||
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 <tobez@plab.ku.dk>
|
||
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 <gisle@aas.no>
|
||
Date: 16 Oct 1998 16:33:12 +0200
|
||
Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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)
|
||
____________________________________________________________________________
|
||
[ 2049] By: gsar on 1998/10/25 01:30:48
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2040] By: larry on 1998/10/23 19:31:42
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2036] By: jhi on 1998/10/23 12:12:07
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2033] By: jhi on 1998/10/22 07:47:10
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2031] By: jhi on 1998/10/21 09:15:42
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2027] By: jhi on 1998/10/20 14:14:51
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2025] By: jhi on 1998/10/20 08:20:56
|
||
Log: 64-bitness, based on
|
||
|
||
From: Scott Henry <scotth@sgi.com>
|
||
To: perl-64bit@perl.org
|
||
Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2023] By: jhi on 1998/10/20 08:08:33
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2021] By: gbarr on 1998/10/20 01:25:23
|
||
Log: From: Chip Salzenberg <chip@perlsupport.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 2018] By: jhi on 1998/10/19 07:02:44
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2016] By: jhi on 1998/10/19 06:39:47
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2012] By: jhi on 1998/10/17 15:04:23
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2010] By: jhi on 1998/10/17 14:51:05
|
||
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 <Thomas.Dorner@start.de>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2007] By: jhi on 1998/10/17 13:55:34
|
||
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 <neale@VMA.TABNSW.COM.AU>
|
||
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 <neale@VMA.TABNSW.COM.AU>
|
||
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 <NEALE@PUCC.PRINCETON.EDU>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2004] By: jhi on 1998/10/17 11:19:06
|
||
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
|
||
____________________________________________________________________________
|
||
[ 2002] By: gsar on 1998/10/17 04:07:48
|
||
Log: From: Gisle Aas <gisle@aas.no>
|
||
Date: 14 Oct 1998 15:53:14 +0200
|
||
Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
|
||
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 <gisle@aas.no>
|
||
Date: 14 Oct 1998 15:17:44 +0200
|
||
Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
|
||
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 <gisle@aas.no>
|
||
Date: 14 Oct 1998 00:38:06 +0200
|
||
Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
|
||
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 <sugalskd@osshe.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1997] By: gsar on 1998/10/17 02:49:19
|
||
Log: fix buggy treatment of large checksums on unicode strings
|
||
From: Gisle Aas <gisle@aas.no>
|
||
Date: 13 Oct 1998 21:35:39 +0200
|
||
Message-ID: <m31zocp850.fsf@furu.g.aas.no>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1994] By: gsar on 1998/10/17 02:33:02
|
||
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" <vishalb@hotmail.com>
|
||
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 <gisle@aas.no>
|
||
Date: 11 Oct 1998 12:53:13 +0200
|
||
Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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 <dleppik@gage.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1987] By: gsar on 1998/10/17 01:45:52
|
||
Log: perldoc pod update
|
||
From: Daniel Grisinger <dgris@perrin.dimensional.com>
|
||
Date: 06 Oct 1998 23:56:51 -0600
|
||
Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1982] By: gbarr on 1998/10/17 00:20:57
|
||
Log: From: Jochen Wiedmann <joe@ispsoft.de>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1976] By: gsar on 1998/10/16 00:10:52
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1974] By: gsar on 1998/10/15 23:53:25
|
||
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)
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1970] By: gsar on 1998/10/15 03:05:59
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1968] By: gsar on 1998/10/15 03:02:43
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1965] By: gsar on 1998/10/14 23:22:41
|
||
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 <dll.h>).
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1962] By: jhi on 1998/10/14 17:13:11
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <neale@VMA.TABNSW.COM.AU>
|
||
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 <doughera@lafcol.lafayette.edu>
|
||
Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
|
||
Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
|
||
Subject: AIX select (fwd)
|
||
From: Lars Hecking <lhecking@nmrc.ucc.ie>
|
||
To: Andy Dougherty <doughera@lafcol.lafayette.edu>
|
||
Date: Fri, 2 Oct 1998 10:40:01 +0100
|
||
Subject: AIX select
|
||
|
||
Linux-avoid-so.X.Y, based on
|
||
From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1956] By: jhi on 1998/10/14 12:24:35
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1954] By: jhi on 1998/10/14 12:15:06
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1950] By: jhi on 1998/10/14 10:41:43
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1948] By: gsar on 1998/10/14 05:38:01
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1946] By: gsar on 1998/10/13 03:41:49
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1939] By: jhi on 1998/10/12 09:53:11
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1935] By: gsar on 1998/10/06 06:50:35
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1931] By: gsar on 1998/10/06 04:04:33
|
||
Log: use cpp symbols instead of hardwired constants
|
||
From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1926] By: gsar on 1998/10/06 03:43:32
|
||
Log: From: Mark-Jason Dominus <mjd@plover.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1923] By: gsar on 1998/10/03 05:19:56
|
||
Log: make C<use> recognize C<require> overrides; allow C<do EXPR> 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
|
||
____________________________________________________________________________
|
||
[ 1921] By: gsar on 1998/10/02 22:30:15
|
||
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 <hv@crypt.compulink.co.uk>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1917] By: gsar on 1998/10/02 04:16:02
|
||
Log: From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
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 <sugalskd@osshe.edu>
|
||
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 <scotth@sgi.com>
|
||
Date: 29 Sep 1998 17:38:46 -0700
|
||
Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
|
||
Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
|
||
--
|
||
Date: 28 Sep 1998 18:55:37 -0700
|
||
Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
|
||
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 <spider@orb.nashua.nh.us>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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 <domo@vo.lu>
|
||
Date: Tue, 29 Sep 1998 21:06:30 +0000
|
||
Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
|
||
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: <v03110702b237beb04830@[212.24.192.74]>
|
||
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 <jhi@iki.fi>
|
||
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 <doughera@lafcol.lafayette.edu>
|
||
Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
|
||
Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
|
||
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: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <gbarr@ti.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1905] By: gsar on 1998/10/02 01:59:56
|
||
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 <jhi@iki.fi>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1902] By: gsar on 1998/10/02 01:36:14
|
||
Log: From: Kenneth Duda <kjd@cisco.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1898] By: gsar on 1998/09/28 20:42:52
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1896] By: gsar on 1998/09/27 03:38:55
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1891] By: larry on 1998/09/25 18:50:40
|
||
Log: Fixed apostrophe problem from Mark Knutsen.
|
||
Branch: perl
|
||
! sv.h
|
||
|
||
----------------
|
||
Version 5.005_52
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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 <jhi@iki.fi>
|
||
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 <jhi@cc.hut.fi>
|
||
Date: 12 Sep 1998 09:44:25 +0300
|
||
Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1887] By: gsar on 1998/09/25 04:50:49
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1885] By: gsar on 1998/09/25 04:05:09
|
||
Log: From: Dominic Dunlop <domo@vo.lu>
|
||
Date: Thu, 10 Sep 1998 11:02:46 +0000
|
||
Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1882] By: gsar on 1998/09/25 02:04:43
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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 <drago@king.otsd.ts.fujitsu.co.jp>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1876] By: gsar on 1998/09/24 09:04:43
|
||
Log: From: Colin Kuskie <ckuskie@cadence.com>
|
||
Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
|
||
Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <krishpl@shamu.engr.sgi.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1870] By: gsar on 1998/09/24 07:11:56
|
||
Log: From: Dan Sugalski <sugalskd@osshe.edu>
|
||
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 <scotth@sgi.com>
|
||
Date: 13 Aug 1998 09:52:15 PDT
|
||
Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
|
||
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 <gnat@frii.com>
|
||
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<goto &sub> 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 "$$<digit>" 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1862] By: gsar on 1998/09/24 03:30:32
|
||
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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1857] By: gsar on 1998/09/23 10:58:36
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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 <Gerben_Wierda@RnA.nl>
|
||
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<require> 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
|
||
____________________________________________________________________________
|
||
[ 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
|
||
____________________________________________________________________________
|
||
[ 1852] By: gsar on 1998/09/23 10:41:39
|
||
Log: SSNEW() API for allocating memory on the savestack
|
||
From: Albert Dvornik <bert@genscan.com>
|
||
Date: 17 Sep 1998 19:23:07 -0400
|
||
Message-Id: <tqemtae338.fsf@puma.genscan.com>
|
||
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 <joe@ispsoft.de>
|
||
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: <sfchfya46eo.fsf@dubravka.in-berlin.de>
|
||
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 <BAILEY@newman.upenn.edu>
|
||
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 <roderick@argon.org>
|
||
Date: 11 Sep 1998 16:19:21 -0400
|
||
Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
|
||
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 <roderick@argon.org>
|
||
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 <roderick@argon.org>
|
||
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 <ksakai@netwk.ntt-at.co.jp>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1843] By: gsar on 1998/09/23 10:02:57
|
||
Log: hide symbol for static build
|
||
From: Dominic Dunlop <domo@vo.lu>
|
||
Date: Tue, 8 Sep 1998 21:40:46 +0000
|
||
Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1841] By: gsar on 1998/09/23 09:44:25
|
||
Log: From: Dominic Dunlop <domo@vo.lu>
|
||
Date: Tue, 8 Sep 1998 15:34:53 +0000
|
||
Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
|
||
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 <tye@metronet.com>
|
||
Branch: perl
|
||
! win32/bin/pl2bat.pl
|
||
____________________________________________________________________________
|
||
[ 1839] By: gsar on 1998/09/23 09:38:18
|
||
Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
|
||
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" <pgreen@seussnt.stratus.com>
|
||
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 <BAILEY@newman.upenn.edu>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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<my($foo,$foo)>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1833] By: gsar on 1998/09/23 07:27:34
|
||
Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
|
||
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 <parmelee@CS.Cornell.EDU>
|
||
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 <Alan.Burlison@UK.Sun.com>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1829] By: gsar on 1998/09/23 07:15:08
|
||
Log: fix problematic typecast in filter_del()
|
||
From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
|
||
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 <ilya@math.ohio-state.edu>
|
||
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 <jhpb@hekimian.com>
|
||
Branch: perl
|
||
! t/op/grent.t t/op/groups.t
|
||
____________________________________________________________________________
|
||
[ 1826] By: gsar on 1998/09/23 07:03:16
|
||
Log: From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
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
|
||
____________________________________________________________________________
|
||
[ 1824] By: gsar on 1998/09/23 06:44:19
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
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 <jhpb@hekimian.com>
|
||
Date: 29 Aug 1998 17:13:28 -0400
|
||
Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
|
||
Subject: patches for perl 5.005_51 under U/WIN
|
||
Branch: perl
|
||
+ hints/uwin.sh
|
||
! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
|
||
! t/lib/posix.t
|
||
____________________________________________________________________________
|
||
[ 1822] By: gsar on 1998/09/23 06:36:59
|
||
Log: add missing C<no utf8;> tweak from Larry
|
||
Branch: perl
|
||
! t/op/subst.t
|
||
____________________________________________________________________________
|
||
[ 1821] By: gsar on 1998/09/23 06:27:51
|
||
Log: s/runops/CALLRUNOPS/
|
||
Branch: perl
|
||
! cc_runtime.h
|
||
____________________________________________________________________________
|
||
[ 1820] By: gsar on 1998/09/23 06:24:49
|
||
Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
|
||
Branch: perl
|
||
+> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
|
||
+> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
|
||
+> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
|
||
+> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
|
||
+> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
|
||
+> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
|
||
+> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
|
||
+> t/pragma/warn/util
|
||
- t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
|
||
- t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
|
||
- t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
|
||
- t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
|
||
- t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
|
||
- t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
|
||
- t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
|
||
- t/pragma/warn-util
|
||
! MANIFEST t/pragma/warning.t
|
||
____________________________________________________________________________
|
||
[ 1819] By: gsar on 1998/09/23 06:08:46
|
||
Log: make \(%foo) return refs to values (not copies of values)
|
||
From: Stephen McCamant <smccam@uclink4.berkeley.edu>
|
||
Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
|
||
Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
|
||
--
|
||
From: Roderick Schertler <roderick@argon.org>
|
||
Date: Sat, 29 Aug 1998 00:58:33 -0400
|
||
Message-ID: <29894.904366713@eeyore.ibcinc.com>
|
||
Subject: Re: \(%x) problems
|
||
Branch: perl
|
||
! doop.c pod/perlref.pod
|
||
____________________________________________________________________________
|
||
[ 1818] By: gsar on 1998/09/23 06:05:08
|
||
Log: make h2xs generate ANSI prototypes
|
||
Branch: perl
|
||
! utils/h2xs.PL
|
||
____________________________________________________________________________
|
||
[ 1817] By: gsar on 1998/09/23 05:57:16
|
||
Log: updated usethreads hints for hpux 10.X
|
||
From: Matthew T Harden <mthard@mthard1.monsanto.com>
|
||
Date: Fri, 28 Aug 1998 14:10:42 GMT
|
||
Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
|
||
Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
|
||
Branch: perl
|
||
! hints/hpux.sh perl.h
|
||
____________________________________________________________________________
|
||
[ 1816] By: gsar on 1998/09/23 05:53:31
|
||
Log: don't create empty directories in installperl
|
||
From: Robin Barker <rmb1@cise.npl.co.uk>
|
||
Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
|
||
Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
|
||
Subject: [PATCH 5.005_02] install: empty dirs
|
||
Branch: perl
|
||
! installperl
|
||
____________________________________________________________________________
|
||
[ 1815] By: gsar on 1998/09/23 05:50:36
|
||
Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
|
||
Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
|
||
Subject: Re: your mail
|
||
Branch: perl
|
||
! regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 1814] By: gsar on 1998/09/23 05:45:17
|
||
Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
|
||
Date: Thu, 20 Aug 1998 20:59:03 -0400
|
||
Message-ID: <19980820205903.A12908@O2.chapin.edu>
|
||
Subject: [PATCH] h2ph misquotes #error directives
|
||
Branch: perl
|
||
! t/lib/h2ph.pht utils/h2ph.PL
|
||
____________________________________________________________________________
|
||
[ 1813] By: gsar on 1998/09/23 05:42:41
|
||
Log: patch to support computed regular subexpressions
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
|
||
Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
|
||
Subject: [5.005_5* PATCH] Postponed RE - now!
|
||
Branch: perl
|
||
! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
|
||
! t/op/pat.t t/op/re_tests thrdvar.h toke.c
|
||
____________________________________________________________________________
|
||
[ 1812] By: gsar on 1998/09/23 05:26:26
|
||
Log: better CR-handling on shebang line and in formats (fixed variant of
|
||
patch suggested by Igor Sysoev <igor@nitek.ru>)
|
||
Branch: perl
|
||
! perl.c toke.c
|
||
____________________________________________________________________________
|
||
[ 1811] By: gsar on 1998/09/23 04:35:46
|
||
Log: document non-loopish blocks better
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Date: Tue, 18 Aug 1998 12:28:36 +0100
|
||
Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
|
||
Subject: Re: next in do {} while block gives error message
|
||
Branch: perl
|
||
! pod/perlfunc.pod
|
||
____________________________________________________________________________
|
||
[ 1810] By: gsar on 1998/09/23 04:12:05
|
||
Log: fix bogus integerization of pop()'s return value
|
||
From: Gurusamy Sarathy <gsar@engin.umich.edu>
|
||
Date: Sat, 15 Aug 1998 23:27:54 -0400
|
||
Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
|
||
Subject: Re: Complex expression does integer arithmetic
|
||
Branch: perl
|
||
! opcode.h opcode.pl
|
||
____________________________________________________________________________
|
||
[ 1809] By: gsar on 1998/09/23 04:09:43
|
||
Log: tweak README.win32
|
||
Branch: perl
|
||
! README.win32
|
||
____________________________________________________________________________
|
||
[ 1808] By: gsar on 1998/09/23 03:40:57
|
||
Log: better diagnostic for do{} used as lvalue
|
||
Branch: perl
|
||
! op.c pod/perlport.pod
|
||
____________________________________________________________________________
|
||
[ 1807] By: gsar on 1998/09/23 03:38:30
|
||
Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
|
||
From: hansm@icgroup.nl
|
||
Date: Tue, 11 Aug 98 21:08:51 +0200
|
||
Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
|
||
Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
|
||
Branch: perl
|
||
! malloc.c
|
||
____________________________________________________________________________
|
||
[ 1806] By: gsar on 1998/09/23 03:36:08
|
||
Log: support make written in perl (aka "pmake") on win32
|
||
Branch: perl
|
||
! lib/ExtUtils/MM_Win32.pm
|
||
____________________________________________________________________________
|
||
[ 1805] By: gsar on 1998/09/23 03:30:07
|
||
Log: fix mismatched UV/U32 types for to_utf8_*()
|
||
Branch: perl
|
||
! utf8.c
|
||
____________________________________________________________________________
|
||
[ 1804] By: gsar on 1998/09/23 03:22:22
|
||
Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
|
||
Date: Sun, 9 Aug 1998 22:38:23 +0200
|
||
Message-ID: <19980809223823.A215@cdata.tvnet.hu>
|
||
Subject: [PATCH 5.5002] dos-djgpp update
|
||
Branch: perl
|
||
! t/io/fs.t
|
||
____________________________________________________________________________
|
||
[ 1803] By: gsar on 1998/09/23 03:20:13
|
||
Log: apply minimal variant of patch (sent via private mail)
|
||
From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
|
||
Date: Wed, 12 Aug 1998 15:42:35 +0300
|
||
Message-Id: <199808121242.PAA29761@comanche.spices>
|
||
Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
|
||
Branch: perl
|
||
! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
|
||
! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
|
||
____________________________________________________________________________
|
||
[ 1802] By: gsar on 1998/09/23 03:03:39
|
||
Log: adjust searchdict.t for EBCDIC (still needs documenting)
|
||
From: pvhp@forte.com (Peter Prymmer)
|
||
Date: Thu, 6 Aug 98 18:09:39 PDT
|
||
Message-Id: <9808070109.AA06158@forte.com>
|
||
Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
|
||
Branch: perl
|
||
! README.os390 t/lib/searchdict.t
|
||
____________________________________________________________________________
|
||
[ 1801] By: gsar on 1998/09/23 02:54:15
|
||
Log: silence redefined warning for XS(INIT) {}
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 1800] By: gsar on 1998/09/23 02:42:23
|
||
Log: support match indices via special variables @- and @+
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
|
||
Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.004_76] @- and @+
|
||
Branch: perl
|
||
! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
|
||
! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
|
||
____________________________________________________________________________
|
||
[ 1799] By: gsar on 1998/09/23 01:44:31
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
|
||
Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
|
||
Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
|
||
Branch: perl
|
||
! regcomp.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 1798] By: gsar on 1998/09/23 01:39:23
|
||
Log: integrate maint-5.005 changes (except conflicting change#1794)
|
||
Branch: perl
|
||
! Changes
|
||
!> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
|
||
!> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
|
||
!> win32/win32.h
|
||
____________________________________________________________________________
|
||
[ 1797] By: gsar on 1998/09/23 01:32:36
|
||
Log: add note to win32/Makefile about setting CCHOME
|
||
Branch: perl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 1796] By: gsar on 1998/09/23 01:31:32
|
||
Log: perl.pod tweak
|
||
Branch: perl
|
||
! pod/perl.pod
|
||
____________________________________________________________________________
|
||
[ 1795] By: gsar on 1998/09/21 20:34:10
|
||
Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
|
||
Branch: perl
|
||
! lib/ExtUtils/xsubpp
|
||
____________________________________________________________________________
|
||
[ 1789] By: gsar on 1998/09/18 18:01:37
|
||
Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
|
||
Branch: perl
|
||
! cop.h t/cmd/for.t
|
||
____________________________________________________________________________
|
||
[ 1788] By: gsar on 1998/09/17 02:19:11
|
||
Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
|
||
Branch: perl
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 1787] By: gsar on 1998/09/17 01:45:14
|
||
Log: suppress bogus warning on C<sub x {} x()>
|
||
Branch: perl
|
||
! toke.c
|
||
____________________________________________________________________________
|
||
[ 1786] By: gsar on 1998/09/17 01:42:51
|
||
Log: ntohl typo in objXSUB.h
|
||
Branch: perl
|
||
! objXSUB.h
|
||
____________________________________________________________________________
|
||
[ 1785] By: gsar on 1998/09/17 01:41:48
|
||
Log: fill gaps in sig_* entries in win32/config.?c
|
||
Branch: perl
|
||
! win32/config.bc win32/config.gc win32/config.vc
|
||
____________________________________________________________________________
|
||
[ 1781] By: larry on 1998/09/05 23:48:24
|
||
Log: tr/// logic was hosed under utf8
|
||
Branch: perl
|
||
! doop.c op.c op.h pp.c proto.h
|
||
____________________________________________________________________________
|
||
[ 1780] By: larry on 1998/09/05 23:44:16
|
||
Log: several new tests needed tweaking to work under utf8
|
||
Branch: perl
|
||
! t/comp/require.t t/op/pack.t t/op/substr.t
|
||
____________________________________________________________________________
|
||
[ 1779] By: larry on 1998/09/05 23:41:42
|
||
Log: index() applied BM optimization to wrong argument
|
||
Branch: perl
|
||
! op.c util.c
|
||
____________________________________________________________________________
|
||
[ 1778] By: larry on 1998/09/05 23:38:29
|
||
Log: Implicit require during compile reset line numbering
|
||
Branch: perl
|
||
! pp_ctl.c
|
||
|
||
----------------
|
||
Version 5.005_51
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 1777] By: gsar on 1998/08/10 07:02:38
|
||
Log: various tweaks: fix signed vs. unsigned problems that prevented C++
|
||
builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
|
||
lexical warning testsuite for win32
|
||
Branch: perl
|
||
! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
|
||
! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
|
||
! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
|
||
! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 1776] By: gsar on 1998/08/09 17:53:48
|
||
Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
|
||
Branch: perl
|
||
! Changes MANIFEST perl.c pod/perlhist.pod
|
||
____________________________________________________________________________
|
||
[ 1775] By: gsar on 1998/08/09 14:35:33
|
||
Log: tweak warning test
|
||
Branch: perl
|
||
! t/pragma/warn-toke
|
||
____________________________________________________________________________
|
||
[ 1774] By: gsar on 1998/08/09 14:13:46
|
||
Log: add missing dTHR; notes for test failures due to small stacksize
|
||
Branch: perl
|
||
! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
|
||
! toke.c universal.c util.c
|
||
____________________________________________________________________________
|
||
[ 1773] By: gsar on 1998/08/09 11:31:53
|
||
Log: lexical warnings; tweaks to places that didn't apply correctly
|
||
From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
|
||
Date: Wed, 29 Jul 1998 09:28:45 BST
|
||
Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
|
||
Subject: lexical warnings patch for 5.005_50
|
||
Branch: perl
|
||
+ README.lexwarn lib/warning.pm t/pragma/warn-2use
|
||
+ t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
|
||
+ t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
|
||
+ t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
|
||
+ t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
|
||
+ t/pragma/warn-pp_sys t/pragma/warn-regcomp
|
||
+ t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
|
||
+ t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
|
||
+ warning.h warning.pl
|
||
! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
|
||
! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
|
||
! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
|
||
! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
|
||
! universal.c util.c
|
||
____________________________________________________________________________
|
||
[ 1772] By: gsar on 1998/08/08 23:06:00
|
||
Log: bump patchlevel to 5.005_51
|
||
Branch: perl
|
||
! patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 1771] By: gsar on 1998/08/08 23:01:57
|
||
Log: fix bogus warning on "\x{123}"
|
||
From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
|
||
Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
|
||
Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
|
||
Subject: [5.005_50 PATCH] Some unicode problems
|
||
Branch: perl
|
||
! regcomp.c toke.c
|
||
____________________________________________________________________________
|
||
[ 1770] By: gsar on 1998/08/08 22:56:55
|
||
Log: hide dup symbol for static build of ext/re
|
||
From: Dominic Dunlop <domo@ppp72.vo.lu>
|
||
Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
|
||
Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
|
||
Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 1769] By: gsar on 1998/08/08 22:45:06
|
||
Log: fix double free on -Mutf8 -e '$b=uc("")'
|
||
From: larry@wall.org (Larry Wall)
|
||
Date: Fri, 7 Aug 1998 14:42:43 -0700
|
||
Message-Id: <199808072142.OAA14920@wall.org>
|
||
Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 1768] By: gsar on 1998/08/08 22:42:29
|
||
Log: substr() assumes utf8 without say-so
|
||
From: larry@wall.org (Larry Wall)
|
||
Date: Fri, 7 Aug 1998 12:25:12 -0700
|
||
Message-Id: <199808071925.MAA13436@wall.org>
|
||
Subject: [PATCH 5.005_50] substr bug?
|
||
Branch: perl
|
||
! pp.c
|
||
____________________________________________________________________________
|
||
[ 1767] By: gsar on 1998/08/08 22:38:25
|
||
Log: fix intolerance of SWASHes for blank lines
|
||
From: Gisle Aas <aas@sn.no>
|
||
Date: 06 Aug 1998 23:28:57 +0200
|
||
Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
|
||
Subject: Re: Re[2]: another joyride begins
|
||
Branch: perl
|
||
! lib/utf8_heavy.pl
|
||
____________________________________________________________________________
|
||
[ 1766] By: gsar on 1998/08/08 22:33:10
|
||
Log: utf8 doc tweak
|
||
From: Gisle Aas <aas@sn.no>
|
||
Date: 05 Aug 1998 00:41:04 +0200
|
||
Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
|
||
Subject: Matching clumps
|
||
Branch: perl
|
||
! lib/utf8.pm
|
||
____________________________________________________________________________
|
||
[ 1765] By: gsar on 1998/08/08 22:31:37
|
||
Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
|
||
From: Gisle Aas <aas@sn.no>
|
||
Date: 04 Aug 1998 22:56:11 +0200
|
||
Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
|
||
Subject: Re: another joyride begins
|
||
Branch: perl
|
||
! lib/utf8_heavy.pl
|
||
____________________________________________________________________________
|
||
[ 1764] By: gsar on 1998/08/08 22:28:43
|
||
Log: From: larry@wall.org (Larry Wall)
|
||
Date: Tue, 4 Aug 1998 17:04:51 -0700
|
||
Message-Id: <199808050004.RAA22592@wall.org>
|
||
Subject: [PATCH 5.005_50] \pX not implemented!
|
||
Branch: perl
|
||
! regcomp.c
|
||
____________________________________________________________________________
|
||
[ 1763] By: gsar on 1998/08/08 22:27:15
|
||
Log: From: Stephen McCamant <alias@mcs.com>
|
||
Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
|
||
Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
|
||
Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
|
||
Branch: perl
|
||
! op.c
|
||
____________________________________________________________________________
|
||
[ 1762] By: gsar on 1998/08/08 22:26:09
|
||
Log: From: Jarkko Hietaniemi <jhi@iki.fi>
|
||
Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
|
||
Message-Id: <199808021905.WAA10592@alpha.hut.fi>
|
||
Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
|
||
Branch: perl
|
||
+ t/op/grent.t t/op/pwent.t
|
||
! MANIFEST
|
||
____________________________________________________________________________
|
||
[ 1761] By: gsar on 1998/08/08 22:21:52
|
||
Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
|
||
Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
|
||
Subject: [5.005_50 PATCH] misprint in RE engine
|
||
Branch: perl
|
||
! regexec.c t/op/re_tests
|
||
____________________________________________________________________________
|
||
[ 1760] By: gsar on 1998/08/08 22:18:54
|
||
Log: integrate maint-5.005 changes into mainline
|
||
Branch: perl
|
||
+> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
|
||
!> (integrate 138 files)
|
||
____________________________________________________________________________
|
||
[ 1672] By: gsar on 1998/07/27 18:35:28
|
||
Log: create new Changes
|
||
Branch: perl
|
||
+ Changes
|
||
! Changes5.005 MANIFEST
|
||
____________________________________________________________________________
|
||
[ 1671] By: gsar on 1998/07/27 18:30:57
|
||
Log: rename Changes --> Changes5.005
|
||
Branch: perl
|
||
+> Changes5.005
|
||
- Changes
|
||
____________________________________________________________________________
|
||
[ 1670] By: gsar on 1998/07/27 18:10:14
|
||
Log: integrate 5.005_01 changes from maint
|
||
Branch: perl
|
||
! Changes
|
||
!> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
|
||
!> win32/win32.c
|
||
____________________________________________________________________________
|
||
[ 1667] By: nick on 1998/07/26 14:31:01
|
||
Log: Add dTHR so that it compiles miniperl in threaded mode
|
||
Branch: perl
|
||
! doop.c mg.c regcomp.c regexec.c
|
||
____________________________________________________________________________
|
||
[ 1666] By: nick on 1998/07/26 13:01:10
|
||
Log: Resolve ansiperl against mainline (@1648?)
|
||
Unclear that change number has "taken".
|
||
Branch: ansiperl
|
||
+> (branch 169 files)
|
||
- ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
|
||
!> (integrate 131 files)
|
||
|
||
----------------
|
||
Version 5.005_50
|
||
----------------
|
||
|
||
____________________________________________________________________________
|
||
[ 1665] By: gsar on 1998/07/26 05:38:48
|
||
Log: add trailing newline to file
|
||
Branch: perl
|
||
! Changes lib/unicode/blocks.txt
|
||
____________________________________________________________________________
|
||
[ 1664] By: gsar on 1998/07/26 05:08:48
|
||
Log: integrate proto.h additions from maint-5.005
|
||
Branch: perl
|
||
!> pod/perlhist.pod proto.h
|
||
____________________________________________________________________________
|
||
[ 1663] By: gsar on 1998/07/26 05:07:05
|
||
Log: add new files to MANIFEST; add missing prototypes to proto.h;
|
||
s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
|
||
add typecasts to silence warnings; tweaks for win32 builds
|
||
Branch: perl
|
||
! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
|
||
! win32/Makefile win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 1662] By: gsar on 1998/07/26 05:01:52
|
||
Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
|
||
Branch: maint-5.005/perl
|
||
! pod/perlhist.pod proto.h
|
||
____________________________________________________________________________
|
||
[ 1661] By: gsar on 1998/07/26 02:52:48
|
||
Log: up patchlevel to 5.005_50
|
||
Branch: perl
|
||
! Changes patchlevel.h win32/Makefile win32/config_H.bc
|
||
! win32/config_H.gc win32/config_H.vc win32/makefile.mk
|
||
____________________________________________________________________________
|
||
[ 1660] By: gsar on 1998/07/26 02:43:57
|
||
Log: integrate utfperl
|
||
Branch: perl
|
||
+> (branch 162 files)
|
||
!> (integrate 29 files)
|
||
____________________________________________________________________________
|
||
[ 1659] By: gsar on 1998/07/26 02:38:22
|
||
Log: integrate maint-5.005 changes
|
||
Branch: perl
|
||
!> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
|
||
!> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
|
||
!> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
|
||
!> vms/descrip_mms.template vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 1658] By: gsar on 1998/07/26 02:23:46
|
||
Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
|
||
Date: Fri, 24 Jul 1998 11:38:25 -0700
|
||
Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
|
||
Subject: [PATCH 5.005] version number problem with VMS (Corrected)
|
||
--
|
||
Date: Fri, 24 Jul 1998 12:30:36 -0700
|
||
Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
|
||
Subject: [PATCH 5.005]Tweaks to README.vms
|
||
--
|
||
Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
|
||
Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
|
||
Subject: [PATCH 5.005] Final build cleanup patch
|
||
Branch: maint-5.005/perl
|
||
! README.vms vms/descrip_mms.template vms/subconfigure.com
|
||
____________________________________________________________________________
|
||
[ 1657] By: gsar on 1998/07/26 02:19:50
|
||
Log: another platform where pp_sselect() needs a whole fd_set buffer
|
||
From: Lupe Christoph <lupe@alanya.m.isar.de>
|
||
Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
|
||
Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
|
||
Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
|
||
Branch: maint-5.005/perl
|
||
! pp_sys.c
|
||
____________________________________________________________________________
|
||
[ 1656] By: gsar on 1998/07/26 02:12:46
|
||
Log: fix problem building modules on dos-djgpp
|
||
From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
|
||
Date: Sat, 25 Jul 1998 00:53:39 +0200
|
||
Message-ID: <19980725005339.C222@cdata.tvnet.hu>
|
||
Subject: [PATCH 5.005] dos-djgpp and modules problem
|
||
Branch: maint-5.005/perl
|
||
! djgpp/fixpmain
|
||
____________________________________________________________________________
|
||
[ 1655] By: gsar on 1998/07/26 02:11:09
|
||
Log: From: Tom Spindler <dogcow@home.merit.edu>
|
||
Date: Wed, 22 Jul 1998 16:11:07 -0400
|
||
Message-ID: <19980722161107.A16813@home.merit.edu>
|
||
Subject: [PATCH 5.005] BeOS tweak
|
||
Branch: maint-5.005/perl
|
||
! hints/beos.sh
|
||
____________________________________________________________________________
|
||
[ 1654] By: gsar on 1998/07/26 02:09:29
|
||
Log: various pod tweaks
|
||
Branch: maint-5.005/perl
|
||
! Changes pod/perldelta.pod pod/perlmodinstall.pod
|
||
! pod/perltoc.pod
|
||
____________________________________________________________________________
|
||
[ 1653] By: gsar on 1998/07/26 02:05:46
|
||
Log: fix emacs/ptags for PL_* changes
|
||
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
|
||
Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
|
||
Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
|
||
Subject: [PATCH 5.004_76] Yet better ptags
|
||
Branch: maint-5.005/perl
|
||
! emacs/ptags
|
||
____________________________________________________________________________
|
||
[ 1652] By: gsar on 1998/07/26 02:03:01
|
||
Log: fix behavior of <=> on bigints
|
||
From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
|
||
Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
|
||
Date: Fri, 24 Jul 1998 18:29:53 +0100
|
||
Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
|
||
Branch: maint-5.005/perl
|
||
! lib/Math/BigInt.pm t/lib/bigintpm.t
|
||
____________________________________________________________________________
|
||
[ 1651] By: larry on 1998/07/24 05:44:33
|
||
Log: Here are the long-expected Unicode/UTF-8 modifications.
|
||
Branch: utfperl
|
||
+ lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
|
||
+ lib/unicode/Bidirectional.pl lib/unicode/Block.pl
|
||
+ lib/unicode/Category.pl lib/unicode/CombiningClass.pl
|
||
+ lib/unicode/Decomposition.pl
|
||
+ lib/unicode/In/AlphabeticPresentationForms.pl
|
||
+ lib/unicode/In/Arabic.pl
|
||
+ lib/unicode/In/ArabicPresentationForms-A.pl
|
||
+ lib/unicode/In/ArabicPresentationForms-B.pl
|
||
+ lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
|
||
+ lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
|
||
+ lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
|
||
+ lib/unicode/In/BoxDrawing.pl
|
||
+ lib/unicode/In/CJKCompatibility.pl
|
||
+ lib/unicode/In/CJKCompatibilityForms.pl
|
||
+ lib/unicode/In/CJKCompatibilityIdeographs.pl
|
||
+ lib/unicode/In/CJKSymbolsandPunctuation.pl
|
||
+ lib/unicode/In/CJKUnifiedIdeographs.pl
|
||
+ lib/unicode/In/CombiningDiacriticalMarks.pl
|
||
+ lib/unicode/In/CombiningHalfMarks.pl
|
||
+ lib/unicode/In/CombiningMarksforSymbols.pl
|
||
+ lib/unicode/In/ControlPictures.pl
|
||
+ lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
|
||
+ lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
|
||
+ lib/unicode/In/EnclosedAlphanumerics.pl
|
||
+ lib/unicode/In/EnclosedCJKLettersandMonths.pl
|
||
+ lib/unicode/In/GeneralPunctuation.pl
|
||
+ lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
|
||
+ lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
|
||
+ lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
|
||
+ lib/unicode/In/HalfwidthandFullwidthForms.pl
|
||
+ lib/unicode/In/HangulCompatibilityJamo.pl
|
||
+ lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
|
||
+ lib/unicode/In/Hebrew.pl
|
||
+ lib/unicode/In/HighPrivateUseSurrogates.pl
|
||
+ lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
|
||
+ lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
|
||
+ lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
|
||
+ lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
|
||
+ lib/unicode/In/LatinExtended-A.pl
|
||
+ lib/unicode/In/LatinExtended-B.pl
|
||
+ lib/unicode/In/LatinExtendedAdditional.pl
|
||
+ lib/unicode/In/LetterlikeSymbols.pl
|
||
+ lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
|
||
+ lib/unicode/In/MathematicalOperators.pl
|
||
+ lib/unicode/In/MiscellaneousSymbols.pl
|
||
+ lib/unicode/In/MiscellaneousTechnical.pl
|
||
+ lib/unicode/In/NumberForms.pl
|
||
+ lib/unicode/In/OpticalCharacterRecognition.pl
|
||
+ lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
|
||
+ lib/unicode/In/SmallFormVariants.pl
|
||
+ lib/unicode/In/SpacingModifierLetters.pl
|
||
+ lib/unicode/In/Specials.pl
|
||
+ lib/unicode/In/SuperscriptsandSubscripts.pl
|
||
+ lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
|
||
+ lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
|
||
+ lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
|
||
+ lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
|
||
+ lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
|
||
+ lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
|
||
+ lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
|
||
+ lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
|
||
+ lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
|
||
+ lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
|
||
+ lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
|
||
+ lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
|
||
+ lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
|
||
+ lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
|
||
+ lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
|
||
+ lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
|
||
+ lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
|
||
+ lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
|
||
+ lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
|
||
+ lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
|
||
+ lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
|
||
+ lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
|
||
+ lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
|
||
+ lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
|
||
+ lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
|
||
+ lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
|
||
+ lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
|
||
+ lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
|
||
+ lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
|
||
+ lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
|
||
+ lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
|
||
+ lib/unicode/JamoShort.pl lib/unicode/Makefile
|
||
+ lib/unicode/Name.pl lib/unicode/Number.pl
|
||
+ lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
|
||
+ lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
|
||
+ lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
|
||
+ lib/unicode/blocks.txt lib/unicode/index2.txt
|
||
+ lib/unicode/jamo2.txt lib/unicode/mktables.PL
|
||
+ lib/unicode/names2.txt lib/unicode/props2.txt
|
||
+ lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
|
||
+ utf8.c utf8.h
|
||
! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
|
||
! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
|
||
! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
|
||
! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
|
||
! t/op/vec.t toke.c util.c vms/vmsish.h
|
||
____________________________________________________________________________
|
||
[ 1650] By: gsar on 1998/07/24 04:06:48
|
||
Log: create utfperl branch
|
||
Branch: utfperl
|
||
+> (branch 1079 files)
|
||
____________________________________________________________________________
|
||
[ 1649] By: gsar on 1998/07/24 03:56:56
|
||
Log: create maint-5.005 branch
|
||
Branch: maint-5.005/perl
|
||
+> (branch 1079 files)
|
||
____________________________________________________________________________
|
||
[ 1648] By: gsar on 1998/07/24 03:36:35
|
||
Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
|
||
Branch: perl
|
||
! Changes
|
||
|