[Libguestfs] [PATCH 0/3] v2 readline escaping functions

mzatko at redhat.com mzatko at redhat.com
Fri Nov 7 18:55:16 UTC 2014


From: Maros Zatko <mzatko at redhat.com>

Helper functions for future support of backslash escaped spaces in filenames.
There are a few tests too. Changed according to review remarks.

Maros Zatko (3):
  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               | 158 ++++++++++++++++++++++++++++++++++++++++++++++++
 fish/rl.h               |  24 ++++++++
 fish/test/Makefile.am   |  34 +++++++++++
 fish/test/testquoting.c |  93 ++++++++++++++++++++++++++++
 6 files changed, 311 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




More information about the Libguestfs mailing list