aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_cut.c
AgeCommit message (Collapse)AuthorFilesLines
2005-10-18Fix off-by-one issue with sort (bug #5459)markster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6816 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-5/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6618 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26convert Cut() into CUT() function (issue #4892)kpfleming1-32/+281
add SORT() function (issue #4892) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6422 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05major re-work of dialplan functions, including:kpfleming1-30/+0
- locking of functions list during registration/unregistration/searching - rename of function description structure to be consistent with the rest of the API - addition of 'desc' element to description structure, for detailed description (like applications) - addition of 'show function' CLI command to show function details - conversion of existing functions to use uppercase names to match policy - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27help text cleanups (bug #4072, with mods)kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5508 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-6/+6
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01add FIELDQTY function to split variable contents and get any desired field ↵kpfleming1-0/+30
(bug #3731) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5353 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3428 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-12Fix cut properly (bug #1138)markster1-6/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2676 f38db490-d61c-443f-a65b-d21fe96a405b
2004-02-24Fix corruptin in app_cut (bug #1084)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2229 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-04Fix description of Cut applicationmartinp1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1688 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-25Compatibility issues on app_cut (bug #428)markster1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1666 f38db490-d61c-443f-a65b-d21fe96a405b
2003-10-22Add Tilghman's app_cutmarkster1-0/+198
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1658 f38db490-d61c-443f-a65b-d21fe96a405b