OSDN Git Service

Fix create socket error and add retry when send fail.
[tortoisegit/TortoiseGitJp.git] / ext / libintl / diff-0.14.4.txt
1 diff -ur gettext-0.14.1-src\gettext-runtime/config.h.msvc svn-gettext-runtime/config.h.msvc\r
2 --- gettext-0.14.1-src\gettext-runtime/config.h.msvc    2004-01-29 18:17:46.000000000 +0100\r
3 +++ svn-gettext-runtime/config.h.msvc   2005-02-15 10:55:59.615625000 +0100\r
4 @@ -152,7 +152,7 @@\r
5  #undef HAVE_GETUID\r
6  \r
7  /* Define if you have the iconv() function. */\r
8 -#define HAVE_ICONV 1\r
9 +#undef HAVE_ICONV\r
10  \r
11  /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */\r
12  #undef HAVE_INTMAX_T\r
13 diff -ur gettext-0.14.1-src\gettext-runtime/intl/Makefile.msvc svn-gettext-runtime/intl/Makefile.msvc\r
14 --- gettext-0.14.1-src\gettext-runtime/intl/Makefile.msvc       2003-06-19 16:32:00.000000000 +0200\r
15 +++ svn-gettext-runtime/intl/Makefile.msvc      2005-02-15 10:57:29.428125000 +0100\r
16 @@ -76,11 +76,11 @@\r
17  DEBUGFLAGS = -Z7\r
18  !else\r
19  # Some people prefer -O2 -G6 instead of -O1, but -O2 is not reliable in MSVC5.\r
20 -OPTIMFLAGS = -D_NDEBUG -O1\r
21 -DEBUGFLAGS =\r
22 +OPTIMFLAGS = -FD -O2 -GX -Zi\r
23 +DEBUGFLAGS = -Zi\r
24  !endif\r
25  \r
26 -CFLAGS = $(MFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS) -DHAVE_CONFIG_H -DLOCALEDIR=\"$(IIlocaledir)\" -DLOCALE_ALIAS_PATH=\"$(IIaliaspath)\" -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(IIbindir)\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1\r
27 +CFLAGS = $(MFLAGS) $(WARN_CFLAGS) $(OPTIMFLAGS) -DHAVE_CONFIG_H -DLOCALEDIR=\"$(IIlocaledir)\" -DLOCALE_ALIAS_PATH=\"$(IIaliaspath)\" -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(IIbindir)\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=0\r
28  \r
29  INCLUDES = -I. -I.. -I$(includedir)\r
30  \r
31 @@ -103,7 +103,7 @@\r
32  \r
33  RESOURCES = intl.res\r
34  \r
35 -all : intl.lib libintl.h\r
36 +all : intl3_svn.lib libintl.h\r
37  \r
38  libgnuintl.h :\r
39  !if !$(DLL)\r
40 @@ -183,18 +183,18 @@\r
41  \r
42  !if !$(DLL)\r
43  \r
44 -intl.lib : $(OBJECTS)\r
45 -       -$(RM) intl.lib\r
46 -       $(AR) $(AR_FLAGS)intl.lib $(OBJECTS)\r
47 +intl3_svn.lib : $(OBJECTS)\r
48 +       -$(RM) intl3_svn.lib\r
49 +       $(AR) $(AR_FLAGS)intl3_svn.lib $(OBJECTS)\r
50  \r
51  !else\r
52  \r
53  # intl.dll and intl.lib are created together.\r
54 -intl.lib : $(OBJECTS) $(RESOURCES)\r
55 -       $(CC) $(MFLAGS) $(DEBUGFLAGS) -LD $(OBJECTS) $(libdir)\iconv.lib $(RESOURCES) -Feintl.dll\r
56 +intl3_svn.lib : $(OBJECTS) $(RESOURCES)\r
57 +       $(CC) $(MFLAGS) $(DEBUGFLAGS) -LD $(OBJECTS) $(RESOURCES) -Feintl3_svn.dll\r
58  \r
59  intl.res : $(srcdir)\..\windows\intl.rc\r
60 -       rc -Fo intl.res $(srcdir)\..\windows\intl.rc\r
61 +       rc -Fo intl.res $(srcdir)\libintl3-dll.rc\r
62  \r
63  !endif\r
64  \r