speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 0/3] Small improvements


From: Boris Dušek
Subject: [PATCH v3 0/3] Small improvements
Date: Sun, 29 Jul 2012 10:42:48 +0200

From: Boris Dus?ek <address@hidden>
To: address@hidden

Small changes that are a prerequisite for OS X port, but are not
themselves OS X specific.

This is a third take that incorporates suggestions by Trevor as well
as some small fixes by me:

* i18n_init documentation now no longer mentions that it exits on failure
* remove PLAY_CMD macro that is no longer used
* free play_cmdline string after using it
* move gchar *val into the loop in dotconf callback for MOD_OPTION_MORE
* resize the MOD_OPTION_MORE array before adding values into it

Boris Dus?ek (3):
  Do not exit on localization init fail
  Cleanup execution of commands in dummy
  Connect to socket if SPEECHD_ADDRESS begins with /

 .gitignore                       |    1 +
 config/modules/Makefile.am       |    4 +--
 config/modules/dummy.conf.in     |    1 +
 configure.ac                     |    5 +++
 include/i18n.h                   |    4 +--
 src/api/c/libspeechd.c           |    8 +++++
 src/api/python/speechd/client.py |    2 ++
 src/common/i18n.c                |   13 ++------
 src/modules/dummy.c              |   63 +++++++++++++++++++-------------------
 src/modules/module_utils.h       |   18 ++++++++++-
 10 files changed, 72 insertions(+), 47 deletions(-)
 create mode 100644 config/modules/dummy.conf.in

-- 
1.7.9.6 (Apple Git-31.1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]