diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-09 13:59:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-09 13:59:01 +0000 |
commit | d34f9d2e7b3d063eb94746bd1d455dae117f31b7 (patch) | |
tree | 0d7e70ba98506e21b5df527d551bc758b8f0f4d0 /autodoc.pl | |
parent | c71a34714351fd35af499b9653172c4c1eb8ec35 (diff) | |
download | perl-d34f9d2e7b3d063eb94746bd1d455dae117f31b7.tar.gz |
Integrate:
[ 18851]
regen_headers tiny tidying:
- regen.pl renamed as regen_lib.pl
- regen_headers.pl renamed as regen.pl
- added make target 'regen' (kept target 'regen_headers'
for porters' brains' backward compatibility)
- regen.pl fancified a bit to display the names
of the files that got changed by running the scripts
[ 18852]
Subject: [PATCH] long %ENV values for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Date: Fri, 07 Mar 2003 13:49:50 -0600
Message-ID: <3E68F7DE.8070603@mac.com>
[ 18853]
Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
From: Richard Soderberg <perl@crystalflame.net>
Date: Sat, 15 Feb 2003 01:27:17 -0500
Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
[ 18854]
Enache Adrian reads comments.
[ 18855]
Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
From: Richard.Foley@ubsw.com
Date: Fri, 21 Feb 2003 13:51:51 +0100
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
[ 18856]
Add a B::COP::io() method, to return the cop_io field of COPs.
Print it in B::Debug. Can be used later in B::Deparse to deparse
the open pragma.
[ 18857]
From Inaba Hiroto: the UTF-8 length cache wasn't
updated when fbm_compile() appended a "\n".
[ 18858]
From Inaba Hiroto: re_intuit_start set a value to
PL_bostr before calling find_byclass when regexp has
ROPT_UTF8 flag on. But right value for PL_bostr is set
before re_intuit_start is called. PL_regdata is always
assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
can be deleted.
[ 18859]
Adjust test count.
[ 18860]
Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
From: Enache Adrian <enache@rdslink.ro>
Date: Fri, 7 Mar 2003 00:12:03 +0200
Message-ID: <20030306221203.GB13330@ratsnest.hole>
[ 18861]
Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
From: Enache Adrian <enache@rdslink.ro>
Date: Fri, 7 Mar 2003 23:28:37 +0200
Message-ID: <20030307212837.GB765@ratsnest.hole>
(and few more test cases from the thread)
[ 18862]
... and add a test case for bug #20798
[ 18863]
At Sarathy's request restore the bin5005compat Perl_foo_sv()
function stubs, should be helpful for really simple extensions.
Undoes large parts of changes #16289 and #16290.
[ 18864]
Tru64: additional instructions for building a newer Berkeley DB.
[ 18865]
From Inaba Hiroto: DATA wasn't properly utf8ed
under 'use encoding'.
p4raw-link: @18865 on //depot/perl: 52d2e0f43e4c92315f9f6c027571388b7bc65ff5
p4raw-link: @18864 on //depot/perl: 5460b889677b9f352c882dbcd4ad4470b8281664
p4raw-link: @18863 on //depot/perl: 09540bc3de84b057c3f1f2425ba0ce144d6c4617
p4raw-link: @18862 on //depot/perl: 77d32bb7b5e051854298049d5aa8bdccf2df099a
p4raw-link: @18861 on //depot/perl: 58e33a9028ebaa2c94f6b7cf202a415b19dab366
p4raw-link: @18860 on //depot/perl: b14574b4c5983698eb9d1a38f94eef3a65c411c2
p4raw-link: @18859 on //depot/perl: 7f07ce5f9bb16b56363fc850014c022807c64864
p4raw-link: @18858 on //depot/perl: 16e1b94401335fe86d42338fc14a6680fc469ab0
p4raw-link: @18857 on //depot/perl: c517dc2b8939cf1b60644570194e6918e1629206
p4raw-link: @18856 on //depot/perl: 6e6a1aefada3f56f44128d62c37dcbbe95fd2795
p4raw-link: @18855 on //depot/perl: 0d6091f7ede280a2010e5a63ecde4e0f251889da
p4raw-link: @18854 on //depot/perl: 56c380de7ceba5f83801db9385a752c5f1437a79
p4raw-link: @18853 on //depot/perl: 5929cfd6f8a0f5b970af4c44b4cbbb1a2847631a
p4raw-link: @18852 on //depot/perl: fa537f88ac07655b9f49a6bafe6e3bc7b4c29eb9
p4raw-link: @18851 on //depot/perl: 9ad884cb5e6c71bf010defc627075ba1610c8eba
p4raw-link: @16289 on //depot/perl: c0a105bfc95a10a0d8ab4cc278bd5b1ad66f202b
p4raw-id: //depot/maint-5.8/perl@18866
p4raw-branched: from //depot/perl@18850 'branch in'
ext/Encode/t/enc_data.t regen_lib.pl
p4raw-deleted: from //depot/perl@18850 'delete in' regen_headers.pl
(@18160..)
p4raw-integrated: from //depot/perl@18850 'copy in'
ext/IO/lib/IO/Select.pm (@12954..) hints/dec_osf.sh (@18084..)
autodoc.pl bytecode.pl regcomp.pl regen.pl (@18160..)
t/op/eval.t (@18319..) pod/perldebug.pod (@18683..)
t/op/sprintf.t (@18696..) t/op/pat.t (@18805..)
ext/Encode/MANIFEST (@18816..) 'merge in' README.tru64
(@18084..) Makefile.SH (@18160..) ext/B/B.pm (@18220..)
ext/B/B/Debug.pm (@18298..) vms/vms.c (@18721..) ext/B/B.xs
(@18737..) embed.pl opcode.pl regexec.c toke.c (@18801..)
keywords.pl (@18807..) util.c (@18813..) sv.c (@18822..) op.c
perl.h (@18828..) MANIFEST (@18847..)
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl index 2044dab5c1..503fc5e104 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -5,7 +5,7 @@ require 5.003; # keep this compatible, an old perl is all we may have before BEGIN { push @INC, 'lib'; - require 'regen.pl'; + require 'regen_lib.pl'; } # glob() below requires File::Glob |