Steve Peters [Sun, 23 Dec 2007 00:39:17 +0000 (00:39 +0000)]
Nullch and others were still alive and well in some of the operating
system specific directories. I think I've chainsawed all of them now,
but I can't guarantee that it compiles anywhere from win32.
p4raw-id: //depot/perl@32713
Jerry D. Hedden [Sat, 22 Dec 2007 16:11:48 +0000 (11:11 -0500)]
Fix cygwin.c again
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510712221311v1c58d606jc8dfeee6a21e6194@mail.gmail.com>
Fixes breakage caused by change #32707
p4raw-link: @32707 on //depot/perl:
24792b8dabd61fb81a064d275b67bc65123a8d4c
p4raw-id: //depot/perl@32712
Nicholas Clark [Sat, 22 Dec 2007 19:55:17 +0000 (19:55 +0000)]
Remove warning about casting integer to different sized pointer.
p4raw-id: //depot/perl@32711
Robin Barker [Sat, 22 Dec 2007 00:52:54 +0000 (00:52 +0000)]
The ext/Cwd/Cwd.xs part of...
Subject: consting Cwd and ExtUtils::ParseXS
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D0939A0@exchsvr2.npl.ad.local>
lib/ExtUtils/ParseXS.pm had changes already made with change
#32691.
p4raw-id: //depot/perl@32710
Marcus Holland-Moritz [Sat, 22 Dec 2007 19:35:52 +0000 (19:35 +0000)]
Upgrade to IPC::SysV 1.99_07
p4raw-id: //depot/perl@32709
Nicholas Clark [Sat, 22 Dec 2007 19:22:48 +0000 (19:22 +0000)]
Replace our assert-which-can-be-caught-by-eval with the real deal from
the standard C library. Make ours available as Perl_assert(), if you
really want that.
assert() is only #include'd if you compile with -DDEBUGGING.
p4raw-id: //depot/perl@32708
Nicholas Clark [Sat, 22 Dec 2007 18:26:21 +0000 (18:26 +0000)]
Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na
when PERL_CORE is defined. (Which, "obviously", is only in code
within the perl source tree, which we control). Nullop remains, and
would be moderately invasive to remove.
p4raw-id: //depot/perl@32707
Nicholas Clark [Sat, 22 Dec 2007 18:17:46 +0000 (18:17 +0000)]
Hateful software that sends my cursor keys as packets that can get
split, and more hateful software that decides that split packets
means not-a-cursor-key.
p4raw-id: //depot/perl@32706
Nicholas Clark [Sat, 22 Dec 2007 17:51:03 +0000 (17:51 +0000)]
Add a Configure probe for <assert.h>
p4raw-id: //depot/perl@32705
Nicholas Clark [Sat, 22 Dec 2007 17:00:24 +0000 (17:00 +0000)]
Exterminate PL_na! Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@32704
Robin Barker [Sat, 22 Dec 2007 00:39:47 +0000 (00:39 +0000)]
ext/ consting
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D09399D@exchsvr2.npl.ad.local>
Date: Sat, 22 Dec 2007 00:39:47 -0000
p4raw-id: //depot/perl@32703
Nicholas Clark [Sat, 22 Dec 2007 16:05:50 +0000 (16:05 +0000)]
By moving the "can't upgrade downwards" croak() in Perl_sv_upgrade()
after the type changing logic, we allow sv_upgrade() from SVt_NV to
SVt_IV to "work" (SVt_NV beomes SVt_PVNV in the type changing logic)
which simplifies the code for Perl_sv_setiv() slightly.
p4raw-id: //depot/perl@32702
Nicholas Clark [Sat, 22 Dec 2007 12:50:35 +0000 (12:50 +0000)]
Correct the minor mistake of changes 32675 and 32676 - the check should
be on whether the SV had a body before upgrading. As was, SVt_RV would
needlessly have re-zeroed memory.
p4raw-id: //depot/perl@32701
Nicholas Clark [Sat, 22 Dec 2007 11:28:02 +0000 (11:28 +0000)]
Integrate:
[ 32483]
Use a new (clean) anonymous hash for each loop, rather than a hash in
the pad, as the latter can change internal state sufficiently to
confuse matters (even though in all cases it has no keys and from
Perl space is "measurably" identical).
[ 32500]
Get APItest.xs compiling on 5.8.x by making the compilation of the
Perl_hv_common() test code conditional on the macro hv_common being
defined, and the refcounted_he code conditional on it being 5.9 or
later.
[ 32501]
Hack round the fact that UNITCHECK is nothing special on 5.8.x by
conditionally creating a sub UNITCHECK(&);
[ 32502]
UNITCHECK isn't anything special in 5.8.x, so don't run those tests.
[ 32503]
Skip the op.t API test as it's not relevant to 5.8.x (%^H propagation).
Correct the expectations of hash.t and svsetsv.t for 5.8.x.
[ 32507]
Test both dMY_CXT and dMY_CXT_INTERP.
p4raw-link: @32507 on //depot/blead-maint-fixup/perl:
948cafa0ee2c83e155ea7f64aa3684aa54c83031
p4raw-link: @32503 on //depot/blead-maint-fixup/perl:
0a4679392d1fb21a111f1f0a9e93261b2b2cd4e7
p4raw-link: @32502 on //depot/blead-maint-fixup/perl:
cfed56ecfc9c769a0f76147400aa46972ddbb0be
p4raw-link: @32501 on //depot/blead-maint-fixup/perl:
8221ebfdedcb3fbfc645196464faaf397ba18800
p4raw-link: @32500 on //depot/blead-maint-fixup/perl:
77ea6e921df11217724b2f5c3c6b6a6ff488ab44
p4raw-link: @32483 on //depot/blead-maint-fixup/perl:
42b4d13769a3b10e7ffb0a3d275d2fdda0245bd5
p4raw-id: //depot/perl@32699
p4raw-integrated: from //depot/blead-maint-fixup/perl@32698 'copy in'
ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
ext/XS/APItest/t/hash.t ext/XS/APItest/t/my_cxt.t
ext/XS/APItest/t/op.t ext/XS/APItest/t/svsetsv.t
ext/XS/APItest/t/xs_special_subs.t
ext/XS/APItest/t/xs_special_subs_require.t (@32482..) 'merge
in' perl.h (@32504..)
Nicholas Clark [Sat, 22 Dec 2007 11:15:49 +0000 (11:15 +0000)]
Integrate:
[ 32509]
For 5.8.8 and earlier, always call newCONSTSUB(), as the interpreter
doesn't support proxy constant subroutines. For all 5.8.x add a cast
to (char *) for the second argument to newCONSTSUB().
p4raw-link: @32509 on //depot/maint-5.8/perl:
e60da08bc525b4d06d02281a467ff7e0ecd8c763
p4raw-id: //depot/perl@32698
p4raw-integrated: from //depot/maint-5.8/perl@32693 'copy in'
lib/ExtUtils/Constant/ProxySubs.pm (@32393..)
Abhijit Menon-Sen [Sat, 22 Dec 2007 03:58:49 +0000 (03:58 +0000)]
Add const to a few prototypes. (Patch from Robin Barker.)
p4raw-id: //depot/perl@32693
Nicholas Clark [Fri, 21 Dec 2007 17:58:03 +0000 (17:58 +0000)]
Document each/keys/values @array
p4raw-id: //depot/perl@32692
Steve Peters [Fri, 21 Dec 2007 16:31:45 +0000 (16:31 +0000)]
Clean up a warning with -Wwrite-strings that gets passed into every
parsed XS file.
p4raw-id: //depot/perl@32691
Robin Barker [Fri, 21 Dec 2007 14:30:20 +0000 (14:30 +0000)]
C<make translators> -Wwrite-strings clean
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D09399C@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@32690
Jerry D. Hedden [Fri, 21 Dec 2007 09:13:41 +0000 (04:13 -0500)]
const'ing in cygwin.c
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510712210613s71712346i6e9f2b5e7275aa34@mail.gmail.com>
p4raw-id: //depot/perl@32689
Nicholas Clark [Fri, 21 Dec 2007 12:09:04 +0000 (12:09 +0000)]
Update the hash documentation to reflect the changes between 5.8.1 and
5.8.2, that disabled the automatic randomisation of all hashes.
p4raw-id: //depot/perl@32688
Nicholas Clark [Fri, 21 Dec 2007 11:34:30 +0000 (11:34 +0000)]
Deparse each @array and friends.
p4raw-id: //depot/perl@32687
Yuval Kogman [Fri, 21 Dec 2007 00:13:31 +0000 (02:13 +0200)]
mg_free frees data but leaves it accessible
Message-ID: <
20071220221331.GG10631@woobling.org>
Date: Fri, 21 Dec 2007 00:13:31 +0200
p4raw-id: //depot/perl@32686
Andy Armstrong [Thu, 20 Dec 2007 23:16:01 +0000 (23:16 +0000)]
Fix remaining skips for Test::Harness
Message-Id: <
01A7A7EC-1C9C-40B1-90E8-
DC1E5BA54400@hexten.net>
(except for test-harness-compat.t which failed unthreaded under harness
and except for reverting the defined $ENV{PERL_UNICODE})
p4raw-id: //depot/perl@32685
Nicholas Clark [Fri, 21 Dec 2007 07:42:56 +0000 (07:42 +0000)]
For 5.12 we can simply exterminate! the private function
Perl_magic_setglob().
p4raw-id: //depot/perl@32684
Marko Asplund [Fri, 4 Nov 2005 13:40:05 +0000 (15:40 +0200)]
[perl #37607] CGI file upload file name parsing errors
Message-ID: <5.8.7_13518_1131102897@merlot.kronodoc.fi>
p4raw-id: //depot/perl@32683
Steve Peters [Thu, 20 Dec 2007 22:22:59 +0000 (22:22 +0000)]
Regen some files...
p4raw-id: //depot/perl@32682
Robin Barker [Thu, 20 Dec 2007 18:29:25 +0000 (18:29 +0000)]
make miniperl -Wwrite-strings clean
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D09399A@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@32681
Nicholas Clark [Thu, 20 Dec 2007 21:15:57 +0000 (21:15 +0000)]
Implement each @array.
Documentation needed, FIXME for proper 64 bit support of arrays longer
than 2**32, re-order the new ops at the end if merging to 5.10.x.
p4raw-id: //depot/perl@32680
Nicholas Clark [Thu, 20 Dec 2007 20:58:25 +0000 (20:58 +0000)]
Correct the embed.fnc descriptions of newAV() and newHV() - they do not
return memory allocated à la malloc(), as it comes from an arena.
p4raw-id: //depot/perl@32679
Nicholas Clark [Thu, 20 Dec 2007 20:43:16 +0000 (20:43 +0000)]
With change 32676 moving the HvSHAREKEYS_on() into Perl_sv_upgrade()
calls to it can be eliminated from the version code.
p4raw-id: //depot/perl@32678
Nicholas Clark [Thu, 20 Dec 2007 20:35:35 +0000 (20:35 +0000)]
Change 32676 missed embed.h. Oops. Avert any more black smoke.
p4raw-id: //depot/perl@32677
Nicholas Clark [Thu, 20 Dec 2007 20:23:45 +0000 (20:23 +0000)]
Similiarly Perl_newHV() can become a mathom by making newHV() a
wrapper around newSV_type() and tweaking Perl_sv_upgrade().
p4raw-id: //depot/perl@32676
Nicholas Clark [Thu, 20 Dec 2007 19:49:50 +0000 (19:49 +0000)]
Perl_newAV() can become a mathom by making newAV() a wrapper around
newSV_type() and tweaking Perl_sv_upgrade().
p4raw-id: //depot/perl@32675
Nicholas Clark [Thu, 20 Dec 2007 18:48:09 +0000 (18:48 +0000)]
The test needs to be on defined $ENV{PERL_UNICODE} because during
testing being set to an empty string has meaning.
p4raw-id: //depot/perl@32674
Andy Armstrong [Thu, 20 Dec 2007 17:49:07 +0000 (17:49 +0000)]
bring Test::Harness up to 3.06
Message-Id: <
5C57804B-6F71-4875-AEB6-
C449F893E001@hexten.net>
Date: Thu, 20 Dec 2007 17:49:07 +0000
p4raw-id: //depot/perl@32673
Nicholas Clark [Thu, 20 Dec 2007 17:47:48 +0000 (17:47 +0000)]
Perl_magic_setglob() is a mathom.
p4raw-id: //depot/perl@32672
Nicholas Clark [Thu, 20 Dec 2007 17:20:29 +0000 (17:20 +0000)]
char can be unsigned, so i8 needs to be signed char.
p4raw-id: //depot/perl@32671
Nicholas Clark [Thu, 20 Dec 2007 16:22:07 +0000 (16:22 +0000)]
Oops. Change 32669 didn't mean to add ssp to the libswanted list.
p4raw-id: //depot/perl@32670
Nicholas Clark [Thu, 20 Dec 2007 16:02:25 +0000 (16:02 +0000)]
A new try at getting -fstack-protector working, by adding it to the
gcc link flags so that any implementation dependant libraries are also
linked in.
p4raw-id: //depot/perl@32669
Rafael Garcia-Suarez [Thu, 20 Dec 2007 12:23:14 +0000 (12:23 +0000)]
The APC doesn't like empty files
p4raw-id: //depot/perl@32668
Nicholas Clark [Thu, 20 Dec 2007 11:59:47 +0000 (11:59 +0000)]
Merge the duplicated code for the tests for -fno-strict-aliasing and
-pipe into a new eval'd "function" checkccflag
p4raw-id: //depot/perl@32667
Nicholas Clark [Thu, 20 Dec 2007 10:41:52 +0000 (10:41 +0000)]
Correct the test count in lib/File/Temp/t/lock.t
I guess that it was skipped in rather too many places, so no-one
noticed.
p4raw-id: //depot/perl@32666
Steffen Müller [Tue, 18 Dec 2007 11:58:19 +0000 (12:58 +0100)]
Re: [perl #48769] [PATCH] SelfLoader.pm 1.0904 - Whitespace in subroutine
Message-ID: <
4767A7CB.5030607@sneakemail.com>
p4raw-id: //depot/perl@32665
Rafael Garcia-Suarez [Thu, 20 Dec 2007 09:41:27 +0000 (09:41 +0000)]
Fix embarrassing typo
p4raw-id: //depot/perl@32664
Andy Armstrong [Thu, 20 Dec 2007 02:32:55 +0000 (02:32 +0000)]
Test::Harness 3.05, tests pass in core
Message-Id: <
7859DADA-59A9-45B2-A448-
89BC755C53E8@hexten.net>
Date: Thu, 20 Dec 2007 02:32:55 +0000
p4raw-id: //depot/perl@32663
Nicholas Clark [Wed, 19 Dec 2007 21:49:49 +0000 (21:49 +0000)]
Extraneous test files that change 32659 failed to delete. Oops.
(But they would not have been being run, because the only tests that
are run are those that are in MANIFEST, and I had deleted them from
there.)
p4raw-id: //depot/perl@32662
Steve Peters [Wed, 19 Dec 2007 19:55:00 +0000 (19:55 +0000)]
Upgrade to CGI.pm-3.31. Includes version bump to CGI::Carp due to a Pod fix.
p4raw-id: //depot/perl@32661
Nicholas Clark [Wed, 19 Dec 2007 18:26:03 +0000 (18:26 +0000)]
Missing files from Test::Harness 3.05
p4raw-id: //depot/perl@32660
Nicholas Clark [Wed, 19 Dec 2007 18:18:04 +0000 (18:18 +0000)]
Upgrade to Test::Harness 3.05
Add test boilerplate to various test files.
Add FIXME skips for various tests that don't play nicely with the
altered layout in the core.
lib/Test/Harness/t/unicode.t appears to fail under UTF-8 locales and
so will need fixing.
p4raw-id: //depot/perl@32659
Jerry D. Hedden [Wed, 19 Dec 2007 10:17:46 +0000 (05:17 -0500)]
threads::shared 1.15
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510712190717r379ffdbt9ed19b8a607b8931@mail.gmail.com>
p4raw-id: //depot/perl@32658
Steve Peters [Wed, 19 Dec 2007 17:05:16 +0000 (17:05 +0000)]
Fix a File::Temp test to deal with new Test::More changes.
p4raw-id: //depot/perl@32657
Rafael Garcia-Suarez [Wed, 19 Dec 2007 16:12:30 +0000 (16:12 +0000)]
Add new Sys::Syslog file to MANIFEST
p4raw-id: //depot/perl@32656
Steve Peters [Wed, 19 Dec 2007 15:55:53 +0000 (15:55 +0000)]
Additional version fixups.
p4raw-id: //depot/perl@32655
Steve Peters [Wed, 19 Dec 2007 15:47:56 +0000 (15:47 +0000)]
Upgrade to Sys-Syslog-0.23
p4raw-id: //depot/perl@32654
Steve Peters [Wed, 19 Dec 2007 15:35:21 +0000 (15:35 +0000)]
Upgrade to IO-Zlib-1.08. Fixes to test files allowed us to get back
in sync with the distribution.
p4raw-id: //depot/perl@32653
Steve Peters [Wed, 19 Dec 2007 15:19:41 +0000 (15:19 +0000)]
Upgrade to File-Temp-0.19
p4raw-id: //depot/perl@32652
Steve Peters [Wed, 19 Dec 2007 15:00:53 +0000 (15:00 +0000)]
Upgrade to B-Lint-1.11
p4raw-id: //depot/perl@32651
Steve Peters [Wed, 19 Dec 2007 14:30:46 +0000 (14:30 +0000)]
Update to Test-Simple-0.74
p4raw-id: //depot/perl@32650
Nicholas Clark [Wed, 19 Dec 2007 14:13:07 +0000 (14:13 +0000)]
Add perl5110delta, and change 5100delta so that it is no longer "the"
perldelta.
p4raw-id: //depot/perl@32649
Rafael Garcia-Suarez [Wed, 19 Dec 2007 13:58:46 +0000 (13:58 +0000)]
Make -E require 5.11 features
p4raw-id: //depot/perl@32648
Steve Peters [Wed, 19 Dec 2007 13:58:35 +0000 (13:58 +0000)]
Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags
when possible.
p4raw-id: //depot/perl@32647
Nicholas Clark [Wed, 19 Dec 2007 13:48:45 +0000 (13:48 +0000)]
Bump the version number to 5.11.0
p4raw-id: //depot/perl@32646
Nicholas Clark [Wed, 19 Dec 2007 13:47:36 +0000 (13:47 +0000)]
feature.pm needs to cope with the version not being 5.10.0
p4raw-id: //depot/perl@32645
Nicholas Clark [Wed, 19 Dec 2007 12:10:23 +0000 (12:10 +0000)]
Update Changes and reinstante the DEVEL tag.
(Now that the patch number isn't in DEVEL, probably don't need to
do it in one, as in change 17642)
p4raw-id: //depot/perl@32644
Nicholas Clark [Wed, 19 Dec 2007 11:25:43 +0000 (11:25 +0000)]
Record all the changes up to 5.10.0, and ready a new changes file for
5.11
p4raw-id: //depot/perl@32643
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:43:27 +0000 (10:43 +0000)]
Regen Changes once more
p4raw-id: //depot/perl@32642
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:39:53 +0000 (10:39 +0000)]
Add 5.10.0 data to Module::CoreList
p4raw-id: //depot/perl@32641
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:33:23 +0000 (10:33 +0000)]
Two more people in AUTHORS
p4raw-id: //depot/perl@32640
Rafael Garcia-Suarez [Tue, 18 Dec 2007 10:25:40 +0000 (10:25 +0000)]
Regen Changes
p4raw-id: //depot/perl@32639
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:58:49 +0000 (09:58 +0000)]
5.10.0 is planned for today.
p4raw-id: //depot/perl@32638
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:53:43 +0000 (09:53 +0000)]
That's no longer RC time
p4raw-id: //depot/perl@32637
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:51:39 +0000 (09:51 +0000)]
Notes on 5.12 Unicode revamping planned.
Complete the "reporting bug" section of perldelta.
p4raw-id: //depot/perl@32636
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:24:14 +0000 (09:24 +0000)]
Regen META file
p4raw-id: //depot/perl@32635
Rafael Garcia-Suarez [Tue, 18 Dec 2007 09:20:41 +0000 (09:20 +0000)]
Regen TOC
p4raw-id: //depot/perl@32634
YAMASHINA Hio [Tue, 18 Dec 2007 16:30:50 +0000 (01:30 +0900)]
typos in perl5100delta.pod
Message-Id: <
20071218163050.
b0c36fa5.hio@hio.jp>
p4raw-id: //depot/perl@32633
Rafael Garcia-Suarez [Mon, 17 Dec 2007 23:04:28 +0000 (23:04 +0000)]
Make the hint file work as well on 64-bit linuxes,
noticed by Wolfgang Friebel
p4raw-id: //depot/perl@32632
Jan Dubois [Mon, 17 Dec 2007 08:48:07 +0000 (00:48 -0800)]
Document that $^V is no longer a v-string
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <
007501c840cc$
99b940e0$
cd2bc2a0$@com>
p4raw-id: //depot/perl@32631
Rafael Garcia-Suarez [Mon, 17 Dec 2007 17:17:23 +0000 (17:17 +0000)]
Comment out a now unused variable
p4raw-id: //depot/perl@32630
Rafael Garcia-Suarez [Mon, 17 Dec 2007 16:26:01 +0000 (16:26 +0000)]
Add standard test preamble
Remove dependency on Cwd
p4raw-id: //depot/perl@32629
Yves Orton [Mon, 17 Dec 2007 15:21:46 +0000 (16:21 +0100)]
Fix various bugs in regex engine with mixed utf8/latin pattern and strings. Related to [perl #36207] among others
Message-ID: <9b18b3110712170621h41de2c76k331971e3660abcb0@mail.gmail.com>
p4raw-id: //depot/perl@32628
Rafael Garcia-Suarez [Mon, 17 Dec 2007 14:27:54 +0000 (14:27 +0000)]
Update AUTHORS
p4raw-id: //depot/perl@32627
Jim Cromie [Thu, 13 Dec 2007 15:55:07 +0000 (08:55 -0700)]
pod-patch: reword O.pm
Message-ID: <
4761B84B.6090504@gmail.com>
p4raw-id: //depot/perl@32626
Rafael Garcia-Suarez [Mon, 17 Dec 2007 13:20:45 +0000 (13:20 +0000)]
Mention that ::ISA::CACHE:: no longer exists
p4raw-id: //depot/perl@32625
Rafael Garcia-Suarez [Mon, 17 Dec 2007 11:26:47 +0000 (11:26 +0000)]
PerlFAQ sync
p4raw-id: //depot/perl@32624
Robin Barker [Mon, 17 Dec 2007 10:27:28 +0000 (10:27 +0000)]
typo?
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D09398B@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@32623
Richard Foley [Sun, 16 Dec 2007 12:31:04 +0000 (13:31 +0100)]
2 year old email tweak
Message-Id: <
200712161231.04789.Richard.Foley@rfi.net>
p4raw-id: //depot/perl@32622
Rafael Garcia-Suarez [Sun, 16 Dec 2007 15:15:19 +0000 (15:15 +0000)]
...and remove the "1;" that is after the __END__
p4raw-id: //depot/perl@32621
Rafael Garcia-Suarez [Sun, 16 Dec 2007 15:14:15 +0000 (15:14 +0000)]
Add a return value to less, noticed by Sébastien Aperghis-Tramoni
p4raw-id: //depot/perl@32620
Jos I. Boumans [Fri, 14 Dec 2007 13:45:59 +0000 (14:45 +0100)]
Version bumps
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <
EB375544-2A23-4058-A227-
90F5C99E8715@dwim.org>
p4raw-id: //depot/perl@32619
Rafael Garcia-Suarez [Wed, 12 Dec 2007 16:02:48 +0000 (16:02 +0000)]
Mention NO_MATHOMS in INSTALL
p4raw-id: //depot/perl@32618
Rafael Garcia-Suarez [Wed, 12 Dec 2007 15:59:37 +0000 (15:59 +0000)]
Shuffle sections (no text changes)
p4raw-id: //depot/perl@32617
Rafael Garcia-Suarez [Wed, 12 Dec 2007 13:28:23 +0000 (13:28 +0000)]
Add mro tests to minitest
p4raw-id: //depot/perl@32616
Rafael Garcia-Suarez [Wed, 12 Dec 2007 12:38:37 +0000 (12:38 +0000)]
Remove "=for" marker for a section I finally reviewed
p4raw-id: //depot/perl@32615
Rafael Garcia-Suarez [Wed, 12 Dec 2007 11:24:50 +0000 (11:24 +0000)]
FAQ sync
p4raw-id: //depot/perl@32614
Rafael Garcia-Suarez [Wed, 12 Dec 2007 09:54:56 +0000 (09:54 +0000)]
Document the strerror_r / g++ / threads bug
p4raw-id: //depot/perl@32613
johnh@isi.edu [Wed, 5 Dec 2007 09:45:40 +0000 (01:45 -0800)]
[perl #48214] documentation enhancement to perlthrtut
From: johnh@isi.edu (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-28750-
1196876739-1770.48214-75-0@perl.org>
p4raw-id: //depot/perl@32612
Jerry D. Hedden [Tue, 11 Dec 2007 13:35:55 +0000 (08:35 -0500)]
Must have /bin under Cygwin
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510712111035u7f8da6e8h1a1cbd9d85d27c03@mail.gmail.com>
p4raw-id: //depot/perl@32611
Andy Dougherty [Tue, 11 Dec 2007 11:42:08 +0000 (06:42 -0500)]
pod/perl5100delta ought to emphasize dual-life modules.
Message-ID: <Pine.LNX.4.64.
0712111138350.17777@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@32610
Rafael Garcia-Suarez [Tue, 11 Dec 2007 17:01:05 +0000 (17:01 +0000)]
Some things a pumpking should not forget when releasing a new perl
p4raw-id: //depot/perl@32609