Helper functions for future support of backslash escaped spaces in filenames. There are a few tests too. Changed according to review remarks and fixed few other mistakes.
Maros Zatko (4): fish: copy parse_quoted_string and hexdigit from fish.h to rl.c fish: rl.{c,h} - escaping functions for readline fish: basic tests for readline escaping autotools: add fish/test Makefile.am | 1 + configure.ac | 1 + fish/rl.c | 157 ++++++++++++++++++++++++++++++++++++++++++++++++ fish/rl.h | 25 ++++++++ fish/test/Makefile.am | 34 +++++++++++ fish/test/testquoting.c | 96 +++++++++++++++++++++++++++++ 6 files changed, 314 insertions(+) create mode 100644 fish/rl.c create mode 100644 fish/rl.h create mode 100644 fish/test/Makefile.am create mode 100644 fish/test/testquoting.c -- 1.9.3 _______________________________________________ Libguestfs mailing list Libguestfs@redhat.com https://www.redhat.com/mailman/listinfo/libguestfs