summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* locale.t: White-space, comment onlysmoke-me/khw-localeKarl Williamson2012-01-181-187/+188
* Add :not_characters parameter to 'use locale'Karl Williamson2012-01-1814-179/+814
* locale.t: Don't bother testing locales with malformed namesKarl Williamson2012-01-181-13/+14
* locale.t: remove unused debug stuffKarl Williamson2012-01-181-7/+0
* perluniintro: Shorten too-long verbatim linesKarl Williamson2012-01-182-4/+4
* perllocale: Remove trailing blanksKarl Williamson2012-01-181-8/+8
* locale.pm: Mark as internal to CarpKarl Williamson2012-01-181-0/+2
* locale.pm: Pod tweaksKarl Williamson2012-01-181-6/+7
* regexp.h: Update commentKarl Williamson2012-01-181-3/+4
* perllocale: Add caveat on UTF-8 localesKarl Williamson2012-01-181-4/+11
* op.c: Call macro instead of using explicit bitKarl Williamson2012-01-181-2/+2
* locale.t: In-line function to its only callKarl Williamson2012-01-181-5/+2
* locale.t: White-space, comment-only changesKarl Williamson2012-01-181-5/+7
* locale.t: Add names for some testsKarl Williamson2012-01-181-1/+24
* locale.t: Don't use hard-coded test numbersKarl Williamson2012-01-181-47/+83
* localet.t: Change variable nameKarl Williamson2012-01-181-3/+3
* locale.t: croak isn't loadedKarl Williamson2012-01-181-1/+1
* locale.t: Revise testsKarl Williamson2012-01-181-3/+9
* locale.t: Comments, white-space onlyKarl Williamson2012-01-181-4/+4
* locale.t: Remove unset variables.Karl Williamson2012-01-181-16/+0
* locale.t: Calculate locale values AFTER setting the localeKarl Williamson2012-01-181-2/+3
* locale.t: Don't test a locale twiceKarl Williamson2012-01-181-0/+1
* locale.t: Remove hard-coded test numberKarl Williamson2012-01-181-4/+6
* locale.t: Move test plan to endKarl Williamson2012-01-151-6/+5
* locale.t: Remove test numbers from callsKarl Williamson2012-01-151-106/+105
* locale.t: Start removing hard-coded test numbersKarl Williamson2012-01-151-7/+10
* perldelta up to 55b5114f4Father Chrysostomos2012-01-141-1/+22
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-142-1/+45
* perldelta up to 9f71cfe6ef2Father Chrysostomos2012-01-141-3/+95
* In vmsify, leave ../ path components alone.Craig A. Berry2012-01-142-9/+4
* Un-TODO some VMS file spec tests under EFS.Craig A. Berry2012-01-141-6/+6
* Make lstat($ioref) and lstat($gv) consistentFather Chrysostomos2012-01-142-8/+12
* stat.t: Make test for -T _ and lstat more robustFather Chrysostomos2012-01-141-2/+2
* Document the data columns in vms/ext/filespec.t.Craig A. Berry2012-01-141-0/+9
* Stop inadvertently skipping Spec.t on VMS.Craig A. Berry2012-01-141-4/+4
* pp_sys.c: goto mustn’t skip initialisationFather Chrysostomos2012-01-141-1/+2
* perldelta up to 7c2b3c783bFather Chrysostomos2012-01-141-2/+25
* magic.t: Correct miniperl skip countFather Chrysostomos2012-01-141-1/+1
* -T "unreadable file" should set stat info consistentlyFather Chrysostomos2012-01-143-3/+18
* stat.t: Add bug numberFather Chrysostomos2012-01-141-0/+1
* Don’t emit unopened warning for other stat(HANDLE) errorFather Chrysostomos2012-01-141-1/+4
* Make -T BADHANDLE set errno with fatal warningsFather Chrysostomos2012-01-142-2/+13
* Make -l HANDLE set PL_laststatval with fatal warningsFather Chrysostomos2012-01-142-2/+9
* Make -T HANDLE and -B HANDLE always set last stat typeFather Chrysostomos2012-01-132-3/+9
* pp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_statname)Father Chrysostomos2012-01-131-2/+1
* Make -T _ and -B _ always set PL_laststatvalFather Chrysostomos2012-01-132-3/+9
* pp_sys.c: Remove space from lstat($ioref) warningFather Chrysostomos2012-01-133-2/+6
* pp_sys.c:pp_fttext: Don’t extend the stack after poppingFather Chrysostomos2012-01-131-1/+3
* Squash repetitititive code in doio.c:my_stat_flagsFather Chrysostomos2012-01-131-8/+3
* Make failed filetests consistent with & w/out fatal warningsFather Chrysostomos2012-01-132-3/+32