[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] Small improvements
From: |
Boris Dušek |
Subject: |
[PATCH v2 0/3] Small improvements |
Date: |
Sat, 28 Jul 2012 19:50:35 +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 second take that incorporates suggestions by Trevor and
Andrei made in first review.
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 +++
src/api/c/libspeechd.c | 8 +++++
src/api/python/speechd/client.py | 2 ++
src/common/i18n.c | 13 ++------
src/modules/dummy.c | 64 +++++++++++++++++++-------------------
src/modules/module_utils.h | 18 ++++++++++-
9 files changed, 71 insertions(+), 45 deletions(-)
create mode 100644 config/modules/dummy.conf.in
--
1.7.9.6 (Apple Git-31.1)
- [PATCH 2/3] Cleanup execution of commands in dummy, (continued)
[PATCH 3/3] Connect to socket if SPEECHD_ADDRESS begins with /, Boris Dušek, 2012/07/24
[PATCH v2 0/3] Small improvements,
Boris Dušek <=
[PATCH v2 3/3] Connect to socket if SPEECHD_ADDRESS begins with /, Boris Dušek, 2012/07/28
[PATCH v3 0/3] Small improvements, Boris Dušek, 2012/07/29