[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-59-g7df2e1c
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-02-15 22:21:33
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via 7df2e1c637f99a288f336d314b7118f093b56c87 (commit) via 2b941ee7f4654a673ed3338ae565c5381aa8fbc9 (commit) from 2c698a7dae97139c8b292ccfaf22eff41112f47f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7df2e1c637f99a288f336d314b7118f093b56c87 Author: Michael Poole <md...@tr...> Date: Mon Feb 15 17:14:51 2010 -0500 Minor compilation and correctness fixes. src/heap.c (ulong_comparator): Fix for the case where "a" and "b" are different by more than the (signed) range of the "int" type. src/mod-helpserv.c (cmd_modstats): Fix a signed/unsigned warning. src/proto-p10.c (reg_notice_func): Fix some cut-and-paste errors. commit 2b941ee7f4654a673ed3338ae565c5381aa8fbc9 Author: Michael Poole <md...@tr...> Date: Mon Feb 15 17:12:11 2010 -0500 Suppress pointless display of oplevels in ?chaninfo. src/hash.* (modeNode_sort): Create as a "natural" sort order. src/proto-p10.c (modeNode_sort): Rename to modeNode_sort_p10. src/opserv.c (cmd_chaninfo): Clone and sort the membership array. Only display oplevels if at least one member has a non-default oplevel. ----------------------------------------------------------------------- Summary of changes: src/hash.c | 27 +++++++++++++++++++++++++++ src/hash.h | 1 + src/heap.c | 2 +- src/mod-helpserv.c | 2 +- src/opserv.c | 27 ++++++++++++++++----------- src/proto-p10.c | 8 ++++---- 6 files changed, 50 insertions(+), 17 deletions(-) hooks/post-receive -- srvx |