cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/lib ChangeLog Makefile.am Makefile.gnulib ...


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/lib ChangeLog Makefile.am Makefile.gnulib ...
Date: Fri, 07 Apr 2006 17:17:55 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/04/07 17:17:55

Modified files:
        lib            : ChangeLog Makefile.am Makefile.gnulib 
                         Makefile.in 
Added files:
        lib            : strtoimax.c strtoll.c strtoull.c strtoumax.c 
                         verify.h 

Log message:
        Import strtoumax module from GNULIB.
        * strtoimax.c, strtoll.c, strtoull.c, strtoumax.c, verify.h: New files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/ChangeLog.diff?tr1=1.495&tr2=1.496&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/Makefile.am.diff?tr1=1.106&tr2=1.107&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/Makefile.gnulib.diff?tr1=1.67&tr2=1.68&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/Makefile.in.diff?tr1=1.203&tr2=1.204&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/strtoimax.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/strtoll.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/strtoull.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/strtoumax.c?rev=1.1
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/lib/verify.h?rev=1.1

Patches:
Index: ccvs/lib/ChangeLog
diff -u ccvs/lib/ChangeLog:1.495 ccvs/lib/ChangeLog:1.496
--- ccvs/lib/ChangeLog:1.495    Thu Mar 30 18:13:12 2006
+++ ccvs/lib/ChangeLog  Fri Apr  7 17:17:55 2006
@@ -1,3 +1,8 @@
+2006-04-07  Derek Price  <address@hidden>
+
+       Import strtoumax module from GNULIB.
+       * strtoimax.c, strtoll.c, strtoull.c, strtoumax.c, verify.h: New files.
+
 2006-03-30  Mark D. Baushke  <address@hidden>
 
        * setenv.c, stdint_.h, time_r.c, unsetenv.c: Update from GNULIB.
@@ -46,7 +51,7 @@
 
        * system.h (FOLD_FN_CHAR): Create a VMS alternative of this macro
        (patch suggested by Piet Schuermans <address@hidden>).
-       
+
 2005-10-20  Derek Price  <address@hidden>
 
         * md5.c, md5.h, strcasecmp.c, strncasecmp.c: Update from GNULIB.
Index: ccvs/lib/Makefile.am
diff -u ccvs/lib/Makefile.am:1.106 ccvs/lib/Makefile.am:1.107
--- ccvs/lib/Makefile.am:1.106  Tue Oct  4 02:34:53 2005
+++ ccvs/lib/Makefile.am        Fri Apr  7 17:17:55 2006
@@ -294,6 +294,12 @@
 
 ## end   gnulib module vasprintf
 
+## begin gnulib module verify
+
+libcvs_a_SOURCES += verify.h
+
+## end   gnulib module verify
+
 ## begin gnulib module xalloc-die
 
 libcvs_a_SOURCES += xalloc-die.c
Index: ccvs/lib/Makefile.gnulib
diff -u ccvs/lib/Makefile.gnulib:1.67 ccvs/lib/Makefile.gnulib:1.68
--- ccvs/lib/Makefile.gnulib:1.67       Mon Mar 20 02:21:56 2006
+++ ccvs/lib/Makefile.gnulib    Fri Apr  7 17:17:55 2006
@@ -8,7 +8,7 @@
 # the same distribution terms as the rest of that program.
 #
 # Generated by gnulib-tool.
-# Reproduce by: 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 
time_r timespec tzset unlocked-io vasnprintf vasprintf xalloc-die xgethostname 
xreadlink xsize yesno
+# Reproduce by: 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
 
 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
 
@@ -273,6 +273,12 @@
 
 ## end   gnulib module vasprintf
 
+## begin gnulib module verify
+
+libgnu_a_SOURCES += verify.h
+
+## end   gnulib module verify
+
 ## begin gnulib module xalloc-die
 
 libgnu_a_SOURCES += xalloc-die.c
Index: ccvs/lib/Makefile.in
diff -u ccvs/lib/Makefile.in:1.203 ccvs/lib/Makefile.in:1.204
--- ccvs/lib/Makefile.in:1.203  Mon Mar 20 02:21:56 2006
+++ ccvs/lib/Makefile.in        Fri Apr  7 17:17:55 2006
@@ -76,11 +76,12 @@
        regcomp.c regex.c regex.h regex_internal.c regex_internal.h \
        regexec.c rename.c rpmatch.c save-cwd.c save-cwd.h setenv.c \
        stat-macros.h strcasecmp.c strdup.c strdup.h strerror.c \
-       strftime.c strftime.h strncasecmp.c strstr.c strtol.c \
-       strtoul.c sunos57-select.c tempname.c time_r.c timespec.h \
-       unistd--.h unistd-safer.h unlocked-io.h unsetenv.c \
-       vasnprintf.c vasprintf.c waitpid.c xalloc.h xgetcwd.c \
-       xgetcwd.h xmalloc.c xreadlink.c xreadlink.h yesno.c yesno.h
+       strftime.c strftime.h strncasecmp.c strstr.c strtoimax.c \
+       strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c \
+       sunos57-select.c tempname.c time_r.c timespec.h unistd--.h \
+       unistd-safer.h unlocked-io.h unsetenv.c vasnprintf.c \
+       vasprintf.c waitpid.c xalloc.h xgetcwd.c xgetcwd.h xmalloc.c \
+       xreadlink.c xreadlink.h yesno.c yesno.h
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \
        $(top_srcdir)/m4/acx_with_external_zlib.m4 \
@@ -137,8 +138,11 @@
        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdint_h.m4 \
        $(top_srcdir)/m4/strcase.m4 $(top_srcdir)/m4/strdup.m4 \
        $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/strftime.m4 \
-       $(top_srcdir)/m4/strstr.m4 $(top_srcdir)/m4/strtol.m4 \
-       $(top_srcdir)/m4/strtoul.m4 $(top_srcdir)/m4/sunos57-select.m4 \
+       $(top_srcdir)/m4/strstr.m4 $(top_srcdir)/m4/strtoimax.m4 \
+       $(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoll.m4 \
+       $(top_srcdir)/m4/strtoul.m4 $(top_srcdir)/m4/strtoull.m4 \
+       $(top_srcdir)/m4/strtoumax.m4 \
+       $(top_srcdir)/m4/sunos57-select.m4 \
        $(top_srcdir)/m4/sys_socket_h.m4 $(top_srcdir)/m4/time_r.m4 \
        $(top_srcdir)/m4/timespec.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \
        $(top_srcdir)/m4/tzset.m4 $(top_srcdir)/m4/uintmax_t.m4 \
@@ -332,7 +336,7 @@
        getnline.h getnline.c gettext.h mbchar.h mbuiter.h minmax.h \
        setenv.h size_max.h strcase.h strnlen1.h strnlen1.c strstr.h \
        time_r.h printf-args.h printf-parse.h vasnprintf.h vasprintf.h \
-       xalloc-die.c xgethostname.h xgethostname.c xsize.h
+       verify.h xalloc-die.c xgethostname.h xgethostname.c xsize.h
 libcvs_a_LIBADD = @LIBOBJS@ @ALLOCA@
 BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) getdate.c $(GETOPT_H) \
        $(GLOB_H) $(STDBOOL_H) $(STDINT_H)
@@ -482,8 +486,12 @@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
address@hidden@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@
 @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@




reply via email to

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