summaryrefslogtreecommitdiff
path: root/include/asterisk/compat.h
AgeCommit message (Expand)Author
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-03core: Improve/simplify handling of required headers.Corey Farrell
2016-06-02Fix #include poll.h and sys/cdefs.hTimo Teräs
2015-11-30Build System: Support include-what-you-use.Alexander Traud
2014-01-28res_pjsip,compat: INFINITY and NAN undefinedKevin Harwell
2013-01-19Add builtin roundf() for systems lacking it.Walter Doekes
2012-10-18Doxygen Updates - Title updateAndrew Latham
2010-09-28Merged revisions 289104 via svnmerge from Tilghman Lesher
2010-09-24Merged revisions 288638 via svnmerge from Tilghman Lesher
2010-07-15Define LLONG_MAX on systems that do not have it.Tilghman Lesher
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.cTilghman Lesher
2009-12-02So apparently, some platforms don't have ffsll(3).Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-07-22Merged revisions 208083 via svnmerge from Tilghman Lesher
2009-04-21Merged revisions 189601 via svnmerge from Doug Bailey
2009-03-25Fix build issues on Mac OSX.Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-08-09Merged revisions 136946 via svnmerge from Tilghman Lesher
2008-05-27Add printf format attribute for vasprintf().Russell Bryant
2008-05-27Add printf attribute to asprintfRussell Bryant
2007-12-03Merged revisions 90753 via svnmerge from Tilghman Lesher
2007-11-21move these forward declarations back to asterisk.h where they belong... even ...Kevin P. Fleming
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...Joshua Colp
2007-11-18Revert last commit, apparently buildbot lied to me.Joshua Colp
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...Joshua Colp
2007-11-17if alloca.h is not present, try malloc.hLuigi Rizzo
2007-11-17some version of flex produce code that wants __STDC_VERSION__Luigi Rizzo
2007-11-17Update the configure script check for sys/poll.h to also provide the result inRussell Bryant
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-04-06Merged revisions 60603 via svnmerge from Russell Bryant
2006-09-20Avoid errors when compiling out of tree modules like asterisk-addons.Jason Parker
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cJason Parker
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildRussell Bryant
2006-04-26another Solaris compatability fix - this makes sure u_int64_t is definedRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-12make sure uint64_t is available on macRussell Bryant
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-04-10Bug 6829 - asprintf for SolarisTilghman Lesher
2006-03-23Fix a compile problem on FreeBSD for a missing header.Luigi Rizzo
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-08oops :-)Kevin P. Fleming