1 [Readline-specific changelog. Descriptions of changes to the source are
2 found in the bash changelog.]
7 - quote value of ${INSTALL_DATA} when passing it to makes in
13 - don't pass INSTALL_DATA to a make in the `doc' subdirectory; let
14 autoconf set the value itself in the Makefile
15 - removed a stray `-' before $(RANLIB) in the `install' recipe
18 - add a VPATH assignment so the documentation is not remade if it's
19 already up-to-date in the distribution
22 - call AC_SUBST(LOCAL_LDFLAGS), since Makefile.in contains
29 - add define lines for STRUCT_WINSIZE_IN_SYS_IOCTL and
30 STRUCT_WINSIZE_IN_TERMIOS
33 - call BASH_STRUCT_WINSIZE to look for the definition of
42 - add define line for AC_MINIX
47 - add `install-shared' and `uninstall-shared' targets
52 - install and uninstall libhistory.a in the `install' and
58 - bumped LIBVERSION up to 2.1.1, indicating that this is patch
59 level 1 to release 2.1
65 - `make distclean' now descends into the `examples' subdir
68 - the `distclean' and `maintainer-clean' targets should remove
72 - added the various clean targets
77 - bumped LIBVERSION up to 2.2
81 [readline-2.2 released]
86 - make `libhistory.a' a dependency of `install'
87 - fixed a typo in the recipe for `install' that copied libreadline.a
88 to libhistory.old right after installing it
93 - install {readline,history}.info out of the source directory if
94 they are not found in the current (build) directory -- only an
95 issue if the libraries are built in a different directory than
101 - script from the bash distribution to do shared object and library
105 - new directory and makefile to handle building shared versions of
106 libreadline and libhistory, controlled by support/shobj-conf
111 - set SHELL to /bin/sh, rather than relying on make to be correct
116 - new file, moved from shell.c, for backwards compatibility
118 Makefile.in, shlib/Makefile.in
119 - make sure savestring.c is compiled and added to libreadline and
122 [THERE ARE NO MORE #ifdef SHELL LINES IN THE C SOURCE FILES.]
127 - updated description of shared library creation for the new scheme
129 [THERE ARE NO MORE #ifdef SHELL LINES IN ANY OF THE SOURCE FILES.]
132 - bumped SHLIB_MAJOR up to 4 since we've augmented the library
134 - rlconf.h is now one of the installed headers, so applications can
135 find out whether things like vi-mode are available in the installed
141 - changed RL_LIBRARY_VERSION to 4.0 to match the version of the
142 installed shared libraries
150 - rlstdc.h is now one of the installed headers
155 - made the suffix rule that creates xx.so from xx.c write the
156 compiler output to `a.o', which is then mv'd to xx.so, because
157 some compilers (Sun WSpro 4.2, for example) don't allow any
158 suffixes other than `.o' for `cc -c' (not even `a.out')
164 - AR and ARFLAGS are now substituted by configure, used in recipes
165 that build the libraries
168 - use AC_CHECK_PROG to check for ar
169 - set ARFLAGS if it has not already been set in the environment
174 - removed savestring.o from object file list
179 - don't use a fixed filename in the .c.so suffix rule to avoid
180 problems with parallel makes
184 support/shlib-install
185 - new script to install shared readline and history libraries
188 - changed to call shlib-install for install and uninstall targets
190 [readline-4.0-beta1 frozen]
195 - call AC_SUBST for SHOBJ_XLDFLAGS and SHLIB_LIBS
198 - SHOBJ_XLDFLAGS and SHLIB_LIBS are now substituted by configure
199 - add $(SHLIB_LIBS) at end of command line that builds the shared
200 libraries (currently needed only by AIX 4.2)
204 MANIFEST, MANIFEST.doc
205 - the TOC html files are no longer generated and no longer part of
211 - set MAKE_SHELL to /bin/sh and substitute into the Makefiles
213 Makefile.in,{doc,examples,shlib}/Makefile.in
214 - set SHELL from @MAKE_SHELL@
216 [readline-4.0 released]
221 - removed references to HTMLTOC, since separate HTML table-of-contents
222 files are no longer created
225 - remove `*.exe' in clean target for MS-DOS
228 - make `readline' target depend on ./libreadline.a
229 - configure now substitutes TERMCAP_LIB into Makefile.in
230 - use ${TERMCAP_LIB} instead of -ltermcap in recipe for `readline'
231 - clean target now removes readline and readline.exe in case they
235 - use `pwd.exe' to set BUILD_DIR on MS-DOS DJGPP
239 support/shlib-install
240 - Irix 5.x and Irix 6.x should install shared libraries like Solaris 2
241 - changes for installing on hp-ux 1[01].x
246 - make sure that the $CC argument to shobj-conf is quoted
251 xmalloc.h, rlprivate.h, rlshell.h
254 Makefile.in,shlib/Makefile.in
255 - add dependencies on xmalloc.h, rlshell.h
256 - add xmalloc.h, rlprivate.h, rlshell.h to list of header files
259 - add xmalloc.h, rlprivate.h, rlshell.h
263 Makefile.in,shlib/Makefile.in
264 - add dependencies on rlprivate.h
269 - add variable, PSDVI, which is the desired resolution of the
270 generated postscript files. Set to 300 because I don't have
272 - set LANGUAGE= before calling makeinfo, so messages are in English
273 - add rluserman.{info,dvi,ps,html} to appropriate variables
274 - add rules to create rluserman.{info,dvi,ps,html}
275 - install and uninstall rluserman.info, but don't update the directory
276 file in $(infodir) yet
279 - add doc/rluserman.{texinfo,info,dvi,ps,html}
284 - updated library version to 4.1
289 - SHLIB_MAJOR and SHLIB_MINOR shared library version numbers are
290 constructed from $LIBRARY_VERSION and substituted into Makefiles
294 support/shlib-install
295 - OSF/1 installs shared libraries like Solaris
298 - broke the header file install and uninstall into two new targets:
299 install-headers and uninstall-headers
300 - install and uninstall depend on install-headers and uninstall-headers
302 - changed install-shared and uninstall-shared targets to depend on
303 install-headers and uninstall-headers, respectively, so users may
304 choose to install only the shared libraries. I'm not sure about
305 the uninstall one yet -- maybe it should check whether or not
306 the static libraries are installed and not remove the header files
311 configure.in, config.h.in
312 - added test for memmove (for later use)
313 - changed version to 4.1-beta1
318 - Per Bothner's `rlfe' readline front-end program
321 - added rules to build rlfe
325 support/shlib-install
326 - changes to handle FreeBSD-3.x elf or a.out shared libraries, which
327 have different semantics and need different naming conventions
332 - remove *.bt and *.bts on `make clean'
339 - changed LIBVERSION to 4.1-beta5