summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perllocale: Note that LC_MESSAGES affects $^EKarl Williamson2013-12-161-1/+1
* run/locale.t: Fix bareword errorKarl Williamson2013-12-161-1/+1
* lib/locale.t: Add testsKarl Williamson2013-12-161-0/+6
* lib/locale.t: Move some linesKarl Williamson2013-12-161-3/+4
* posix.t, time.t: Correct saving/restoring localesKarl Williamson2013-12-162-3/+11
* perldelta for b183d514e3eTony Cook2013-12-171-0/+8
* bump $Data::Dumper::VERSIONTony Cook2013-12-171-2/+2
* [perl #82948] use re::regexp_pattern in list context for dumping qr//Tony Cook2013-12-174-21/+64
* perldelta for [perl #120799]Karl Williamson2013-12-161-0/+8
* perldelta for 892089cd68Tony Cook2013-12-171-0/+7
* bump $VERSION for base.pmTony Cook2013-12-171-1/+1
* make base.pm more strict about nonexistent module checkGraham Knop2013-12-175-3/+73
* Fix reference to chmod portability in chownPeter Martini2013-12-171-1/+1
* Add comments that re tests can be commented in col 7Karl Williamson2013-12-162-1/+3
* regcomp.c: Add commentKarl Williamson2013-12-161-2/+6
* PATCH: [perl #120799] 5.18 regression with [:^ascii] and \x80-\xFFKarl Williamson2013-12-162-0/+10
* Get optree_samples.t passing when PERL_UNICODE is setFather Chrysostomos2013-12-161-2/+2
* Add Dabrien Murphy to AUTHORSFather Chrysostomos2013-12-151-0/+1
* [perl #120752] Fix t/op/coreamp.t rand testDabrien 'Dabe' Murphy2013-12-151-1/+5
* perldelta for 6b44ec6808Tony Cook2013-12-161-1/+3
* Make tests work with detached git dirDennis Kaarsemaker2013-12-162-1/+8
* fix format string warnings in regcomp.cTony Cook2013-12-161-1/+2
* [perl #72406] Bad read with do{} until CONSTFather Chrysostomos2013-12-152-3/+27
* Also optimise returning lists: 'return ($one, $two);'Matthew Horsfall2013-12-141-5/+13
* Tests for rpeep optimisations in e45d8982aeMatthew Horsfall (alh)2013-12-141-1/+55
* Fix ‘Can't declare null operation in "my"’Father Chrysostomos2013-12-132-1/+19
* op.c: Factor out two identical yyerror callsFather Chrysostomos2013-12-131-10/+12
* Explain how '--' works in command-line invocation.James E Keenan2013-12-141-0/+3
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-133-1/+54
* cflags.SH: Fix a typo, cflags should be ccflagsBrian Fraser2013-12-111-1/+1
* pod/perlhacktips: Further info on glibc bugKarl Williamson2013-12-091-4/+5
* perlfunc: clarify subroutine value of caller()David Mitchell2013-12-091-2/+4
* WinCE makefile will now hypothetically build git_version.hDaniel Dragan2013-12-091-1/+8
* cleanup ..\git_version.h rule in win32/MakefileDaniel Dragan2013-12-091-3/+1
* perldelta for 64d7628235Tony Cook2013-12-091-1/+3
* Brian Childs is now a perl AUTHORTony Cook2013-12-091-0/+1
* Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET...Brian Childs2013-12-093-2/+80
* Test previously untested branches in lib/File/Find.pm.James E Keenan2013-12-091-1/+30
* Improve commentsKarl Williamson2013-12-082-2/+2
* Silence core test Useless use of greediness modifierKarl Williamson2013-12-082-0/+3
* Error check VMS's backticks stdin inheritance.Craig A. Berry2013-12-081-3/+4
* regcomp.c: Silence compiler warningsKarl Williamson2013-12-071-2/+2
* PATCH: [Perl #42957] Suggesting warning for useless greediness operatorKarl Williamson2013-12-074-1/+29
* regcomp.c: White-space onlyKarl Williamson2013-12-071-3/+3
* Remove tests of $File::Find::untaint_pattern.James E Keenan2013-12-071-26/+1
* Update Unicode-Collate to CPAN version 1.04Chris 'BinGOs' Williams2013-12-073-5/+65
* [Merge] Get minitest passing againFather Chrysostomos2013-12-065-10/+21
|\
| * t/uni/variables.t: Skip $[ test under miniperlFather Chrysostomos2013-12-061-0/+3
| * Skip eintr_print.t under miniperlFather Chrysostomos2013-12-061-2/+2
| * crlf.t: Add skip countFather Chrysostomos2013-12-061-2/+4