aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 4fa546cbc5bb70ace8820b5cd4a859f3bece04d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2005-11-01  Kevin P. Fleming  <kpfleming@digium.com>

	* utils.c (getloadavg): change to using _BSD_SOURCE as the indicator for whether this function is present or not (issue #5549)
	
	* include/asterisk/utils.h (ast_slinear_saturated_add): force to be inlined whenever possible
	(ast_slinear_saturated_multiply): same
	(ast_slinear_saturated_divide): same
	(inaddrcmp): same
	* include/asterisk/strings.h (ast_strlen_zero): force to be inlined whenever possible
	* include/asterisk/compiler.h (force_inline): add macro to force inlining of functions
	
2005-11-01  Kevin P. Fleming  <kpfleming@digium.com>

	* Asterisk 1.2.0-beta2 released.