Deleted Added
full compact
CHANGELOG (157184) CHANGELOG (165670)
1[Readline-specific changelog. Descriptions of changes to the source are
2 found in the bash changelog.]
3
4 6/9
5 ---
6Makefile.in
7 - quote value of ${INSTALL_DATA} when passing it to makes in
8 subdirectories

--- 904 unchanged lines hidden (view full) ---

913[readline-5.1-beta1 frozen]
914
915 12/1
916 ----
917configure.in
918 - changed release status to `release'
919
920[readline-5.1 frozen]
1[Readline-specific changelog. Descriptions of changes to the source are
2 found in the bash changelog.]
3
4 6/9
5 ---
6Makefile.in
7 - quote value of ${INSTALL_DATA} when passing it to makes in
8 subdirectories

--- 904 unchanged lines hidden (view full) ---

913[readline-5.1-beta1 frozen]
914
915 12/1
916 ----
917configure.in
918 - changed release status to `release'
919
920[readline-5.1 frozen]
921
922 12/9
923 ----
924[readline-5.1 released]
925
926 12/14
927 -----
928examples/rlfe/Makefile.in
929 - add @LIBS@ to LIBS assignment to pick up extra libraries from
930 configure
931
932 1/3/2006
933 --------
934support/shlib-install
935 - Install shared libraries with execute bit set on Linux
936
937 6/9
938 ---
939[readline-5.2-alpha frozen]
940
941 6/26
942 ----
943configure.in
944 - set CROSS_COMPILE to the empty string by default, so we don't inherit
945 a random value from the environment
946
947 7/8
948 ---
949[readline-5.2-alpha released]
950
951
952[readline-5.2-beta released]
953
954 9/12
955 ----
956config.h.in
957 - add defines for wcscoll, iswctype, iswupper, iswlower, towupper,
958 towlower functions
959 - replace define for wctomb with one for wcrtomb
960 - add defines for wchar_t, wint_t, wctype_t types