1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Bruno Haible
4719686bcf strtoull: Move AC_LIBOBJ invocations to module description.
* m4/strtoull.m4 (gl_FUNC_STRTOULL): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOULL invocations
from here...
* modules/strtoull (configure.ac): ... to here.
2011-06-16 00:06:58 +02:00
Paul Eggert
e1cbfb6b2a strtoull: remove dependency on strtoul
This is like the strtoll change.
* modules/strtoull (Files): Add lib/strtol.c, lib/strtoul.c.
(Depends-on): Remove strtoul.
2011-04-24 23:32:18 -07:00
Bruno Haible
0cb3e25997 strtoull does not need unistd. 2008-12-14 02:14:39 +01:00
Ralf Wildenhues
58fe6dca7b strtoull depends on stdlib
* modules/strtoull (Depends-on): Add stdlib.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2008-12-11 19:12:46 +01:00
Bruno Haible
17e17901bb Add strtoull() declaration to <stdlib.h>. 2008-10-19 18:50:15 +02:00
Bruno Haible
1bdc326371 Ensure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT are consistent. 2007-10-31 12:55:02 +01:00
Bruno Haible
5eeec029e8 gnulib-tool now synthesizes the EXTRA_DIST line. 2006-10-13 12:40:22 +00:00
Bruno Haible
e8684643a2 Distribute all lib/* source files through EXTRA_DIST. 2006-10-12 18:52:30 +00:00
Bruno Haible
5143f4e91f Add a license tag to every module. 2004-09-22 15:11:04 +00:00
Bruno Haible
6f99528a90 Add a Maintainer. 2003-01-20 10:02:37 +00:00
Bruno Haible
2e82f91f46 Add module descriptions. 2003-01-13 16:07:17 +00:00
Bruno Haible
740e9a30ef Module description. 2002-12-31 13:46:30 +00:00