diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-12-31 09:06:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-12-31 09:06:30 +0000 |
commit | 2661c5c55d9501e24432444f14f499a6be24ed69 (patch) | |
tree | 7ab23277706b512032dc5a9144d193728ba52eae /contrib/libreadline/CHANGELOG | |
parent | 5735c87c0532e0aacdcd229881902d947886168f (diff) |
Virgin import of GNU Readline 5.2
Notes
Notes:
svn path=/vendor/libreadline/dist/; revision=165670
Diffstat (limited to 'contrib/libreadline/CHANGELOG')
-rw-r--r-- | contrib/libreadline/CHANGELOG | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/contrib/libreadline/CHANGELOG b/contrib/libreadline/CHANGELOG index b6499c3b7162..c64d959376a8 100644 --- a/contrib/libreadline/CHANGELOG +++ b/contrib/libreadline/CHANGELOG @@ -918,3 +918,43 @@ configure.in - changed release status to `release' [readline-5.1 frozen] + + 12/9 + ---- +[readline-5.1 released] + + 12/14 + ----- +examples/rlfe/Makefile.in + - add @LIBS@ to LIBS assignment to pick up extra libraries from + configure + + 1/3/2006 + -------- +support/shlib-install + - Install shared libraries with execute bit set on Linux + + 6/9 + --- +[readline-5.2-alpha frozen] + + 6/26 + ---- +configure.in + - set CROSS_COMPILE to the empty string by default, so we don't inherit + a random value from the environment + + 7/8 + --- +[readline-5.2-alpha released] + + +[readline-5.2-beta released] + + 9/12 + ---- +config.h.in + - add defines for wcscoll, iswctype, iswupper, iswlower, towupper, + towlower functions + - replace define for wctomb with one for wcrtomb + - add defines for wchar_t, wint_t, wctype_t types |