Rafael Garcia-Suarez [Tue, 18 Oct 2005 21:22:17 +0000]
Add notes about -f _ and defined %foo:: in perldelta
p4raw-id: //depot/perl@25800
Rafael Garcia-Suarez [Tue, 18 Oct 2005 20:57:43 +0000]
Force _ to be always a bareword after filetest operators
p4raw-id: //depot/perl@25799
Nicholas Clark [Tue, 18 Oct 2005 19:52:27 +0000]
Add Rafael's 5.10 roadmap to perltodo.
Add state variables.
Remove xsubpp entry, as that had been done already.
p4raw-id: //depot/perl@25798
Rafael Garcia-Suarez [Tue, 18 Oct 2005 19:24:55 +0000]
Fix tokenizer debugging trace for file tests
p4raw-id: //depot/perl@25797
Steve Peters [Tue, 18 Oct 2005 19:15:40 +0000]
Upgrade to Digest-1.13
p4raw-id: //depot/perl@25796
H.Merijn Brand [Tue, 18 Oct 2005 16:30:54 +0000]
VMS does not have clearenv () according to John E. Malmberg
Followup to 25793
p4raw-id: //depot/perl@25795
Steve Hay [Tue, 18 Oct 2005 15:03:50 +0000]
Update win32 config files w.r.t. change #25793
p4raw-link: @25793 on //depot/perl:
b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55
p4raw-id: //depot/perl@25794
H.Merijn Brand [Tue, 18 Oct 2005 13:50:15 +0000]
Add probe for clearenv (), like #25733 for unsetenv ()
p4raw-id: //depot/perl@25793
Jarkko Hietaniemi [Tue, 18 Oct 2005 16:07:28 +0000]
missed some SYMBIAN ifdefs
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25790
Steve Peters [Tue, 18 Oct 2005 10:52:01 +0000]
Upgrade to Time-HiRes-1.75
p4raw-id: //depot/perl@25789
Jarkko Hietaniemi [Tue, 18 Oct 2005 12:53:16 +0000]
Symbian: New vs New
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25788
John E. Malmberg [Mon, 17 Oct 2005 17:08:19 +0000]
[patch@25783] vmsish.h fix for lstat() definition
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <
435412C3.3080504@qsl.net>
p4raw-id: //depot/perl@25786
Steve Hay [Mon, 17 Oct 2005 15:48:24 +0000]
Silence gcc complaints about comments in config.h
This suppresses dozens of lines of warnings seen, e.g. here:
http://www.nntp.perl.org/group/perl.daily-build.reports/32231
p4raw-id: //depot/perl@25784
John E. Malmberg [Mon, 17 Oct 2005 08:12:37 +0000]
[patch@25775] VMS prep for symbolic links and long filename
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <
43539535.70609@qsl.net>
p4raw-id: //depot/perl@25783
Jarkko Hietaniemi [Mon, 17 Oct 2005 18:27:57 +0000]
even more Symbian
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25782
Nicholas Clark [Mon, 17 Oct 2005 14:44:59 +0000]
Correct precedence from and to && in an expression with assignment.
p4raw-id: //depot/perl@25781
Xavier Noria [Sun, 16 Oct 2005 12:27:30 +0000]
Re: small addition to $, and $\ in perlvar.pod
Message-Id: <
7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
p4raw-id: //depot/perl@25780
Steve Hay [Mon, 17 Oct 2005 10:14:46 +0000]
Make some casts explicit to keep VC++ 7 happy
Specifically, this silences the warnings from the following smoke:
http://www.nntp.perl.org/group/perl.daily-build.reports/32258
(Hmm. Looks like you need to decode the base64 yourself before you
can read that.)
p4raw-id: //depot/perl@25779
Jarkko Hietaniemi [Mon, 17 Oct 2005 13:19:34 +0000]
another Symbian update: Alan's fault :-)
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25778
Rafael Garcia-Suarez [Mon, 17 Oct 2005 08:46:31 +0000]
Doc/style fixes pointed out by Gisle
p4raw-id: //depot/perl@25777
Jarkko Hietaniemi [Mon, 17 Oct 2005 11:49:20 +0000]
blead@25775 Symbian update
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25776
Dave Mitchell [Sun, 16 Oct 2005 23:05:44 +0000]
DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
p4raw-id: //depot/perl@25775
Jan Dubois [Sun, 16 Oct 2005 20:24:00 +0000]
Keys of %INC always use forward slashes
Message-ID: <
006e01c5d27e$d722c6e0$2217a8c0@candy>
p4raw-id: //depot/perl@25774
John E. Malmberg [Sun, 16 Oct 2005 02:30:43 +0000]
[patch@25763] Fix VMS error/exit handling, update kill function
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4351F393.8030809@qsl.net>
Date: Sun, 16 Oct 2005 02:30:43 -0400
p4raw-id: //depot/perl@25772
Dave Mitchell [Sun, 16 Oct 2005 17:46:10 +0000]
an assert in av_undef was leaking memory
p4raw-id: //depot/perl@25771
Dave Mitchell [Sun, 16 Oct 2005 17:39:20 +0000]
static functions should be prefixed S_
p4raw-id: //depot/perl@25770
Dave Mitchell [Sun, 16 Oct 2005 14:53:45 +0000]
free a thread's interpreter after $t->join() rather than after undef $t
This should fix some ithreads memory leaks.
p4raw-id: //depot/perl@25769
Steve Peters [Sun, 16 Oct 2005 13:53:00 +0000]
Upgrade to version-0.49
p4raw-id: //depot/perl@25768
Steve Peters [Sun, 16 Oct 2005 13:24:23 +0000]
No more attempting to edit Pod before the first coffee of the morning.
p4raw-id: //depot/perl@25767
Steve Peters [Sun, 16 Oct 2005 13:10:02 +0000]
Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
p4raw-id: //depot/perl@25766
Steve Peters [Sun, 16 Oct 2005 13:02:19 +0000]
Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
to work within the core).
p4raw-id: //depot/perl@25765
Steve Peters [Sun, 16 Oct 2005 12:36:37 +0000]
Upgrade to ExtUtils-ParseXS-2.15.
p4raw-id: //depot/perl@25764
Hugo van der Sanden [Fri, 14 Oct 2005 18:22:41 +0000]
pre{inc,dec} is faster, even with integers
Message-Id: <
200510141722.j9EHMfa25945@zen.crypt.org>
Date: Fri, 14 Oct 2005 18:22:41 +0100
p4raw-id: //depot/perl@25763
John E. Malmberg [Fri, 14 Oct 2005 23:48:20 +0000]
[patch@blead] perlport.pod
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
43507C04.8050003@qsl.net>
p4raw-id: //depot/perl@25761
John E. Malmberg [Fri, 14 Oct 2005 21:15:26 +0000]
patch for blead - Perlvms.pod update
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4350582E.4070209@qsl.net>
p4raw-id: //depot/perl@25760
Craig A. Berry [Fri, 14 Oct 2005 15:31:33 +0000]
Grab enough room from the outset in do_tovmsspec()
p4raw-id: //depot/perl@25759
Paul Marquess [Thu, 13 Oct 2005 23:06:25 +0000]
Compress::Zlib - fix for win32
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <
002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
p4raw-id: //depot/perl@25758
Steve Peters [Fri, 14 Oct 2005 03:46:24 +0000]
gcc complains when it sees variables declared
const register ...
switched them all to
register const ...
p4raw-id: //depot/perl@25757
Steve Peters [Fri, 14 Oct 2005 01:20:21 +0000]
Upgrade to Unicode-Collate-0.52
p4raw-id: //depot/perl@25756
Steve Peters [Thu, 13 Oct 2005 23:31:03 +0000]
Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
p4raw-id: //depot/perl@25755
Andy Lester [Thu, 13 Oct 2005 16:42:12 +0000]
Stas' croak patch and then some
Message-ID: <
20051013214212.GA1122@petdance.com>
p4raw-id: //depot/perl@25754
Rafael Garcia-Suarez [Thu, 13 Oct 2005 15:53:39 +0000]
If /dev/null is not readable, perl -e fails with
an obscure error message. Make it more understandable.
p4raw-id: //depot/perl@25753
John E. Malmberg [Thu, 13 Oct 2005 10:28:23 +0000]
[patch@25744] t/op/local.t - change 25514 broke VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <
434E6F07.5020108@qsl.net>
p4raw-id: //depot/perl@25752
Gisle Aas [Thu, 13 Oct 2005 06:00:49 +0000]
SvPVutf8_nolen crashes [PATCH]
Message-ID: <lrslv56072.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25751
Rafael Garcia-Suarez [Thu, 13 Oct 2005 12:22:24 +0000]
Better cleanup of directories created by C::Zlib
p4raw-id: //depot/perl@25750
H.Merijn Brand [Thu, 13 Oct 2005 12:17:41 +0000]
PL_use_safe_putenv needs to be in the export lists
p4raw-id: //depot/perl@25749
Ivan Tubert-Brohman [Wed, 12 Oct 2005 19:20:18 +0000]
POD index entries with X<>
Message-ID: <
434D9A32.4050305@cpan.org>
p4raw-id: //depot/perl@25748
Gisle Aas [Thu, 13 Oct 2005 01:42:32 +0000]
Accidental interpolation of $@ in Pod::Html [PATCH]
Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25747
Rafael Garcia-Suarez [Thu, 13 Oct 2005 09:05:42 +0000]
The new REQUIRE token introduced by change 25599 must be
nonassoc, just like the UNIOP token it's patterned after.
(While we're at it, allow to use bison 2.1 to regenerate
the parser files.)
p4raw-id: //depot/perl@25746
Rafael Garcia-Suarez [Thu, 13 Oct 2005 08:14:32 +0000]
Document that -F doesn't accept whitespace in patterns.
(fixes bug #37366)
p4raw-id: //depot/perl@25745
Paul Marquess [Wed, 12 Oct 2005 22:41:41 +0000]
RE: [PATCH] Compress::Zlib
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <
004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
p4raw-id: //depot/perl@25744
Abigail [Thu, 13 Oct 2005 01:25:10 +0000]
Typo in comment.
Message-ID: <
20051012232509.GA1018@abigail.nl>
p4raw-id: //depot/perl@25743
Jarkko Hietaniemi [Wed, 12 Oct 2005 19:12:57 +0000]
Symbian blead update: Symbian port 0.2.0
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25742
Rafael Garcia-Suarez [Wed, 12 Oct 2005 11:37:49 +0000]
Update to the config boilerplates, by Jarkko
p4raw-id: //depot/perl@25741
Craig A. Berry [Tue, 11 Oct 2005 23:58:26 +0000]
disarm unsetenv() on VMS for now (function is present
but %ENV is more complicated)
p4raw-id: //depot/perl@25740
Paul Marquess [Tue, 11 Oct 2005 22:54:25 +0000]
Compress::Zlib
This silences a few warnings on AIX
p4raw-id: //depot/perl@25739
Rafael Garcia-Suarez [Tue, 11 Oct 2005 21:14:49 +0000]
Comment fix
p4raw-id: //depot/perl@25738
Alan Burlison [Tue, 11 Oct 2005 16:29:54 +0000]
environ fixup
Message-ID: <
434BDA72.4090109@sun.com>
p4raw-id: //depot/perl@25737
Jarkko Hietaniemi [Tue, 11 Oct 2005 14:48:49 +0000]
Symbian blead fix
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25736
Paul Marquess [Tue, 11 Oct 2005 12:35:22 +0000]
Compress::Zlib
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <
013e01c5ce57$dee62af0$671c140a@myopwv.com>
p4raw-id: //depot/perl@25735
Steve Hay [Tue, 11 Oct 2005 10:09:48 +0000]
Update win32 config files w.r.t. change #25733
p4raw-link: @25733 on //depot/perl:
bdf33aa7435b6e4ab927ed6430f3f240f211d879
p4raw-id: //depot/perl@25734
Steve Peters [Mon, 10 Oct 2005 07:51:17 +0000]
Add probe for unsetenv ()
Subject: Re: Perl's handling of environ breaks on Solaris 10
Message-ID: <
20051010125117.GA27566@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25733
Gisle Aas [Mon, 10 Oct 2005 06:20:23 +0000]
Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
Change to remove a call to Win32::GetShortPathName() from
Test::Harness::Straps.
p4raw-id: //depot/perl@25731
Jarkko Hietaniemi [Mon, 10 Oct 2005 14:28:31 +0000]
Symbian bleadperl@25725 update
Message-ID: <
B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25730
Paul Marquess [Mon, 10 Oct 2005 12:24:29 +0000]
RE: [PATCH] Compress::Zlib
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <
013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
p4raw-id: //depot/perl@25729
Gisle Aas [Mon, 10 Oct 2005 03:58:09 +0000]
Win32::GetShortPathName() does not always return a short name [DOC PATCH]
Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25728
Paul Marquess [Mon, 10 Oct 2005 11:40:00 +0000]
Making t/14gzopen.t a bit more robust.
Subject: [PATCH] Compress::Zlib
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <
012101c5cd86$f895b640$291c140a@myopwv.com>
p4raw-id: //depot/perl@25727
H.Merijn Brand [Mon, 10 Oct 2005 06:14:30 +0000]
Compress::Zlib should not ask under Cygwin in CORE
p4raw-id: //depot/perl@25726
Paul Marquess [Sun, 9 Oct 2005 23:25:38 +0000]
RE: [PATCH] DB_File 1.1812
Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
p4raw-id: //depot/perl@25725
Rafael Garcia-Suarez [Sun, 9 Oct 2005 21:27:57 +0000]
Upgrade to DB_File 1.1812, by Paul Marquess
p4raw-id: //depot/perl@25724
Steve Peters [Sun, 9 Oct 2005 18:53:02 +0000]
Tweaks to get Test::Builder::Tester's tests to work in the core.
p4raw-id: //depot/perl@25723
Steve Peters [Sun, 9 Oct 2005 18:06:13 +0000]
Upgraded to ExtUtils-ParseXS-2.14.
p4raw-id: //depot/perl@25722
Rafael Garcia-Suarez [Sun, 9 Oct 2005 16:42:26 +0000]
Don't use a regexp in DB::sub().
This should work around perlbug #37102.
p4raw-id: //depot/perl@25721
Steve Peters [Sun, 9 Oct 2005 15:37:41 +0000]
It would be nice to upgrade the right file. Double grrrrr.
p4raw-id: //depot/perl@25720
Steve Peters [Sun, 9 Oct 2005 15:32:29 +0000]
Add standard core test header to Test::Builder::Tester tests.
p4raw-id: //depot/perl@25719
Steve Peters [Sun, 9 Oct 2005 15:24:43 +0000]
Upgrade to Test-Simple-0.62.
p4raw-id: //depot/perl@25718
Steve Peters [Sun, 9 Oct 2005 14:51:12 +0000]
Missed files in upgrading modules. Grrrr
p4raw-id: //depot/perl@25717
SADAHIRO Tomoyuki [Sat, 8 Oct 2005 09:59:00 +0000]
undef IS_UTF8_CHAR() on EBCDIC
Message-Id: <
20051008165752.348A.BQW10602@nifty.com>
p4raw-id: //depot/perl@25716
Steve Peters [Fri, 7 Oct 2005 15:41:32 +0000]
Documentation nit in INSTALL found by Alan Burlison.
p4raw-id: //depot/perl@25712
Steve Peters [Fri, 7 Oct 2005 03:29:37 +0000]
Upgrade to Pathtools-3.12
p4raw-id: //depot/perl@25711
Craig A. Berry [Fri, 7 Oct 2005 02:41:03 +0000]
Parse symbols for the linker when more than one declaration
on the same line (the way PERLVARISC now throws at us).
p4raw-id: //depot/perl@25710
Nicholas Clark [Thu, 6 Oct 2005 21:31:39 +0000]
Avoid a cast
p4raw-id: //depot/perl@25709
Steve Peters [Thu, 6 Oct 2005 19:23:59 +0000]
Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
SvIV_set(). Otherwise, compiling with -DPERL_DEBUG_COW fails.
p4raw-id: //depot/perl@25708
Rafael Garcia-Suarez [Thu, 6 Oct 2005 13:42:00 +0000]
Be nice with subversion hidden directories
p4raw-id: //depot/perl@25707
Rafael Garcia-Suarez [Thu, 6 Oct 2005 13:24:24 +0000]
Update with new files from C::Zlib
p4raw-id: //depot/perl@25706
Rafael Garcia-Suarez [Thu, 6 Oct 2005 13:23:20 +0000]
Move ZlibTestUtils.pm under t/
p4raw-id: //depot/perl@25705
Rafael Garcia-Suarez [Thu, 6 Oct 2005 09:09:06 +0000]
Don't install pods via MakeMaker for C::Zlib,
as suggested by Robin Barker
p4raw-id: //depot/perl@25704
H.Merijn Brand [Thu, 6 Oct 2005 08:42:56 +0000]
Add -C to allowed $PERL5OPT options
Add -C to the $PERL5OPT documentation (and added the missing -A too)
t/run/runenv.t Could use some more tests about how supported
and unsupported options in $PERL5OPT are handled
p4raw-id: //depot/perl@25703
Rafael Garcia-Suarez [Thu, 6 Oct 2005 07:27:39 +0000]
Remove the getprotobynumber test, for portability concerns
p4raw-id: //depot/perl@25702
Nicholas Clark [Wed, 5 Oct 2005 23:22:27 +0000]
Fix Compress::Zlib test boilerplate
p4raw-id: //depot/perl@25701
Rafael Garcia-Suarez [Wed, 5 Oct 2005 21:26:57 +0000]
Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
p4raw-id: //depot/perl@25699
Rafael Garcia-Suarez [Wed, 5 Oct 2005 21:03:29 +0000]
Add test preambles to Compress::Zlib.
Remove 99pod.t, useless in the core
p4raw-id: //depot/perl@25698
Peter Dintelmann [Thu, 2 Jun 2005 13:34:49 +0000]
proposal [perl #34301]: IO::Socket calls getpeername far too often
Message-ID: <
E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
p4raw-id: //depot/perl@25697
Steven Schubiger [Wed, 28 Sep 2005 15:46:45 +0000]
Re: Untested builtins
Message-ID: <
20050928134645.GD11546@accognoscere.homeunix.org>
p4raw-id: //depot/perl@25696
Rafael Garcia-Suarez [Wed, 5 Oct 2005 15:53:34 +0000]
Upgrade to Compress::Zlib 2.000_05
p4raw-id: //depot/perl@25695
Steve Hay [Wed, 5 Oct 2005 15:34:18 +0000]
Fix $Config{ccflags} for Win32 perls built with dmake
The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
and -W3 to the ccflags in CFG_VARS, but the dmake makefile
(win32/makefile.mk) doesn't. This means that extensions built with
perls built with VC++ and dmake spit out damn M$ logo messages and use
a lower warning level.
The reason for the difference is probably that the dmake makefile
supports multiple compilers. Therefore, put the extra ccflags into a
new macro, and set it appropriately for each compiler. Add the new
macro to the nmake makefile too for orthogonality.
p4raw-id: //depot/perl@25694
Andy Lester [Tue, 4 Oct 2005 15:16:05 +0000]
Re: [PATCH] Random constings and printf cleanup
Message-ID: <
20051004201605.GA31682@petdance.com>
p4raw-id: //depot/perl@25693
Steve Peters [Tue, 4 Oct 2005 16:24:28 +0000]
Fixes to Pod errors found by podchecker.
p4raw-id: //depot/perl@25691
Steve Peters [Tue, 4 Oct 2005 12:02:04 +0000]
Upgrade to ExtUtils-ParseXS-2.13
p4raw-id: //depot/perl@25690
Steve Peters [Tue, 4 Oct 2005 11:01:11 +0000]
Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to
ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
p4raw-id: //depot/perl@25689