summaryrefslogtreecommitdiff
path: root/lib/bytes.t
Commit message (Collapse)AuthorAgeFilesLines
* Fix enough code to get make test_prep working with -dDusedefaultstrictTodd Rinaldo2020-10-131-2/+9
| | | | | | | | | This change fixes enough code that it's possible to run make test_prep when perl is compiled with -Dusedefaultstrict. There are 2 caveats to this: - Does not address XSLoader/DynaLoader already submitted in another PR. - Does not address cpan/Pod-Usage or cpan/Text-Tabs which continue to be outstanding upstream.
* Various .t files: Use globals to see if on EBCDICKarl Williamson2015-08-251-3/+3
| | | | | These globals are already available; by using them instead of rolling our own, it makes it easer to grep for these kinds of instances.
* [perl #117355] unTODO the [lu]cfirst under bytes testsTony Cook2013-08-121-1/+0
|
* [perl #117355] very basic tests for [ul]c(first)? under use bytesTony Cook2013-08-121-1/+10
| | | | the [lu]cfirst tests are TODO due to #117355
* z/OS: non-CPAN ext and lib + main() without the third arg + Stephen ↵Jarkko Hietaniemi2006-07-131-3/+14
| | | | | | | McCamant's comment Message-ID: <44B67921.6090901@iki.fi> p4raw-id: //depot/perl@28567
* bytes.pm doesn't check undefined subroutine callingSADAHIRO Tomoyuki2005-05-261-1/+7
| | | | | Message-Id: <20050526234321.92F1.BQW10602@nifty.com> p4raw-id: //depot/perl@24585
* Add, document, and test bytes::substr, index, rindex, chr,Jarkko Hietaniemi2003-09-031-1/+15
| | | | | document bytes::ord. p4raw-id: //depot/perl@21016
* test.pl-ify and add a couple of tests.Jarkko Hietaniemi2003-06-141-14/+16
| | | p4raw-id: //depot/perl@19775
* Be UTF-EBCDIC aware.Jarkko Hietaniemi2001-11-271-1/+5
| | | p4raw-id: //depot/perl@13299
* Add a test for the bytes pragma.Jarkko Hietaniemi2001-11-101-0/+28
p4raw-id: //depot/perl@12929