aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_morsecode.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-23Allow app_morsecode to build on PPC Linux by putting the value of the digit ↵file1-2/+3
char in an int. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@76618 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+8
- 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-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-06-03Two missed casestilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-03Ooops, those characters weren't really periods (credit to John Olson)tilghman1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31690 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+6
As partly documented in loader.c and include/asterisk/module.h, modules are now expected to return all of their methods and flags into a structure 'mod_data', and are normally loaded with RTLD_NOW | RTLD_LOCAL, so symbols are resolved immediately and conflicts should be less likely. Only in a small number of cases (res_*, typically) modules are loaded RTLD_GLOBAL, so they can export symbols. The core of the change is only the two files loader.c and include/asterisk/module.h, all the rest is simply adaptation of the existing modules to the new API, a rather mechanical (but believe me, time and finger-consuming!) process whose detail you can figure out by svn diff'ing any single module. Expect some minor compilation issue after this change, please report it on mantis http://bugs.digium.com/view.php?id=6968 so we collect all the feedback in one place. I am just sorry that this change missed SVN version number 20000! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20003 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-08since the module API is changing, it's a good time to const-ify the ↵kpfleming1-2/+2
description() and key() return values git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18552 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12Make the ditlen and tone configurable at runtimetilghman1-12/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9658 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11set standard properties on all non-binary fileskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9549 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13Somebody complained the that length of the dah wasn't quite up to spec...tilghman1-13/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Bug 6213 - Morse code apptilghman1-0/+188
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7998 f38db490-d61c-443f-a65b-d21fe96a405b