Version 0.13.1 (2007-??-??)
---------------------------
- Fixed issue with some compilers.
+- Fixed #1776177 Build on AIX.
- Fixed #1743180 fwrite with 0 length crashes on OS X.
Version 0.13.0 (2007-06-24)
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
-#define HAVE_MALLOC 1
-
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* #undef inline */
#endif
-/* Define to rpl_malloc if the replacement function should be used. */
-/* #undef malloc */
-
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
-#define HAVE_MALLOC 1
-
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* #undef inline */
#endif
-/* Define to rpl_malloc if the replacement function should be used. */
-/* #undef malloc */
-
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
AC_C_VOLATILE
# Checks for library functions.
-AC_FUNC_MALLOC
AC_FUNC_MEMCMP
AC_FUNC_MMAP
AC_CHECK_FUNCS([memset munmap strdup strndup])
<h2>2007-??-??: 0.13.1</h2>
<ul>
<li>Fixed issue with some compilers.</li>
+<li>Fixed #1776177 Build on AIX.</li>
<li>Fixed #1743180 fwrite with 0 length crashes on OS X.</li>
</ul>
<h2>2007-06-24: 0.13.0</h2>
<h2>????-??-??: 0.12.3</h2>
<ul>
<li>Fixed issue with some compilers.</li>
+<li>Fixed #1776177 Build on AIX.</li>
</ul>
<h2>2007-06-26: 0.12.2</h2>
<ul>
result=0
errcnt=0
tstcnt=0;
-#diff='diff -u -I "#line [0-9]*"'
-diff='diff -u'
+diff -u $0 $0 >/dev/null 2>&1 && diff='diff -u' || diff='diff'
+#diff="${diff} -I '#line [0-9]*'"
if test $# = 0; then
tests=`for i in test lessons; do find @top_srcdir@/$i -name '*.re'; done|sort`
else