summaryrefslogtreecommitdiff
path: root/plan9/config_sh.sample
Commit message (Collapse)AuthorAgeFilesLines
* 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-211-19/+19
|
* 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-201-19/+19
|
* 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-201-19/+19
|
* 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-211-19/+19
|
* 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-201-19/+19
|
* Bump the perl version in various places for 5.21.2Matthew Horsfall (alh)2014-06-201-19/+19
|
* 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-271-19/+19
|
* bump version to 5.21.0Ricardo Signes2014-05-261-18/+18
|
* bump version to 5.20.0, install 5.20 perldeltaRicardo Signes2014-05-121-22/+22
|
* Bump version for 5.19.12 (not that it's expected to exist...)Steve Hay2014-04-201-19/+19
|
* Bump to Perl version 5.19.11Aaron Crane2014-03-201-19/+19
|
* bump to version 5.19.10 and fix the version number reference in op.cTony Cook2014-02-201-19/+19
|
* Added targetsh to all the canned config filesBrian Fraser2014-01-231-0/+1
|
* bump version to 5.19.9!Ricardo Signes2014-01-201-19/+19
|
* Purge sfio support from configure.com, Configure and related files.Nicholas Clark2013-12-271-4/+1
| | | | | | | Most of these are actually generated, so the maintenance complexity reduction is not as impressive as the diffstat suggests. (Incorporating a fix from Merijn)
* Bump version number from 5.19.7 to 5.19.8.Abigail2013-12-201-19/+19
|
* Bump the perl version in various places for v5.19.7Chris 'BinGOs' Williams2013-11-201-19/+19
|
* Bump version for Perl 5.19.6Steve Hay2013-10-201-19/+19
|
* Bump version for 5.19.5Steve Hay2013-09-201-19/+19
|
* Regenerate Configure and chainsaw voidflagsH.Merijn Brand2013-09-161-2/+0
|
* Remove references to GNU DLD from Configure and config.sh scripts.Nicholas Clark2013-09-051-2/+1
| | | | | Specifically eliminated i_dld, a variable indicating that <dld.h> should be included, and remove dld from the list of wanted libraries.
* Bump version for 5.19.4Steve Hay2013-08-201-19/+19
|
* bump version to v5.19.3Aristotle Pagaltzis2013-07-221-19/+19
|
* bump version to v5.19.2David Golden2013-06-201-19/+19
|
* bump version to 5.19.1Ricardo Signes2013-05-201-19/+19
|
* bump version to 5.19.0Ricardo Signes2013-05-181-18/+18
|
* Bump version to 5.18.0-RC0Ricardo Signes2013-05-071-22/+22
| | | | | | | | This was done with: ./perl -Ilib Porting/bump-perl-version -i 5.17.12 5.18.0 Followed by two tiny manual edits: INSTALL and patchlevel.h
* Bump the perl version in various places for 5.17.12Ricardo Signes2013-04-201-19/+19
| | | | ...even though it should not get released