ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm ChangeLog,1.28,1.29 config.h.in,1.1.1.1,1.2 c


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm ChangeLog,1.28,1.29 config.h.in,1.1.1.1,1.2 configure.in,1.28,1.29
Date: Sat, 04 Jan 2003 04:04:50 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv2475

Modified Files:
        ChangeLog config.h.in configure.in 
Log Message:
Valgrinding around


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ayttm/ayttm/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   3 Jan 2003 23:26:07 -0000       1.28
+++ ChangeLog   4 Jan 2003 09:04:47 -0000       1.29
@@ -1,4 +1,16 @@
-2002-01-02 [colin]     0.2-4
+2002-01-04 [colin]     0.2-5
+
+       * src/account.c
+         src/chat_window.c
+         src/contact_parser.y
+         src/input_list.c
+         src/prefs.c
+         src/value_pair.c
+         modules/msn2/msn.C
+         modules/msn2/libmsn2/msn_bittybits.C
+               Valgrinding around (some memleaks plugged)
+
+2002-01-04 [colin]     0.2-4
        
        * src/prefs.h
          <lots of files ;-)>

Index: config.h.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/config.h.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- config.h.in 23 Dec 2002 22:04:24 -0000      1.1.1.1
+++ config.h.in 4 Jan 2003 09:04:47 -0000       1.2
@@ -42,7 +42,8 @@
 /* Define to 1 if you have the `bzero' function. */
 #undef HAVE_BZERO
 
-/* Define to 1 if you have the `dcgettext' function. */
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+   */
 #undef HAVE_DCGETTEXT
 
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
@@ -73,6 +74,9 @@
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
+/* Define to 1 if you have the `getc_unlocked' function. */
+#undef HAVE_GETC_UNLOCKED
+
 /* Define to 1 if you have the `getegid' function. */
 #undef HAVE_GETEGID
 
@@ -127,9 +131,13 @@
 /* Define to 1 if you have the `inet_ntoa' function. */
 #undef HAVE_INET_NTOA
 
-/* Define to 1 if you have the <inttypes.h> header file. */
+/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
 #undef HAVE_INTTYPES_H
 
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
+   declares uintmax_t. */
+#undef HAVE_INTTYPES_H_WITH_UINTMAX
+
 /* Define to 1 if you have the `isascii' function. */
 #undef HAVE_ISASCII
 
@@ -259,6 +267,10 @@
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
+   uintmax_t. */
+#undef HAVE_STDINT_H_WITH_UINTMAX
+
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
@@ -354,6 +366,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define if you have the unsigned long long type. */
+#undef HAVE_UNSIGNED_LONG_LONG
+
 /* Define to 1 if you have the <utmp.h> header file. */
 #undef HAVE_UTMP_H
 
@@ -372,6 +387,9 @@
 /* Define as const if the declaration of iconv() needs const. */
 #undef ICONV_CONST
 
+/* Define if integer division by zero raises signal SIGFPE. */
+#undef INTDIV0_RAISES_SIGFPE
+
 /* Define if we compile for japanese support */
 #undef JAPANESE
 
@@ -393,6 +411,9 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
+#undef PRI_MACROS_BROKEN
+
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
@@ -444,3 +465,7 @@
 
 /* Define to `int' if <sys/types.h> doesn't define. */
 #undef uid_t
+
+/* Define to unsigned long or unsigned long long if <inttypes.h> and
+   <stdint.h> don't define. */
+#undef uintmax_t

Index: configure.in
===================================================================
RCS file: /cvsroot/ayttm/ayttm/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- configure.in        3 Jan 2003 23:26:07 -0000       1.28
+++ configure.in        4 Jan 2003 09:04:47 -0000       1.29
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT([src/main.c])
-AM_INIT_AUTOMAKE(yattm, 0.2-4)
+AM_INIT_AUTOMAKE(yattm, 0.2-5)
 AM_CONFIG_HEADER(config.h)
 
 dnl AC_DEFINE(UNIX)





reply via email to

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