cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/m4 ChangeLog gnulib-cache.m4 gnulib-comp.m...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/m4 ChangeLog gnulib-cache.m4 gnulib-comp.m...
Date: Wed, 12 Apr 2006 19:51:23 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/04/12 19:51:23

Modified files:
        m4             : ChangeLog gnulib-cache.m4 gnulib-comp.m4 
Added files:
        m4             : _inttypes_h.m4 full-header-path.m4 
                         include_next.m4 

Log message:
        * _inttypes_h.m4, full-header-path.m4, include_next.m4: New files, pre
        GNULIB.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/ChangeLog.diff?tr1=1.160&tr2=1.161&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/_inttypes_h.m4?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/full-header-path.m4?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/gnulib-cache.m4.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/gnulib-comp.m4.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/m4/include_next.m4?rev=1.1

Patches:
Index: ccvs/m4/ChangeLog
diff -u ccvs/m4/ChangeLog:1.160 ccvs/m4/ChangeLog:1.161
--- ccvs/m4/ChangeLog:1.160     Fri Apr  7 17:18:09 2006
+++ ccvs/m4/ChangeLog   Wed Apr 12 19:51:23 2006
@@ -1,3 +1,8 @@
+2006-04-12  Derek Price  <address@hidden>
+
+       * _inttypes_h.m4, full-header-path.m4, include_next.m4: New files, pre
+       GNULIB.
+
 2006-04-07  Derek Price  <address@hidden>
 
        Import strtoumax module from GNULIB.
Index: ccvs/m4/gnulib-cache.m4
diff -u ccvs/m4/gnulib-cache.m4:1.5 ccvs/m4/gnulib-cache.m4:1.6
--- ccvs/m4/gnulib-cache.m4:1.5 Fri Apr  7 17:18:09 2006
+++ ccvs/m4/gnulib-cache.m4     Wed Apr 12 19:51:23 2006
@@ -14,10 +14,10 @@
 
 
 # Specification in the form of a command-line invocation:
-#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 
--aux-dir=build-aux --macro-prefix=gl allocsa atexit canon-host canonicalize 
closeout dirname dup2 error exit exitfail extensions fnmatch fnmatch-posix 
ftruncate getdate gethostname getline getlogin_r getndelim2 getnline getopt 
getpagesize getpass-gnu gettext gettime gettimeofday glob lstat malloc md5 
memmove minmax mkdir mkstemp mktime nanosleep pagealign_alloc pathmax quotearg 
readlink realloc regex rename restrict save-cwd setenv stat-macros stdbool 
stdint strcase strdup strerror strftime strstr strtoul strtoumax time_r 
timespec tzset unlocked-io vasnprintf vasprintf xalloc-die xgethostname 
xreadlink xsize yesno
+#   gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 
--aux-dir=build-aux --macro-prefix=gl allocsa atexit canon-host canonicalize 
closeout dirname dup2 error exit exitfail extensions fnmatch fnmatch-posix 
ftruncate getdate gethostname getline getlogin_r getndelim2 getnline getopt 
getpagesize getpass-gnu gettext gettime gettimeofday glob inttypes lstat malloc 
md5 memmove minmax mkdir mkstemp mktime nanosleep pagealign_alloc pathmax 
quotearg readlink realloc regex rename restrict save-cwd setenv stat-macros 
stdbool stdint strcase strdup strerror strftime strstr strtoul strtoumax time_r 
timespec tzset unlocked-io vasnprintf vasprintf xalloc-die xgethostname 
xreadlink xsize yesno
 
 # Specification in the form of a few gnulib-tool.m4 macro invocations:
-gl_MODULES([allocsa atexit canon-host canonicalize closeout dirname dup2 error 
exit exitfail extensions fnmatch fnmatch-posix ftruncate getdate gethostname 
getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext 
gettime gettimeofday glob lstat malloc md5 memmove minmax mkdir mkstemp mktime 
nanosleep pagealign_alloc pathmax quotearg readlink realloc regex rename 
restrict save-cwd setenv stat-macros stdbool stdint strcase strdup strerror 
strftime strstr strtoul strtoumax time_r timespec tzset unlocked-io vasnprintf 
vasprintf xalloc-die xgethostname xreadlink xsize yesno])
+gl_MODULES([allocsa atexit canon-host canonicalize closeout dirname dup2 error 
exit exitfail extensions fnmatch fnmatch-posix ftruncate getdate gethostname 
getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext 
gettime gettimeofday glob inttypes lstat malloc md5 memmove minmax mkdir 
mkstemp mktime nanosleep pagealign_alloc pathmax quotearg readlink realloc 
regex rename restrict save-cwd setenv stat-macros stdbool stdint strcase strdup 
strerror strftime strstr strtoul strtoumax time_r timespec tzset unlocked-io 
vasnprintf vasprintf xalloc-die xgethostname xreadlink xsize yesno])
 gl_AVOID([])
 gl_SOURCE_BASE([lib])
 gl_M4_BASE([m4])
Index: ccvs/m4/gnulib-comp.m4
diff -u ccvs/m4/gnulib-comp.m4:1.13 ccvs/m4/gnulib-comp.m4:1.14
--- ccvs/m4/gnulib-comp.m4:1.13 Fri Apr  7 17:18:09 2006
+++ ccvs/m4/gnulib-comp.m4      Wed Apr 12 19:51:23 2006
@@ -63,6 +63,7 @@
   gl_GETTIME
   AC_FUNC_GETTIMEOFDAY_CLOBBER
   gl_GLOB
+  gl_INTTYPES_H
   gl_FUNC_LSTAT
   AC_FUNC_MALLOC
   gl_MBCHAR
@@ -200,6 +201,7 @@
   lib/glob.c
   lib/glob_.h
   lib/intprops.h
+  lib/inttypes.h
   lib/lstat.c
   lib/lstat.h
   lib/malloc.c
@@ -298,6 +300,7 @@
   lib/xsize.h
   lib/yesno.c
   lib/yesno.h
+  m4/_inttypes_h.m4
   m4/alloca.m4
   m4/allocsa.m4
   m4/atexit.m4
@@ -323,6 +326,7 @@
   m4/fnmatch.m4
   m4/fpending.m4
   m4/ftruncate.m4
+  m4/full-header-path.m4
   m4/getaddrinfo.m4
   m4/getcwd-path-max.m4
   m4/getcwd.m4
@@ -343,6 +347,7 @@
   m4/glibc21.m4
   m4/glob.m4
   m4/iconv.m4
+  m4/include_next.m4
   m4/intdiv0.m4
   m4/intmax.m4
   m4/intmax_t.m4




reply via email to

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