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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated via 90e614f7ccb0902e6ddb510bb10f78eb14a13d94 (commit) from ee702cd590688c1e65296319c5bc4c9cf160ba65 (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 ----------------------------------------------------------------- http://cgit.osmocom.org/libosmocore/commit/?id=90e614f7ccb0902e6ddb510bb10f7...
commit 90e614f7ccb0902e6ddb510bb10f78eb14a13d94 Author: Harald Welte laforge@gnumonks.org Date: Sat Dec 5 23:38:18 2015 +0100
remove our internal copy of talloc, use system libtalloc
Shipping our own private copy of talloc was a good idea in 2008, when it was not readily available on most target platforms. Today, the situation is quite different, as it is a standard library on major Linux distributions.
-----------------------------------------------------------------------
Summary of changes: configure.ac | 55 +- include/Makefile.am | 16 - include/osmocom/core/talloc-internal.h | 189 ---- include/osmocom/core/talloc.h | 4 + libosmoctrl.pc.in | 2 +- libosmogb.pc.in | 2 +- libosmogsm.pc.in | 2 +- libosmosim.pc.in | 2 +- libosmovty.pc.in | 2 +- src/Makefile.am | 16 +- src/ctrl/Makefile.am | 4 +- src/gb/Makefile.am | 4 +- src/gsm/Makefile.am | 4 +- src/sim/Makefile.am | 4 +- src/talloc.c | 1804 -------------------------------- src/vty/Makefile.am | 4 +- tests/Makefile.am | 3 +- 17 files changed, 28 insertions(+), 2089 deletions(-) delete mode 100644 include/osmocom/core/talloc-internal.h create mode 100644 include/osmocom/core/talloc.h delete mode 100644 src/talloc.c
hooks/post-receive