diff options
Diffstat (limited to 'readline/CHANGELOG')
-rw-r--r-- | readline/CHANGELOG | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/readline/CHANGELOG b/readline/CHANGELOG index 6794591..18265ab 100644 --- a/readline/CHANGELOG +++ b/readline/CHANGELOG @@ -1304,3 +1304,50 @@ configure.ac ---- configure.ac,Makefile.in,examples/Makefile.in - remove references to purify + + 11/21 + ----- +configure.ac,config.h.in + - fnmatch: check for libc function, define HAVE_FNMATCH if found. Now + used by vi-mode history search functions + + 7/12 + ---- +Makefile.in,examples/Makefile.in + - add support for building with address sanitizer, using new target + `asan' + + 4/23/2018 + --------- +configure.ac + - TERMCAP_PKG_CONFIG_LIB: new variable, defined from TERMCAP_LIB, + defaults to termcap + +readline.pc.in + - change Requires.private to use TERMCAP_PKG_CONFIG_LIB instead of + hardcoded `tinfo'. Report and fix from Thomas Petazzoni + <thomas.petazzoni@bootlin.com> + + 5/4 + --- +Makefile.in + - new targets to install and uninstall the `readline.pc' pkgconfig + file + - install-{static,shared}: add install-pc to the list of prereqs + - uninstall{,-shared}: add uninstall-pc to list of prereqs. Change + from Thomas Petazzoni <thomas.petazzoni@bootlin.com> + +configure.ac,Makefile.in + - add new configure option to optionally disable installing the + source code examples. From Thomas Petazzoni <thomas.petazzoni@bootlin.com> + + 5/23 + ---- +Makefile.in + - install-pc: make sure we install readline.pc into an existing + pkgconfig directory. Report from ilove zfs <ilovezfs@icloud.com> + + 5/24 + ---- +Makefile.in + - installdirs: create $(pkgconfigdir) if it doesn't exist |