summaryrefslogtreecommitdiff
path: root/libcli/smbreadline
Commit message (Collapse)AuthorAgeFilesLines
* smbreadline: switch to new-style readline typedefGustavo Zacarias2014-03-131-1/+1
| | | | | | | | | | | | | | | | | | Function, CPFunction, CPPFunction and VFunction typedefs are considered old-style (deprecated) starting from readline 4.2 (circa 2001). Compatibility typedefs have been in place up to readline 6.2 but were removed with the 6.3 release thus causing builds to break. Switch to the new-style specific prototyped typedef. Return value is unused so the callback should still be void (see readline/input.c around line 456 in version 6.3). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Mar 13 00:21:47 CET 2014 on sn-devel-104
* libcli/smbreadline/smbreadline.h: fix licence/copyrightGünther Deschner2011-06-101-0/+20
| | | | Guenther
* libcli: Eliminate select from smb_readline_replacementVolker Lendecke2011-02-281-7/+5
|
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-96/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* readline: fixed the test for history_list()Andrew Tridgell2010-10-191-1/+1
|
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-015-0/+346
Guenther