aboutsummaryrefslogtreecommitdiffstats
path: root/say.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-23/+30
2005-11-08issue #5576kpfleming1-4/+6
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
2005-10-26more doxygenification (issue #5513)russell1-23/+23
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-27say minutes/seconds using existing 'say number' code for Danish (issue #5277)kpfleming1-30/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-08-26add Russian support to say_number (issue #4781)kpfleming1-1/+112
2005-08-03Fix issue with say digit str (bug #4883)markster1-1/+1
2005-07-12don't declare variables inside a code block (bug #4681)kpfleming1-13/+10
2005-07-12add support for say_number in Hebrew (bug #4420)kpfleming1-0/+359
2005-07-12support military-style time announcing ('hundred' instead of 'o-clock') (bug ...kpfleming1-1/+6
2005-06-24'9' doesn't fall there anymore ...russell1-1/+1
2005-06-23Okay ;)markster1-0/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-2/+5
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ...kpfleming1-324/+175
2005-05-08Fix French time (bug #4197)markster1-4/+8
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-5/+5
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-04-13Fix dashes, etcmarkster1-30/+30
2005-04-05correct french pronounciation of years between 1900 and 1999 (bug #3949)kpfleming1-1/+3
2005-04-04let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)kpfleming1-0/+3
2005-03-27Repair danish format (bug #3239)markster1-3/+415
2005-03-10Fix spanish date format (bug #3642)markster1-14/+1
2005-02-04Fix spanish pronunciation (bug #3121, thanks to David Corredor)markster1-12/+27
2005-01-29Fix ordering in portugese (bug #3452)markster1-5/+5
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-1/+1
2004-12-22Add partial greek support (bug #3107)markster1-0/+437
2004-12-21More OpenBSD fixes (bug #3120)markster1-17/+17
2004-12-20Fix a small typomarkster1-1/+1
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-1029/+1401
2004-11-12Merge italian "say" support (bug #2840)markster1-0/+230
2004-11-08Add British and Norwegian syntax (bug #2683)markster1-34/+208
2004-11-03Add french supportmarkster1-0/+321
2004-11-01Fix say for portugese (bug #2749)markster1-5/+5
2004-09-24fix polish stuff in say.canthm1-2/+2
2004-09-07Compute power of 10 using ints instead of silly floats (bug #2390)markster1-2/+10
2004-09-06Add Czech digit/voicemail supportmarkster1-1/+114
2004-08-29Make the polish speech not such an insane coding stylemarkster1-114/+113
2004-06-23datetime patches from Tilghman (bug #1905)markster1-8/+4
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update codi...markster1-342/+303
2004-05-13Add polish support to say.c (bug #1629)markster1-0/+312
2004-05-13Add taiwanese support for saynumber/datetime (bug #1615)markster1-0/+435
2004-05-12Fix FreeBSD compile (bug #1620)markster1-2/+2
2004-05-11German language improvements (bug #1606)markster1-44/+354
2004-05-08Add Spanish support to say date with format (bug #1583)markster1-0/+192
2004-05-06Enhance Spanish and Mexican support (bug #1566) thanks!markster1-15/+27