aboutsummaryrefslogtreecommitdiffstats
path: root/say.c
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-6420/+0
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11say times in spanish properly (using new sound files that are not yet released)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18fix a polish voicemail bug with saying dates (issue #7389, supczinskib)russell1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34664 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-4/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09do not use a variable name that hides a useful library symbol (time())rizzo1-20/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26016 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06add Polish language support to Voicemail, with some minor modifications thatrussell1-2/+220
include formatting fixes, making it so variables aren't declared in the middle of a block, and various other little code cleanups (issue #6970, supczinskib) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25159 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Fix "o'clock" from being said twice in French. #6900 (casper)bweschke1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24640 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-23Bug 6710 - Move default datetime string to each language function, so each ↵tilghman1-55/+84
language can have its own default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22201 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-19move to a different file (channel.c for the time being) therizzo1-47/+0
wrappers around the basic 'say' functions, and redeclare these wrappers as ordinary functions rather than function pointers. This way, alternative implementations of the 'say' functions will only have to implement the basic functions and not the wrappers. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@21338 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23Replace ast_say_* functionn with function pointers, so that modulesrizzo1-17/+42
can override them. On passing, fix a potential problem in the top level Makefile: if a static library is not referenced by any of the core objects, it is not linked in the main program, and will not be available to modules, which leads to failure at runtime when the modules are loaded. This is the case of stdtime/localtime.o, which supplies some core symbolx, but is only linked in as a library. Fix the problem by linking in the object. NOTE: this is intended as a temporary aid to replace the existing say.c with a newer implementation. Once the task is completed, we may decide whether or not the ast_say*() functions should be pluggable or not and possibly revert part of this change. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-13Issue 6710: saydate crash. Fix by Luigi Rizzo. Thanks!oej1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12740 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a ↵kpfleming1-64/+85
bunch of warnings found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09Changed say.c aliased zh to the tw say.c output.mogorman1-9/+9
Done in relation to bug 6135. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7913 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-31- fix some doxygen errorsrussell1-1/+1
- add the flag definitions to the page about global options git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7690 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30update doxygen docs to specify authorsrussell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Make the English language of date format 'Q' and 'q' sound a little bit more ↵tilghman1-36/+89
natural git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7613 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14finish merging doxygen updates from issue #5605russell1-23/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5576kpfleming1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7013 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26more doxygenification (issue #5513)russell1-23/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6852 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-27say minutes/seconds using existing 'say number' code for Danish (issue #5277)kpfleming1-30/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6673 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26add Russian support to say_number (issue #4781)kpfleming1-1/+112
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6428 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-03Fix issue with say digit str (bug #4883)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6265 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12don't declare variables inside a code block (bug #4681)kpfleming1-13/+10
fix formatting git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6104 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add support for say_number in Hebrew (bug #4420)kpfleming1-0/+359
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6101 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12support military-style time announcing ('hundred' instead of 'o-clock') (bug ↵kpfleming1-1/+6
#4605) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6098 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-24'9' doesn't fall there anymore ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6001 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23Okay ;)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming1-2/+5
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ↵kpfleming1-324/+175
functions, using more efficient and clearer code (inspired by bug #4414) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5819 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08Fix French time (bug #4197)markster1-4/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5598 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5498 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-7/+7
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13Fix dashes, etcmarkster1-30/+30
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5460 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05correct french pronounciation of years between 1900 and 1999 (bug #3949)kpfleming1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5389 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5384 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27Repair danish format (bug #3239)markster1-3/+415
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5275 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-10Fix spanish date format (bug #3642)markster1-14/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5159 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-04Fix spanish pronunciation (bug #3121, thanks to David Corredor)markster1-12/+27
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4964 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-29Fix ordering in portugese (bug #3452)markster1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4919 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4806 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-22Add partial greek support (bug #3107)markster1-0/+437
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4522 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-21More OpenBSD fixes (bug #3120)markster1-17/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4519 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-20Fix a small typomarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4503 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-1029/+1401
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4229 f38db490-d61c-443f-a65b-d21fe96a405b