summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* [perl #113932] UNIVERSAL::can with globs and globrefsFather Chrysostomos2013-07-081-3/+3
* Remove trailing dots in t/porting/readme.t on VMS.Craig A. Berry2013-07-071-0/+1
* Invert the build logic for miniperlmain.c and ExtUtils::MiniperlNicholas Clark2013-07-071-1/+2
* to-do tests for #113932 (UNIVERSAL::can and handles)Father Chrysostomos2013-07-061-1/+9
* [perl #117917] /(?{ m|...| }) (?{ $1 })/Father Chrysostomos2013-07-061-0/+2
* Move File::Find from lib/ to ext/Nicholas Clark2013-07-051-1/+1
* Introduce validate_proto / stop stripping spacesPeter Martini2013-07-051-1/+1
* PATCH: [perl #114178] di/ds/ig exempt from warnings in void contextKarl Williamson2013-07-041-1/+7
* t/lib/warnings/utf8: Fix improper TODO testKarl Williamson2013-07-031-2/+2
* Move VMS::Filespec from vms/ext to ext/Nicholas Clark2013-07-021-1/+1
* Skip most of FindExt's tests for troublesome configurations.Nicholas Clark2013-07-021-28/+32
* In FindExt.t, move the main loop's comparison logic into a subroutine.Nicholas Clark2013-07-021-5/+11
* Minor refactors to FindExt's test, removing code duplication.Nicholas Clark2013-07-021-6/+5
* Thanks to FindExt::apply_config() we're now able to test dynamic extensions.Nicholas Clark2013-07-021-5/+11
* #118675 fix 4 porting/pod_rules.t uses different perl than compiled oneDaniel Dragan2013-07-021-1/+3
* Fix regex seqfault 5.18 regressionKarl Williamson2013-07-011-0/+8
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-013-3/+3
* Remove Makefile targets and tools related to Irix and Tru64 debugging tools.Nicholas Clark2013-07-011-23/+0
* Make t/comp/parser.t get the correct libraries.Craig A. Berry2013-06-301-1/+6
* regenerate t/porting/known_pod_issues.datBrian Gottreu2013-06-281-78/+10
* Run the pedantic checks when regenerating the databaseBrian Gottreu2013-06-281-40/+67
* do not worry about long verbatim lines w/o env varRicardo Signes2013-06-281-8/+15
* Revert "Make t/podcheck.t less sensitive"Ricardo Signes2013-06-282-14/+247
* Reinstate UTF8fFather Chrysostomos2013-06-281-0/+1
* make sure the prototype actually matchesTony Cook2013-06-281-1/+2
* pad.c, S_cv_clone: Maintain the utf8-ness of the cloned cvBrian Fraser2013-06-281-1/+5
* t/porting/readme.t: Check Porting/README.pod consistencyBrian Gottreu2013-06-271-0/+75
* cv_ckproto should disregard spacesPeter Martini2013-06-271-1/+10
* t/re/reg_mesg.t: Add diagnostic output on some failuresKarl Williamson2013-06-261-1/+6
* [perl #117535, #76910] Fix bogus ambiguity warningsFather Chrysostomos2013-06-261-0/+58
* Put all sort arguments in list contextFather Chrysostomos2013-06-261-1/+3
* Put sort arguments in lvalue contextFather Chrysostomos2013-06-261-1/+5
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-261-1/+3
* Added example usage and SEE ALSO links to similar modules in doc for if.pmNeil Bowers2013-06-251-0/+4
* Revert "UTF8f"Karl Williamson2013-06-251-1/+0
* Add tests for a backreference following a literal, which is a different codepathYves Orton2013-06-261-11/+13
* Fix rules for parsing numeric escapes in regexesYves Orton2013-06-253-8/+24
* podcheck.t: Re-enable --add_linkKarl Williamson2013-06-241-5/+7
* perldiag: Correct ‘Unknown Unicode option value’Father Chrysostomos2013-06-231-1/+0
* perldiag: Document ‘SWASHNEW didn't return an HV ref’Father Chrysostomos2013-06-231-1/+0
* perldiag: Correct ‘Repeated format line...’Father Chrysostomos2013-06-231-1/+0
* perldiag: Correct ‘Perl %s required’Father Chrysostomos2013-06-231-1/+0
* perldiag: Correct ‘Pattern subroutine nesting...’Father Chrysostomos2013-06-231-1/+0
* diag.t: Tolerate trailing spaces in C codeFather Chrysostomos2013-06-231-3/+2
* perldiag: Document mprotect errorsFather Chrysostomos2013-06-231-2/+0
* perldiag: Correct ‘length() used on %s’Father Chrysostomos2013-06-231-3/+0
* perldiag: Document ‘internal %<num>p might conflict’Father Chrysostomos2013-06-231-1/+0
* perldiag: Correct ‘Infinite recursion in regex’Father Chrysostomos2013-06-231-1/+0
* perldiag: Correct ‘Don't know how to handle magic’Father Chrysostomos2013-06-231-1/+0
* Stop undef &foo from crashing on lex subsFather Chrysostomos2013-06-231-1/+9