summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* Add warnings for use of problematic code pointsKarl Williamson2011-01-091-74/+265
* utf8.c(): Default to allow problematic code pointsKarl Williamson2011-01-091-19/+0
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-074-8/+8
* Most socket ops weren't warning for unopened handles unless 'closed' was enabledNicholas Clark2010-12-301-0/+183
* Convert a pp_sys test to use warnings 'closed', instead of the broader 'io'.Nicholas Clark2010-12-301-2/+2
* pp_leavewrite wasn't warning for unopened handles unless 'closed' was enabled.Nicholas Clark2010-12-301-1/+38
* properly clean up work files from testing GDBM_FileTony Cook2010-12-291-1/+1
* Refactor pp_chomp to process arguments in the same order as pp_chop.Nicholas Clark2010-12-271-2/+2
* update warnings tests to cope with %z now being valid. use %y insteadChip Salzenberg2010-12-171-24/+24
* In dbmt_common.pl, change checkOutput(...) to 5 calls to is().Nicholas Clark2010-12-171-16/+18
* Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.plNicholas Clark2010-12-161-0/+513
* [perl #72090] unitialized variable name wrong with no strict refsFather Chrysostomos2010-12-101-0/+7
* Replaced 'unlink' with 'unlink_all' in t/lib/deprecate.tBrad Gilbert2010-12-081-2/+2
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-0/+8
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-59/+0
* Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-fooNicholas Clark2010-11-251-0/+1
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-0/+10
* Check for deleted stashes when reporting var namesFlorian Ragwitz2010-11-161-0/+7
* [perl #48332] Debugger corrupts symbol table mungingFather Chrysostomos2010-09-301-0/+2
* Fix spellingKarl Williamson2010-09-251-3/+3
* Add (?^...) regex constructKarl Williamson2010-09-201-0/+5
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+13
* segfault on &Internals::* due to missing SvROK()Ævar Arnfjörð Bjarmason2010-09-111-0/+25
* improve registration of warning categoriesRicardo Signes2010-09-101-0/+18
* make qw(...) first-class syntaxZefram2010-09-081-0/+235
* t/lib/common.pl must convert $^X to an absolute path before changing directory.Nicholas Clark2010-09-011-1/+2
* Tests using t/lib/common.pl need to run in separate directories.Nicholas Clark2010-09-014-17/+33
* Add test for deprecation warnings from h2phFlorian Ragwitz2010-09-012-0/+9
* fix [perl #74118] $[ assignment not noisy enoughZefram2010-08-161-1/+6
* use charnames (); failsKarl Williamson2010-08-131-0/+10
* Merge remote branch 'khwilliamson/ncharnames' into bleadRafael Garcia-Suarez2010-07-271-1/+47
|\
| * t/lib/charnames/alias: Add explicit warnings setsKarl Williamson2010-07-131-0/+46
| * charnames: Fix scoping bugsKarl Williamson2010-07-131-1/+1
* | Change function signature of grok_bslash_oKarl Williamson2010-07-271-6/+6
* | Add \o{} escapeKarl Williamson2010-07-172-0/+53
|/
* PATCH: t/lib/common.pl localized $/ setting; allow input 'no_plan'karl williamson (via RT)2010-07-081-2/+8
* t/lib/common.pl can use caller to infer the name of the pragma under test.Nicholas Clark2010-07-011-1/+3
* Convert subs.t to use t/lib/common.plNicholas Clark2010-07-012-1/+84
* Convert charnames.t to use t/lib/common.plNicholas Clark2010-07-012-3/+247
* Convert strict.t to use t/lib/common.plNicholas Clark2010-07-011-2/+2
* Deprecate no space after s/a/b/ and keywordKarl Williamson2010-06-281-1/+4
* Deprecate no space between pattern, following wordKarl Williamson2010-06-181-1/+4
* [perl #70075] no 6; brokenFather Chrysostomos2010-05-311-0/+4
* Revert "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-051-17/+0
* Revert "Fix tests and add one more test for the deprecation warning added in ...Jesse Vincent2010-05-051-7/+6
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-3/+3
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-0/+18
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-0/+18
* | tweak "0x123.456" deprecationZefram2010-05-031-3/+3
* | Fix tests and add one more test for the deprecation warning added in last changeRafael Garcia-Suarez2010-04-231-6/+7