[Home]

Summary:ASTERISK-04096: [patch] Two minor fixes for functions
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-05-06 12:38:45Date Closed:2008-01-15 15:33:42.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050506__show_functions.diff.txt
Description:Two one-liners:

1) Make the search for functions case-insensitive.
2) Make the output of 'show functions' line up in columns, which makes the output MUCH easier to read.

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: Jeffrey C. Ollie (jcollie) 2005-05-07 00:29:08

+1 from me

By: Mark Spencer (markster) 2005-05-08 13:05:18

Added the formatting part, rejected the case insensitivity part since variables are case sensitive, so should be functions.  This also means that the user can use their own variable names in lower case and be assured there will never be a conflict with functions *should* we ever decide to drop the requirement that functions use () when no params are needed.

By: Russell Bryant (russell) 2005-05-10 23:22:20

functions not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:33:42.000-0600

Repository: asterisk
Revision: 5605

U   trunk/pbx.c

------------------------------------------------------------------------
r5605 | markster | 2008-01-15 15:33:42 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix formatting of functions (bug ASTERISK-4096, with mods)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5605