135486Sache[Readline-specific changelog.  Descriptions of changes to the source are
235486Sache found in the bash changelog.]
335486Sache
435486Sache				    6/9
535486Sache				    ---
635486SacheMakefile.in
735486Sache	- quote value of ${INSTALL_DATA} when passing it to makes in
835486Sache	  subdirectories
935486Sache
1035486Sache				    7/1
1135486Sache				    ---
1235486SacheMakefile.in
1335486Sache	- don't pass INSTALL_DATA to a make in the `doc' subdirectory; let
1435486Sache	  autoconf set the value itself in the Makefile
1535486Sache	- removed a stray `-' before $(RANLIB) in the `install' recipe
1635486Sache
1735486Sachedoc/Makefile.in
1835486Sache	- add a VPATH assignment so the documentation is not remade if it's
1935486Sache	  already up-to-date in the distribution
2035486Sache
2135486Sacheconfigure.in
2235486Sache	- call AC_SUBST(LOCAL_LDFLAGS), since Makefile.in contains
2335486Sache	  @LOCAL_LDFLAGS@
2435486Sache
2535486Sache				    7/9
2635486Sache				    ---
2735486Sache
2835486Sacheconfig.h.in
2935486Sache	- add define lines for STRUCT_WINSIZE_IN_SYS_IOCTL and
3035486Sache	  STRUCT_WINSIZE_IN_TERMIOS
3135486Sache
3235486Sacheconfigure.in
3335486Sache	- call BASH_STRUCT_WINSIZE to look for the definition of
3435486Sache	  `struct winsize'
3535486Sache
3635486Sache				   7/17
3735486Sache				   ----
3835486Sacheconfigure.in
3935486Sache	- call AC_MINIX
4035486Sache
4135486Sacheconfig.h.in
4235486Sache	- add define line for AC_MINIX
4335486Sache
4435486Sache				   7/18
4535486Sache				   ----
4635486SacheMakefile.in
4735486Sache	- add `install-shared' and `uninstall-shared' targets
4835486Sache
4935486Sache				    8/4
5035486Sache				    ---
5135486SacheMakefile.in
5235486Sache	- install and uninstall libhistory.a in the `install' and
5335486Sache	  `uninstall' targets
5435486Sache
5535486Sache				    9/4
5635486Sache				    ---
5735486Sacheconfigure.in
5835486Sache	- bumped LIBVERSION up to 2.1.1, indicating that this is patch
5935486Sache	  level 1 to release 2.1
6035486Sache
6135486Sache
6235486Sache				   9/16
6335486Sache				   ----
6435486SacheMakefile.in
6535486Sache	- `make distclean' now descends into the `examples' subdir
6635486Sache
6735486Sachedoc/Makefile.in
6835486Sache	- the `distclean' and `maintainer-clean' targets should remove
6935486Sache	  Makefile
7035486Sache
7135486Sacheexamples/Makefile.in
7235486Sache	- added the various clean targets
7335486Sache
7435486Sache				    4/2
7535486Sache				    ---
7635486Sacheconfigure.in
7735486Sache	- bumped LIBVERSION up to 2.2
7847558Sache
7947558Sache				   4/18
8047558Sache				   ----
8147558Sache[readline-2.2 released]
8247558Sache
8347558Sache				   4/20
8447558Sache				   ----
8547558SacheMakefile.in
8647558Sache	- make `libhistory.a' a dependency of `install'
8747558Sache	- fixed a typo in the recipe for `install' that copied libreadline.a
8847558Sache	  to libhistory.old right after installing it
8947558Sache
9047558Sache				   4/27
9147558Sache				   ----
9247558Sachedoc/Makefile.in
9347558Sache	- install {readline,history}.info out of the source directory if
9447558Sache	  they are not found in the current (build) directory -- only an
9547558Sache	  issue if the libraries are built in a different directory than
9647558Sache	  the source directory
9747558Sache
9847558Sache				    5/1
9947558Sache				    ---
10047558Sachesupport/shobj-conf
10147558Sache	- script from the bash distribution to do shared object and library
10247558Sache	  configuration
10347558Sache
10447558Sacheshlib/Makefile.in
10547558Sache	- new directory and makefile to handle building shared versions of
10647558Sache	  libreadline and libhistory, controlled by support/shobj-conf
10747558Sache
10847558Sache				    5/7
10947558Sache				    ---
11047558Sachedoc/Makefile.in
11147558Sache	- set SHELL to /bin/sh, rather than relying on make to be correct
11247558Sache
11347558Sache				   5/14
11447558Sache				   ----
11547558Sachesavestring.c
11647558Sache	- new file, moved from shell.c, for backwards compatibility
11747558Sache
11847558SacheMakefile.in, shlib/Makefile.in
11947558Sache	- make sure savestring.c is compiled and added to libreadline and
12047558Sache	  libhistory
12147558Sache
12247558Sache[THERE ARE NO MORE #ifdef SHELL LINES IN THE C SOURCE FILES.]
12347558Sache
12447558Sache				   5/15
12547558Sache				   ----
12647558SacheREADME
12747558Sache	- updated description of shared library creation for the new scheme
12847558Sache
12947558Sache[THERE ARE NO MORE #ifdef SHELL LINES IN ANY OF THE SOURCE FILES.]
13047558Sache
13147558SacheMakefile.in
13247558Sache	- bumped SHLIB_MAJOR up to 4 since we've augmented the library
13347558Sache	  API
13447558Sache	- rlconf.h is now one of the installed headers, so applications can
13547558Sache	  find out whether things like vi-mode are available in the installed
13647558Sache	  libreadline
13747558Sache
13847558Sache				   5/20
13947558Sache				   ----
14047558Sacheconfigure.in
14147558Sache	- changed RL_LIBRARY_VERSION to 4.0 to match the version of the
14247558Sache	  installed shared libraries
14347558Sache
14447558Sache				    6/5
14547558Sache				    ---
14647558Sacherlstdc.h
14747558Sache	- new file
14847558Sache
14947558SacheMakefile.in
15047558Sache	- rlstdc.h is now one of the installed headers
15147558Sache
15247558Sache				    8/3
15347558Sache				    ---
15447558Sacheshlib/Makefile.in
15547558Sache	- made the suffix rule that creates xx.so from xx.c write the
15647558Sache	  compiler output to `a.o', which is then mv'd to xx.so, because
15747558Sache	  some compilers (Sun WSpro 4.2, for example) don't allow any
15847558Sache	  suffixes other than `.o' for `cc -c' (not even `a.out')
15947558Sache
16047558Sache				   9/15
16147558Sache				   ----
16247558Sache
16347558SacheMakefile.in
16447558Sache	- AR and ARFLAGS are now substituted by configure, used in recipes
16547558Sache	  that build the libraries
16647558Sache
16747558Sacheconfigure.in
16847558Sache	- use AC_CHECK_PROG to check for ar
16947558Sache	- set ARFLAGS if it has not already been set in the environment
17047558Sache
17147558Sache				   10/5
17247558Sache				   ----
17347558SacheMakefile.in
17447558Sache	- removed savestring.o from object file list
17547558Sache
17647558Sache				   10/28
17747558Sache				   -----
17847558Sacheshlib/Makefile.in
17947558Sache	- don't use a fixed filename in the .c.so suffix rule to avoid
18047558Sache	  problems with parallel makes
18147558Sache
18247558Sache				   12/21
18347558Sache				   -----
18447558Sachesupport/shlib-install
18547558Sache	- new script to install shared readline and history libraries
18647558Sache
18747558Sacheshlib/Makefile.in
18847558Sache	- changed to call shlib-install for install and uninstall targets
18947558Sache
19047558Sache[readline-4.0-beta1 frozen]
19147558Sache
19247558Sache				   12/22
19347558Sache				   -----
19447558Sacheconfigure.in
19547558Sache	- call AC_SUBST for SHOBJ_XLDFLAGS and SHLIB_LIBS
19647558Sache
19747558Sacheshlib/Makefile.in
19847558Sache	- SHOBJ_XLDFLAGS and SHLIB_LIBS are now substituted by configure
19947558Sache	- add $(SHLIB_LIBS) at end of command line that builds the shared
20047558Sache	  libraries (currently needed only by AIX 4.2)
20147558Sache
20247558Sache				   12/31
20347558Sache				   -----
20447558SacheMANIFEST, MANIFEST.doc
20547558Sache	- the TOC html files are no longer generated and no longer part of
20647558Sache	  the distribution
20747558Sache
20847558Sache				 2/18/1999
20947558Sache				 ---------
21047558Sacheconfigure.in
21147558Sache	- set MAKE_SHELL to /bin/sh and substitute into the Makefiles
21247558Sache
21347558SacheMakefile.in,{doc,examples,shlib}/Makefile.in
21447558Sache	- set SHELL from @MAKE_SHELL@
21547558Sache
21647558Sache[readline-4.0 released]
21758310Sache
21858310Sache				   3/11
21958310Sache				   ----
22058310Sachedoc/Makefile.in
22158310Sache	- removed references to HTMLTOC, since separate HTML table-of-contents
22258310Sache	  files are no longer created
22358310Sache
22458310Sacheexamples/Makefile.in
22558310Sache	- remove `*.exe' in clean target for MS-DOS
22658310Sache
22758310SacheMakefile.in
22858310Sache	- make `readline' target depend on ./libreadline.a
22958310Sache	- configure now substitutes TERMCAP_LIB into Makefile.in
23058310Sache	- use ${TERMCAP_LIB} instead of -ltermcap in recipe for `readline'
23158310Sache	- clean target now removes readline and readline.exe in case they
23258310Sache	  get built
23358310Sache
23458310Sacheconfigure.in
23558310Sache	- use `pwd.exe' to set BUILD_DIR on MS-DOS DJGPP
23658310Sache
23758310Sache				   3/15
23858310Sache				   ----
23958310Sachesupport/shlib-install
24058310Sache	- Irix 5.x and Irix 6.x should install shared libraries like Solaris 2
24158310Sache	- changes for installing on hp-ux 1[01].x
24258310Sache
24358310Sache				   3/23
24458310Sache				   ----
24558310Sacheconfigure.in
24658310Sache	- make sure that the $CC argument to shobj-conf is quoted
24758310Sache
24858310Sache				    4/8
24958310Sache				    ---
25058310Sache
25158310Sachexmalloc.h, rlprivate.h, rlshell.h
25258310Sache	- new files
25358310Sache
25458310SacheMakefile.in,shlib/Makefile.in
25558310Sache	- add dependencies on xmalloc.h, rlshell.h
25658310Sache	- add xmalloc.h, rlprivate.h, rlshell.h to list of header files
25758310Sache
25858310SacheMANIFEST
25958310Sache	- add xmalloc.h, rlprivate.h, rlshell.h
26058310Sache
26158310Sache				    4/9
26258310Sache				    ---
26358310SacheMakefile.in,shlib/Makefile.in
26458310Sache	- add dependencies on rlprivate.h
26558310Sache
26658310Sache				   4/13
26758310Sache				   ----
26858310Sachedoc/Makefile.in
26958310Sache	- add variable, PSDVI, which is the desired resolution of the
27058310Sache	  generated postscript files.  Set to 300 because I don't have
27158310Sache	  any 600-dpi printers
27258310Sache	- set LANGUAGE= before calling makeinfo, so messages are in English
27358310Sache	- add rluserman.{info,dvi,ps,html} to appropriate variables
27458310Sache	- add rules to create rluserman.{info,dvi,ps,html}
27558310Sache	- install and uninstall rluserman.info, but don't update the directory
27658310Sache	  file in $(infodir) yet
27758310Sache
27858310SacheMANIFEST
27958310Sache	- add doc/rluserman.{texinfo,info,dvi,ps,html}
28058310Sache
28158310Sache				   4/30
28258310Sache				   ----
28358310Sacheconfigure.in
28458310Sache	- updated library version to 4.1
28558310Sache
28658310Sache				    5/3
28758310Sache				    ---
28858310Sacheconfigure.in
28958310Sache	- SHLIB_MAJOR and SHLIB_MINOR shared library version numbers are
29058310Sache	  constructed from $LIBRARY_VERSION and substituted into Makefiles
29158310Sache
29258310Sache				    5/5
29358310Sache				    ---
29458310Sachesupport/shlib-install
29558310Sache	- OSF/1 installs shared libraries like Solaris
29658310Sache
29758310SacheMakefile.in
29858310Sache	- broke the header file install and uninstall into two new targets:
29958310Sache	  install-headers and uninstall-headers
30058310Sache	- install and uninstall depend on install-headers and uninstall-headers
30158310Sache	  respectively
30258310Sache	- changed install-shared and uninstall-shared targets to depend on
30358310Sache	  install-headers and uninstall-headers, respectively, so users may
30458310Sache	  choose to install only the shared libraries.  I'm not sure about
30558310Sache	  the uninstall one yet -- maybe it should check whether or not
30658310Sache	  the static libraries are installed and not remove the header files
30758310Sache	  if they are
30858310Sache
30958310Sache				    9/3
31058310Sache				    ---
31158310Sacheconfigure.in, config.h.in
31258310Sache	- added test for memmove (for later use)
31358310Sache	- changed version to 4.1-beta1
31458310Sache
31558310Sache				   9/13
31658310Sache				   ----
31758310Sacheexamples/rlfe.c
31858310Sache	- Per Bothner's `rlfe' readline front-end program
31958310Sache
32058310Sacheexamples/Makefile.in
32158310Sache	- added rules to build rlfe
32258310Sache
32358310Sache				   9/21
32458310Sache				   ----
32558310Sachesupport/shlib-install
32658310Sache	- changes to handle FreeBSD-3.x elf or a.out shared libraries, which
32758310Sache	  have different semantics and need different naming conventions
32858310Sache
32958310Sache				 1/24/2000
33058310Sache				 ---------
33158310Sachedoc/Makefile.in
33258310Sache	- remove *.bt and *.bts on `make clean'
33358310Sache
33458310Sache				    2/4
33558310Sache				    ---
33658310Sache
33758310Sache
33858310Sacheconfigure.in
33958310Sache	- changed LIBVERSION to 4.1-beta5
34075406Sache
34175406Sache				 3/17/2000
34275406Sache				 ---------
34375406Sache[readline-4.1 released]
34475406Sache
34575406Sache				   3/23
34675406Sache				   ----
34775406SacheMakefile.in
34875406Sache	- remove the `-t' argument to ranlib in the install recipe; some
34975406Sache	  ranlibs don't have it and attempt to create a file named `-t'
35075406Sache
35175406Sache				   3/27
35275406Sache				   ----
35375406Sachesupport/shlib-install
35475406Sache	- install shared libraries unwritable by anyone on HP-UX
35575406Sache	- changed symlinks to relative pathnames on all platforms
35675406Sache
35775406Sacheshlib/Makefile.in
35875406Sache	- added missing `includedir' assignment, substituted by configure
35975406Sache
36075406SacheMakefile.in
36175406Sache	- added missing @SET_MAKE@ so configure can set $MAKE appropriately
36275406Sache
36375406Sacheconfigure.in
36475406Sache	- add call to AC_PROG_MAKE_SET
36575406Sache
36675406Sache				   8/30
36775406Sache				   ----
36875406Sacheshlib/Makefile.in
36975406Sache	- change the soname bound into the shared libraries, so it includes
37075406Sache	  only the major version number.  If it includes the minor version,
37175406Sache	  programs depending on it must be rebuilt (which may or may not be
37275406Sache	  a bad thing)
37375406Sache
37475406Sache				    9/6
37575406Sache				    ---
37675406Sacheexamples/rlfe.c
37775406Sache	- add -l option to log input and output (-a option appends to logfile)
37875406Sache	- add -n option to set readline application name
37975406Sache	- add -v, -h options for version and help information
38075406Sache	- change a few things because getopt() is now used to parse arguments
38175406Sache
38275406Sache				   9/12
38375406Sache				   ----
38475406Sachesupport/shlib-install
38575406Sache	- fix up the libname on HPUX 11
38675406Sache
38775406Sache				   10/18
38875406Sache				   -----
38975406Sacheconfigure.in
39075406Sache	- changed library version to 4.2-alpha
39175406Sache
39275406Sache				   10/30
39375406Sache				   -----
39475406Sacheconfigure.in
39575406Sache	- add -fsigned-char to LOCAL_CFLAGS for Linux running on the IBM
39675406Sache	  S/390
39775406Sache
39875406SacheMakefile.in
39975406Sache	- added new file, rltypedefs.h, installed by default with `make install'
40075406Sache
40175406Sache				   11/2
40275406Sache				   ----
40375406Sachecompat.c
40475406Sache	- new file, with backwards-compatibility function definitions
40575406Sache
40675406SacheMakefile.in,shlib/Makefile.in
40775406Sache	- make sure that compat.o/compat.so are built and linked apppropriately
40875406Sache
40975406Sachesupport/shobj-conf
41075406Sache	- picked up bash version, which means that shared libs built on
41175406Sache	  linux and BSD/OS 4.x will have an soname that does not include
41275406Sache	  the minor version number
41375406Sache
41475406Sache				   11/13
41575406Sache				   -----
41675406Sacheexamples/rlfe.c
41775406Sache	- rlfe can perform filename completion for relative pathnames in the
41875406Sache	  inferior process's context if the OS supports /proc/PID/cwd (linux
41975406Sache	  does it OK, Solaris is slightly warped, none of the BSDs have it)
42075406Sache
42175406Sache				11/17/2000
42275406Sache				----------
42375406Sache[readline-4.2-alpha released]
42475406Sache
42575406Sache				   11/27
42675406Sache				   -----
42775406SacheMakefile.in,shlib/Makefile.in
42875406Sache	- added dependencies for rltypedefs.h
42975406Sache
43075406Sacheshlib/Makefile.in
43175406Sache	- changed dependencies on histlib.h to $(topdir)/histlib.h
43275406Sache
43375406Sache				   1/22
43475406Sache				   ----
43575406Sacheconfigure.in
43675406Sache	- changed release version to 4.2-beta
43775406Sache
43875406Sache				    2/2
43975406Sache				    ---
44075406Sacheexamples/Makefile.in
44175406Sache	- build histexamp as part of the examples
44275406Sache
44375406Sache				    2/5
44475406Sache				    ---
44575406Sachedoc/Makefile.in
44675406Sache	- don't remove the dvi, postscript, html, info, and text `objects'
44775406Sache	  on a `make distclean', only on a `make maintainer-clean'
44875406Sache
44975406Sache				    3/6
45075406Sache				    ---
45175406Sachedoc/history.{0,3}, doc/history_3.ps
45275406Sache	- new manual page for history library
45375406Sache
45475406Sachedoc/Makefile.in
45575406Sache	- rules to install and uninstall history.3 in ${man3dir}
45675406Sache	- rules to build history.0 and history_3.ps
45775406Sache
45875406Sache				    4/2
45975406Sache				    ---
46075406Sacheconfigure.in
46175406Sache	- changed LIBVERSION to `4.2'
46275406Sache
46375406Sache				    4/5
46475406Sache				    ---
46575406Sache[readline-4.2 frozen]
466119610Sache
467119610Sache				    4/9
468119610Sache				    ---
469119610Sache[readline-4.2 released]
470119610Sache
471119610Sache				    5/2
472119610Sache				    ---
473119610SacheMakefile.in,{doc,examples,shlib}/Makefile.in
474119610Sache	- added support for DESTDIR installation root prefix, to support
475119610Sache	  building packages
476119610Sache
477119610Sachedoc/Makefile.in
478119610Sache	- add an info `dir' file entry for rluserman.info on `make install'
479119610Sache	- change man1ext to `.1' and man3ext to `.3'
480119610Sache	- install man pages with a $(man3ext) extension in the target directory
481119610Sache	- add support for installing html documentation if `htmldir' has a
482119610Sache	  value
483119610Sache
484119610SacheMakefile.in
485119610Sache	- on `make install', install from the `shlib' directory, too
486119610Sache	- on `make uninstall', uninstall in the `doc' and `shlib'
487119610Sache	  subdirectories, too
488119610Sache
489119610Sachesupport/shlib-install
490119610Sache	- add `freebsdelf*', `freebsdaout*', Hurd, `sysv4*', `sysv5*', `dgux*'
491119610Sache	  targets for symlink creation
492119610Sache
493119610Sache				    5/7
494119610Sache				    ---
495119610Sacheconfigure.in, config.h.in
496119610Sache	- check for <limits.h>, define HAVE_LIMITS_H if found
497119610Sache
498119610Sache				    5/8
499119610Sache				    ---
500119610Sacheaclocal.m4
501119610Sache	- pick up change to BASH_CHECK_LIB_TERMCAP that adds check for
502119610Sache	  libtinfo (termcap-specific portion of ncurses-5.2)
503119610Sache
504119610Sache				    5/9
505119610Sache				    ---
506119610Sacheconfigure.in
507119610Sache	- call AC_C_CONST to find out whether or not the compiler supports
508119610Sache	  `const'
509119610Sache
510119610Sacheconfig.h.in
511119610Sache	- placeholder for `const' define, if any
512119610Sache
513119610Sache				   5/10
514119610Sache				   ----
515119610Sacheconfigure.in
516119610Sache	- fix AC_CHECK_PROG(ar, ...) test to specify right value for the
517119610Sache	  case where ar is not found; should produce a better error message
518119610Sache
519119610Sache				   5/14
520119610Sache				   ----
521119610Sacheconfigure.in,config.h.in
522119610Sache	- check for vsnprintf, define HAVE_VSNPRINTF if found
523119610Sache
524119610Sache				   5/21
525119610Sache				   ----
526119610Sacheconfigure.in, config.h.in
527119610Sache	- add checks for size_t, ssize_t
528119610Sache
529119610Sache				   5/30
530119610Sache				   ----
531119610Sacheconfigure.in
532119610Sache	- update autoconf to version 2.50, use in AC_PREREQ
533119610Sache	- changed AC_INIT to new flavor
534119610Sache	- added AC_CONFIG_SRCDIR
535119610Sache	- AC_CONFIG_HEADER -> AC_CONFIG_HEADERS
536119610Sache	- call AC_C_PROTOTYPES
537119610Sache	- AC_RETSIGTYPE -> AC_TYPE_SIGNAL
538119610Sache
539119610Sache				   8/22
540119610Sache				   ----
541119610Sacheconfigure.in
542119610Sache	- updated the version number to 4.2a
543119610Sache
544119610SacheMakefile.in,shlib/Makefile.in
545119610Sache	- make sure tilde.o is built -DREADLINE_LIBRARY when being built as
546119610Sache	  part of the standalone library, so it picks up the right include
547119610Sache	  files
548119610Sache
549119610Sache				   8/23
550119610Sache				   ----
551119610Sachesupport/shlib-install
552119610Sache	- support for Darwin/MacOS X shared library installation
553119610Sache
554119610Sache				   9/24
555119610Sache				   ----
556119610Sacheexamples/readlinebuf.h
557119610Sache	- a new file, a C++ streambuf interface that uses readline for I/O.
558119610Sache	  Donated by Dimitris Vyzovitis <vyzo@media.mit.edu>
559119610Sache
560119610Sache				   10/9
561119610Sache				   ----
562119610Sacheconfigure.in
563119610Sache        - replaced call to BASH_HAVE_TIOCGWINSZ with AC_HEADER_TIOCGWINSZ
564119610Sache
565119610Sache[readline-4.2a-beta1 frozen]
566119610Sache
567119610Sache				   10/15
568119610Sache				   -----
569119610Sacheconfigure.in, config.h.in
570119610Sache	- check for <memory.h>, define HAVE_MEMORY_H if found
571119610Sache	- check for <strings.h>, define HAVE_STRINGS_H if found
572119610Sache
573119610Sache				   10/18
574119610Sache				   -----
575119610Sacheconfigure.in, config.h.in
576119610Sache	- check for isascii, define HAVE_ISASCII if found
577119610Sache
578119610Sacheconfigure.in
579119610Sache	- changed the macro names from bash as appropriate:
580119610Sache		BASH_SIGNAL_CHECK -> BASH_SYS_SIGNAL_VINTAGE
581119610Sache		BASH_REINSTALL_SIGHANDLERS -> BASH_SYS_REINSTALL_SIGHANDLERS
582119610Sache		BASH_MISC_SPEED_T -> BASH_CHECK_SPEED_T
583119610Sache
584119610Sache				   10/22
585119610Sache				   -----
586119610Sacheconfigure.in
587119610Sache	- check for isxdigit with AC_CHECK_FUNCS
588119610Sache
589119610Sacheconfig.h.in
590119610Sache	- new define for HAVE_ISXDIGIT
591119610Sache
592119610Sache				   10/29
593119610Sache				   -----
594119610Sacheconfigure.in, config.h.in
595119610Sache	- check for strpbrk with AC_CHECK_FUNCS, define HAVE_STRPBRK if found
596119610Sache
597119610Sache				    11/1
598119610Sache				    ----
599119610SacheMakefile.in
600119610Sache	- make sure DESTDIR is passed to install and uninstall makes in
601119610Sache	  subdirectories
602119610Sache	- when saving old copies of installed libraries, make sure we use
603119610Sache	  DESTDIR for the old installation tree
604119610Sache
605119610Sache[readline-4.2a-rc1 frozen]
606119610Sache
607119610Sache				   11/2
608119610Sache				   ----
609119610SacheMakefile.in, shlib/Makefile.in
610119610Sache	- don't put -I$(includedir) into CFLAGS
611119610Sache
612119610Sache				   11/15
613119610Sache				   -----
614119610Sache[readline-4.2a released]
615119610Sache
616119610Sache				   11/20
617119610Sache				   -----
618119610Sacheexamples/rlcat.c
619119610Sache	- new file
620119610Sache
621119610Sacheexamples/Makefile.in
622119610Sache	- changes for rlcat
623119610Sache
624119610Sache				   11/28
625119610Sache				   -----
626119610Sacheconfigure.in
627119610Sache	- default TERMCAP_LIB to -lcurses if $prefer_curses == yes (as when
628119610Sache	  --with-curses is supplied)
629119610Sache
630119610Sacheexamples/Makefile.in
631119610Sache	- substitute @LDFLAGS@ in LDFLAGS assignment
632119610Sache
633119610Sache				   11/29
634119610Sache				   -----
635119610Sacheconfig.h.in
636119610Sache	- add necessary defines for multibyte include files and functions
637119610Sache	- add code to define HANDLE_MULTIBYTE if prerequisites are met
638119610Sache
639119610Sacheconfigure.in
640119610Sache	- call BASH_CHECK_MULTIBYTE
641119610Sache
642119610Sache				   12/14
643119610Sache				   -----
644119610Sacheconfig.h.in
645119610Sache	- add #undef PROTOTYPES, filled in by AC_C_PROTOTYPES
646119610Sache
647119610Sache				   12/17
648119610Sache				   -----
649119610Sacheconfig.h.in
650119610Sache	- moved HANDLE_MULTIBYTE code to rlmbutil.h
651119610Sache
652119610Sacherlmbutil.h, mbutil.c
653119610Sache	- new files
654119610Sache
655119610SacheMakefile.in, shlib/Makefile.in
656119610Sache	- added rules for mbutil.c
657119610Sache
658119610Sache				   12/20
659119610Sache				   -----
660119610Sacheconfigure.in
661119610Sache	- added --enable-shared, --enable-static options to configure to
662119610Sache	  say which libraries are built by default (both default to yes)
663119610Sache	- if SHLIB_STATUS == 'unsupported', turn off default shared library
664119610Sache	  building
665119610Sache	- substitute new STATIC_TARGET, SHARED_TARGET, STATIC_INSTALL_TARGET,
666119610Sache	  and SHARED_INSTALL_TARGET
667119610Sache
668119610SacheMakefile.in
669119610Sache	- `all' target now depends on (substituted) @STATIC_TARGET@ and
670119610Sache	  @SHARED_TARGET@
671119610Sache	- `install' target now depends on (substituted) @STATIC_INSTALL_TARGET@
672119610Sache	  and @SHARED_INSTALL_TARGET@
673119610Sache
674119610SacheINSTALL, README
675119610Sache	- updated with new info about --enable-shared and --enable-static
676119610Sache
677119610Sache				 1/10/2002
678119610Sache				 ---------
679119610Sacheconfigure.in
680119610Sache	- bumped the library version number to 4.3
681119610Sache
682119610Sache				   1/24
683119610Sache				   ----
684119610SacheMakefile.in,shlib/Makefile.in
685119610Sache	- changes for new file, text.c, with character and text handling
686119610Sache	  functions from readline.c
687119610Sache
688119610Sache				   2/20
689119610Sache				   ----
690119610Sache{configure.config.h}.in
691119610Sache	- call AC_C_CHAR_UNSIGNED, define __CHAR_UNSIGNED__ if chars are
692119610Sache	  unsigned by default
693119610Sache
694119610Sache				   5/20
695119610Sache				   ----
696119610Sachedoc/Makefile.in
697119610Sache	- new maybe-clean target that removes the generated documentation if
698119610Sache	  the build directory differs from the source directory
699119610Sache	- distclean target now depends on maybe-clean
700136644Sache
701136644Sache				   7/17
702136644Sache				   ----
703136644Sache[readline-4.3 released]
704136644Sache
705136644Sache				   7/18
706136644Sache				   ----
707136644Sacheshlib/Makefile.in
708136644Sache	- fix bad dependency: text.so: terminal.c, make it depend on text.c
709136644Sache
710136644Sache				    8/7
711136644Sache				    ---
712136644Sachesupport/shlib-install
713136644Sache	- break `linux' out into its own stanza:  it seems that linux
714136644Sache	  distributions are all moving to the following scheme:
715136644Sache
716136644Sache		libreadline.so.4.3	installed version
717136644Sache		libreadline.so.4 -> libreadline.so.4.3	symlink
718136644Sache		libreadline.so -> libreadline.so.4	symlink
719136644Sache
720136644Sache				   10/29
721136644Sache				   -----
722136644Sachesupport/shlib-install
723136644Sache	- change INSTALL_LINK[12] to use `&&' instead of `;' so it only
724136644Sache	  tries the link if the cd succeeds; put ${echo} in there, too
725136644Sache	- use $LN instead of `ln -s' so it works on machines without symlinks
726136644Sache	- change special linux stanza to use cd before ln also
727136644Sache	- change to use $INSTALL_LINK1 and $INSTALL_LINK2 appropriately
728136644Sache	  instead of explicit commands in various stanzas
729136644Sache
730136644Sache				    2/1
731136644Sache				    ---
732136644Sacheconfig.h.in
733136644Sache	- add HAVE_MBRTOWC and HAVE_MBRLEN
734136644Sache	- add NO_MULTIBYTE_SUPPORT for new configure argument
735136644Sache	- add STDC_HEADERS
736136644Sache
737136644Sacheconfigure.in
738136644Sache	- new argument --enable-multibyte (enabled by default), allows
739136644Sache	  multibyte support to be turned off even on systems that support it
740136644Sache	- add check for ansi stdc headers with call to AC_HEADER_STDC
741136644Sache
742136644Sache				    2/3
743136644Sache				    ---
744136644Sacheconfigure.in
745136644Sache	- add call to BASH_FUNC_CTYPE_NONASCII
746136644Sache
747136644Sacheconfig.h.in
748136644Sache	- add CTYPE_NON_ASCII
749136644Sache
750136644Sache				   2/20
751136644Sache				   ----
752136644Sache
753136644Sachedoc/manvers.texinfo
754136644Sache        - renamed to version.texi to match other GNU software
755136644Sache        - UPDATE-MONTH variable is now `UPDATED-MONTH'
756136644Sache        
757136644Sachedoc/{hist,rlman,rluserman}.texinfo
758136644Sache        - include version.texi
759136644Sache        
760136644Sachedoc/{rltech,rluser,hstech,hsuser}.texi
761136644Sache	- changed the suffix from `texinfo' to `texi'
762136644Sache
763136644Sachedoc/Makefile.in
764136644Sache	- made appropriate changes for {{rl,hs}tech,{rl,hs}user}.texi
765136644Sache
766136644Sachedoc/{rlman,rluserman}.texinfo
767136644Sache	- changed the suffix from `texinfo' to `texi'
768136644Sache
769136644Sachedoc/hist.texinfo
770136644Sache	- renamed to history.texi to be more consistent
771136644Sache
772136644Sache				   6/11
773136644Sache				   ----
774136644Sacheshlib/Makefile.in
775136644Sache	- have configure substitute value of `@LDFLAGS@' into the assignment
776136644Sache	  to SHLIB_XLDFLAGS
777136644Sache
778136644Sache				   6/16
779136644Sache				   ----
780136644Sacheconfigure.in
781136644Sache	- readline and history libraries are now at version 5.0
782136644Sache
783136644Sache				   8/18
784136644Sache				   ----
785136644Sachesupport/shlib-install
786136644Sache	- support for FreeBSD-gnu (from Robert Millan)
787136644Sache
788136644Sache				   12/4
789136644Sache				   ----
790136644SacheMakefile.in
791136644Sache	- add variables for localedir and the PACKAGE_* variables, auto-set
792136644Sache	  by configure
793136644Sache
794136644Sache				   12/9
795136644Sache				   ----
796136644SacheMakefile.in
797136644Sache	- use mkinstalldirs instead of mkdirs
798136644Sache
799136644Sache				   4/22
800136644Sache				   ----
801136644SacheMakefile.in
802136644Sache	- separate doc install/uninstall out into two new targets:
803136644Sache	  install-doc and uninstall-doc
804136644Sache	- make install-doc and uninstall-doc prerequisites of appropriate
805136644Sache	  install and uninstall targets
806136644Sache
807136644Sacheexamples/rl-fgets.c
808136644Sache	- new example from Harold Levy that wraps fgets replacement functions
809136644Sache	  that call readline in a shared library that can be interposed with
810136644Sache	  LD_PRELOAD
811157184Sache
812157184Sache				   7/27
813157184Sache				   ----
814157184Sache[readline-5.0 released]
815157184Sache
816157184Sache				   11/15
817157184Sache				   -----
818157184Sacheexamples/rlfe/{ChangeLog,Makefile.in,README,config.h.in,configure,configure.in,extern.h,os.h,pty.c,rlfe.c,screen.h}
819157184Sache	- new version of rlfe, rlfe-0.4, from Per Bothner; now a standalone
820157184Sache	  application
821157184Sache
822157184Sache				   11/16
823157184Sache				   -----
824157184Sacheshlib/Makefile.in
825157184Sache	- substitute TERMCAP_LIB in from configure
826157184Sache
827157184Sacheconfigure.in
828157184Sache	- if SHLIB_LIBS doesn't include a termcap library (curses, ncurses,
829157184Sache	  termcap, termlib), append the value of $TERMCAP_LIB to it
830157184Sache
831157184Sache				   11/30
832157184Sache				   -----
833157184Sacheconfigure.in
834157184Sache	- take out change from 11/16; it doesn't work for some systems (e.g.,
835157184Sache	  SunOS 4.x and Solaris 2.6)
836157184Sache	- add support for --enable-purify configure argument
837157184Sache	- pass TERMCAP_LIB in environment when calling shobj-conf
838157184Sache
839157184Sacheexamples/Makefile.in 
840157184Sache	- add support for building examples with purify
841157184Sache
842157184Sache				 1/23/2005
843157184Sache				 ---------
844157184Sacheconfigure.in
845157184Sache        - set BUILD_DIR to contain backslashes to escape any spaces in the
846157184Sache          directory name -- this is what make will accept in targets and
847157184Sache          prerequisites, so it's better than trying to use double quotes
848157184Sache
849157184Sache				   2/25
850157184Sache				   ----
851157184Sacheconfigure.in
852157184Sache	- change check for sys/ptem.h to include sys/stream.h if present, to
853157184Sache	  avoid the `present but cannot be compiled' messages on Solaris and
854157184Sache	  SVR4.2 (does anyone still use SVR4.2?)
855157184Sache
856157184Sache				    5/7
857157184Sache				    ---
858157184Sacheconfigure.in
859157184Sache	- add cross-compiling support from the bash configure.in, which cygwin
860157184Sache	  and mingw have apparently adopted
861157184Sache	- add check for pwd.h, fcntl.h
862157184Sache	- add checks for fcntl, kill system calls
863157184Sache	- add checks for getpw{ent,nam,uid} C library functions
864157184Sache	- pass a compile-time option through to Makefiles if cross-compiling
865157184Sache
866157184Sacheconfig.h.in
867157184Sache	- add HAVE_PWD_H for <pwd.h>, HAVE_FCNTL_H for <fcntl.h>
868157184Sache	- add HAVE_FCNTL, HAVE_KILL for respective system calls
869157184Sache	- add HAVE_GETPW{ENT,NAM,UID} for passwd functions
870157184Sache
871157184SacheMakefile.in,shlib/Makefile.in
872157184Sache        - @CROSS_COMPILE@ is substituted into DEFS (equal to -DCROSS_COMPILING
873157184Sache	  if bash is being cross-compiled)
874157184Sache
875157184Sache				    8/2
876157184Sache				    ---
877157184Sacheexamples/Makefile.in
878157184Sache	- use $(READLINE_LIB) instead of -lreadline to get around MacOS X 10.4's
879157184Sache	  preference for (incompatible) shared libraries over static libraries
880157184Sache	  in the load path
881157184Sache
882157184Sache				   8/11
883157184Sache				   ----
884157184Sachesupport/shobj-conf
885157184Sache	- new variable: SHLIB_LIBPREF, prefix for shared library name (defaults
886157184Sache	  to `lib'
887157184Sache	- new variable: SHLIB_DLLVERSION, used on Cygwin to set the library
888157184Sache	  version number
889157184Sache	- new variable: SHLIB_DOT, separator character between library name and
890157184Sache	  suffix and version information (defaults to `.')
891157184Sache	- new stanza for cygwin to generate windows-compatible dll
892157184Sache
893157184Sachesupport/shlib-install
894157184Sache	- add new option `-b bindir' for systems like cygwin/windows that
895157184Sache	  require it
896157184Sache	- new stanza for cygwin that installs a dll into $bindir and an implied
897157184Sache	  link library into $libdir
898157184Sache
899157184Sacheconfigure.in
900157184Sache	- substitute new variables from shobj-conf
901157184Sache
902157184Sacheshlib/Makefile.in
903157184Sache	- substitute bindir, SHLIB_DOT, SHLIB_LIBPREF, SHLIB_DLLVERSION from
904157184Sache	  configure
905157184Sache	- pass `-b $(bindir)' to shlib-install for install and uninstall targets
906157184Sache	- library names now use $SHLIB_LIBPREF and $SHLIB_DOT
907157184Sache
908157184SacheINSTALL,README
909157184Sache	- document new SHLIB_DOT, SHLIB_LIBPREF, and SHLIB_DLLVERSION variables
910157184Sache
911157184Sache				   10/4
912157184Sache				   ----
913157184Sache[readline-5.1-beta1 frozen]
914157184Sache
915157184Sache				   12/1
916157184Sache				   ----
917157184Sacheconfigure.in
918157184Sache	- changed release status to `release'
919157184Sache
920157184Sache[readline-5.1 frozen]
921165670Sache
922165670Sache				   12/9
923165670Sache				   ----
924165670Sache[readline-5.1 released]
925165670Sache
926165670Sache				   12/14
927165670Sache				   -----
928165670Sacheexamples/rlfe/Makefile.in
929165670Sache	- add @LIBS@ to LIBS assignment to pick up extra libraries from
930165670Sache	  configure
931165670Sache
932165670Sache				 1/3/2006
933165670Sache				 --------
934165670Sachesupport/shlib-install
935165670Sache	- Install shared libraries with execute bit set on Linux
936165670Sache
937165670Sache				    6/9
938165670Sache				    ---
939165670Sache[readline-5.2-alpha frozen]
940165670Sache
941165670Sache				   6/26
942165670Sache				   ----
943165670Sacheconfigure.in
944165670Sache	- set CROSS_COMPILE to the empty string by default, so we don't inherit
945165670Sache	  a random value from the environment
946165670Sache
947165670Sache				    7/8
948165670Sache				    ---
949165670Sache[readline-5.2-alpha released]
950165670Sache
951165670Sache
952165670Sache[readline-5.2-beta released]
953165670Sache
954165670Sache				   9/12
955165670Sache				   ----
956165670Sacheconfig.h.in
957165670Sache        - add defines for wcscoll, iswctype, iswupper, iswlower, towupper,
958165670Sache          towlower functions
959165670Sache        - replace define for wctomb with one for wcrtomb
960165670Sache        - add defines for wchar_t, wint_t, wctype_t types
961