This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / readline / CHANGELOG
index 479e6c042ace2edd6ab7b66753a60784080e1c79..350defafe1bf8a669f97f33db6d0553da413949d 100644 (file)
@@ -214,3 +214,486 @@ 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
+
+                                3/17/2000
+                                ---------
+[readline-4.1 released]
+
+                                  3/23
+                                  ----
+Makefile.in
+       - remove the `-t' argument to ranlib in the install recipe; some
+         ranlibs don't have it and attempt to create a file named `-t'
+
+                                  3/27
+                                  ----
+support/shlib-install
+       - install shared libraries unwritable by anyone on HP-UX
+       - changed symlinks to relative pathnames on all platforms
+
+shlib/Makefile.in
+       - added missing `includedir' assignment, substituted by configure
+
+Makefile.in
+       - added missing @SET_MAKE@ so configure can set $MAKE appropriately
+
+configure.in
+       - add call to AC_PROG_MAKE_SET
+
+                                  8/30
+                                  ----
+shlib/Makefile.in
+       - change the soname bound into the shared libraries, so it includes
+         only the major version number.  If it includes the minor version,
+         programs depending on it must be rebuilt (which may or may not be
+         a bad thing)
+
+                                   9/6
+                                   ---
+examples/rlfe.c
+       - add -l option to log input and output (-a option appends to logfile)
+       - add -n option to set readline application name
+       - add -v, -h options for version and help information
+       - change a few things because getopt() is now used to parse arguments
+
+                                  9/12
+                                  ----
+support/shlib-install
+       - fix up the libname on HPUX 11
+
+                                  10/18
+                                  -----
+configure.in
+       - changed library version to 4.2-alpha
+
+                                  10/30
+                                  -----
+configure.in
+       - add -fsigned-char to LOCAL_CFLAGS for Linux running on the IBM
+         S/390
+
+Makefile.in
+       - added new file, rltypedefs.h, installed by default with `make install'
+
+                                  11/2
+                                  ----
+compat.c
+       - new file, with backwards-compatibility function definitions
+
+Makefile.in,shlib/Makefile.in
+       - make sure that compat.o/compat.so are built and linked apppropriately
+
+support/shobj-conf
+       - picked up bash version, which means that shared libs built on
+         linux and BSD/OS 4.x will have an soname that does not include
+         the minor version number
+
+                                  11/13
+                                  -----
+examples/rlfe.c
+       - rlfe can perform filename completion for relative pathnames in the
+         inferior process's context if the OS supports /proc/PID/cwd (linux
+         does it OK, Solaris is slightly warped, none of the BSDs have it)
+
+                               11/17/2000
+                               ----------
+[readline-4.2-alpha released]
+
+                                  11/27
+                                  -----
+Makefile.in,shlib/Makefile.in
+       - added dependencies for rltypedefs.h
+
+shlib/Makefile.in
+       - changed dependencies on histlib.h to $(topdir)/histlib.h
+
+                                  1/22
+                                  ----
+configure.in
+       - changed release version to 4.2-beta
+
+                                   2/2
+                                   ---
+examples/Makefile.in
+       - build histexamp as part of the examples
+
+                                   2/5
+                                   ---
+doc/Makefile.in
+       - don't remove the dvi, postscript, html, info, and text `objects'
+         on a `make distclean', only on a `make maintainer-clean'
+
+                                   3/6
+                                   ---
+doc/history.{0,3}, doc/history_3.ps
+       - new manual page for history library
+
+doc/Makefile.in
+       - rules to install and uninstall history.3 in ${man3dir}
+       - rules to build history.0 and history_3.ps
+
+                                   4/2
+                                   ---
+configure.in
+       - changed LIBVERSION to `4.2'
+
+                                   4/5
+                                   ---
+[readline-4.2 frozen]
+
+                                   4/9
+                                   ---
+[readline-4.2 released]
+
+                                   5/2
+                                   ---
+Makefile.in,{doc,examples,shlib}/Makefile.in
+       - added support for DESTDIR installation root prefix, to support
+         building packages
+
+doc/Makefile.in
+       - add an info `dir' file entry for rluserman.info on `make install'
+       - change man1ext to `.1' and man3ext to `.3'
+       - install man pages with a $(man3ext) extension in the target directory
+       - add support for installing html documentation if `htmldir' has a
+         value
+
+Makefile.in
+       - on `make install', install from the `shlib' directory, too
+       - on `make uninstall', uninstall in the `doc' and `shlib'
+         subdirectories, too
+
+support/shlib-install
+       - add `freebsdelf*', `freebsdaout*', Hurd, `sysv4*', `sysv5*', `dgux*'
+         targets for symlink creation
+
+                                   5/7
+                                   ---
+configure.in, config.h.in
+       - check for <limits.h>, define HAVE_LIMITS_H if found
+
+                                   5/8
+                                   ---
+aclocal.m4
+       - pick up change to BASH_CHECK_LIB_TERMCAP that adds check for
+         libtinfo (termcap-specific portion of ncurses-5.2)
+
+                                   5/9
+                                   ---
+configure.in
+       - call AC_C_CONST to find out whether or not the compiler supports
+         `const'
+
+config.h.in
+       - placeholder for `const' define, if any
+
+                                  5/10
+                                  ----
+configure.in
+       - fix AC_CHECK_PROG(ar, ...) test to specify right value for the
+         case where ar is not found; should produce a better error message
+
+                                  5/14
+                                  ----
+configure.in,config.h.in
+       - check for vsnprintf, define HAVE_VSNPRINTF if found
+
+                                  5/21
+                                  ----
+configure.in, config.h.in
+       - add checks for size_t, ssize_t
+
+                                  5/30
+                                  ----
+configure.in
+       - update autoconf to version 2.50, use in AC_PREREQ
+       - changed AC_INIT to new flavor
+       - added AC_CONFIG_SRCDIR
+       - AC_CONFIG_HEADER -> AC_CONFIG_HEADERS
+       - call AC_C_PROTOTYPES
+       - AC_RETSIGTYPE -> AC_TYPE_SIGNAL
+
+                                  8/22
+                                  ----
+configure.in
+       - updated the version number to 4.2a
+
+Makefile.in,shlib/Makefile.in
+       - make sure tilde.o is built -DREADLINE_LIBRARY when being built as
+         part of the standalone library, so it picks up the right include
+         files
+
+                                  8/23
+                                  ----
+support/shlib-install
+       - support for Darwin/MacOS X shared library installation
+
+                                  9/24
+                                  ----
+examples/readlinebuf.h
+       - a new file, a C++ streambuf interface that uses readline for I/O.
+         Donated by Dimitris Vyzovitis <vyzo@media.mit.edu>
+
+                                  10/9
+                                  ----
+configure.in
+        - replaced call to BASH_HAVE_TIOCGWINSZ with AC_HEADER_TIOCGWINSZ
+
+[readline-4.2a-beta1 frozen]
+
+                                  10/15
+                                  -----
+configure.in, config.h.in
+       - check for <memory.h>, define HAVE_MEMORY_H if found
+       - check for <strings.h>, define HAVE_STRINGS_H if found
+
+                                  10/18
+                                  -----
+configure.in, config.h.in
+       - check for isascii, define HAVE_ISASCII if found
+
+configure.in
+       - changed the macro names from bash as appropriate:
+               BASH_SIGNAL_CHECK -> BASH_SYS_SIGNAL_VINTAGE
+               BASH_REINSTALL_SIGHANDLERS -> BASH_SYS_REINSTALL_SIGHANDLERS
+               BASH_MISC_SPEED_T -> BASH_CHECK_SPEED_T
+
+                                  10/22
+                                  -----
+configure.in
+       - check for isxdigit with AC_CHECK_FUNCS
+
+config.h.in
+       - new define for HAVE_ISXDIGIT
+
+                                  10/29
+                                  -----
+configure.in, config.h.in
+       - check for strpbrk with AC_CHECK_FUNCS, define HAVE_STRPBRK if found
+
+                                   11/1
+                                   ----
+Makefile.in
+       - make sure DESTDIR is passed to install and uninstall makes in
+         subdirectories
+       - when saving old copies of installed libraries, make sure we use
+         DESTDIR for the old installation tree
+
+[readline-4.2a-rc1 frozen]
+
+                                  11/2
+                                  ----
+Makefile.in, shlib/Makefile.in
+       - don't put -I$(includedir) into CFLAGS
+
+                                  11/15
+                                  -----
+[readline-4.2a released]
+
+                                  11/20
+                                  -----
+examples/rlcat.c
+       - new file
+
+examples/Makefile.in
+       - changes for rlcat
+
+                                  11/28
+                                  -----
+configure.in
+       - default TERMCAP_LIB to -lcurses if $prefer_curses == yes (as when
+         --with-curses is supplied)
+
+examples/Makefile.in
+       - substitute @LDFLAGS@ in LDFLAGS assignment
+
+                                  11/29
+                                  -----
+config.h.in
+       - add necessary defines for multibyte include files and functions
+       - add code to define HANDLE_MULTIBYTE if prerequisites are met
+
+configure.in
+       - call BASH_CHECK_MULTIBYTE
+
+                                  12/14
+                                  -----
+config.h.in
+       - add #undef PROTOTYPES, filled in by AC_C_PROTOTYPES
+
+                                  12/17
+                                  -----
+config.h.in
+       - moved HANDLE_MULTIBYTE code to rlmbutil.h
+
+rlmbutil.h, mbutil.c
+       - new files
+
+Makefile.in, shlib/Makefile.in
+       - added rules for mbutil.c
+
+                                  12/20
+                                  -----
+configure.in
+       - added --enable-shared, --enable-static options to configure to
+         say which libraries are built by default (both default to yes)
+       - if SHLIB_STATUS == 'unsupported', turn off default shared library
+         building
+       - substitute new STATIC_TARGET, SHARED_TARGET, STATIC_INSTALL_TARGET,
+         and SHARED_INSTALL_TARGET
+
+Makefile.in
+       - `all' target now depends on (substituted) @STATIC_TARGET@ and
+         @SHARED_TARGET@
+       - `install' target now depends on (substituted) @STATIC_INSTALL_TARGET@
+         and @SHARED_INSTALL_TARGET@
+
+INSTALL, README
+       - updated with new info about --enable-shared and --enable-static
+
+                                1/10/2002
+                                ---------
+configure.in
+       - bumped the library version number to 4.3
+
+                                  1/24
+                                  ----
+Makefile.in,shlib/Makefile.in
+       - changes for new file, text.c, with character and text handling
+         functions from readline.c
+
+                                  2/20
+                                  ----
+{configure.config.h}.in
+       - call AC_C_CHAR_UNSIGNED, define __CHAR_UNSIGNED__ if chars are
+         unsigned by default
+
+                                  5/20
+                                  ----
+doc/Makefile.in
+       - new maybe-clean target that removes the generated documentation if
+         the build directory differs from the source directory
+       - distclean target now depends on maybe-clean
This page took 0.027639 seconds and 4 git commands to generate.