summaryrefslogtreecommitdiff
path: root/t/pragma
Commit message (Expand)AuthorAgeFilesLines
* Avaunt, you foul UTF-8 tests.Jarkko Hietaniemi2000-12-051-25/+1
* Continue utf8 dispersal.Jarkko Hietaniemi2000-12-051-78/+1
* Remove an unnecessary 'use utf8' (unnecessary because \x{...}Jarkko Hietaniemi2000-12-051-5/+2
* Split off the UTF-8 decoder tests, make them to check alsoJarkko Hietaniemi2000-12-051-171/+1
* Start migrating bits of pragma/utf8 to elsewhereJarkko Hietaniemi2000-12-051-70/+1
* Raw zero bytes in text files confuse at least GNU patch 2.1.Jarkko Hietaniemi2000-12-031-1/+4
* Some help for 20001130.011. Now one gets warnings likeJarkko Hietaniemi2000-12-011-0/+19
* Restore also the locale test to no-sprintf-taint state.Jarkko Hietaniemi2000-11-271-3/+3
* Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINST...Benjamin Holzman2000-11-261-1/+1
* Fix locale inconsistencies unearthed by Hugo's work.Jarkko Hietaniemi2000-11-261-3/+3
* small cleanup task for test suitePeter Prymmer2000-11-221-0/+1
* Win32 PerlIO intermediate state now working as expected.Nick Ing-Simmons2000-11-221-4/+13
* add system locale testing for VMSPeter Prymmer2000-11-201-0/+9
* Linenumber fix.Jarkko Hietaniemi2000-11-151-2/+2
* EBCDIC tweaks.Peter Prymmer2000-11-151-0/+6
* Disable only the tests 99 and 166 for UTF-8 locales.Jarkko Hietaniemi2000-11-091-4/+9
* Fix forH.Merijn Brand2000-11-091-2/+2
* More VMS moves on environment handling, from Charles Lane.Jarkko Hietaniemi2000-11-091-2/+6
* Do not test UTF-8 locales since that the tests would requireJarkko Hietaniemi2000-11-081-0/+3
* Locale buglets.Vadim Konovalov2000-11-081-1/+1
* Deleting $ENV{PATH} in VMS is not recommendable.Jarkko Hietaniemi2000-11-081-1/+2
* Forgot to bump the line numbers in #7601.Jarkko Hietaniemi2000-11-081-3/+3
* Try to avoid flockless and emulationless places.Jarkko Hietaniemi2000-11-081-1/+3
* Sanitize the environment further.Jarkko Hietaniemi2000-11-061-1/+3
* Test tweak: show also the failed locales.Lupe Christoph2000-11-051-9/+31
* Locale tweakery. Add test case for bug id 20000809.003 to op/misc,Jarkko Hietaniemi2000-11-041-27/+43
* Make \x{...} consistently produce UTF-8.Simon Cozens2000-10-291-6/+80
* Re: [PATCH bleadperl] ripples from constsub patchJohn Tobey2000-10-271-2/+2
* Allow poking holes at the UTF-8 decoding strictness.Jarkko Hietaniemi2000-10-251-4/+4
* Make the UTF-8 decoding stricter and more verbose whenJarkko Hietaniemi2000-10-242-3/+170
* Move the #7390 test from warn/op to comp/redef.John Tobey2000-10-221-15/+0
* Testcases for a #7383,#7385 related bug.Nicholas Clark2000-10-211-1/+16
* Add a testcase for #7389.Jarkko Hietaniemi2000-10-211-0/+15
* Fix for ID 20001020.006, concatenating an unset submatchJarkko Hietaniemi2000-10-211-1/+20
* Add the test case for the bug id 20000730.004 which seemsJarkko Hietaniemi2000-10-191-1/+55
* Re: [ID 20001018.008] flip-flop bug when there's no <FH> Hugo van der Sanden2000-10-181-0/+3
* -w cleanup.Stephen P. Potter2000-10-161-3/+3
* split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.Jarkko Hietaniemi2000-10-151-1/+35
* Add test for bug id 20000427.003 (which seems to haveJarkko Hietaniemi2000-10-141-6/+45
* Test cases for bug id 20000323.056 (the bug seems to be fixed).Jarkko Hietaniemi2000-10-141-1/+25
* SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.Jarkko Hietaniemi2000-10-111-1/+31
* Add the test case for #7190, from the original bug reportJarkko Hietaniemi2000-10-101-1/+16
* Make eq work again with utf8 (disabling the upgradingJarkko Hietaniemi2000-10-091-1/+20
* UTF8ize split() so that the cloned substrings get the UTF8Jarkko Hietaniemi2000-10-061-1/+16
* [ID 20001004.003] installman "Ambiguous call resolved as CORE::"nick@babyhippo.com2000-10-041-0/+24
* Fix some recursion in overload.pmDaniel Chetlin2000-09-301-1/+15
* Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constantAbigail2000-09-011-3/+3
* RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constantPaul Marquess2000-09-011-1/+35
* Admit that we are leaking scalars.Spider Boardman2000-08-291-0/+1
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-299-10/+10