summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] strtoq, strtou(q|ll|l) testingNicholas Clark2000-12-191-1/+27
| | | | | Message-ID: <20001216190313.D68304@plum.flirble.org> p4raw-id: //depot/perl@8192
* RE: perl@8150 Gerrit P. Haase2000-12-171-1/+1
| | | | | | | Message-ID: <3A3D343F.13566.1ACA7D93@localhost> Neither cygwin has a getpwuid() one can trust on. p4raw-id: //depot/perl@8158
* Fcntl constants speedupNicholas Clark2000-12-171-10/+10
| | | | | | | Message-ID: <20001217162924.E97668@plum.flirble.org> Use IVs for the Fcntl constants instead of NVs. p4raw-id: //depot/perl@8148
* Add test for #8145 (binmode() warning), add warning forJarkko Hietaniemi2000-12-171-0/+17
| | | | | | | 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
* Polymorphic regexps.Jarkko Hietaniemi2000-12-172-162/+247
| | | | | | | 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
* [patch perl@8102] dos/djgpp updateLaszlo Molnar2000-12-161-1/+2
| | | | | Message-ID: <20001216014052.A335@freemail.hu> p4raw-id: //depot/perl@8142
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-153-32/+194
| | | | | | in Digital UNIX (the broken strtoul brokenness detection seems to have been the fly in the ointment). p4raw-id: //depot/perl@8138
* speeding up object creation/destruction 4x timesIlya Zakharevich2000-12-151-0/+1
| | | | | Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu> p4raw-id: //depot/perl@8131
* Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.Jarkko Hietaniemi2000-12-151-1/+13
| | | p4raw-id: //depot/perl@8128
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-153-194/+32
| | | | | (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124) p4raw-id: //depot/perl@8125
* faster and 64 bit preserving arithmeticNicholas Clark2000-12-143-32/+194
| | | | | Message-ID: <20001213200849.B71166@plum.flirble.org> p4raw-id: //depot/perl@8119
* DB_File-1.74 Paul Marquess2000-12-123-51/+170
| | | | | Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> p4raw-id: //depot/perl@8094
* Revert the -f ambiguousity patch, seems to causeJarkko Hietaniemi2000-12-111-19/+0
| | | | | | 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
* Re: The long awaited feature ...Simon Cozens2000-12-111-2/+107
| | | | | | | Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org> More io/utf8 tests. p4raw-id: //depot/perl@8081
* Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failingSimon Cozens2000-12-111-4/+12
| | | | | Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@8079
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-1/+12
| | | | | Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@8077
* Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)Andreas König2000-12-103-0/+30
| | | | | Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de> p4raw-id: //depot/perl@8069
* RE: [ID 20001013.009] DB_File issues warning when setting element to undefPaul Marquess2000-12-107-7/+153
| | | | | Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com> p4raw-id: //depot/perl@8068
* Test case for #8066.Jarkko Hietaniemi2000-12-101-0/+5
| | | p4raw-id: //depot/perl@8067
* Test case for #8064.Jarkko Hietaniemi2000-12-101-1/+5
| | | p4raw-id: //depot/perl@8065
* [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int ↵Nicholas Clark2000-12-101-4/+24
| | | | | | | | | 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
* Integrate perlio:Jarkko Hietaniemi2000-12-101-1/+8
|\ | | | | | | | | | | | | | | | | [ 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
| * read/sysread/recv should now be utf8 aware.Nick Ing-Simmons2000-12-091-1/+8
| | | | | | | | | | Basic test for utf8 read. p4raw-id: //depot/perlio@8059
* | Integrate perlio:Jarkko Hietaniemi2000-12-092-1/+53
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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
| * Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-092-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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
| * Integrate mainline.Nick Ing-Simmons2000-12-096-19/+54
| |\ | | | | | | p4raw-id: //depot/perlio@8048
* | | Re: Additional patch for UTF8-keys (Re: perl@8016)Inaba Hiroto2000-12-091-1/+14
| |/ |/| | | | | | | | | | | Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp> Tests for #8056. p4raw-id: //depot/perl@8057
* | [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS supportAndy Dougherty2000-12-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* | [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not builtAndy Dougherty2000-12-082-6/+8
| | | | | | | | | | Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8035
* | Add test for reverse().Jarkko Hietaniemi2000-12-081-0/+33
| | | | | | p4raw-id: //depot/perl@8030
* | Introduce macros for UTF8 decoding.Jarkko Hietaniemi2000-12-082-9/+9
| | | | | | p4raw-id: //depot/perl@8028
* | Integrate perlio:Jarkko Hietaniemi2000-12-071-8/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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
| * Integrate mainlineNick Ing-Simmons2000-12-067-113/+163
| |\ | |/ |/| p4raw-id: //depot/perlio@8020
* | Test \x{...} with ord().Jarkko Hietaniemi2000-12-061-4/+15
| | | | | | p4raw-id: //depot/perl@8015
* | Test tweak because of #8013.Jarkko Hietaniemi2000-12-061-1/+1
| | | | | | p4raw-id: //depot/perl@8014
* | $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-062-5/+21
| | | | | | | | | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013
* | Avaunt, you foul UTF-8 tests.Jarkko Hietaniemi2000-12-052-26/+26
| | | | | | p4raw-id: //depot/perl@8005
* | Continue utf8 dispersal.Jarkko Hietaniemi2000-12-052-78/+101
| | | | | | p4raw-id: //depot/perl@8004
| * Test various dup/external program options on all platforms.Nick Ing-Simmons2000-12-061-8/+4
| | | | | | p4raw-id: //depot/perlio@8018
| * Integrate mainline.Nick Ing-Simmons2000-12-058-284/+352
| |\ | |/ |/| p4raw-id: //depot/perlio@8003
* | Test for Unicode (UTF-8) hash keys.Jarkko Hietaniemi2000-12-051-1/+13
| | | | | | p4raw-id: //depot/perl@7999
* | Remove an unnecessary 'use utf8' (unnecessary because \x{...}Jarkko Hietaniemi2000-12-051-5/+2
| | | | | | | | | | is now always UTF-8), empty line cosmetics. p4raw-id: //depot/perl@7998
* | Split off the UTF-8 decoder tests, make them to check alsoJarkko Hietaniemi2000-12-052-171/+182
| | | | | | | | | | the error message. p4raw-id: //depot/perl@7996
* | Start migrating bits of pragma/utf8 to elsewhereJarkko Hietaniemi2000-12-052-70/+86
| | | | | | | | | | (since the long term plan is to obsolete 'use utf8'). p4raw-id: //depot/perl@7995
* | cygwin portEric Fifer2000-12-051-1/+1
| | | | | | | | | | Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk> p4raw-id: //depot/perl@7992
* | Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Integrate the "skip" messages to explain().Jarkko Hietaniemi2000-12-052-33/+45
| | | | | | p4raw-id: //depot/perl@7988
* | Integrate perlio:Jarkko Hietaniemi2000-12-051-1/+3
|\ \ | |/ | | | | | | | | | | | | [ 7983] PERL_IMPLICIT_SYS (almost) works - something odd with "signal" p4raw-link: @7983 on //depot/perlio: 5f1a76d08cedee4f2888d077fe9593b03dd9bd13 p4raw-id: //depot/perl@7985
| * PERL_IMPLICIT_SYS (almost) works - something odd with "signal"Nick Ing-Simmons2000-12-041-1/+3
| | | | | | p4raw-id: //depot/perlio@7983
| * Integrate mainline (STDCHAR)Nick Ing-Simmons2000-12-031-1/+4
| |\ | |/ |/| p4raw-id: //depot/perlio@7966