summaryrefslogtreecommitdiff
path: root/modules/intprops
Commit message (Collapse)AuthorAgeFilesLines
* intprops: don’t depend on ‘verify’Paul Eggert2017-05-081-1/+0
| | | | | | | | | | Problem reported by Ævar Arnfjörð Bjarmason in: http://lists.gnu.org/archive/html/bug-gnulib/2017-05/msg00054.html * lib/intprops.h: Do not include verify.h, and move compile-time checks from here ... * tests/test-intprops.c (main): ... to here, if they’re not here already. Check widths of other standard integer types. * modules/intprops (Depends-on): Remove ‘verify’.
* intprops: check two's complement assumptionPaul Eggert2016-04-131-0/+1
| | | | | | | | Suggested by Eric Blake in: http://lists.gnu.org/archive/html/bug-gnulib/2016-04/msg00016.html * lib/intprops.h: Include <verify.h>. Verify that signed char, short, int, long, and (if available) long long are two's complement. * modules/intprops (Depends-on): Add 'verify'.
* Change license of two modules from LGPLv3+ to LGPLv2+.Bruno Haible2008-10-241-1/+1
|
* Relax the license.Bruno Haible2007-10-171-1/+1
|
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-131-1/+0
|
* * modules/intprops: New file.Paul Eggert2006-02-261-0/+21
* MODULES.html.sh (Numeric conversion functions <stdlib.h>): Add intprops. * modules/getloadavg (Files): Remove lib/intprops.h. (Depends-on): Add intprops. * modules/human: Likewise. * modules/inttostr: Likewise. * modules/openat: Likewise. * modules/sig2str: Likewise. * modules/userspec: Likewise. * modules/utimecmp: Likewise. * modules/xnanosleep: Likewise. * modules/xstrtol: Likewise.