| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20001216190313.D68304@plum.flirble.org>
p4raw-id: //depot/perl@8192
|
|
|
|
|
|
|
| |
Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
Neither cygwin has a getpwuid() one can trust on.
p4raw-id: //depot/perl@8158
|
|
|
|
|
|
|
| |
Message-ID: <20001217162924.E97668@plum.flirble.org>
Use IVs for the Fcntl constants instead of NVs.
p4raw-id: //depot/perl@8148
|
|
|
|
|
|
|
| |
ioctl() and sockpair(), document them. (fileno() cannot
be tripwired with the same kind of warning because
'defined fileno($foo)' seems to be an idiom.)
p4raw-id: //depot/perl@8147
|
|
|
|
|
|
|
| |
Fixes at least the bugs 20001028.003 (both of them...) and
20001108.001. The bugs 20001114.001 and 20001205.014 seem
also to be fixed by now, probably already before this patch.
p4raw-id: //depot/perl@8143
|
|
|
|
|
| |
Message-ID: <20001216014052.A335@freemail.hu>
p4raw-id: //depot/perl@8142
|
|
|
|
|
|
| |
in Digital UNIX (the broken strtoul brokenness detection
seems to have been the fly in the ointment).
p4raw-id: //depot/perl@8138
|
|
|
|
|
| |
Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
p4raw-id: //depot/perl@8131
|
|
|
| |
p4raw-id: //depot/perl@8128
|
|
|
|
|
| |
(it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
p4raw-id: //depot/perl@8125
|
|
|
|
|
| |
Message-ID: <20001213200849.B71166@plum.flirble.org>
p4raw-id: //depot/perl@8119
|
|
|
|
|
| |
Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
p4raw-id: //depot/perl@8094
|
|
|
|
|
|
| |
too much hassle (the interpret -Q as a function
where Q is not a known filetest part is left in).
p4raw-id: //depot/perl@8084
|
|
|
|
|
|
|
| |
Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
More io/utf8 tests.
p4raw-id: //depot/perl@8081
|
|
|
|
|
| |
Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@8079
|
|
|
|
|
| |
Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@8077
|
|
|
|
|
| |
Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@8069
|
|
|
|
|
| |
Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
p4raw-id: //depot/perl@8068
|
|
|
| |
p4raw-id: //depot/perl@8067
|
|
|
| |
p4raw-id: //depot/perl@8065
|
|
|
|
|
|
|
|
|
| |
2.2.17-rmk1 (UNINSTALLED)
Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
Be more robust in weird hostname setups.
p4raw-id: //depot/perl@8062
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
[ 8059]
read/sysread/recv should now be utf8 aware.
Basic test for utf8 read.
p4raw-link: @8059 on //depot/perlio: eb5c063ad00efba84ec136b0b86cfe12eb4ab14c
p4raw-id: //depot/perl@8060
|
| |
| |
| |
| |
| | |
Basic test for utf8 read.
p4raw-id: //depot/perlio@8059
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 8055]
Make write() (i.e. formats) utf8-aware by calling do_print() rather
than raw PerlIO_write() - does not seem to break any tests.
[ 8054]
Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
(sysread, recv and write i.e. formats still to do...)
Allow :utf8 or :bytes in PerlIO_apply_layers() so that
open($fh,">:utf8","name")
etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
so no extra overhead is involved.
Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
to a non-utf8 stream.
Add initial io/utf8.t
Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
[ 8053]
Did not get that has_utf8/this_utf8 fix right last time, another spot
was only testing this_utf8.
[ 8052]
Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
i.e. the output string has one, but don't mess with source assumption.
p4raw-link: @8055 on //depot/perlio: d75029d0f4549b2fe0cff3cd80934a1b6bbb54eb
p4raw-link: @8054 on //depot/perlio: 7d59b7e40bca518078f3e97c802950b76d52efa2
p4raw-link: @8053 on //depot/perlio: bbc28b27949817e8e7461c0a92c6108632259a4b
p4raw-link: @8052 on //depot/perlio: 4e553d734e1cb450bb69a562e02eb0c12ecd8995
p4raw-id: //depot/perl@8058
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(sysread, recv and write i.e. formats still to do...)
Allow :utf8 or :bytes in PerlIO_apply_layers() so that
open($fh,">:utf8","name")
etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
so no extra overhead is involved.
Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
to a non-utf8 stream.
Add initial io/utf8.t
Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
p4raw-id: //depot/perlio@8054
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@8048
|
| |/
|/|
| |
| |
| |
| |
| | |
Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
Tests for #8056.
p4raw-id: //depot/perl@8057
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
From: Andy Dougherty <doughera@lafayette.edu>
Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@8036
|
| |
| |
| |
| |
| | |
Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@8035
|
| |
| |
| | |
p4raw-id: //depot/perl@8030
|
| |
| |
| | |
p4raw-id: //depot/perl@8028
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 8021]
Various attempts at MSVC debug - not sure what has
changed but works now.
Seems atexit() _may_ work for DLLs built with MSVC so don't
call cleanup that way.
[ 8019]
Add useperlio to config.vc
Turn off binmode in config_H.PL
Regen all the config_H.xx
Attempt to get debugging build with MSVC.
[ 8018]
Test various dup/external program options on all platforms.
[ 8017]
Fix harness to be less picky
p4raw-link: @8021 on //depot/perlio: be696b0a6b61315b71a751e7291be8d8a9066650
p4raw-link: @8019 on //depot/perlio: 8c8a4ace7996843229b7a1f2a007f1cea5c7a38d
p4raw-link: @8018 on //depot/perlio: e4a4387cd67b57d9dfcb057f769a33143eec0663
p4raw-link: @8017 on //depot/perlio: 252585246f39d85ad7388d28c06dd6ed97b4d47d
p4raw-id: //depot/perl@8022
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@8020
|
| |
| |
| | |
p4raw-id: //depot/perl@8015
|
| |
| |
| | |
p4raw-id: //depot/perl@8014
|
| |
| |
| |
| |
| |
| |
| | |
Message-ID: <20001205212328.C6473@blackrider.aocn.com>
Carp::Heavy parts not very applicable because of recent changes.
p4raw-id: //depot/perl@8013
|
| |
| |
| | |
p4raw-id: //depot/perl@8005
|
| |
| |
| | |
p4raw-id: //depot/perl@8004
|
| |
| |
| | |
p4raw-id: //depot/perlio@8018
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@8003
|
| |
| |
| | |
p4raw-id: //depot/perl@7999
|
| |
| |
| |
| |
| | |
is now always UTF-8), empty line cosmetics.
p4raw-id: //depot/perl@7998
|
| |
| |
| |
| |
| | |
the error message.
p4raw-id: //depot/perl@7996
|
| |
| |
| |
| |
| | |
(since the long term plan is to obsolete 'use utf8').
p4raw-id: //depot/perl@7995
|
| |
| |
| |
| |
| | |
Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
p4raw-id: //depot/perl@7992
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Date: Tue, 5 Dec 2000 00:40:25 -0500
Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
Subject: Re: [PATCH] The largest hoax of all times?
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Mon, 4 Dec 2000 23:55:53 -0500
Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
Subject: Re: [PATCH] The largest hoax of all times?
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Date: Tue, 5 Dec 2000 01:28:45 -0500
Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
Fix the unpredictable order of DESTROYs.
p4raw-id: //depot/perl@7991
|
| |
| |
| | |
p4raw-id: //depot/perl@7988
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
[ 7983]
PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
p4raw-link: @7983 on //depot/perlio: 5f1a76d08cedee4f2888d077fe9593b03dd9bd13
p4raw-id: //depot/perl@7985
|
| |
| |
| | |
p4raw-id: //depot/perlio@7983
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@7966
|