This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-12-10 Lukas Maiperlgit.pod: update 'git status' sample output
2015-12-10 Lukas Maiperlgit.pod: standardize on % as shell prompt
2015-12-10 Karl Williamsonutf8.h, utfebcdic.h: Add #define
2015-12-10 Karl Williamsonutf8.h: Fix macro definition
2015-12-10 Karl Williamsonutf8.h: Remove unused #define
2015-12-10 Karl Williamsont/lib/warnings/utf8: Add some tests
2015-12-09 Tony CookAchim Gratz is now a perl author
2015-12-09 Achim Gratz[perl #126834] Cygwin cygdrive prefix test
2015-12-09 David Mitchell[MERGE] rpeep() consistent oldoldop -> oldop -> o
2015-12-09 David Mitchellrpeep() assert oldoldop -> oldop -> o form a chain
2015-12-09 David Mitchellrpeep: maintain chain when handling for(reverse..)
2015-12-09 David Mitchellrpeep: maintain chain when del extra nextstates
2015-12-09 David Mitchellstop the eliding of void $pkg_var from assert fail
2015-12-09 Karl Williamsonutf8.c: Fix broken EBCDIC compilation
2015-12-09 Tony Cook[perl #126593] make sure utf8_heavy.pl doesn't depend...
2015-12-09 Karl WilliamsonPerl_uvoffuni_to_utf8_flags() Combine ASCII, EBCDIC...
2015-12-09 Karl Williamsonutf8.c: Extract some code into macros
2015-12-09 Karl Williamsonutf8.c: White-space only
2015-12-09 Karl Williamsonutf8.c: Add some UNLIKELY()
2015-12-09 Karl Williamsonutf8.c: Reorder some tests
2015-12-09 Karl Williamsonutf8.h: Split UNICODE_IS_NONCHAR() into smaller macros
2015-12-08 Aristotle Pagaltzisimprove my rewrite of installhtml’s dir scan
2015-12-08 Steve HayAdd epigraph for 5.22.1-RC4
2015-12-08 Steve HayPerl 5.22.1-RC4 today
2015-12-08 David Mitchellperldelta: davem's significant stuff since 5.23.5
2015-12-08 Craig A. BerryFix t/op/sprintf2.t on VMS
2015-12-07 Aaron CraneFix Emacs dir-local variables
2015-12-07 Ricardo Signesregen charclass_invlists.h
2015-12-07 Doug Bellmention $? in backticks documentation
2015-12-07 Ed Avisstandardize on "lookahead" and "lookaround"
2015-12-07 Steve HayRemove duplicate line from test
2015-12-07 Tony Cookperldelta for 817e3e2c6
2015-12-07 Tony Cook[perl #123991] report an error if we can't parse the...
2015-12-07 Chris 'BinGOs... Update Math-BigInt-FastCalc to CPAN version 0.38
2015-12-06 Karl Williamsonutf8.h, utfebcdic.h: Comments, white-space only
2015-12-06 Jarkko Hietaniemihexfp: test longdblkind directly, instead of doublekind
2015-12-06 Aaron CranePorting/Glossary: fix a set of typos
2015-12-06 Karl Williamsonperldelta: Add note about earlier \p{} changes
2015-12-06 Karl WilliamsonAPItest: Add tests for valid_utf8_to_uvchr
2015-12-06 Karl Williamsont/uni/case.pl: Sort numerics with <=> to get better...
2015-12-06 Karl Williamsonutf8.h: Remove a branch in macro for Unicode surrogates
2015-12-06 Karl Williamsonutf8.h: Add some casts in macros, for safety
2015-12-06 Karl WilliamsonMerge commit for removing EBCDIC special code
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII macros
2015-12-06 Karl Williamsonutf8.h: Refactor macro definition
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII macros
2015-12-06 Karl Williamsonutf8.h: Refactor a macro
2015-12-06 Karl Williamsonutf8.h: Use common macro to avoid repeating
2015-12-06 Karl Williamsonutf8.h: Move #define within file
2015-12-06 Karl Williamsonutf8.h: Combine EBCDIC and ASCII #defines
2015-12-06 Karl Williamsonutf8.h: Move #define to earlier in the file
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-12-06 Karl Williamsonutf8.h: Combine ASCII and EBCDIC defines into one
2015-12-06 Karl Williamsonutfebcdic.h: Use an internal macro to avoid repeating
2015-12-06 Karl Williamsonutf8.h, utfebcdic.h: Fix-up UTF8_MAXBYTES_CASE defn
2015-12-05 Andy Broadamigaos4: use raise() instead of kill() on ourselves
2015-12-05 Jarkko Hietaniemihexfp: Use Perl_fp_class_nzero unconditionally.
2015-12-05 Jarkko Hietaniemihexfp: these should be tested only with uselongdouble.
2015-12-04 Jarkko HietaniemiHave more fallbacks for our signbit() emulation.
2015-12-03 Sullivan Beck[PATCH] Bump Locale-Codes from 3.36 to 3.37
2015-12-03 Chris 'BinGOs... Update Unicode-Normalize to CPAN version 1.24
2015-12-03 Chris 'BinGOs... Update PathTools to CPAN version 3.60
2015-12-03 David Mitchellperlxs.pod: clarify PROTOTYPES: behaviour.
2015-12-03 David Mitchellthreads.t: make stress test less stressy
2015-12-03 Steve HayUndo blead customization of Text-ParseWords test script
2015-12-03 Jarkko HietaniemiAdd the -Wthread-safety also only for clang 3.6 (6...
2015-12-03 Chris 'BinGOs... Config-Perl-V bump in Maintainers.pl
2015-12-03 Chris 'BinGOs... Module-CoreList bump in Maintainers.pl
2015-12-03 David Mitchellfix the API description of SvLEN_set()
2015-12-02 Shlomi FishEnsure 'q' works in debugger with RemotePort.
2015-12-02 Steve HayAdd epigraph for 5.22.1-RC3
2015-12-02 Steve HayPerl 5.22.1-RC3 today
2015-12-02 Steve HayRevert "Revert "Module::CoreList updates for 5.22.1""
2015-12-02 Steve HayComplete some unfinished Module::CoreList work from...
2015-12-02 Jarkko HietaniemiBump the TSA clang minimum to 3.6 (in Applese 6.1)
2015-12-02 Jarkko HietaniemiFor TSA we want 4 or later clang, not just later.
2015-12-02 Jarkko HietaniemiMore notes on OS X compiler versions.
2015-12-02 David Mitchell/..\G/: use chars, not bytes
2015-12-02 David Mitchellmarkstack_grow(): fix debugging stuff
2015-12-02 David Mitchellrpeep(): silence compiler warning
2015-12-02 Aaron CraneConfigure: unbreak -S option now that -O is the default
2015-12-01 Daniel Draganmove Win32's $^X code to where all other OSes' $^X... origin/tonyc/126753-dollar-caret-X
2015-12-01 Daniel DraganPerl_set_caret_X gv_fetch with GV_ADD can't return...
2015-12-01 David MitchellPerl_magic_set(): remove unused var 's'
2015-12-01 Jarkko Hietaniemihexfp: signbit() works on NVs (nv), not on long doubles...
2015-12-01 David Mitchellop/rand.t: better test even spread of random nums
2015-11-30 David Mitchellt/op/rand.t: modernise tests
2015-11-30 David Mitchellremove flawed tests from t/op/rand.t
2015-11-30 David MitchellEliminate PerlIOMmap_close()
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Karl Williamsonperldelta for deprecation of code points > IV_MAX
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-11-29 Karl Williamsonutf8.c: White-space, comment typos only
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-29 Karl Williamsonperlapi: Account for EBCDIC extend UTF-8 range
2015-11-29 Karl Williamsonutf8.h: Remove use of redundant flags
2015-11-29 Karl Williamsonutf8.h: Add clearer #define synonyms
2015-11-28 David Mitchellreformat the FOOMARK macros slightly
2015-11-28 David MitchellFOOMARK debugging macros: fix %d cast; only -Dsv
next