summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+5
* reg_posixcc.t: Add tests for \v, \V, \h, \HKarl Williamson2012-02-091-1/+5
* regcomp.c: Use compiled-in inversion listsKarl Williamson2012-02-091-1/+2
* t/re/re_tests: Add Todo testKarl Williamson2012-02-091-0/+2
* README.cygwin now has fewer pod issues, update known_pod_issues.dattonyc/cygnotesTony Cook2012-02-091-1/+1
* sync version.pm code with CPANDavid Golden2012-02-051-1/+1
* In t/porting/authors.t, correct a typo in the git log format string.Nicholas Clark2012-02-051-1/+1
* Unicode 6.1Karl Williamson2012-02-041-1/+1
* [perl #109762] Stop !$^V from leakingFather Chrysostomos2012-02-031-1/+3
* Revert "Add IO::Socket::IP 0.08 as dual-life module"Ricardo Signes2012-02-031-1/+0
* Add IO::Socket::IP 0.08 as dual-life modulePaul Evans2012-02-031-0/+1
* Add 2 more CPAN mods to known_pod_issues.datFather Chrysostomos2012-02-021-0/+2
* make Carp messages match die properlyZefram2012-02-022-33/+33
* t/op/method.t: Add tests for subless AUTOLOAD and DESTROYBrian Fraser2012-02-011-1/+17
* Move more typemap-related documentation to the typemap doc fileSteffen Mueller2012-02-011-1/+1
* Pod-Perldoc is now maintained on CPANFlorian Ragwitz2012-01-311-3/+3
* podcheck.t: Add commentKarl Williamson2012-01-301-0/+1
* stat.t: Use $>, not just $< for skippingFather Chrysostomos2012-01-301-1/+1
* lc.t: Add tests for previously broken IN_UNI_8_BITKarl Williamson2012-01-291-1/+10
* pod updates for fc and \FBrian Fraser2012-01-291-1/+0
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-295-9/+422
* Add the fc keyword in regen/feature.plBrian Fraser2012-01-291-0/+1
* [perl #109264] ->method(my(...)) forcing lvalue cxFather Chrysostomos2012-01-281-1/+20
* Fix bug #109206: ANCH_MBOL with while /.*/gYves Orton2012-01-291-1/+13
* fix variable not shared warnings coming from the use statement being executed...Yves Orton2012-01-281-2/+4
* Adjust skip counts in t/op/filetest_t.t.Craig A. Berry2012-01-281-3/+3
* Allow prototypes (_@) and (_%)Rafael Garcia-Suarez2012-01-271-1/+16
* Show test names in outputRafael Garcia-Suarez2012-01-271-5/+5
* Allow ${^WARNING_BITS} to turn off lexical warningsFather Chrysostomos2012-01-261-2/+20
* pat.t: Test that . overloading gets passed qr refFather Chrysostomos2012-01-261-1/+18
* stat.t: Skip test when running as rootRainer Tammer2012-01-261-0/+1
* Correctly escape UTF-8 in hash keys in uninitialized warningsRafael Garcia-Suarez2012-01-251-2/+2
* Update known_pod_issues.dat for x2p/psedChris 'BinGOs' Williams2012-01-251-0/+1
* Revert "Regen known_pod_issues.dat"Chris 'BinGOs' Williams2012-01-251-11/+0
* Make the display of the warning "Useless use of a constant (%s)" more robustRafael Garcia-Suarez2012-01-252-18/+20
* Call FETCH once for stacked filetest opsFather Chrysostomos2012-01-241-1/+3
* skip sigdispatch.t on cygwin RT#88814Reini Urban2012-01-241-3/+5
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-232-5/+8
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-0/+4
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-01-231-3/+1
* Don’t allow read-only regexps to be tiedFather Chrysostomos2012-01-231-0/+10
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+13
* [perl #108794] Call special blocks in void contextFather Chrysostomos2012-01-221-1/+19
* [rt.cpan.org #72767] Don’t propagate warnings into do-fileFather Chrysostomos2012-01-221-0/+22
* Regen known_pod_issues.datChris 'BinGOs' Williams2012-01-221-0/+11
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-211-0/+2
* perluniintro: Shorten too-long verbatim linesKarl Williamson2012-01-211-1/+0
* VMS-specific symlink tweak for stat.tCraig A. Berry2012-01-201-1/+3
* Warn for stat(*unopened) after statting fileFather Chrysostomos2012-01-201-0/+5
* [perl #71002] stat() on unopened fh _Father Chrysostomos2012-01-201-1/+11