From: Jarkko Hietaniemi Date: Mon, 13 Aug 2001 12:54:54 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b86be378482b979002414983c862b7949e1a19b8;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@11660 --- diff --git a/Changes b/Changes index 77e8d54..65021fe 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,257 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 11659] By: jhi on 2001/08/13 12:45:21 + Log: Subject: [PATHC] sharedsv.[c|h] + From: "Artur Bergman" + Date: Mon, 13 Aug 2001 14:38:41 +0200 + Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev> + + Subject: [PATCH] embed.pl + From: Arthur Bergman + Date: Mon, 13 Aug 2001 14:38:14 +0200 + Message-ID: + + Subject: [PATCH] sharedsv cleanups + From: "Arthur Bergman" + Date: Mon, 13 Aug 2001 15:14:25 +0200 + Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev> + + Plus few tweaks: _init needs to be Adp, the prototypes + should not be revealed unless using ithreads, #endif FOO + must be #endif /* FOO */, adding (parentheses) around + do { } while doesn't work too well. + Branch: perl + + sharedsv.c sharedsv.h + ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h + ! perl.h perlapi.c pod/perlapi.pod proto.h +____________________________________________________________________________ +[ 11658] By: jhi on 2001/08/13 12:00:08 + Log: Subject: Re: END {} blocks run in perl_run + From: Arthur Bergman + Date: Mon, 13 Aug 2001 11:11:30 +0200 + Message-ID: + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 11657] By: nick on 2001/08/13 09:03:02 + Log: Integrate mainline + Branch: perlio + +> (branch 326 files) + - (delete 330 files) + !> (integrate 85 files) +____________________________________________________________________________ +[ 11656] By: jhi on 2001/08/12 23:24:18 + Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags + and the Perl will be built to do that by default (adding that + will break scripts having non-UTF-8 binary data, such as Latin-1.) + Branch: perl + ! op.c toke.c utf8.h +____________________________________________________________________________ +[ 11655] By: jhi on 2001/08/12 23:05:14 + Log: Unnecessary downgrades. + Branch: perl + ! doop.c +____________________________________________________________________________ +[ 11654] By: jhi on 2001/08/12 22:56:47 + Log: Failure not true anymore (probably caused by my broken setup). + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 11653] By: jhi on 2001/08/12 22:46:12 + Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5 + stopped working). + Branch: perl + ! op.h pp_ctl.c regcomp.c +____________________________________________________________________________ +[ 11652] By: jhi on 2001/08/12 22:30:04 + Log: There is no IN_UTF8. + Branch: perl + ! utf8.h +____________________________________________________________________________ +[ 11651] By: jhi on 2001/08/12 21:08:06 + Log: More (less) regex/utf8 relics. (Toned down later in #11653.) + Branch: perl + ! op.c op.h pp_ctl.c regcomp.c +____________________________________________________________________________ +[ 11650] By: jhi on 2001/08/12 20:17:32 + Log: Relic in op.c (no regex feature should depend on the utf8 pragma), + and a test tweak. + Branch: perl + ! op.c t/pod/find.t +____________________________________________________________________________ +[ 11649] By: jhi on 2001/08/12 18:45:52 + Log: Todo updates and fixes. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 11648] By: jhi on 2001/08/12 18:43:50 + Log: Mark tests (and one module) having explicit Latin-1 + (and one file having explicit UTF-8) with an explicit + 'no utf8' (and one explicit 'use utf8'). + + NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'. + Branch: perl + ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t + ! lib/Locale/Language.pm lib/charnames.t lib/locale.t + ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t +____________________________________________________________________________ +[ 11647] By: jhi on 2001/08/12 17:10:22 + Log: Subject: SV: END {} blocks run in perl_run + From: "Arthur Bergman" + Date: Sun, 12 Aug 2001 00:34:28 +0200 + Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo> + Branch: perl + ! miniperlmain.c perl.c +____________________________________________________________________________ +[ 11646] By: jhi on 2001/08/12 16:59:00 + Log: Typos in #11645. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 11645] By: jhi on 2001/08/12 16:55:31 + Log: On ithreads default to use_reentrant except on naturally + threadsafe platforms. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 11644] By: jhi on 2001/08/12 15:45:43 + Log: (Hopefully) a fix for 20010723.004: make install needs + write permission in build directory. The problem was + probably caused by overeager sprinkling of the lib/re.pm + dependencies (which was done to guarantee lib/re.pm being + uptodate for parallel makes: now solved by funneling that + through an explicit recursive make in the preplibrary target). + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 11643] By: jhi on 2001/08/12 14:16:44 + Log: Dispell the "use utf8" superstition. + Branch: perl + ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 11642] By: jhi on 2001/08/12 13:56:42 + Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T + From: "Abigail" + Date: Sat, 11 Aug 2001 23:49:49 +0200 + Message-ID: <20010811214950.23255.qmail@foad.org> + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 11641] By: jhi on 2001/08/12 13:56:18 + Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T + From: Abhijit Menon-Sen + Date: Sat, 11 Aug 2001 06:18:19 +0530 + Message-ID: <20010811061819.P526@lustre.dyn.wiw.org> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 11640] By: jhi on 2001/08/12 13:45:58 + Log: Test for change #11639. + Branch: perl + ! t/op/tiehandle.t +____________________________________________________________________________ +[ 11639] By: jhi on 2001/08/12 13:42:03 + Log: Subject: Re: Can't localize *FH, then tie it + From: Abhijit Menon-Sen + Date: Sun, 12 Aug 2001 16:08:06 +0530 + Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org> + Branch: perl + ! pp_hot.c pp_sys.c +____________________________________________________________________________ +[ 11638] By: jhi on 2001/08/12 03:30:07 + Log: Drop all the unnecessary "use utf8" clauses and some of + the unnecessary "use bytes" ones. + + TODO: scour the documentation for unnecessary "use utf8" + and prominently display it in perldelta when the time comes. + ("use utf8" should be necessary ONLY if one wants the script + to be in UTF-8.) Also should be checked in some non-ASCII + non-Latin-1 platform, like EBCDIC. + Branch: perl + ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t + ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t +____________________________________________________________________________ +[ 11637] By: jhi on 2001/08/11 17:55:36 + Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work. + Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst + in Unicode handling. + Branch: perl + + t/op/lc.t + ! MANIFEST pp.c t/op/misc.t t/op/readdir.t +____________________________________________________________________________ +[ 11636] By: jhi on 2001/08/11 17:14:06 + Log: Thinko: we want the flags for native cc, not gcc. + Branch: perl + ! hints/dec_osf.sh +____________________________________________________________________________ +[ 11635] By: jhi on 2001/08/11 15:14:48 + Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list? + From: Robin Houston + Date: Fri, 10 Aug 2001 14:42:02 +0100 + Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 11634] By: jhi on 2001/08/11 14:59:22 + Log: Subject: [PATCH] turn $a.= into an RCATLINE + From: Abhijit Menon-Sen + Date: Sat, 11 Aug 2001 16:31:04 +0530 + Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org> + Branch: perl + ! op.c +____________________________________________________________________________ +[ 11633] By: jhi on 2001/08/11 14:58:07 + Log: Get rid of indread, from Abhijit Menon-Sen. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 11632] By: jhi on 2001/08/10 23:39:04 + Log: CRLFgngngn. + Branch: perl + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 11631] By: jhi on 2001/08/10 23:37:43 + Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module. + Branch: perl + - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm + - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs + - ext/Time/Piece/README ext/Time/Piece/Seconds.pm + ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh + ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod + ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t + ! win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 11630] By: jhi on 2001/08/10 13:53:15 + Log: Avoid #elif (less portable than #else #if). + Branch: perl + ! handy.h +____________________________________________________________________________ +[ 11629] By: jhi on 2001/08/10 13:49:53 + Log: Subject: patch for perlvar.pod + From: mah@everybody.org (Mark A. Hershberger) + Date: 08 Aug 2001 17:03:16 -0500 + Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 11628] By: jhi on 2001/08/10 13:45:48 + Log: cpp commands must start (the # must be) at the column #0. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 11627] By: jhi on 2001/08/10 13:41:07 + Log: If using gcc -B/foo/bar makedepend would give + unnecessary warnings about unused -B/foo/bar. + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 11626] By: jhi on 2001/08/09 14:56:29 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 11625] By: jhi on 2001/08/09 14:54:05 Log: s/z/tz/ Branch: perl diff --git a/patchlevel.h b/patchlevel.h index f9b36fb..d66ceb1 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -70,7 +70,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL11625" + ,"DEVEL11659" ,NULL };