summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utf8.h, et.al.: Clean up some castsKarl Williamson2015-12-055-18/+18
* utf8.h: Combine ASCII and EBCDIC defines into oneKarl Williamson2015-12-052-4/+3
* utfebcdic.h: Use an internal macro to avoid repeatingKarl Williamson2015-12-051-15/+12
* utf8.h, utfebcdic.h: Fix-up UTF8_MAXBYTES_CASE defnKarl Williamson2015-12-052-18/+13
* amigaos4: use raise() instead of kill() on ourselvesAndy Broad2015-12-051-1/+14
* hexfp: Use Perl_fp_class_nzero unconditionally.Jarkko Hietaniemi2015-12-041-6/+4
* hexfp: these should be tested only with uselongdouble.Jarkko Hietaniemi2015-12-041-1/+3
* Have more fallbacks for our signbit() emulation.Jarkko Hietaniemi2015-12-031-1/+15
* [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