* Working on new infrastructure for parseing commands. It now passes a

list instead of a string when calling a multi-parameter command, which
handles escaped spaces, commas and quotes correctly.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@877 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-03-25 18:03:07 +00:00
parent 0ab5bae22e
commit ee6eae6c84
10 changed files with 506 additions and 248 deletions
+2
View File
@@ -6,6 +6,8 @@ libsub_utils_a_SOURCES = \
list_focus.h \
lockfile.cc \
lockfile.h \
parse.cc \
parse.h \
variable.cc \
variable.h \
variable_generic.cc \