cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...


From: Conrad T . Pino
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...
Date: Sun, 25 Sep 2005 15:11:45 -0400

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Conrad T. Pino <address@hidden> 05/09/25 19:11:28

Modified files:
        windows-NT     : ChangeLog config.h config.h.in 
                         config.h.in.footer config.h.in.in filesubr.c 
                         mkdir.c unistd.h 

Log message:
        * config.h.in.footer: Add "#pragma once" in "#ifdef _MSC_VER" block.
        Add "#define HAVE_DECL__SNPRINTF 1" macro.  Add "#include <direct.h>"
        and "#define mkdir wnt_mkdir" macro.  Add "mbsinit" implementation as
        an inline function for Microsoft Visual C++ 6.0 only.
        * config.h.in.in: Remove (GLOB_PREFIX HAVE_HSTRERROR HAVE_STRCASECMP
        HAVE_STRSTR ST_MTIM_NSEC _SYS_CDEFS_H) macros which now obsolete.
        Change (HAVE_ATEXIT HAVE_DECL_GETENV HAVE_DUP2 HAVE_ENVIRON_DECL
        HAVE_ERRNO_DECL HAVE_GETHOSTNAME HAVE_ISASCII HAVE_MBLEN HAVE_MBRLEN
        HAVE_MBSRTOWCS HAVE_MBSTATE_T HAVE_MEMCHR HAVE_MEMMOVE HAVE_PTRDIFF_T
        HAVE_SEARCH_H HAVE_STRCHR HAVE_STRTOUL HAVE_STRUCT_STAT_ST_RDEV
        HAVE_TZNAME HAVE_TZSET HAVE_WCSLEN HAVE_WCTYPE_H HAVE_WINT_T
        HAVE_WMEMCHR HAVE_WMEMCPY) from "#undef ..." to "#define ... 1".
        Change from "#define HAVE_DIRECT_H 1" to "#undef HAVE_DIRECT_H" since
        some functions aren't POSIX compliant.
        Change (SIZEOF_CHAR SIZEOF_DOUBLE SIZEOF_FLOAT SIZEOF_INT SIZEOF_LONG
        SIZEOF_LONG_DOUBLE SIZEOF_PTRDIFF_T SIZEOF_SHORT SIZEOF_SIZE_T
        SIZEOF_WINT_T) from "#undef ..." to "#define ... constant" where
        "constant" is the size in Microsoft Visual C++ 6.0 for 32-bit API.
        Add (ALLOW_CONFIG_OVERRIDE HAVE_BP_SYM_H HAVE_DECL_GETDELIM
        HAVE_DECL_GETLINE HAVE_FLOCKFILE HAVE_FUNLOCKFILE HAVE_GAI_STRERROR
        HAVE_GETADDRINFO HAVE_IPV6 HAVE_ISBLANK HAVE_LANGINFO_CODESET
        HAVE_TCGETATTR HAVE_TCSETATTR HAVE_TERMIOS_H HAVE___FSETLOCKING
        _REGEX_LARGE_OFFSETS) as "#undef ..." macro.
        Add (HAVE_IPV4 HAVE_LOCALE_H HAVE_WCRTOMB HAVE_WCSCOLL) as
        "#define ... 1" macro.
        Add "#define strcasecmp rpl_strcasecmp" macro.
        * config.h config.h.in: Regenerated on UNIX for "config.h.in.footer"
        and "config.h.in.in" changes.
        * filesubr.c mkdir.c: Add "#undef mkdir" to use Microsoft function.
        * unistd.h: Don't include Microsoft "mkdir" function from here, done
        in "config.h.in.footer" file per Derek Price.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/ChangeLog.diff?tr1=1.335&tr2=1.336&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/config.h.diff?tr1=1.166&tr2=1.167&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/config.h.in.diff?tr1=1.96&tr2=1.97&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/config.h.in.footer.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/config.h.in.in.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/filesubr.c.diff?tr1=1.60&tr2=1.61&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/mkdir.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/cvs/ccvs/windows-NT/unistd.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text





reply via email to

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