| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #107366] Allow attributes to set :lvalue on defined sub | Father Chrysostomos | 2012-03-01 | 1 | -11/+11 |
* | re/pat.t: Remove obsolete comment | Karl Williamson | 2012-02-28 | 1 | -3/+1 |
* | (?foo:...) loses passed in charset | Karl Williamson | 2012-02-28 | 1 | -1/+10 |
* | Patch [perl #111400] [:upper:] broken for above Latin1 | Karl Williamson | 2012-02-28 | 1 | -0/+22 |
* | The parser should always close the file handle that it opened. | Nicholas Clark | 2012-02-27 | 1 | -0/+42 |
* | Improve the tests for -x | Nicholas Clark | 2012-02-27 | 3 | -2/+21 |
* | Improve the tests for the -n and -p switches. | Nicholas Clark | 2012-02-27 | 2 | -4/+17 |
* | Simplify platform specific code in t/run/cloexec.t | Nicholas Clark | 2012-02-27 | 1 | -6/+3 |
* | don't taint $$ determined by getpid() | Zefram | 2012-02-25 | 1 | -1/+8 |
* | delay allocating trans table until needed | Zefram | 2012-02-25 | 1 | -1/+10 |
* | "no feature" now means reset to default | Ricardo Signes | 2012-02-22 | 1 | -2/+22 |
* | podcheck.t: Typo in pod | Karl Williamson | 2012-02-19 | 1 | -1/+1 |
* | Make t/porting/authors.t work on Windows | Max Maischein | 2012-02-19 | 1 | -1/+2 |
* | Add t/porting/pending-author.t, fixing a limitation of t/porting/authors.t | Nicholas Clark | 2012-02-18 | 1 | -0/+60 |
* | t/porting/authors.t only needs to pass the Author to checkAUTHORS.pl | Nicholas Clark | 2012-02-18 | 1 | -1/+1 |
* | Longer filenames for while_readdir.t. | Craig A. Berry | 2012-02-18 | 1 | -1/+1 |
* | Test that every function in perlfunc.pod has a summary for Pod::Functions. | Nicholas Clark | 2012-02-18 | 1 | -1/+2 |
* | Add t/porting/perlfunc.t so that porting tests catch problems with perlfunc | Nicholas Clark | 2012-02-18 | 1 | -0/+29 |
* | For make test, move the 'porting' tests before 'lib', 'ext', 'dist' & 'cpan' | Nicholas Clark | 2012-02-17 | 1 | -2/+4 |
* | pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCII | Karl Williamson | 2012-02-15 | 1 | -1/+47 |
* | perl #77654: quotemeta quotes non-ASCII consistently | Karl Williamson | 2012-02-15 | 1 | -3/+40 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -2/+13 |
* | Skip stat.t readability test on VMS. | Craig A. Berry | 2012-02-14 | 1 | -0/+1 |
* | perl #110648, single Unicode prop in inverted class not getting inverted | Karl Williamson | 2012-02-14 | 1 | -0/+3 |
* | regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/i | Karl Williamson | 2012-02-11 | 1 | -0/+5 |
* | reg_posixcc.t: Add tests for \v, \V, \h, \H | Karl Williamson | 2012-02-09 | 1 | -1/+5 |
* | regcomp.c: Use compiled-in inversion lists | Karl Williamson | 2012-02-09 | 1 | -1/+2 |
* | t/re/re_tests: Add Todo test | Karl Williamson | 2012-02-09 | 1 | -0/+2 |
* | README.cygwin now has fewer pod issues, update known_pod_issues.dattonyc/cygnotes | Tony Cook | 2012-02-09 | 1 | -1/+1 |
* | sync version.pm code with CPAN | David Golden | 2012-02-05 | 1 | -1/+1 |
* | In t/porting/authors.t, correct a typo in the git log format string. | Nicholas Clark | 2012-02-05 | 1 | -1/+1 |
* | Unicode 6.1 | Karl Williamson | 2012-02-04 | 1 | -1/+1 |
* | [perl #109762] Stop !$^V from leaking | Father Chrysostomos | 2012-02-03 | 1 | -1/+3 |
* | Revert "Add IO::Socket::IP 0.08 as dual-life module" | Ricardo Signes | 2012-02-03 | 1 | -1/+0 |
* | Add IO::Socket::IP 0.08 as dual-life module | Paul Evans | 2012-02-03 | 1 | -0/+1 |
* | Add 2 more CPAN mods to known_pod_issues.dat | Father Chrysostomos | 2012-02-02 | 1 | -0/+2 |
* | make Carp messages match die properly | Zefram | 2012-02-02 | 2 | -33/+33 |
* | t/op/method.t: Add tests for subless AUTOLOAD and DESTROY | Brian Fraser | 2012-02-01 | 1 | -1/+17 |
* | Move more typemap-related documentation to the typemap doc file | Steffen Mueller | 2012-02-01 | 1 | -1/+1 |
* | Pod-Perldoc is now maintained on CPAN | Florian Ragwitz | 2012-01-31 | 1 | -3/+3 |
* | podcheck.t: Add comment | Karl Williamson | 2012-01-30 | 1 | -0/+1 |
* | stat.t: Use $>, not just $< for skipping | Father Chrysostomos | 2012-01-30 | 1 | -1/+1 |
* | lc.t: Add tests for previously broken IN_UNI_8_BIT | Karl Williamson | 2012-01-29 | 1 | -1/+10 |
* | pod updates for fc and \F | Brian Fraser | 2012-01-29 | 1 | -1/+0 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 5 | -9/+422 |
* | Add the fc keyword in regen/feature.pl | Brian Fraser | 2012-01-29 | 1 | -0/+1 |
* | [perl #109264] ->method(my(...)) forcing lvalue cx | Father Chrysostomos | 2012-01-28 | 1 | -1/+20 |
* | Fix bug #109206: ANCH_MBOL with while /.*/g | Yves Orton | 2012-01-29 | 1 | -1/+13 |
* | fix variable not shared warnings coming from the use statement being executed... | Yves Orton | 2012-01-28 | 1 | -2/+4 |
* | Adjust skip counts in t/op/filetest_t.t. | Craig A. Berry | 2012-01-28 | 1 | -3/+3 |