[Midnightbsd-cvs] src: lib/libreadline: update to 5.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jan 4 18:45:21 EST 2009
Log Message:
-----------
update to 5.2
Modified Files:
--------------
src/gnu/lib/libreadline:
Makefile.inc (r1.2 -> r1.3)
config.h (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile.inc
===================================================================
RCS file: /home/cvs/src/gnu/lib/libreadline/Makefile.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -L gnu/lib/libreadline/Makefile.inc -L gnu/lib/libreadline/Makefile.inc -u -r1.2 -r1.3
--- gnu/lib/libreadline/Makefile.inc
+++ gnu/lib/libreadline/Makefile.inc
@@ -1,8 +1,8 @@
# $MidnightBSD$
# $FreeBSD: src/gnu/lib/libreadline/Makefile.inc,v 1.11.2.1 2005/07/22 17:29:02 kensmith Exp $
-SHLIB_MAJOR=6
-RL_LIBRARY_VERSION=5.0
+SHLIB_MAJOR=7
+RL_LIBRARY_VERSION=5.2
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
.PATH: ${SRCDIR} ${.CURDIR}/..
Index: config.h
===================================================================
RCS file: /home/cvs/src/gnu/lib/libreadline/config.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L gnu/lib/libreadline/config.h -L gnu/lib/libreadline/config.h -u -r1.2 -r1.3
--- gnu/lib/libreadline/config.h
+++ gnu/lib/libreadline/config.h
@@ -1,5 +1,5 @@
/* $MidnightBSD$ */
-/* $FreeBSD: src/gnu/lib/libreadline/config.h,v 1.7 2004/10/18 07:49:59 ache Exp $ */
+/* $FreeBSD: src/gnu/lib/libreadline/config.h,v 1.9 2006/12/31 09:26:00 ache Exp $ */
/* config.h. Generated by configure. */
/* config.h.in. Maintained by hand. */
@@ -29,12 +29,36 @@
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */
+/* Define if you have the fcntl function. */
+#define HAVE_FCNTL 1
+
+/* Define if you have the getpwent function. */
+#define HAVE_GETPWENT 1
+
+/* Define if you have the getpwnam function. */
+#define HAVE_GETPWNAM 1
+
+/* Define if you have the getpwuid function. */
+#define HAVE_GETPWUID 1
+
/* Define if you have the isascii function. */
#define HAVE_ISASCII 1
+/* Define if you have the iswctype function. */
+#define HAVE_ISWCTYPE 1
+
+/* Define if you have the iswlower function. */
+#define HAVE_ISWLOWER 1
+
+/* Define if you have the iswupper function. */
+#define HAVE_ISWUPPER 1
+
/* Define if you have the isxdigit function. */
#define HAVE_ISXDIGIT 1
+/* Define if you have the kill function. */
+#define HAVE_KILL 1
+
/* Define if you have the lstat function. */
#define HAVE_LSTAT 1
@@ -76,11 +100,23 @@
/* Define if you have the tcgetattr function. */
#define HAVE_TCGETATTR 1
+/* Define if you have the towlower function. */
+#define HAVE_TOWLOWER 1
+
+/* Define if you have the towupper function. */
+#define HAVE_TOWUPPER 1
+
/* Define if you have the vsnprintf function. */
#define HAVE_VSNPRINTF 1
-/* Define if you have the wctomb function. */
-#define HAVE_WCTOMB 1
+/* Define if you have the wcrtomb function. */
+#define HAVE_WCRTOMB 1
+
+/* Define if you have the wcscoll function. */
+#define HAVE_WCSCOLL 1
+
+/* Define if you have the wctype function. */
+#define HAVE_WCTYPE 1
/* Define if you have the wcwidth function. */
#define HAVE_WCWIDTH 1
@@ -90,6 +126,9 @@
/* Define if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
/* Define if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
@@ -105,6 +144,9 @@
/* Define if you have the <ndir.h> header file. */
/* #undef HAVE_NDIR_H */
+/* Define if you have the <pwd.h> header file. */
+#define HAVE_PWD_H 1
+
/* Define if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
@@ -156,11 +198,20 @@
/* Define if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
-/* Define if you have the <varargs.h> header file. */
+/* Define if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1
#define HAVE_MBSTATE_T 1
+/* Define if you have wchar_t in <wctype.h>. */
+#define HAVE_WCHAR_T 1
+
+/* Define if you have wctype_t in <wctype.h>. */
+#define HAVE_WCTYPE_T 1
+
+/* Define if you have wint_t in <wctype.h>. */
+#define HAVE_WINT_T 1
+
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#define HAVE_LANGINFO_CODESET 1
More information about the Midnightbsd-cvs
mailing list