summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Bump Locale-Codes from 3.36 to 3.37Sullivan Beck2015-12-0330-176/+206
* Update Unicode-Normalize to CPAN version 1.24Chris 'BinGOs' Williams2015-12-034-4/+7
* Update PathTools to CPAN version 3.60Chris 'BinGOs' Williams2015-12-0312-12/+12
* perlxs.pod: clarify PROTOTYPES: behaviour.David Mitchell2015-12-031-1/+5
* threads.t: make stress test less stressyDavid Mitchell2015-12-031-1/+1
* Undo blead customization of Text-ParseWords test scriptSteve Hay2015-12-033-130/+122
* Add the -Wthread-safety also only for clang 3.6 (6.1) or later.Jarkko Hietaniemi2015-12-031-4/+4
* Config-Perl-V bump in Maintainers.plChris 'BinGOs' Williams2015-12-031-1/+1
* Module-CoreList bump in Maintainers.plChris 'BinGOs' Williams2015-12-031-1/+1
* fix the API description of SvLEN_set()David Mitchell2015-12-031-1/+1
* Ensure 'q' works in debugger with RemotePort.Shlomi Fish2015-12-022-3/+24
* Add epigraph for 5.22.1-RC3Steve Hay2015-12-021-0/+19
* Perl 5.22.1-RC3 todaySteve Hay2015-12-021-0/+1
* Revert "Revert "Module::CoreList updates for 5.22.1""Steve Hay2015-12-023-0/+35
* Complete some unfinished Module::CoreList work from commit 7c294235c2Steve Hay2015-12-022-1/+4
* Bump the TSA clang minimum to 3.6 (in Applese 6.1)Jarkko Hietaniemi2015-12-021-4/+6
* For TSA we want 4 or later clang, not just later.Jarkko Hietaniemi2015-12-021-1/+1
* More notes on OS X compiler versions.Jarkko Hietaniemi2015-12-021-8/+39
* /..\G/: use chars, not bytesDavid Mitchell2015-12-022-15/+32
* markstack_grow(): fix debugging stuffDavid Mitchell2015-12-021-2/+3
* rpeep(): silence compiler warningDavid Mitchell2015-12-021-3/+11
* Configure: unbreak -S option now that -O is the defaultAaron Crane2015-12-021-1/+1
* move Win32's $^X code to where all other OSes' $^X code livesDaniel Dragan2015-12-022-11/+8
* Perl_set_caret_X gv_fetch with GV_ADD can't return NULLDaniel Dragan2015-12-021-66/+64
* Perl_magic_set(): remove unused var 's'David Mitchell2015-12-011-7/+8
* hexfp: signbit() works on NVs (nv), not on long doubles (fv).Jarkko Hietaniemi2015-12-011-1/+1
* op/rand.t: better test even spread of random numsDavid Mitchell2015-12-011-106/+50
* t/op/rand.t: modernise testsDavid Mitchell2015-11-301-9/+7
* remove flawed tests from t/op/rand.tDavid Mitchell2015-11-301-61/+12
* Eliminate PerlIOMmap_close()David Mitchell2015-11-302-17/+1
* hexfp: printf %.13a 0.0Jarkko Hietaniemi2015-11-292-13/+30
* hexfp: printf %.13a 1.0Jarkko Hietaniemi2015-11-292-2/+5
* perldelta for deprecation of code points > IV_MAXKarl Williamson2015-11-281-0/+14
* hexfp: printf %a for negative zero.Jarkko Hietaniemi2015-11-282-2/+11
* utf8.c: White-space, comment typos onlyKarl Williamson2015-11-281-6/+6
* Deprecate Unicode code points above IV_MAXKarl Williamson2015-11-2811-30/+171
* perlapi: Account for EBCDIC extend UTF-8 rangeKarl Williamson2015-11-281-20/+41
* utf8.h: Remove use of redundant flagsKarl Williamson2015-11-282-12/+22
* utf8.h: Add clearer #define synonymsKarl Williamson2015-11-282-34/+38
* reformat the FOOMARK macros slightlyDavid Mitchell2015-11-281-5/+12
* FOOMARK debugging macros: fix %d cast; only -DsvDavid Mitchell2015-11-281-8/+12
* Benchmark.t: better diagnosticsDavid Mitchell2015-11-281-22/+22
* Benchmark.t/.pm: deal with short timesDavid Mitchell2015-11-262-5/+18
* Benchmark: move elapsed time calc into methodDavid Mitchell2015-11-261-11/+16
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-2522-183/+204
* toke.c: Remove soon-to-be invalid t assumptionKarl Williamson2015-11-253-14/+17
* ext/XS-APItest/t/utf8.t: Change variable names for clarityKarl Williamson2015-11-251-23/+26
* Output appropriately dire warning for high code pointsKarl Williamson2015-11-252-16/+19
* ext/XS-APItest: Add tests for uvchr_to_utf8()Karl Williamson2015-11-253-4/+188
* Fix uvoffuni_to_utf8_flags() disallowed inputKarl Williamson2015-11-251-2/+1