Commit Graph

38 Commits (1.8)

Author SHA1 Message Date
Kinsey Moore 3e9a54d857 Allow Asterisk to compile under GCC 4.10
11 years ago
Matthew Jordan eaa96f3a53 Remove some spammy debug messages; improve clarity of others
12 years ago
Richard Mudgett 303d6c56f9 Fix incorrect usages of ast_realloc().
12 years ago
Kinsey Moore 4b007c059f Fix xmldoc memory leak
12 years ago
Tilghman Lesher dc63fd67d3 Improve documentation by making all of the colors used readable,
13 years ago
Matthew Jordan 19ce7a69b3 Fix memory leak when unloading XML documentation
13 years ago
Mark Michelson 3b476dfd1e Fix misuses of asprintf throughout the code.
13 years ago
Matthew Jordan 1ebccde21a Fix memory leak in XML documentation
13 years ago
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Matthew Nicholson de9e8e501e Load the proper XML documentation when multiple modules document the same application.
14 years ago
Leif Madsen d5036e449b Merged revisions 300520 via svnmerge from
15 years ago
Sean Bright 0140af581e Revert r280019 for now - This was poorly executed.
15 years ago
Sean Bright 5fb5c90b89 Add ability to use system libedit and update bundled libedit.
15 years ago
Jeff Peeler 4d1aeff357 Add method for finding XML doc files for systems that don't support GLOB_BRACE.
15 years ago
Tzafrir Cohen c613897d1c Fix various typos reported by Lintian
15 years ago
Leif Madsen 6587f0941d Fix a typo.
15 years ago
Michiel van Baak 44ae313422 Add an empty line after each option when printing the
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Sean Bright e27e8615ed Reset the terminal to the correct fg/bg after XML documenation is rendered.
16 years ago
Eliel C. Sardanons 2c882626a0 Implement a new element in AstXML for AMI actions documentation.
16 years ago
Eliel C. Sardanons 77c41d700e Allow to specify an enumlist inside an enum.
16 years ago
Olle Johansson bb03eef676 Making sure we have references to external libraries.
16 years ago
Terry Wilson c70d486ec6 Don't forget to free typename
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Eliel C. Sardanons bc03323251 - Fix a leak while printing an argument description.
17 years ago
Kevin P. Fleming 887e28d7aa incorporates r159808 from branches/1.4:
17 years ago
Terry Wilson d66a8cd264 Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config
17 years ago
Eliel C. Sardanons 7a20daefed Avoid a not needed cast, making code more readable.
17 years ago
Eliel C. Sardanons a22928b853 Introduce XML documentation for:
17 years ago
Eliel C. Sardanons 62a32fef40 Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_inside()
17 years ago
Eliel C. Sardanons df6b78b742 Remove trailing whitespaces
17 years ago
Eliel C. Sardanons 15d30a56cd - The paramname is a pointer allocated with strdup() or malloc(), so,
17 years ago
Eliel C. Sardanons 6f31fed83f Implement AGI XML documentation parsing functions.
17 years ago
Eliel C. Sardanons 23adb8e509 Move all the XML documentation API from pbx.c to xmldoc.c.
17 years ago