summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-02simplify handling of 'include' listsLuigi Rizzo
2006-05-02... and use a single rule for timespecLuigi Rizzo
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmLuigi Rizzo
2006-05-02if/ifTime/random statements are all the same thingLuigi Rizzo
2006-05-02includedname is just a regular word_or_default name,Luigi Rizzo
2006-05-02remove useless 'extern' declarationLuigi Rizzo
2006-05-02instead of just building local object files for ast_expr2.o and ast_expr2f.o,Russell Bryant
2006-05-02allow for a non-optimized build that does not get installedRussell Bryant
2006-05-02remove some unneeded local variables.Luigi Rizzo
2006-05-02use set_callerid to update callerid with prefixChristian Richter
2006-05-02more usage of nword(). I think the references to sourceLuigi Rizzo
2006-05-02more simplifications involving linku1Luigi Rizzo
2006-05-02correct linku1() to handle the case tail = NULL correctly.Luigi Rizzo
2006-05-02returning 128 emtpy Frames instead of null frame. Christian Richter
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant
2006-05-02The build of aelparse was still broken in some cases, so instead of having to Russell Bryant
2006-05-02Merged revisions 24097 via svnmerge from Tilghman Lesher
2006-05-01Bug 7062 - Rename ael2 CLI commands to aelTilghman Lesher
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
2006-05-01add missing functions - see the comment in the file explainingLuigi Rizzo
2006-05-01Merged revisions 23988 via svnmerge from BJ Weschke
2006-05-01Merged revisions 23985 via svnmerge from BJ Weschke
2006-05-01make sure non-inlined versions of ast_copy_string and _ast_calloc are availableRussell Bryant
2006-05-01git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23952 65c4cc65-6c06...Russell Bryant
2006-05-01- convert the list of dialplan function to the list macrosRussell Bryant
2006-05-01remove \n from the end of a couple of synopsis fieldsRussell Bryant
2006-05-01don't put bogus paths like -L/lib into link commandsKevin P. Fleming
2006-05-01do the check for VoiceTronix support using C++Kevin P. Fleming
2006-05-01do check for ixjuser.h in a way that can actually succeed :-)Kevin P. Fleming
2006-05-01Don't return stack pointers from functions (especially since the code will at...Tilghman Lesher
2006-05-01convert the applications list to the list macrosRussell Bryant
2006-05-01remove an extra newline, none of the other synopsis fields for apps have oneRussell Bryant
2006-05-01- convert permission lists to use list macrosRussell Bryant
2006-05-01conver the lists of dundi packets to use the list macrosRussell Bryant
2006-05-01move some code used only --with-pri in the properLuigi Rizzo
2006-05-01- convert the dundi precache list to use the list macrosRussell Bryant
2006-05-01more simplificationsLuigi Rizzo
2006-05-01always trim the trailing ';'Luigi Rizzo
2006-05-01comment usage of contextsLuigi Rizzo
2006-05-01fix dereferencing freed memoryLuigi Rizzo
2006-04-30switch a couple of operands.Luigi Rizzo
2006-04-30put back some simplifications, this time really testedLuigi Rizzo
2006-04-30revert ael.flex to the last correct version.Luigi Rizzo
2006-04-30another small set of simplificationsLuigi Rizzo
2006-04-30- convert the lists of dundi_transactions to the list macrosRussell Bryant
2006-04-30simplify logic (runtest passed).Luigi Rizzo
2006-04-30remove macro defined that is no longer neededKevin P. Fleming
2006-04-30use proper method of detecting OSS support on Linux and FreeBSDKevin P. Fleming
2006-04-30remove remaining MFC/R2 stuffKevin P. Fleming
2006-04-30Merged revisions 23705 via svnmerge from Kevin P. Fleming