summaryrefslogtreecommitdiff
path: root/doc/CODING-GUIDELINES
AgeCommit message (Expand)Author
2008-10-09(closes issue #13557)Steve Murphy
2008-07-02Add a locking section to the coding guidelines document.Russell Bryant
2008-06-30a few minor updates and typo fixesRussell Bryant
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-04-17fileio.h does not exist; io.h does, though.Tilghman Lesher
2008-02-261) Make braces mandatory for if/for/while, even around single statements.Tilghman Lesher
2007-12-18A minor update, caused by a recent bug report ;-)Olle Johansson
2007-12-18small documentation update (nothing important).Luigi Rizzo
2007-12-10add a bit of info on the build infrastructureLuigi Rizzo
2007-11-22new info on the management of headersLuigi Rizzo
2007-09-14Merged revisions 82376 via svnmerge from Mark Michelson
2007-06-05add a note about inline commentsRussell Bryant
2007-05-24add a note about using the intenal API for creating detached threadsRussell Bryant
2007-05-04a small upgrade to the coding standard, and an update to the code that trigge...Steve Murphy
2006-09-11More spelling fixes (issue 7930)Tilghman Lesher
2006-09-11fix minor typo in coding guidelinesRussell Bryant
2006-07-23update to mention svn instead of cvsRussell Bryant
2006-04-10fix typo in the provided indent commandRussell Bryant
2006-04-04Clarify syntax of new manager events that reports a status.Olle Johansson
2006-02-12major dialplan functions updateKevin P. Fleming
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!Russell Bryant
2006-01-11fix typo, thanks Qwell!Russell Bryant
2006-01-10Add wrappers for commonly used memory allocation functions. These wrappersRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5709Russell Bryant
2005-10-31various text/formatting updates (issue #5503 plus some minor additions)Kevin P. Fleming
2005-07-19update guidelines to explain indent parameteres (bug #4742)Russell Bryant
2005-07-10more thoughtsKevin P. Fleming
2005-07-10minor fixes, and more topics coveredKevin P. Fleming
2005-06-07update guidelines to follow their own rules for whitespace (bug #4486)Kevin P. Fleming
2005-06-02add guidelines for doxygen documentation writing (bug #4417, with mods)Kevin P. Fleming
2005-06-02add a minor allocation/zeroing guidelineKevin P. Fleming
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)Kevin P. Fleming
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the wayKevin P. Fleming
2005-05-01add some notes regarding the distinction between applications and functionsKevin P. Fleming
2005-04-23add guideline comment about not using '%i' with scanfKevin P. Fleming
2005-04-01Update README to reflect modern Asterisk features and requirementsKevin P. Fleming
2005-01-19Modify code example suggestionAnthony Minessale II
2005-01-18Additional coding guidelines (bug #3374)Mark Spencer
2004-11-08Provide "ident" command line (at least the start of one)Mark Spencer
2004-05-18Update coding guidelinesMark Spencer
2004-05-15Update coding guidelines, fix "say.c" compile on older compilers, update codi...Mark Spencer
2004-05-02Add doc/CODING-GUIDELINES documentJames Golovich