summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* More split // UTF-8 tests.Jarkko Hietaniemi2000-12-291-1/+46
| | | p4raw-id: //depot/perl@8250
* (Retracted by #8264) More join() testing which was good becauseJarkko Hietaniemi2000-12-291-4/+15
| | | | | it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong). p4raw-id: //depot/perl@8249
* (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.Jarkko Hietaniemi2000-12-291-1/+21
| | | | | | | | | Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed that the only cases to care about are byte+byte and byte+character. TODO: See how well pp_concat() could be implemented in terms of sv_catsv(). p4raw-id: //depot/perl@8248
* lvalue AUTOLOAD. No, really.Simon Cozens2000-12-281-1/+10
| | | | | Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@8243
* Fix B::Terse indentationDaniel Chetlin2000-12-281-1/+1
| | | | | Message-ID: <20001227064329.B9573@darkstar> p4raw-id: //depot/perl@8242
* Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub argsSimon Cozens2000-12-282-2/+14
| | | | | Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@8239
* Fix problem with `&' prototypeDaniel Chetlin2000-12-281-1/+2
| | | | | Message-ID: <20001227155532.D9573@darkstar> p4raw-id: //depot/perl@8237
* Re: [PATCH blead] Fix segfault in gv_handler/mg_findDaniel Chetlin2000-12-281-0/+4
| | | | | Message-ID: <20001224040949.B3090@darkstar> p4raw-id: //depot/perl@8236
* Re: [PATCH] Warn on use of reference as array elemSimon Cozens2000-12-281-0/+17
| | | | | Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org> p4raw-id: //depot/perl@8234
* Integrate perlio:Jarkko Hietaniemi2000-12-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | [ 8226] Handy script for when one forgets to "dmake clean" [ 8225] CRLF platform issue with io/utf8 fix. p4raw-link: @8226 on //depot/perlio: 41510af71ad35c1639c7891738bee9ab5c19275f p4raw-link: @8225 on //depot/perlio: 79086a00fceeae7aba98dc19e4dcdc07692dddbf p4raw-id: //depot/perl@8229
| * CRLF platform issue with io/utf8 fix.Nick Ing-Simmons2000-12-211-1/+1
| | | | | | p4raw-id: //depot/perlio@8225
| * Integrate mainlineNick Ing-Simmons2000-12-214-84/+117
| |\ | |/ |/| p4raw-id: //depot/perlio@8224
| * Integrate mainline.Nick Ing-Simmons2000-12-197-175/+304
| | | | | | p4raw-id: //depot/perlio@8202
| * Integrate mainlineNick Ing-Simmons2000-12-155-33/+208
| |\ | | | | | | p4raw-id: //depot/perlio@8140
| * \ Integrate mainlineNick Ing-Simmons2000-12-143-51/+170
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@8104
| * | | Integrate mainlineNick Ing-Simmons2000-12-114-26/+131
| | | | | | | | | | | | p4raw-id: //depot/perlio@8088
| * | | Integrate mainlineNick Ing-Simmons2000-12-1014-13/+231
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@8071
* | | | | Robustness support for #8218 (symlink forest) since the GNUJarkko Hietaniemi2000-12-211-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | tools seem to be overly picky about symlinkage depths. p4raw-id: //depot/perl@8220
* | | | | The polymorphism seems to have fixed 20000517.001.Jarkko Hietaniemi2000-12-211-1/+12
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@8216
* | | | | Fix for 20001210.003, "write(FH) on closed FH causes segv".Jarkko Hietaniemi2000-12-211-0/+17
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@8214
* | | | | Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])Jarkko Hietaniemi2000-12-191-81/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using the \xHH notation. No more inlined UTF-8, sigh, but easier on editors and diffing/patching. p4raw-id: //depot/perl@8204
* | | | | 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