This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorNicholas Clark <nick@ccl4.org>
Thu, 26 Feb 2004 15:05:54 +0000 (15:05 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 26 Feb 2004 15:05:54 +0000 (15:05 +0000)
commitbe0b3d4b420c0f3f2b345cdf7c7bb28ce93a598a
tree8ce21263bb2def4a07bd0af6f788e4d31b9734ea
parentacd55becc49fc2fd03818729abce5f8a23b22927
Integrate:
[ 22284]
Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
Date: Sat, 07 Feb 2004 00:08:36 +0900
Message-Id: <20040206235116.0E36.BQW10602@nifty.com>

[ 22295]
Add a note in Unicode::UCD about the _getcode() function
being copy-n-pasted in charnames.pm. (spotted by Merijn)

[ 22297]
Add 5.005_04-RC1 and Leon in perlhist.

[ 22299]
Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
From: Stas Bekman <stas@stason.org>
Date: Wed, 11 Feb 2004 16:53:54 -0800
Message-ID: <402ACEA2.4020907@stason.org>

[ 22301]
Fix an fcntl example in perlopentut, spotted by MJD.

[ 22310]
Fix typo in doc for Encode
From: "Brendan O'Dea" <bod@debian.org>
Date: Sun, 15 Feb 2004 23:27:17 +1100
Message-ID: <20040215122717.GA26812@londo.c47.org>

[ 22329]
Encode has local changes. Up-version it.

[ 22348]
Document the SVf_PADSTALE flag

[ 22368]
Subject: Bugfix for perlrequick and perlretut
From: Mark Kvale <kvale@phy.ucsf.edu>
Date: Tue, 24 Feb 2004 11:32:34 -0800
Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>

[ 22370]
Update Changes and AUTHORS.

[ 22377]
remove my work address

[ 22380]
Subject: [PATCH] Improved perlapi documentation for croak
From: Mark Fowler <mark@twoshortplanks.com>
Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>

(and regenerate perlapi.pod.)

[ 22381]
Integrate:
[ 22339]
Mention 5.005_04 RC2

[ 22360]
Update for 5.005_04 release

[ 22382]
Add Mark Fowler

[ 22383]
Moving all the e-mail addresses over by 1 column makes them start on
an 8 column tabstop, which makes editing this file easier.
So then I replaced spaces with tabs and made it smaller too.
p4raw-link: @22383 on //depot/perl: dbb69c4a3755de9f9aec2aa6bc5e5af7e7b75f1a
p4raw-link: @22382 on //depot/perl: d43acaff6d6935125bf54070f503af5abdf7f176
p4raw-link: @22381 on //depot/perl: 0a4297274dc01a075499be806ae79f2e7988129b
p4raw-link: @22380 on //depot/perl: 966353fd3bdcf950fb1b25211b8347d7475c08f0
p4raw-link: @22377 on //depot/perl: 7c9cfb230c748ed795368eab69ca8b7b11106e6b
p4raw-link: @22370 on //depot/perl: 1a55ae8d1f46d27f1b3a1abdec128eebcc247c7f
p4raw-link: @22368 on //depot/perl: 16e8b84077a7f90c46bd95640feeb546b4bfbf75
p4raw-link: @22360 on //depot/maint-5.005/perl: 7d2cdca08aa0602ac9840888ff9518d74c837588
p4raw-link: @22348 on //depot/perl: e6e7068b743187ea85db546863975a687c18915d
p4raw-link: @22339 on //depot/maint-5.005/perl: 296653b77b0d720e2018b0d59143aab316e3eb51
p4raw-link: @22329 on //depot/perl: 9cda8853949327c4925366a07c0b8f1bc8d9cd8b
p4raw-link: @22310 on //depot/perl: 2c246b25f930852dc266827e38210df1dadbe13e
p4raw-link: @22301 on //depot/perl: 21d1ba01f501963c6f61499860ffc70a78ab21c0
p4raw-link: @22299 on //depot/perl: e9137a8ed4f72db2f97084a7d7193875b4d47d12
p4raw-link: @22297 on //depot/perl: 294fc197d80c0afd8dd4f0c2555e1cd231776107
p4raw-link: @22295 on //depot/perl: 0616d9cfdb8de8640c79f893f72f62a1f933c63b
p4raw-link: @22284 on //depot/perl: f5b005ca88f5f6ed7eaad9335c79e59a5874c00a

p4raw-id: //depot/maint-5.8/perl@22384
p4raw-integrated: from //depot/perl@22377 'ignore' AUTHORS (@22370..)
p4raw-integrated: from //depot/perl@22324 'copy in' pod/perlrequick.pod
(@19422..) lib/Unicode/UCD.pm (@20688..) pod/perlretut.pod
(@21403..) pod/perlunicode.pod (@22031..) pod/perlhist.pod
(@22297..) ext/Encode/Encode.pm (@22310..) 'merge in' pad.c
(@20631..) perl.c (@22172..) pod/perlopentut.pod (@22258..)
util.c (@22264..) pod/perlapi.pod (@22286..)
12 files changed:
AUTHORS
ext/Encode/Encode.pm
lib/Unicode/UCD.pm
pad.c
perl.c
pod/perlapi.pod
pod/perlhist.pod
pod/perlopentut.pod
pod/perlrequick.pod
pod/perlretut.pod
pod/perlunicode.pod
util.c