History log of /drivers/staging/speakup/i18n.c
Revision Date Author Comments
550e579a3760af9bd644d5406f92d50f608847bc 13-May-2013 William Hubbs <w.d.hubbs@gmail.com> staging: speakup: i18n: remove custom locking macros

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
ca2beaf84d9678c12b17d92623f0e90829d6ca13 02-Jan-2013 Samuel Thibault <samuel.thibault@ens-lyon.org> staging: speakup: Prefix externally-visible symbols

This prefixes all externally-visible symbols of speakup with "spk_".

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fafbc202cd3c6ff1dc77430176c4c41102ebbdfd 07-Aug-2012 Jesper Juhl <jj@chaosbits.net> staging: speakup: i18n.c: Fix leak in msg_set()

If we end up returning -EINVAL from the function we will leak the
memory allocated to 'newstr' which has been allocated but not yet
assigned to anything.
Fix the leak by properly freeing the memory again before we return.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
83414d528d2f97d6574c14afb892879c11bbcc7c 09-Jul-2012 Justin P. Mattock <justinmattock@gmail.com> staging "speakup" Fix typos.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
f976520bee1ca20c5ff73ffc277b71545b698b7a 16-Oct-2010 William Hubbs <w.d.hubbs@gmail.com> staging: speakup: i18n.c fix long lines

A help message had to be slightly reworded, but the meaning is the same.

Signed-off-by: William Hubbs <w.d.hubbs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
d09d3e2cddec6d80070dab29e0c80e53e3d8d3dc 12-Oct-2010 William Hubbs <w.d.hubbs@gmail.com> staging: speakup: i18n.c: style fixes

Clean up this file based on reports from checkpatch.pl.

Signed-off-by: William Hubbs <w.d.hubbs@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
d7cf430c5420883e86adcc94a19f22369e191929 11-Oct-2010 Tracey Dent <tdent48227@gmail.com> Staging: speakup: i18n.c: cleaned up file

Cleaned up file with the use of checkpatch.pl.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
c6e3fd22cd538365bfeb82997d5b89562e077d42 07-Oct-2010 William Hubbs <w.d.hubbs@gmail.com> Staging: add speakup to the staging directory

Speakup is a kernel based screen review package for the linux operating
system. It allows blind users to interact with applications on the
linux console by means of synthetic speech.

The authors and maintainers of this code include the following:

Kirk Reiser, Andy Berdan, John Covici, Brian and
David Borowski, Christopher Brannon, Samuel Thibault and William Hubbs.

Signed-off-by: William Hubbs <w.d.hubbs@gmail.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>