summaryrefslogtreecommitdiff
path: root/t/porting
Commit message (Expand)AuthorAgeFilesLines
* Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.Nicholas Clark2010-05-291-2/+2
* PATCH: Clean up EBCDIC handling of \cXKarl Williamson2010-05-171-1/+0
* Deal with "\c{", and its kinKarl Williamson2010-04-261-0/+1
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+6
* With $PERL_UNICODE we still need to find utf8.pmH.Merijn Brand2010-01-121-0/+1
* Run t/porting/diag.t from the top-level directory.Nicholas Clark2009-12-191-5/+7
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-301-4/+4
* Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.Nicholas Clark2009-11-151-0/+1
* Documentation for the 'qr' overload.Ben Morrow2009-11-011-1/+0
* ../lib isn't valid after a chdir "..";H.Merijn Brand2009-10-221-0/+1
* Normalise 3 fatal pack/unpack error messages to "panic: %s"Nicholas Clark2009-10-121-3/+0
* porting/manifest.t now tests that all files listed in MANIFEST are present.Nicholas Clark2009-10-111-0/+2
* Add a test for the bootstrap rules for tests in t/Nicholas Clark2009-10-091-0/+47
* Makefile and makefile only exist on case-sensitive file systems, so allow them.Nicholas Clark2009-10-071-2/+4
* Remove BEGIN{}, use '..', part deuxMax Maischein2009-10-072-16/+1
* sort @files once, outside the loop.Nicholas Clark2009-10-061-1/+1
* Standarise t/porting/*.t on ./test.pl, and remove BEGIN boilerplate.Nicholas Clark2009-10-063-13/+16
* podcheck.t now uses MANIFEST to choose which files it should checkJesse Vincent2009-10-051-14/+16
* We don't actually want to check .PL filesJesse Vincent2009-10-051-2/+2
* Check POD in lib/, ext/ and pod/Max Maischein2009-10-051-0/+85
* Remove :raw open mode from testsMax Maischein2009-10-051-2/+2
* Change warning "Unicode character is illegal" to more accurate descriptionRafael Garcia-Suarez2009-10-031-1/+1
* Move t/pod/diag.t to t/porting, as it's really a code consistency test.Nicholas Clark2009-10-011-0/+383
* Move 3 porting sanity tests from t/lib/ to t/porting/, a more natural home.Nicholas Clark2009-09-303-0/+145
* Flipped checkcase.pl from a porting tool to an actual test fileJesse Vincent2009-08-031-0/+36