18 Commits
Author SHA1 Message Date
nshmyrev 32b95d940a Replace INCLUDES with AM_CFLAGS
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12624 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-09-27 20:14:16 +00:00
nshmyrev 93d35600dc Modern dtoa, fixes security issues
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12616 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-09-26 13:18:51 +00:00
nshmyrev 8d55f7df8e Removes unneeded strdup implementation, replaces strdup with _strdup. Fixes WinCE build warnings.
Thanks to Sebastián Alejandro Garzón



git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@12473 94700074-3cef-4d97-a70e-9c8c206c02f5
2014-05-15 21:45:52 +00:00
nshmyrev 075973d48f Fixes distcheck
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@10778 94700074-3cef-4d97-a70e-9c8c206c02f5
2011-02-16 08:58:24 +00:00
dhdfu 6a9ddb3c3f large painful and arguably overdue reorganization of sphinxbase headers ... prompted by the fact that Android NDK defines an (empty!) header called <err.h> and will not let you override the system include path ... this actually should not affect any external code that plays by the rules, otherwise you will have to update all sphinxbase includes to add sphinxbase/ to the beginning
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@10208 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-07-12 03:47:23 +00:00
dhdfu a85f4c9e05 remerge a ton of release fixes from the 0.6 branch
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9902 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-03-22 03:03:37 +00:00
dhdfu 60a8183296 DATADIR conflicts with some Windows header, so change it
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@9710 94700074-3cef-4d97-a70e-9c8c206c02f5
2010-02-17 04:48:31 +00:00
dhdfu 63623a4b44 add a call to setlocale() to ensure that this really is locale-independent
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@8291 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-05-12 16:21:50 +00:00
dhdfu 1249f14fb1 locale-independent version of atof(), adapted from the netlib one.
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@8290 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-05-12 16:03:35 +00:00
dhdfu d7e5d0973d make sure it returns NULL on EOF (it does)
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7728 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-02-02 21:50:05 +00:00
dhdfu 43dce6a52e Add a safe and effective read-line function, so we can dispose of huge
statically allocated buffers.


git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7727 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-02-02 21:32:44 +00:00
dhdfu bd46097a8a Add a handy in-place string stripping function
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7726 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-02-02 21:05:06 +00:00
dhdfu f549b002ef Remove gnumake-isms
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7549 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-01-05 03:30:14 +00:00
dhdfu 5ab4ab4718 Put an immediate stop to the proliferation of libsphinx* libraries, consolidating all of them except libsphinxad (which I would dearly like to deprecate) into libsphinxbase. Windows builds are going to be broken for a little while, sorry folks.
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7435 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-11-28 18:03:49 +00:00
dhdfu a5a62ab4af Verify that nextword() works even with only one word
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7066 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-08-08 18:47:49 +00:00
dhdfu 3e701ef944 FULLY restore and document the original behaviour of nextword() as stuff depends on it (oops)
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7061 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-08-08 15:16:27 +00:00
dhdfu 23fff3907b Restore and fully document the original behaviour of nextword() as stuff depends on it
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7060 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-08-08 15:14:30 +00:00
dhdfu fe97ec209d consolidate string functions and add unit tests for them
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@7058 94700074-3cef-4d97-a70e-9c8c206c02f5
2007-08-08 14:50:30 +00:00