summaryrefslogtreecommitdiff
path: root/Cross
Commit message (Collapse)AuthorAgeFilesLines
* patchlevel: we are now perl v5.23.1Ricardo Signes2015-06-202-40/+40
|
* infnan: move the mantbits definitions from perl.h to ConfigureJarkko Hietaniemi2015-06-121-0/+1
| | | | (this way they will be available via %Config)
* infnan: Configure scan for fp mantissa bytesJarkko Hietaniemi2015-06-121-0/+2
|
* infnan: Configure scan for infnan bytesJarkko Hietaniemi2015-06-121-0/+4
|
* bump version to v5.23.0Ricardo Signes2015-06-012-38/+38
|
* bump version to v5.22.0 with Porting/bump-perl-versionRicardo Signes2015-05-082-46/+46
|
* Bump version for 5.21.12 (although it's unlikely to happen)Steve Hay2015-04-212-40/+40
|
* Bump version for 5.21.11 (if that happens)Steve Hay2015-03-202-40/+40
|
* Change name of mro.cKarl Williamson2015-03-191-2/+2
| | | | | | | | | This is to prevent a conflict showing up on z/OS (os390) because this file's name is the same as one in /ext, and there are functions cross-referenced between them, and the loader on that platform can't deal with this. See http://nntp.perl.org/group/perl.perl5.porters/226612
* added link to announcementSawyer X2015-02-212-40/+40
|
* Remove some remnants of x2p, which was removed by commit e5a8a0fbd7Steve Hay2015-02-181-43/+2
| | | | | | | | | | | | | | References to PERL_FOR_X2P probably have to stay in case any third-party code is #defining it. Likewise, NO_PERL_TYPEDEFS in vms/vmsish.h has to stay because it actually is used by App::a2p. Cross/Makefile.SH.patch still needs regenerating since it contains references to x2p in the top-level Makefile.SH which were removed by e5a8a0fbd7. A few other references to x2p/a2p/find2p/s2p still remain, which I am less sure about removing, plus some others in documentation which should stay anyway.
* Configure: lrintl, lroundl, llrintl, llroundlJarkko Hietaniemi2015-02-021-0/+4
|
* More bumpbing of version number to 5.21.9. Missed this yesterday.Matthew Horsfall2015-01-212-40/+40
|
* Bump version number to 5.21.8Max Maischein2014-12-212-40/+40
| | | | | Add 5.21.8 in Module::CoreList Point Maintainers.pl to new version of Module::CoreList
* Configure syncupH.Merijn Brand2014-11-231-0/+3
| | | | | Some of these changes also made it upstream to the dist svn repo. OpenSource++
* Bump the perl version in various places for 5.21.7Chris 'BinGOs' Williams2014-11-212-40/+40
|
* checkcfgvar.pl --regen --default=undef; make regenJarkko Hietaniemi2014-11-141-0/+35
|
* Configure: add doublekind for the format of double.Jarkko Hietaniemi2014-11-021-0/+1
|
* Bump the perl version in various places for 5.21.6Abigail2014-10-202-40/+40
|
* PATCH: [perl #122252] international currency formatting (POSIX.1-2008)Andrew Fresh2014-09-221-0/+1
| | | | | | | | Add the new portions of locale currency formatting that are specified in POSIX.1-2008 The commiter (Karl Williamson) made the trivial indentation changes asked for by H. Merijn Brand, and added a perldelta entry
* Bump version to 5.21.5Steve Hay2014-09-202-40/+40
|
* Configure -Dusequadmath.Jarkko Hietaniemi2014-09-191-0/+1
|
* Configure for <quadmath.h>Jarkko Hietaniemi2014-09-191-0/+1
|
* Configure: scan for truncl.Jarkko Hietaniemi2014-09-071-0/+1
| | | | (C99 version of aintl)
* POSIX math: Configure scan fpgetroundJarkko Hietaniemi2014-08-311-0/+1
| | | | Legacy BSD way of fegetround.
* POSIX math: Configure scan d_fegetround and i_fenv.Jarkko Hietaniemi2014-08-311-0/+2
|
* POSIX math: Configure scan for acosh.Jarkko Hietaniemi2014-08-311-0/+1
|
* POSIX math: Configure scan for j0 and j0l.Jarkko Hietaniemi2014-08-311-0/+2
| | | | | (j0 is canary forthe Bessel functions, common math.h extensions, not dependent on C99, j0l is its long double version.)
* Configure: add i_stdint.Jarkko Hietaniemi2014-08-301-0/+1
|
* Configure scan for fp_classl().Jarkko Hietaniemi2014-08-241-0/+1
|
* Configure scan for fp_classify().Jarkko Hietaniemi2014-08-241-0/+1
|
* Bump version number from 5.21.3 to 5.21.4Peter Martini2014-08-212-40/+40
|
* Configure for isfinitel / isinfl.Jarkko Hietaniemi2014-08-201-0/+2
|
* Configure scan for ldexplJarkko Hietaniemi2014-08-131-0/+1
|
* Configure scan for the kind of long double we haveJarkko Hietaniemi2014-08-131-0/+1
| | | | (Somewhat like quadkind, but for the format of the long double)
* Bump version number from 5.21.2 to 5.21.3Abigail2014-07-202-40/+40
|
* Bump the perl version in various places for 5.21.2Matthew Horsfall (alh)2014-06-202-40/+40
|
* Remove MAD.Jarkko Hietaniemi2014-06-132-5/+2
| | | | | | MAD = Misc Attribute Decoration; unmaintained attempt at preserving the Perl parse tree more faithfully so that automatic conversion to Perl 6 would have been easier.
* Protect against ptrdiff_t not being available.Brian Fraser2014-06-131-0/+1
| | | | | This is primarily for pedantic builds; ptrdiff_t is now standard, and had already been in use in the core without guards.
* Fix cbacktraceH.Merijn Brand2014-06-111-0/+1
|
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+4
| | | | | | | | Useful for at least debugging. Supported in Linux and OS X (possibly to some extent in *BSD). See perlhacktips for details.
* undoubled bad quotingH.Merijn Brand2014-06-051-2/+2
|
* Probe for working wcscmp and wcsxfrmH.Merijn Brand2014-06-051-0/+2
|
* bump version to 5.21.1Ricardo Signes2014-05-272-40/+40
|
* bump version to 5.21.0Ricardo Signes2014-05-262-38/+38
|
* bump version to 5.20.0, install 5.20 perldeltaRicardo Signes2014-05-122-46/+46
|
* Bump version for 5.19.12 (not that it's expected to exist...)Steve Hay2014-04-202-40/+40
|
* Bump to Perl version 5.19.11Aaron Crane2014-03-202-40/+40
|
* bump to version 5.19.10 and fix the version number reference in op.cTony Cook2014-02-202-40/+40
|
* Added targetsh to all the canned config filesBrian Fraser2014-01-231-0/+1
|