| Commit message (Expand) | Author | Age | Files | Lines |
* | handy.h: Add full complement of isIDCONT() macros | Karl Williamson | 2012-12-23 | 3 | -4/+54 |
* | ext/XS-APItest/t/handy.t: White-space only | Karl Williamson | 2012-12-23 | 1 | -18/+18 |
* | ext/XS-APItest/t/handy.t: Work better on platforms sans proper locales | Karl Williamson | 2012-12-23 | 1 | -2/+4 |
* | handy.h: Create isALPHANUMERIC() and kin | Karl Williamson | 2012-12-22 | 3 | -16/+16 |
* | XS-Typemap: bump version | Karl Williamson | 2012-12-22 | 1 | -1/+1 |
* | when the output isn't RETVAL, update the SV instead of replacing it | Tony Cook | 2012-12-20 | 1 | -2/+0 |
* | TODO the failing T_BOOL tests | Tony Cook | 2012-12-20 | 1 | -0/+2 |
* | T_BOOL failure example | Daniel Dragan | 2012-12-20 | 3 | -1/+20 |
* | The T_BOOL_2 tests should have failed, rewrite and TODO | Tony Cook | 2012-12-20 | 1 | -4/+8 |
* | GDBM_File must cast fatal_func appropriately for the version of gdbm.h | Nicholas Clark | 2012-12-17 | 1 | -1/+10 |
* | Make DosGlob.t more resilient | Father Chrysostomos | 2012-12-16 | 1 | -1/+2 |
* | Typemap.xs: fix warning under clang | David Mitchell | 2012-12-14 | 1 | -1/+1 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 5 | -175/+6 |
* | Eliminate the fifth argument from GDBM_File::TIEHASH. | Nicholas Clark | 2012-12-13 | 5 | -9/+2 |
* | GDBM_File is meant to croak() if the gdbm library has a fatal error. | Nicholas Clark | 2012-12-13 | 3 | -2/+52 |
* | B.xs: silence clang warning | David Mitchell | 2012-12-13 | 1 | -1/+1 |
* | chdir's argument is a directory in DosGlob.t. | Craig A. Berry | 2012-12-13 | 1 | -1/+1 |
* | {Dos,}Glob.xs: Skip freeing during global destruction | Father Chrysostomos | 2012-12-12 | 2 | -0/+6 |
* | Fix occasional failures in svleak.t and DosGlob.t | Father Chrysostomos | 2012-12-12 | 1 | -2/+2 |
* | In DosGlob.xs, add a block around MY_CXT_INIT, as it contains a declaration. | Nicholas Clark | 2012-12-12 | 1 | -0/+2 |
* | scalar(%h = (1,1,1,1)) should return 4, not 2 | Ruslan Zakirov | 2012-12-11 | 1 | -2/+2 |
* | Glob.xs: PL_opfreehook is an interpreter variable | Father Chrysostomos | 2012-12-11 | 1 | -7/+4 |
* | DosGlob: Don’t leak when caller’s op tree is freed | Father Chrysostomos | 2012-12-11 | 3 | -2/+49 |
* | Stop DynaLoader.t from unload File::Glob | Father Chrysostomos | 2012-12-10 | 1 | -2/+8 |
* | Don’t leak when partly iterated glob op is freed | Father Chrysostomos | 2012-12-09 | 1 | -0/+17 |
* | Increase $File::Glob::VERSION to 1.19 | Father Chrysostomos | 2012-12-09 | 1 | -1/+1 |
* | Stop using PL_glob_index for PL_globhook | Father Chrysostomos | 2012-12-09 | 1 | -10/+2 |
* | File::Glob: Don’t use the magic 2nd arg to glob | Father Chrysostomos | 2012-12-09 | 2 | -11/+9 |
* | DosGlob: Don’t use the magic 2nd arg to glob | Father Chrysostomos | 2012-12-09 | 3 | -4/+25 |
* | Increase $File::DosGlob::VERSION to 1.09 | Father Chrysostomos | 2012-12-09 | 1 | -1/+1 |
* | Move File::DosGlob from lib to ext | Father Chrysostomos | 2012-12-09 | 2 | -0/+431 |
* | ext/XS-APItest/t/handy.t: White space only | Karl Williamson | 2012-12-09 | 1 | -16/+16 |
* | XS-APItest: Add tests for handy.h | Karl Williamson | 2012-12-09 | 3 | -12/+455 |
* | Deprecate lexical $_ | Father Chrysostomos | 2012-12-04 | 1 | -1/+1 |
* | encoding.t: Skip 2 tests under debugging | Father Chrysostomos | 2012-12-04 | 1 | -0/+10 |
* | Make isIDFIRST_uni() return identically as isIDFIRST_utf8() | Karl Williamson | 2012-11-29 | 1 | -0/+4 |
* | XS-APItest/t/handy.t: Turn off non_unicode warnings | Karl Williamson | 2012-11-29 | 1 | -0/+1 |
* | Fix up Peek.t to account for preceding commits | Father Chrysostomos | 2012-11-27 | 1 | -3/+5 |
* | Missing dependency in XS::APItest’s Makefile | Father Chrysostomos | 2012-11-25 | 1 | -0/+2 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 21 | -132/+132 |
* | Bump $XS::Typemap::VERSION after previous commit. | Nicholas Clark | 2012-11-22 | 1 | -1/+1 |
* | Add additional tests for T_BOOL typemap | Steffen Mueller | 2012-11-22 | 3 | -1/+14 |
* | Remove improper use of each() in B::walksymtable and fix ext/B/t/xref.t | Yves Orton | 2012-11-22 | 2 | -3/+5 |
* | handy.h: Add isVERTWS_uni(), isVERTWS_utf8() | Karl Williamson | 2012-11-19 | 3 | -1/+18 |
* | XS-APItest/t/handy.t: Refactor | Karl Williamson | 2012-11-19 | 1 | -361/+97 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 2 | -9/+2 |
* | Fix test-skipping logic for File::Glob under no-taint-perl | Steffen Mueller | 2012-11-19 | 1 | -2/+2 |
* | Increase $XS::APItest::VERSION to 0.45 | Father Chrysostomos | 2012-11-17 | 1 | -1/+1 |
* | [perl #115756] Fix XS::APItest::SvIsCOW | Father Chrysostomos | 2012-11-17 | 1 | -1/+1 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 4 | -120/+283 |