summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* A modified version ofanders@broadcom.com2001-03-091-0/+126
| | | | | | | | | | | | | | Subject: [ID 20010307.005] POSIX::sigaction has various problems Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com> Currently the sigaction.t test #6 fails (and is fudged to look like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86). This may well be a genuine bug in Linux sigaction() (since at least Tru64, Solaris, and HP-UX disagree with Linux). Anyone with POSIX / SUSv2 tome handy? The problem is that the flags of the oldaction don't match with the flags in the previously installed disposition. p4raw-id: //depot/perl@9086
* More UTF-8 test tweaks.Jarkko Hietaniemi2001-03-073-5/+7
| | | p4raw-id: //depot/perl@9075
* Re: [ID 20010305.012] chop() against list assignment returns char chopped ↵Radu Greab2001-03-071-3/+12
| | | | | | | from el zero Message-ID: <15013.20716.201459.540421@ix.netsoft.ro> p4raw-id: //depot/perl@9068
* Floating point too messy.Jarkko Hietaniemi2001-03-071-5/+5
| | | p4raw-id: //depot/perl@9066
* Major utf8 test reorganisation and rewrite.Jarkko Hietaniemi2001-03-075-535/+457
| | | | | | | Hopefully no tests were lost in the shuffle. (The beginning of pragma/utf8 was lost intentionally, the tests were rather bogus and incomplete.) p4raw-id: //depot/perl@9063
* 0.999... does equal 1.0, doesn't it?Jarkko Hietaniemi2001-03-061-0/+1
| | | p4raw-id: //depot/perl@9059
* Easier to outcomment all the three reset() tests for now.Jarkko Hietaniemi2001-03-061-17/+16
| | | p4raw-id: //depot/perl@9057
* Comment out the deadly reset; until the 20010301.005Jarkko Hietaniemi2001-03-061-1/+3
| | | | | is finally fixed. p4raw-id: //depot/perl@9056
* Integrate perlio:Jarkko Hietaniemi2001-03-053-14/+52
|\ | | | | | | | | | | | | | | | | | | | | | | | | [ 9043] Update MANIFEST for new test. [ 9042] Some tests for Camel 3rd edition features. Make gethostbyaddr() test in above work. p4raw-link: @9043 on //depot/perlio: ddc2b5face5a2af5dff28b9b205dfa4b76f5c8e1 p4raw-link: @9042 on //depot/perlio: 595ae48196d4b0901d4a1aee37333fa960a6031f p4raw-id: //depot/perl@9046
| * Some tests for Camel 3rd edition features.Nick Ing-Simmons2001-03-053-14/+52
| | | | | | | | | | Make gethostbyaddr() test in above work. p4raw-id: //depot/perlio@9042
* | Add tr tests for EBCDIC, from Karsten Sperling.Jarkko Hietaniemi2001-03-051-1/+26
| | | | | | p4raw-id: //depot/perl@9038
* | Add matching tests currently failing in EBCDIC,Jarkko Hietaniemi2001-03-051-21/+38
| | | | | | | | | | suggested by Karsten Sperling. p4raw-id: //depot/perl@9036
* | Integrate perlio:Jarkko Hietaniemi2001-03-051-3/+12
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | [ 9032] Encode implementation "completion" Implement and document define_encoding() Implement and document encoding aliases including define_alias() Make Encode::XS use define_encoding() rather than back-door. Move run-time *.enc to separate Encode::Tcl module. Make 'compile' honour <codeset_name> Change canonical names of to iso-8859-* and US-ascii. p4raw-link: @9032 on //depot/perlio: 51ef4e1196e74554150c2d1993b5a0e37f6709c9 p4raw-id: //depot/perl@9034
| * Encode implementation "completion"Nick Ing-Simmons2001-03-051-3/+12
| | | | | | | | | | | | | | | | | | | | Implement and document define_encoding() Implement and document encoding aliases including define_alias() Make Encode::XS use define_encoding() rather than back-door. Move run-time *.enc to separate Encode::Tcl module. Make 'compile' honour <codeset_name> Change canonical names of to iso-8859-* and US-ascii. p4raw-id: //depot/perlio@9032
| * Integrate mainlineNick Ing-Simmons2001-03-054-25/+49
| |\ | |/ |/| p4raw-id: //depot/perlio@9027
| * Integrate mainline.Nick Ing-Simmons2001-03-016-85/+12
| |\ | | | | | | p4raw-id: //depot/perlio@8976
| * \ Integrate mainlineNick Ing-Simmons2001-02-262-3/+9
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@8954
| * \ \ Integrate mainline.Nick Ing-Simmons2001-02-251-2/+0
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@8939
* | | | | Retracting \N{U+HHHH}.Jarkko Hietaniemi2001-03-051-12/+3
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@9025
* | | | | pattern in G_ARRAY contextJeff Pinyan2001-03-041-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@9018
* | | | | More tr/// UTF-8 fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-041-1/+11
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@9015
* | | | | Add the \N{U+HHHH} syntax.Jarkko Hietaniemi2001-03-041-3/+12
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@9014
* | | | | UTF8 tr/// fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-031-3/+22
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@9008
* | | | | t/pod/find.t on VMSCraig A. Berry2001-03-031-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com> p4raw-id: //depot/perl@9001
* | | | | Integrate changes #8997,8999 from maintperl.Jarkko Hietaniemi2001-03-031-0/+9
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH 5.6.1] compiling on OS/2 (Better error message from hints/os2.sh) Subject: [PATCH 5.6.1] syslog.t p4raw-link: @8999 on //depot/maint-5.6/perl: 1d1f4060a256037d3512259fe4c8a06dfa47e060 p4raw-link: @8997 on //depot/maint-5.6/perl: 44fb3a8ab385118a630b811ac7a33489c856e76b p4raw-id: //depot/perl@9000 p4raw-integrated: from //depot/maint-5.6/perl@8996 'copy in' hints/os2.sh (@8156..) 'merge in' t/lib/syslog.t (@8173..)
* | | | Retract #8970 because of a completely mysterious core dump:Jarkko Hietaniemi2001-03-011-42/+16
| | | | | | | | | | | | | | | | | | | | | | | | adding the tests 241..244 causes op/pat dump core at test #25. The test needs a lot of whittling down before the bug can be solved. p4raw-id: //depot/perl@8973
* | | | Add back the EBCDIC character range tests (for matching).Jarkko Hietaniemi2001-03-011-16/+42
| | | | | | | | | | | | p4raw-id: //depot/perl@8970
* | | | Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-283-27/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | retract toke.c/qu parts of #8583, retract #8485, retract or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl, op/length.t, and MANIFEST, and delete t/op/qu.t. p4raw-id: //depot/perl@8967
* | | | Retract #8865 and #8869, un?pack C now again agree with Camel 3Jarkko Hietaniemi2001-02-282-51/+2
| | | | | | | | | | | | | | | | | | | | | | | | by not changing from pre-Unicode days into being Unicode-aware. Sniff. p4raw-id: //depot/perl@8966
* | | | Re: Compile with perlcc..Edward Peschko2001-02-272-7/+7
| |_|/ |/| | | | | | | | | | | | | | | | | Message-ID: <20010226185158.A9871@excitehome.net> plus add a simple usage message if no arguments given. p4raw-id: //depot/perl@8955
* | | PATCH: extra tests to check on negative float to unsigned castJeff Okamoto2001-02-261-1/+7
| | | | | | | | | | | | | | | Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com> p4raw-id: //depot/perl@8950
* | | Add more known sprintf failures.Jarkko Hietaniemi2001-02-261-2/+2
| |/ |/| | | p4raw-id: //depot/perl@8944
* | Script wasn't aligned with reality.Jarkko Hietaniemi2001-02-251-2/+0
| | | | | | p4raw-id: //depot/perl@8937
* | Retract #8929,8930,8932,8933 for now.Jarkko Hietaniemi2001-02-252-69/+22
| | | | | | p4raw-id: //depot/perl@8935
* | Integrate perlio:Jarkko Hietaniemi2001-02-251-7/+18
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8927] Change method names in Encode implementation classes to something less confusing (preparing to "go public"). [ 8926] GCC __atribute__ / printf fix [ 8925] Checked in the wrong one ... [ 8923] Encode API documentation nd tidy up. Minor additions to test. Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length. Adds STRLEN to standard typemap. p4raw-link: @8927 on //depot/perlio: 50d2698546d7dba5ed48b29bf1c13887b041a4ba p4raw-link: @8926 on //depot/perlio: c745e42cb33cb9fcfc4d47fe732cfa4725aa5d07 p4raw-link: @8925 on //depot/perlio: 2a936312a7ab627c98624c1ea83115246309b3d7 p4raw-link: @8923 on //depot/perlio: 4411f3b60960504e67715e05eb0ed3192bfff8fc p4raw-id: //depot/perl@8934
| * Change method names in Encode implementation classes to somethingNick Ing-Simmons2001-02-251-4/+4
| | | | | | | | | | less confusing (preparing to "go public"). p4raw-id: //depot/perlio@8927
| * Integrate mainline - to see what Jarkko has in ...Nick Ing-Simmons2001-02-245-40/+89
| |\ | | | | | | p4raw-id: //depot/perlio@8924
| * | Encode API documentation nd tidy up.Nick Ing-Simmons2001-02-241-3/+14
| | | | | | | | | | | | | | | | | | | | | Minor additions to test. Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length. Adds STRLEN to standard typemap. p4raw-id: //depot/perlio@8923
| * | Integrate mainlineNick Ing-Simmons2001-02-246-56/+58
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@8920
| * \ \ Integrate mainlineNick Ing-Simmons2001-02-2115-101/+310
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@8878
| * \ \ \ Integrate mainlineNick Ing-Simmons2001-02-1814-246/+367
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@8833
| * | | | | Integrate mainlineNick Ing-Simmons2001-02-179-49/+262
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8817
| * | | | | Integrate mainlineNick Ing-Simmons2001-02-093-49/+105
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8751
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-02-0514-1/+315
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8700
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-02-021-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8679
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-02-012-12/+194
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8668
| * \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-01-3012-65/+97
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8619
| * \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-01-275-32/+123
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8567
| * \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-01-261-24/+41
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8554
| * \ \ \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-01-252-2/+74
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@8550