Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-01 | smbreadline: switch to new-style readline typedef | Gustavo Zacarias | 1 | -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 (cherry picked from commit 29d779c7029f89e530994c45ae065707ffd62c43) Fix bug #10506 - smbreadline doesn't build with readline 6.3. | |||||
2011-06-10 | libcli/smbreadline/smbreadline.h: fix licence/copyright | Günther Deschner | 1 | -0/+20 | |
Guenther | |||||
2011-02-28 | libcli: Eliminate select from smb_readline_replacement | Volker Lendecke | 1 | -7/+5 | |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -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 | |||||
2010-10-19 | readline: fixed the test for history_list() | Andrew Tridgell | 1 | -1/+1 | |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 5 | -0/+346 | |
Guenther |