This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove accidentally-reintroduced WinCE workaround
[perl5.git] / plan9 /
2020-07-17 Sawyer XBump the perl version in various paces for 5.33.1
2020-06-27 Sawyer XBump to 5.33.0
2020-05-30 Sawyer XBump perl version in various places for 5.32.0
2020-05-29 Sawyer XBump perl version in various places for 5.32.0
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-05-19 Tomasz Konojackiadd Configure probe for struct sockaddr_storage
2020-04-28 Sawyer XBump the perl version in various places for 5.31.12
2020-04-09 Sawyer XBump back to 5.31.11, if we need to release it
2020-03-20 Sawyer XBump version to 5.32.0
2020-03-12 Richard Leachgh#10059 - potentially reduce -Wall warnings on plan9...
2020-02-21 reneebBump the perl version in various places for 5.31.10
2020-01-20 Matthew HorsfallBump the perl version in various places for 5.31.9
2019-12-21 Nicolas RBump the perl version in various places for 5.31.8
2019-12-03 Karl WilliamsonRegenerate Configure and friends after metaconfig changes
2019-11-20 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.31.7
2019-10-20 Steve HayBump version to 5.31.6
2019-09-20 Max MaischeinBump Version from 5.31.4 to 5.31.5 in various places
2019-08-20 Tom HukinsBump version to 5.31.4 and update Module::Corelist
2019-07-20 Steve HayBump version to 5.31.3
2019-06-20 Karen Etheridgebump version to 5.31.2
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-05-31 Richard Leach[PATCH] Remove vestiges of mpeix support (removed in...
2019-05-24 Sawyer XBump the perl version in various places for 5.31.1
2019-05-22 Sawyer XBump the perl version in various places for 5.31.0
2019-05-10 Sawyer XBump the perl version in various places for 5.30.0
2019-03-21 Zak B. ElepBump the perl version in various places for 5.29.10
2019-03-04 Karl WilliamsonImprove setlocale() detection in Configure-ish files
2019-03-04 Karl WilliamsonAdd towupper() and towlower() to Configure-ish files
2019-03-04 Karl WilliamsonAdd wctype.h to Configure-ish files
2019-02-21 Nicolas RBump the perl version in various places for 5.29.9
2019-01-20 AbigailBump the perl version in various places for 5.29.8
2018-12-18 AbigailBump the perl version in various places for 5.29.7
2018-11-27 Aaron CraneRely on C89 "const"
2018-11-20 Karen EtheridgeBump the perl version in various places for 5.29.6
2018-10-20 Aaron CraneBump the Perl version for 5.29.5
2018-09-21 John SJ Andersonbumping versions to 5.29.4
2018-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.29.3
2018-07-20 Steve HayBump version to 5.29.2
2018-06-26 Sawyer Xbump version for 5.29.1
2018-06-23 Sawyer XBump version to 5.29.0 and regenerate everything
2018-04-20 Sawyer XFix Module::CoreList versions
2018-04-19 Aaron CraneAdd HAS_STRTOD_L to metaconfig.h and rebuild Configure
2018-04-19 Aaron CraneRebuild Configure from latest units
2018-03-27 H.Merijn Brandd_strchr is C89 and has been removed from Configure
2018-03-20 Todd RinaldoBump the perl version in various places for 5.27.11
2018-03-02 reneebBump version
2018-01-20 AbigailBump the perl version in various places for 5.27.9
2017-12-22 Zeframconfigure probe for mkostemp()
2017-12-22 Zeframconfigure probes for accept4(), dup3(), pipe2()
2017-12-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.27.8
2017-11-20 Karen EtheridgeBump the perl version in various places for 5.27.7
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-10-21 Aaron CraneRely on C89 <string.h>
2017-10-21 Aaron CraneDon't attempt to use non-standard <memory.h>
2017-10-21 Aaron CraneRely on C89 <assert.h>
2017-10-21 Aaron CraneRely on C89 <math.h>
2017-10-21 Aaron CraneRely on C89 strerror()
2017-10-21 Aaron CraneDon't try to use <values.h>
2017-10-21 Aaron CraneRely on C89 <float.h> defining DBL_DIG
2017-10-21 Aaron CraneRely on C89 <float.h>
2017-10-21 Aaron CraneRely on C89 <limits.h>
2017-10-21 Aaron CraneRely on C89 strchr() and strrchr()
2017-10-21 Aaron CraneRely on C89 sprintf() return value semantics
2017-10-21 Aaron CraneRely on C89 <stddef.h>
2017-10-21 Aaron CraneRely on C89 <stdlib.h>
2017-10-21 Aaron CraneRely on C89 <stdarg.h>
2017-10-21 Aaron CraneRely on C89 prototypes
2017-10-21 Aaron CraneDon't pretend to determine whether ansi2knr is needed
2017-10-21 Aaron CraneRely on C89 variadic prototypes
2017-10-21 Aaron CraneRely on C89 vprintf()
2017-10-21 Aaron CraneRely on C89 snprintf()
2017-10-21 Aaron CraneAssume C89 "volatile" keyword
2017-10-21 Aaron CraneAssume we have C89 memchr()
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-10-21 Aaron CraneRemove USE_STRUCT_COPY in favour of C89 struct assignment
2017-10-21 H.Merijn BrandAdd new Configure probes
2017-10-20 Steve HayBump version to 5.27.6
2017-10-13 Dagfinn Ilmari Man... Finish adding memrchr Configure probe
2017-09-20 John SJ AndersonBump perl version to 5.27.5, including Module::CoreList...
2017-09-11 Tony Cookadd probes for openat, unlinkat, renameat, linkat and...
2017-08-21 Matthew HorsfallBump perl version to 5.27.4, including Module::CoreList...
2017-07-20 Aaron CraneBump Perl version from 5.27.2 to 5.27.3
2017-06-22 Eric HermanBump the perl version 5.27.1 -> 5.27.2
2017-06-03 David MitchellBump the perl version in various places for 5.27.1
2017-05-31 Sawyer XBump version: 5.26.0 -> 5.27.0, including fixes
2017-04-20 Sawyer XBump version: 5.25.12 -> 5.26.0
2017-04-19 Sawyer XVersion debump: 5.26.0 -> 5.25.12
2017-03-20 Sawyer XVersion bump: 5.25.11 -> 5.26.0
2017-02-21 reneebbump version to 5.25.11
2017-01-20 AbigailBump the perl version in various places for 5.25.10
2017-01-19 Tony Cook(perl #126228) partly revert 8cc95fdb and fix a3c8358c origin/tonyc/126228-dxsub_sysx
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-20 Sawyer XBump the perl version in various places for 5.25.9
2016-11-20 Chad GranumBump the perl version in various places for 5.25.8
2016-11-12 H.Merijn BrandNo default breaks win32 and VMS
2016-11-11 H.Merijn BrandRemove "." from default @INC when default_inc_excludes_...
2016-10-29 Jarkko HietaniemiConfigure: add defs summarizing doublekind/longdblkind
next