* lib/getdef.c: Use getlong instead of strtol/strtoul.

* libmisc/getlong, lib/getlong.c, libmisc/Makefile.am,
	lib/Makefile.am: getlong.c moved from libmisc/ to lib/.
This commit is contained in:
nekral-guest
2009-04-10 22:35:26 +00:00
parent 1c97cf5c83
commit 84f5ca951c
5 changed files with 50 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* lib/getdef.c: Use getlong instead of strtol/strtoul.
* libmisc/getlong, lib/getlong.c, libmisc/Makefile.am,
lib/Makefile.am: getlong.c moved from libmisc/ to lib/.
2009-04-06 Nicolas François <nicolas.francois@centraliens.net>
* lib/shadow.c: Replace strtol() by getlong(). Also detect more