Nicholas Clark [Sat, 25 Aug 2001 14:50:07 +0000]
Re: The coderef in @INC strikes back
Message-Id: <
20010825145007.L41464@plum.flirble.org>
p4raw-id: //depot/perl@11742
Nick Ing-Simmons [Fri, 24 Aug 2001 07:08:45 +0000]
When applying patch via Porting/apply fails, do p4 refresh
to get old files back.
p4raw-id: //depot/perl@11741
Abhijit Menon-Sen [Fri, 24 Aug 2001 04:47:24 +0000]
#11739 was incomplete.
p4raw-id: //depot/perl@11740
Philip Newton [Fri, 24 Aug 2001 07:08:34 +0000]
[DOC patch bleadperl] "misspelled" misspelled
p4raw-id: //depot/perl@11739
Abhijit Menon-Sen [Fri, 24 Aug 2001 02:19:42 +0000]
Fixed Doug Wilson's email address.
p4raw-id: //depot/perl@11738
Rafael Garcia-Suarez [Thu, 23 Aug 2001 22:22:58 +0000]
[DOC PATCH] Adding new warning in perldiag.pod
Message-Id: <
20010823222258.A901@rafael>
p4raw-id: //depot/perl@11737
Craig A. Berry [Thu, 23 Aug 2001 19:07:45 +0000]
add $Config('scriptdir'} on VMS
Message-Id: <
a05101004b7ab4593bb24@[172.16.52.1]>
p4raw-id: //depot/perl@11736
Artur Bergman [Thu, 23 Aug 2001 13:42:07 +0000]
Backed out 11732, it breaks lib/strict.t
p4raw-id: //depot/perl@11735
Artur Bergman [Thu, 23 Aug 2001 11:45:59 +0000]
Removed toy from 17133 after Matt Sargeants request.
p4raw-id: //depot/perl@11734
Robin Houston [Wed, 22 Aug 2001 23:06:16 +0000]
Faster permutation algorithms
Message-ID: <
20010822230616.A254@robin.kitsite.com>
p4raw-id: //depot/perl@11733
Simon Cozens [Thu, 23 Aug 2001 12:06:36 +0000]
Re: [ID
20010822.001] Freeing pads after parse error
Message-ID: <
20010823120636.A9961@netthink.co.uk>
p4raw-id: //depot/perl@11732
Gurusamy Sarathy [Thu, 23 Aug 2001 03:58:58 +0000]
fix broken windows build
p4raw-id: //depot/perl@11731
Nicholas Clark [Wed, 22 Aug 2001 23:25:58 +0000]
io/tell.t doesn't chdir t
Message-Id: <
20010822232557.Y82818@plum.flirble.org>
p4raw-id: //depot/perl@11730
Ronald J. Kimball [Wed, 22 Aug 2001 17:09:04 +0000]
Documentation in File::Spec (was Re: minor File::Spec
questions)
Message-Id: <
20010822170904.A76069@linguist.thayer.dartmouth.edu>
(Oops, forgot File::Spec::Unix in the previous patch.)
p4raw-id: //depot/perl@11729
Ronald J. Kimball [Wed, 22 Aug 2001 17:09:04 +0000]
Documentation in File::Spec (was Re: minor File::Spec
questions)
Message-Id: <
20010822170904.A76069@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@11728
John Peacock [Wed, 22 Aug 2001 12:35:52 +0000]
Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
Message-Id: <
3B83DF68.5D89DC81@rowman.com>
(Adds proper tests for $], notwithstanding Subject. +nitpick)
p4raw-id: //depot/perl@11727
Michael G Schwern [Wed, 22 Aug 2001 16:03:00 +0000]
[ID
20010822.007] eval STRING & diagnostics.pm not mixing
Message-Id: <
20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@11726
Nicholas Clark [Wed, 22 Aug 2001 20:59:05 +0000]
64 bit integer preserving pp_divide
Message-Id: <
20010822205905.U82818@plum.flirble.org>
p4raw-id: //depot/perl@11725
H.Merijn Brand [Wed, 22 Aug 2001 12:38:35 +0000]
Configure blooper
Message-Id: <
20010822123750.A797.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@11724
Nicholas Clark [Tue, 21 Aug 2001 17:34:23 +0000]
installperl -help
Message-Id: <
20010821173423.F82818@plum.flirble.org>
p4raw-id: //depot/perl@11723
Ilmari Karonen [Mon, 20 Aug 2001 06:42:01 +0000]
Rewrite $. entry and switch to -> syntax
Message-Id: <Pine.SOL.3.96.
1010820063126.28048A-100000@simpukka>
p4raw-id: //depot/perl@11722
Abhijit Menon-Sen [Sat, 18 Aug 2001 21:21:42 +0000]
Add Porting/apply to MANIFEST.
p4raw-id: //depot/perl@11719
Artur Bergman [Sat, 18 Aug 2001 14:38:01 +0000]
PL_reentrant_buffer does not exist in 5005threaded perl.
Better solution would be to make 5005threaded perl use
the same system as ithreads do
p4raw-id: //depot/perl@11718
Jarkko Hietaniemi [Sat, 18 Aug 2001 14:24:42 +0000]
New try for ID
20010407.006: detach the semantics
"was the last match target UTF8" into its own variable.
p4raw-id: //depot/perl@11717
Jarkko Hietaniemi [Sat, 18 Aug 2001 12:11:14 +0000]
UTF8 flag should be meaningful only when POK.
p4raw-id: //depot/perl@11716
Artur Bergman [Sat, 18 Aug 2001 11:45:16 +0000]
USE_THREADS and USE_ITHREADS are never true at the same time
p4raw-id: //depot/perl@11715
Jarkko Hietaniemi [Sat, 18 Aug 2001 06:03:24 +0000]
Retract #11712 for now. The real fix would probably
be something like making PL_reg_sv a copy (PV + UTF8)
of the matched/substituted string (note: not just a SvPOK
string, for example the stringified form of a ROK would
be applicable) Beware of leaks.
p4raw-id: //depot/perl@11714
Jarkko Hietaniemi [Sat, 18 Aug 2001 03:22:42 +0000]
UTF8 wasn't printing for PVMGs.
p4raw-id: //depot/perl@11713
Jarkko Hietaniemi [Sat, 18 Aug 2001 03:22:24 +0000]
(Retracted by #11714)
Okay analysis, debatable fix. (The fix will inc
the refcount of all temporary match objects,
like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
which will then cause griping at untie() time
("inner references remain").
Fix for ID
20010407.006: PL_reg_sv got wiped out
by freetemps if the match target was a temporary
(like function_call() =~ /.../), which in turn meant
that the $1 et al stopped working if they had UTF-8
in them. Therefore bump up the refcount of PL_reg_sv.
p4raw-id: //depot/perl@11712
Rafael Garcia-Suarez [Fri, 17 Aug 2001 23:21:10 +0000]
doesn't compile, was perl@11710
Message-Id: <
20010817232110.C7041@rafael>
p4raw-id: //depot/perl@11711
Jarkko Hietaniemi [Fri, 17 Aug 2001 14:26:57 +0000]
Update Changes.
p4raw-id: //depot/perl@11710
Jarkko Hietaniemi [Fri, 17 Aug 2001 13:47:53 +0000]
Upgrade to libnet 1.0704.
p4raw-id: //depot/perl@11709
Artur Bergman [Fri, 17 Aug 2001 13:34:04 +0000]
Let perl_clone copy PL_exit_flags
p4raw-id: //depot/perl@11708
Artur Bergman [Fri, 17 Aug 2001 12:28:41 +0000]
Protext sharedsv_space better. Extended EDIT and RELEASE macro
p4raw-id: //depot/perl@11707
Jarkko Hietaniemi [Fri, 17 Aug 2001 11:58:48 +0000]
Allow the threads extension to be found if present.
p4raw-id: //depot/perl@11705
Nick Ing-Simmons [Fri, 17 Aug 2001 11:47:54 +0000]
Mail -> change script (pre-alpha)
p4raw-id: //depot/perl@11704
Artur Bergman [Fri, 17 Aug 2001 07:11:24 +0000]
Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
Thanks to Tom Hospel for pointing out my error.
p4raw-id: //depot/perl@11703
Artur Bergman [Fri, 17 Aug 2001 04:18:11 +0000]
Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
p4raw-id: //depot/perl@11702
Jarkko Hietaniemi [Fri, 17 Aug 2001 03:22:38 +0000]
Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@11701
Craig A. Berry [Thu, 16 Aug 2001 22:46:15 +0000]
IEEE float tweak for VMS
Message-Id: <5.1.0.14.0.
20010816204836.01ab4e58@exchi01>
p4raw-id: //depot/perl@11700
Jarkko Hietaniemi [Fri, 17 Aug 2001 02:33:00 +0000]
It seems that Tru64 has "naturally" threadsafe APIs only for
of the usual suspects (like getpwent) but not for others
(like localtime and rand). The _r versions are available
for all of them, so let's use them.
p4raw-id: //depot/perl@11699
Jarkko Hietaniemi [Fri, 17 Aug 2001 01:53:02 +0000]
(Accidental apply; thankfully empty.)
p4raw-id: //depot/perl@11698
Hugo van der Sanden [Thu, 16 Aug 2001 16:27:49 +0000]
Re: [ID
20010803.016] Possible regex bug in 5.6.1
Message-Id: <
200108161527.f7GFRnH09419@crypt.compulink.co.uk>
p4raw-id: //depot/perl@11697
Hugo van der Sanden [Thu, 16 Aug 2001 18:50:01 +0000]
Re: [ID
20010814.004] pos() doesn't work when using =~m// in list context
Message-Id: <
200108161750.f7GHo1l22207@crypt.compulink.co.uk>
p4raw-id: //depot/perl@11696
Arthur Bergman [Thu, 16 Aug 2001 16:01:54 +0000]
*time_r again
Message-ID: <
00ca01c1265c$0175f940$21000a0a@vogw2kdev>
p4raw-id: //depot/perl@11695
Jarkko Hietaniemi [Fri, 17 Aug 2001 01:47:53 +0000]
system() and backtick error handling cleanup from Craig A. Berry.
p4raw-id: //depot/perl@11694
Gurusamy Sarathy [Fri, 17 Aug 2001 01:07:21 +0000]
change#10334 leaks memory, copies string when it doesn't
need to
p4raw-link: @10334 on //depot/perl:
659ca9ea8f57ee52a52802839584b7208ad161b7
p4raw-id: //depot/perl@11693
Jarkko Hietaniemi [Thu, 16 Aug 2001 12:22:29 +0000]
One more twist to the sprintf + utf8 testing.
p4raw-id: //depot/perl@11692
Jarkko Hietaniemi [Thu, 16 Aug 2001 11:46:02 +0000]
Fix for
20010407.008 sprintf removes utf8-ness.
p4raw-id: //depot/perl@11691
Arthur Bergman [Thu, 16 Aug 2001 14:22:27 +0000]
*time_r fixes
Message-ID: <
00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
p4raw-id: //depot/perl@11690
Jarkko Hietaniemi [Thu, 16 Aug 2001 11:29:30 +0000]
Upgrade to CGI.pm 2.77.
p4raw-id: //depot/perl@11689
Jarkko Hietaniemi [Thu, 16 Aug 2001 01:07:21 +0000]
Document the bytes-to-Unicode upgrading.
p4raw-id: //depot/perl@11688
Jarkko Hietaniemi [Thu, 16 Aug 2001 00:29:29 +0000]
Add a test for Unicode sprintf.
p4raw-id: //depot/perl@11687
Jarkko Hietaniemi [Thu, 16 Aug 2001 00:20:40 +0000]
Add Unicode tests for index/rindex.
p4raw-id: //depot/perl@11686
Jarkko Hietaniemi [Wed, 15 Aug 2001 22:51:53 +0000]
Document a bit the art of minimizing the installation,
based on the p5p discussion.
p4raw-id: //depot/perl@11685
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:49:07 +0000]
Update Changes.
p4raw-id: //depot/perl@11683
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:26:00 +0000]
The #11673 necessitated a test tweak.
p4raw-id: //depot/perl@11682
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:12:50 +0000]
Also UNICOS is in the general case unable to silently
handle fp overflows.
p4raw-id: //depot/perl@11681
Jarkko Hietaniemi [Wed, 15 Aug 2001 13:05:15 +0000]
Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
NV_EPSILON #defined.
p4raw-id: //depot/perl@11680
Jarkko Hietaniemi [Wed, 15 Aug 2001 12:48:32 +0000]
Re-establish the fp overflow detection for VAX VMS; there
is no easy way to have the IEEE fp silent overflow semantics.
(in Alpha VMS we still will use IEEE fp by default-- but it
is still possible to configure Perl to use G_FLOAT)
p4raw-id: //depot/perl@11679
Arthur Bergman [Wed, 15 Aug 2001 11:52:16 +0000]
pp_lock
Message-ID: <
008401c1256f$f75a91b0$21000a0a@vogw2kdev>
p4raw-id: //depot/perl@11678
Hugo van der Sanden [Wed, 15 Aug 2001 11:32:11 +0000]
Re: [ID
20010809.023] perlre misleads when stating that (?i) should be at front of pattern
Message-Id: <
200108151032.f7FAWBI30961@crypt.compulink.co.uk>
p4raw-id: //depot/perl@11677
Hugo van der Sanden [Wed, 15 Aug 2001 10:33:49 +0000]
Re: [ID
20010811.006] re_eval: logical leaks
Message-Id: <
200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
p4raw-id: //depot/perl@11676
Barrie Slaymaker [Tue, 14 Aug 2001 14:32:25 +0000]
Re: bug in File::Spec 0.82 (canonpath)
Message-ID: <
20010814143225.A19822@jester.slaysys.com>
p4raw-id: //depot/perl@11675
Peter Prymmer [Tue, 14 Aug 2001 13:33:32 +0000]
modify VMS default prefix for installation
Message-ID: <Pine.OSF.4.10.
10108141327590.192110-100000@aspara.forte.com>
p4raw-id: //depot/perl@11674
Rafael Garcia-Suarez [Tue, 14 Aug 2001 21:23:27 +0000]
Warning incorrectly reported without -w
Message-ID: <
20010814212327.A1919@rafael>
p4raw-id: //depot/perl@11673
Nikola Knezevic [Tue, 14 Aug 2001 22:30:11 +0000]
fixing SDBM_File problems under win32
Message-ID: <
4224685483.20010814223011@tesla.rcub.bg.ac.yu>
Combination of nmake, quoting, and Perl expanded $( in here-doc.
p4raw-id: //depot/perl@11672
Jarkko Hietaniemi [Tue, 14 Aug 2001 13:44:40 +0000]
Todo updates.
p4raw-id: //depot/perl@11671
Nikola Knezevic [Mon, 13 Aug 2001 23:15:01 +0000]
removing sv.c warnings on VC++5.0
Message-ID: <
6114148607.20010813231501@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@11670
Nikola Knezevic [Sun, 12 Aug 2001 22:24:51 +0000]
[b-]showlex.t
Message-ID: <
6510457078.20010812222451@tesla.rcub.bg.ac.yu>
The 4nt command shell will expand the % in command line
no matter what quoting is attempted, changed the % to @.
p4raw-id: //depot/perl@11669
Nikola Knezevic [Sun, 12 Aug 2001 20:49:27 +0000]
magic.t
Message-ID: <
844732764.20010812204927@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@11668
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:35:17 +0000]
Add sharedsv* to the DOSish platforms; plus add
some WinCE files to the list of DOSish files.
p4raw-id: //depot/perl@11667
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:29:57 +0000]
More DOSish files.
p4raw-id: //depot/perl@11666
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:27:58 +0000]
Strip CRs from the WinCE files. Now we need to
figure out in which CRs are really needed: probably
Makefile.ce and the README files, at least, probably
also the registry.bat.
p4raw-id: //depot/perl@11665
Jarkko Hietaniemi [Tue, 14 Aug 2001 12:05:09 +0000]
Add some files to DOSish and writables.
p4raw-id: //depot/perl@11664
Jarkko Hietaniemi [Tue, 14 Aug 2001 03:08:07 +0000]
Compile failure message tidying.
p4raw-id: //depot/perl@11663
Jarkko Hietaniemi [Tue, 14 Aug 2001 01:41:22 +0000]
The new sharedsv* should be exported only if usethreads.
p4raw-id: //depot/perl@11662
Peter Prymmer [Mon, 13 Aug 2001 15:21:06 +0000]
URL updates for README.os390
Message-ID: <Pine.OSF.4.10.
10108131517570.151295-100000@aspara.forte.com>
p4raw-id: //depot/perl@11661
Jarkko Hietaniemi [Mon, 13 Aug 2001 12:54:54 +0000]
Update Changes.
p4raw-id: //depot/perl@11660
Jarkko Hietaniemi [Mon, 13 Aug 2001 12:45:21 +0000]
[PATHC] sharedsv.[c|h]
From: "Artur Bergman" <artur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:41 +0200
Message-ID: <
005401c123f4$e1f53360$21000a0a@vogw2kdev>
Subject: [PATCH] embed.pl
From: Arthur Bergman <arthur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:14 +0200
Message-ID: <
B79D96D6.3088%arthur@contiller.se>
Subject: [PATCH] sharedsv cleanups
From: "Arthur Bergman" <arthur@contiller.se>
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.
p4raw-id: //depot/perl@11659
Arthur Bergman [Mon, 13 Aug 2001 11:11:30 +0000]
Re: END {} blocks run in perl_run
Message-ID: <
B79D6661.3068%arthur@contiller.se>
p4raw-id: //depot/perl@11658
Jarkko Hietaniemi [Sun, 12 Aug 2001 23:24:18 +0000]
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.)
p4raw-id: //depot/perl@11656
Jarkko Hietaniemi [Sun, 12 Aug 2001 23:05:14 +0000]
Unnecessary downgrades.
p4raw-id: //depot/perl@11655
Jarkko Hietaniemi [Sun, 12 Aug 2001 22:56:47 +0000]
Failure not true anymore (probably caused by my broken setup).
p4raw-id: //depot/perl@11654
Jarkko Hietaniemi [Sun, 12 Aug 2001 22:46:12 +0000]
Not quite so relicy as thought in #11651 (op/concat #4 and #5
stopped working).
p4raw-id: //depot/perl@11653
Jarkko Hietaniemi [Sun, 12 Aug 2001 22:30:04 +0000]
There is no IN_UTF8.
p4raw-id: //depot/perl@11652
Jarkko Hietaniemi [Sun, 12 Aug 2001 21:08:06 +0000]
More (less) regex/utf8 relics. (Toned down later in #11653.)
p4raw-id: //depot/perl@11651
Jarkko Hietaniemi [Sun, 12 Aug 2001 20:17:32 +0000]
Relic in op.c (no regex feature should depend on the utf8 pragma),
and a test tweak.
p4raw-id: //depot/perl@11650
Jarkko Hietaniemi [Sun, 12 Aug 2001 18:45:52 +0000]
Todo updates and fixes.
p4raw-id: //depot/perl@11649
Jarkko Hietaniemi [Sun, 12 Aug 2001 18:43:50 +0000]
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'.
p4raw-id: //depot/perl@11648
Arthur Bergman [Sun, 12 Aug 2001 00:34:28 +0000]
SV: END {} blocks run in perl_run
Message-ID: <
03fd01c122b5$c803c600$052aa8c0@foo>
p4raw-id: //depot/perl@11647
Jarkko Hietaniemi [Sun, 12 Aug 2001 16:59:00 +0000]
Typos in #11645.
p4raw-id: //depot/perl@11646
Jarkko Hietaniemi [Sun, 12 Aug 2001 16:55:31 +0000]
On ithreads default to use_reentrant except on naturally
threadsafe platforms.
p4raw-id: //depot/perl@11645
Jarkko Hietaniemi [Sun, 12 Aug 2001 15:45:43 +0000]
(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).
p4raw-id: //depot/perl@11644
Jarkko Hietaniemi [Sun, 12 Aug 2001 14:16:44 +0000]
Dispell the "use utf8" superstition.
p4raw-id: //depot/perl@11643
Abigail [Sat, 11 Aug 2001 23:49:49 +0000]
Re: [ID
20010730.010] FETCH called twice with -T
Message-ID: <
20010811214950.23255.qmail@foad.org>
p4raw-id: //depot/perl@11642
Abhijit Menon-Sen [Sat, 11 Aug 2001 06:18:19 +0000]
Re: [ID
20010730.010] FETCH called twice with -T
Message-ID: <
20010811061819.P526@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11641
Jarkko Hietaniemi [Sun, 12 Aug 2001 13:45:58 +0000]
Test for change #11639.
p4raw-link: @11639 on //depot/perl:
5b468f54a26b6cc5b994509b89b4ae0df54ab101
p4raw-id: //depot/perl@11640
Abhijit Menon-Sen [Sun, 12 Aug 2001 16:08:06 +0000]
Re: Can't localize *FH, then tie it
Message-ID: <
20010812160806.A28712@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11639
Jarkko Hietaniemi [Sun, 12 Aug 2001 03:30:07 +0000]
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.
p4raw-id: //depot/perl@11638