shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/gl


From: shishi-commit
Subject: CVS shishi/gl
Date: Fri, 17 Sep 2004 13:46:35 +0200

Update of /home/cvs/shishi/gl
In directory dopio:/tmp/cvs-serv21234/gl

Modified Files:
        Makefile.am progname.c progname.h 
Log Message:
Update.


--- /home/cvs/shishi/gl/Makefile.am     2004/09/17 11:34:42     1.42
+++ /home/cvs/shishi/gl/Makefile.am     2004/09/17 11:46:35     1.43
@@ -10,7 +10,7 @@
 # Generated by gnulib-tool.
 #
 # Invoked as: gnulib-tool --import
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool alloca allocsa error exit exitfail extensions getdate 
getdomainname gethostname getline getopt getpass getsubopt gettext gettime 
gettimeofday inet_r mktime progname readlink realloc restrict setenv stdbool 
strcase strchrnul strdup strndup strnlen timegm time_r timespec unlocked-io 
vasnprintf vasprintf xalloc xalloc-die xgetdomainname xgethostname xinet 
xreadlink xsize xstrndup
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl 
--m4-base=gl/m4 --libtool alloca allocsa error extensions getdate getdomainname 
gethostname getline getopt getpass getsubopt gettext gettime gettimeofday 
inet_r mktime progname readlink realloc restrict setenv stdbool strcase 
strchrnul strdup strndup strnlen timegm time_r timespec unlocked-io vasnprintf 
vasprintf xalloc xgetdomainname xgethostname xinet xreadlink xsize xstrndup
 
 AUTOMAKE_OPTIONS = 1.8 gnits
 
@@ -40,10 +40,6 @@
 libgnu_la_SOURCES += allocsa.h allocsa.c
 
 
-libgnu_la_SOURCES += exit.h
-
-libgnu_la_SOURCES += exitfail.h exitfail.c
-
 
 libgnu_la_SOURCES += getdate.h getdate.y
 BUILT_SOURCES += getdate.c
@@ -119,8 +115,6 @@
 
 libgnu_la_SOURCES += xalloc.h xmalloc.c xstrdup.c
 
-libgnu_la_SOURCES += xalloc-die.c
-
 libgnu_la_SOURCES += xgetdomainname.h xgetdomainname.c
 
 libgnu_la_SOURCES += xgethostname.h xgethostname.c
--- /home/cvs/shishi/gl/progname.c      2004/09/08 12:39:42     1.3
+++ /home/cvs/shishi/gl/progname.c      2004/09/17 11:46:35     1.4
@@ -56,7 +56,7 @@
    earlier call to set_program_name.  Return NULL if unknown.  The
    short program name is computed by removing all directory names and
    path separators. */
-char *
+const char *
 get_short_program_name (void)
 {
   const char *slash = NULL;
--- /home/cvs/shishi/gl/progname.h      2004/09/08 12:39:42     1.5
+++ /home/cvs/shishi/gl/progname.h      2004/09/17 11:46:35     1.6
@@ -39,7 +39,7 @@
    earlier call to set_program_name.  Return NULL if unknown.  The
    short program name is computed by removing all directory names and
    path separators. */
-extern char *get_short_program_name (void);
+extern const char *get_short_program_name (void);
 
 
 #ifdef __cplusplus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]