Deleted Added
full compact
CHANGELOG (136644) CHANGELOG (157184)
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

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

803 install-doc and uninstall-doc
804 - make install-doc and uninstall-doc prerequisites of appropriate
805 install and uninstall targets
806
807examples/rl-fgets.c
808 - new example from Harold Levy that wraps fgets replacement functions
809 that call readline in a shared library that can be interposed with
810 LD_PRELOAD
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

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

803 install-doc and uninstall-doc
804 - make install-doc and uninstall-doc prerequisites of appropriate
805 install and uninstall targets
806
807examples/rl-fgets.c
808 - new example from Harold Levy that wraps fgets replacement functions
809 that call readline in a shared library that can be interposed with
810 LD_PRELOAD
811
812 7/27
813 ----
814[readline-5.0 released]
815
816 11/15
817 -----
818examples/rlfe/{ChangeLog,Makefile.in,README,config.h.in,configure,configure.in,extern.h,os.h,pty.c,rlfe.c,screen.h}
819 - new version of rlfe, rlfe-0.4, from Per Bothner; now a standalone
820 application
821
822 11/16
823 -----
824shlib/Makefile.in
825 - substitute TERMCAP_LIB in from configure
826
827configure.in
828 - if SHLIB_LIBS doesn't include a termcap library (curses, ncurses,
829 termcap, termlib), append the value of $TERMCAP_LIB to it
830
831 11/30
832 -----
833configure.in
834 - take out change from 11/16; it doesn't work for some systems (e.g.,
835 SunOS 4.x and Solaris 2.6)
836 - add support for --enable-purify configure argument
837 - pass TERMCAP_LIB in environment when calling shobj-conf
838
839examples/Makefile.in
840 - add support for building examples with purify
841
842 1/23/2005
843 ---------
844configure.in
845 - set BUILD_DIR to contain backslashes to escape any spaces in the
846 directory name -- this is what make will accept in targets and
847 prerequisites, so it's better than trying to use double quotes
848
849 2/25
850 ----
851configure.in
852 - change check for sys/ptem.h to include sys/stream.h if present, to
853 avoid the `present but cannot be compiled' messages on Solaris and
854 SVR4.2 (does anyone still use SVR4.2?)
855
856 5/7
857 ---
858configure.in
859 - add cross-compiling support from the bash configure.in, which cygwin
860 and mingw have apparently adopted
861 - add check for pwd.h, fcntl.h
862 - add checks for fcntl, kill system calls
863 - add checks for getpw{ent,nam,uid} C library functions
864 - pass a compile-time option through to Makefiles if cross-compiling
865
866config.h.in
867 - add HAVE_PWD_H for <pwd.h>, HAVE_FCNTL_H for <fcntl.h>
868 - add HAVE_FCNTL, HAVE_KILL for respective system calls
869 - add HAVE_GETPW{ENT,NAM,UID} for passwd functions
870
871Makefile.in,shlib/Makefile.in
872 - @CROSS_COMPILE@ is substituted into DEFS (equal to -DCROSS_COMPILING
873 if bash is being cross-compiled)
874
875 8/2
876 ---
877examples/Makefile.in
878 - use $(READLINE_LIB) instead of -lreadline to get around MacOS X 10.4's
879 preference for (incompatible) shared libraries over static libraries
880 in the load path
881
882 8/11
883 ----
884support/shobj-conf
885 - new variable: SHLIB_LIBPREF, prefix for shared library name (defaults
886 to `lib'
887 - new variable: SHLIB_DLLVERSION, used on Cygwin to set the library
888 version number
889 - new variable: SHLIB_DOT, separator character between library name and
890 suffix and version information (defaults to `.')
891 - new stanza for cygwin to generate windows-compatible dll
892
893support/shlib-install
894 - add new option `-b bindir' for systems like cygwin/windows that
895 require it
896 - new stanza for cygwin that installs a dll into $bindir and an implied
897 link library into $libdir
898
899configure.in
900 - substitute new variables from shobj-conf
901
902shlib/Makefile.in
903 - substitute bindir, SHLIB_DOT, SHLIB_LIBPREF, SHLIB_DLLVERSION from
904 configure
905 - pass `-b $(bindir)' to shlib-install for install and uninstall targets
906 - library names now use $SHLIB_LIBPREF and $SHLIB_DOT
907
908INSTALL,README
909 - document new SHLIB_DOT, SHLIB_LIBPREF, and SHLIB_DLLVERSION variables
910
911 10/4
912 ----
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]