search for: with_readline

Displaying 6 results from an estimated 6 matches for "with_readline".

2006 Mar 22
1
tftpd-hpa-0.42 bug when hitting ^C
Start tftp with no host name Enter a host name When looking at the tftp> prompt press ^C $ tftp (to) localhost tftp> *** glibc detected *** double free or corruption (fasttop): 0x08b8b9c0 *** Aborted I've attached a patch fixing this issue but I'm not convinced this is the right way to do it. Radek -- Radek Vok?l <rvokal at redhat.com> -------------- next part
2013 Apr 05
1
[PATCH] Mac OS X: Link iconv in libhivex
...d-off-by: Alex Nelson <a.nelson at prometheuscomputing.com> --- configure.ac | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 0dfb995..298e6a9 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,7 @@ AS_IF([test "x$with_readline" != xno], dnl For i18n. AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) +AM_ICONV dnl libxml2. PKG_CHECK_MODULES([LIBXML2], [libxml-2.0]) diff --git a/lib/Makefile.am b/lib/Makefile.am index a339a00..8d7ff69 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,6 +36,7 @@ l...
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
...tftp-hpa-0.43/tftp/main.c 2006-12-01 14:08:58.000000000 -0800 --- tftp-hpa-0.43x/tftp/main.c 2006-12-01 14:02:50.000000000 -0800 *************** *** 89,94 **** --- 89,95 ---- u_short port; int trace; int verbose; + int literal; int connected; const struct modes *mode; #ifdef WITH_READLINE *************** *** 116,121 **** --- 117,123 ---- void settrace (int, char **); void setverbose (int, char **); void status (int, char **); + void setliteral (int, char **); static void command (void); *************** *** 154,159 **** --- 156,164 ---- { "trace", &q...
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
...tftp-hpa-0.44/tftp/main.c 2006-12-05 14:39:41.000000000 -0800 --- tftp-hpa-0.44x/tftp/main.c 2006-12-11 11:54:19.445313000 -0800 *************** *** 89,94 **** --- 89,95 ---- u_short port; int trace; int verbose; + int literal; int connected; const struct modes *mode; #ifdef WITH_READLINE *************** *** 119,124 **** --- 120,126 ---- void settrace (int, char **); void setverbose (int, char **); void status (int, char **); + void setliteral (int, char **); static void command (void); *************** *** 157,162 **** --- 159,167 ---- { "trace", &q...
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings: Patches 1-12 split configure.ac into smaller files using the m4_include mechanism. Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into three new manual pages: guestfs-hacking(3) - how to extend and contribute to libguestfs guestfs-internals(3) - architecture and internals guestfs-security(3) - security and CVEs Patch 16 is a
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po