mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
Sort dependencies by importance, not alphabetically.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-09-15 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* modules/argmatch, modules/fatal, modules/obstack,
|
||||
modules/xalloc, modules/xgethostname: Sort dependencies by
|
||||
importance, not alphabetically.
|
||||
|
||||
2003-09-14 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* modules/fwriteerror: New file.
|
||||
|
||||
+3
-3
@@ -6,12 +6,12 @@ lib/argmatch.h
|
||||
lib/argmatch.c
|
||||
|
||||
Depends-on:
|
||||
error
|
||||
exit
|
||||
gettext
|
||||
quote
|
||||
error
|
||||
quotearg
|
||||
quote
|
||||
unlocked-io
|
||||
exit
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
+1
-1
@@ -8,8 +8,8 @@ m4/fatal.m4
|
||||
|
||||
Depends-on:
|
||||
error
|
||||
exit
|
||||
unlocked-io
|
||||
exit
|
||||
|
||||
configure.ac:
|
||||
gl_FATAL
|
||||
|
||||
+1
-1
@@ -7,8 +7,8 @@ lib/obstack.c
|
||||
m4/obstack.m4
|
||||
|
||||
Depends-on:
|
||||
exit
|
||||
gettext
|
||||
exit
|
||||
|
||||
configure.ac:
|
||||
gl_OBSTACK
|
||||
|
||||
+4
-4
@@ -8,12 +8,12 @@ lib/xstrdup.c
|
||||
m4/xalloc.m4
|
||||
|
||||
Depends-on:
|
||||
error
|
||||
exit
|
||||
exitfail
|
||||
gettext
|
||||
malloc
|
||||
realloc
|
||||
error
|
||||
gettext
|
||||
exitfail
|
||||
exit
|
||||
|
||||
configure.ac:
|
||||
gl_XALLOC
|
||||
|
||||
@@ -5,10 +5,10 @@ Files:
|
||||
lib/xgethostname.c
|
||||
|
||||
Depends-on:
|
||||
error
|
||||
exit
|
||||
gethostname
|
||||
xalloc
|
||||
error
|
||||
exit
|
||||
|
||||
configure.ac:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user