libasn1c.git branch master updated. a37b06d7354c5cfec0e88dc22a8a5d784551f1b3

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Dec 18 14:40:23 UTC 2015


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 "asn1c runtime code as shared library".

The branch, master has been updated
       via  a37b06d7354c5cfec0e88dc22a8a5d784551f1b3 (commit)
      from  41b85d5597119fa8105dc0641ffe5cd1bbae39b2 (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/libasn1c/commit/?id=a37b06d7354c5cfec0e88dc22a8a5d784551f1b3

commit a37b06d7354c5cfec0e88dc22a8a5d784551f1b3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 18 15:37:17 2015 +0100

    add '--enable-debug' configure option to build with EMIT_ASN_DEBUG
    
    ... which in turn causes all the ASN_DEBUG() to be turned into
    fprintf(stderr, ...) statements, once the user application decides
    to set 'asn_debug = 1' somewhere in its code.
    
    The next step would be to make _ASN_DECODE_FAILED / _ASN_ENCODE_FAILED
    no longer depend on ASN_DEBUG (which it currently does)

-----------------------------------------------------------------------

Summary of changes:
 configure.ac               | 4 ++++
 include/asn1c/asn_system.h | 2 ++
 src/Makefile.am            | 3 +++
 src/asn_codecs_prim.c      | 4 ++++
 4 files changed, 13 insertions(+)


hooks/post-receive
-- 
asn1c runtime code as shared library



More information about the osmocom-commitlog mailing list