dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/pbx
russell f2062e9c84 The build of aelparse was still broken in some cases, so instead of having to
keep figuring out workarounds for build issues on various platforms, just go
ahead and remove what started all of this.  Two instances of ast_calloc have
been changed to calloc in pbx/ael/ael.y.

ast_copy_string isn't actually needed here because the only place it is used is
in ast_expr2f.c.  However, the utils Makefile already builds its own
ast_expr2f.o with -DSTANDALONE, which makes it use strncpy instead of
ast_copy_string.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24115 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 03:03:27 +00:00
..
ael The build of aelparse was still broken in some cases, so instead of having to 2006-05-02 03:03:27 +00:00
Makefile simplify CFLAGS handling for subdirectories 2006-04-30 11:40:06 +00:00
dundi-parser.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
dundi-parser.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
pbx_ael.c Bug 7062 - Rename ael2 CLI commands to ael 2006-05-01 22:07:18 +00:00
pbx_config.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
pbx_dundi.c - convert permission lists to use list macros 2006-05-01 01:26:37 +00:00
pbx_gtkconsole.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
pbx_kdeconsole.cc Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
pbx_kdeconsole.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
pbx_kdeconsole_main.cc git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
pbx_loopback.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
pbx_realtime.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
pbx_spool.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00