Update local local copies of config.sub and config.guess.
[deliverable/binutils-gdb.git] / readline / CHANGELOG
index 479e6c042ace2edd6ab7b66753a60784080e1c79..9024bdfdadbf6dd4600e70353b3de4b8d9e1b57d 100644 (file)
@@ -214,3 +214,126 @@ Makefile.in,{doc,examples,shlib}/Makefile.in
        - set SHELL from @MAKE_SHELL@
 
 [readline-4.0 released]
+
+                                  3/11
+                                  ----
+doc/Makefile.in
+       - removed references to HTMLTOC, since separate HTML table-of-contents
+         files are no longer created
+
+examples/Makefile.in
+       - remove `*.exe' in clean target for MS-DOS
+
+Makefile.in
+       - make `readline' target depend on ./libreadline.a
+       - configure now substitutes TERMCAP_LIB into Makefile.in
+       - use ${TERMCAP_LIB} instead of -ltermcap in recipe for `readline'
+       - clean target now removes readline and readline.exe in case they
+         get built
+
+configure.in
+       - use `pwd.exe' to set BUILD_DIR on MS-DOS DJGPP
+
+                                  3/15
+                                  ----
+support/shlib-install
+       - Irix 5.x and Irix 6.x should install shared libraries like Solaris 2
+       - changes for installing on hp-ux 1[01].x
+
+                                  3/23
+                                  ----
+configure.in
+       - make sure that the $CC argument to shobj-conf is quoted
+
+                                   4/8
+                                   ---
+
+xmalloc.h, rlprivate.h, rlshell.h
+       - new files
+
+Makefile.in,shlib/Makefile.in
+       - add dependencies on xmalloc.h, rlshell.h
+       - add xmalloc.h, rlprivate.h, rlshell.h to list of header files
+
+MANIFEST
+       - add xmalloc.h, rlprivate.h, rlshell.h
+
+                                   4/9
+                                   ---
+Makefile.in,shlib/Makefile.in
+       - add dependencies on rlprivate.h
+
+                                  4/13
+                                  ----
+doc/Makefile.in
+       - add variable, PSDVI, which is the desired resolution of the
+         generated postscript files.  Set to 300 because I don't have
+         any 600-dpi printers
+       - set LANGUAGE= before calling makeinfo, so messages are in English
+       - add rluserman.{info,dvi,ps,html} to appropriate variables
+       - add rules to create rluserman.{info,dvi,ps,html}
+       - install and uninstall rluserman.info, but don't update the directory
+         file in $(infodir) yet
+
+MANIFEST
+       - add doc/rluserman.{texinfo,info,dvi,ps,html}
+
+                                  4/30
+                                  ----
+configure.in
+       - updated library version to 4.1
+
+                                   5/3
+                                   ---
+configure.in
+       - SHLIB_MAJOR and SHLIB_MINOR shared library version numbers are
+         constructed from $LIBRARY_VERSION and substituted into Makefiles
+
+                                   5/5
+                                   ---
+support/shlib-install
+       - OSF/1 installs shared libraries like Solaris
+
+Makefile.in
+       - broke the header file install and uninstall into two new targets:
+         install-headers and uninstall-headers
+       - install and uninstall depend on install-headers and uninstall-headers
+         respectively
+       - changed install-shared and uninstall-shared targets to depend on
+         install-headers and uninstall-headers, respectively, so users may
+         choose to install only the shared libraries.  I'm not sure about
+         the uninstall one yet -- maybe it should check whether or not
+         the static libraries are installed and not remove the header files
+         if they are
+
+                                   9/3
+                                   ---
+configure.in, config.h.in
+       - added test for memmove (for later use)
+       - changed version to 4.1-beta1
+
+                                  9/13
+                                  ----
+examples/rlfe.c
+       - Per Bothner's `rlfe' readline front-end program
+
+examples/Makefile.in
+       - added rules to build rlfe
+
+                                  9/21
+                                  ----
+support/shlib-install
+       - changes to handle FreeBSD-3.x elf or a.out shared libraries, which
+         have different semantics and need different naming conventions
+
+                                1/24/2000
+                                ---------
+doc/Makefile.in
+       - remove *.bt and *.bts on `make clean'
+
+                                   2/4
+                                   ---
+
+
+configure.in
+       - changed LIBVERSION to 4.1-beta5
This page took 0.025272 seconds and 4 git commands to generate.