[Git] mISDN library and utilities branch holger/autoconf-clean created. mISDNuser_1_1_2-255-g13214f4

[email protected] (git version ctrl) Sun, 15 Jan 2012 01:07:01 +0100 (CET)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
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 "mISDN library and utilities".

The branch, holger/autoconf-clean has been created
        at  13214f41e4963f10d7e7c16a9d1f634a5e61d260 (commit)

- Log -----------------------------------------------------------------
commit 13214f41e4963f10d7e7c16a9d1f634a5e61d260
Author: Holger Hans Peter Freyther <[email protected]>
Date:   Sun Jan 15 01:04:45 2012 +0100

    misc: Ignore two more files that are created during configure/make

commit a7a0dbafef36a010047754ec0034299e4d53df05
Author: Holger Hans Peter Freyther <[email protected]>
Date:   Mon Nov 7 18:00:02 2011 +0100

    suppserv: Fix warning about discarding the const modifier
    
    suppserv/fac.c: In function 'encodeFacReject':
    suppserv/fac.c:460:34: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]

commit 3d0de925848e7d7aa668acf4d5b053eae7165fce
Author: Holger Hans Peter Freyther <[email protected]>
Date:   Mon Nov 7 17:30:38 2011 +0100

    misc: Enable the silent rules to have kernel style compile output
    
    The new output will look like this:
      CC     misc/debug.lo
      CC     misc/fsm.lo
    
    to get back to the old mode use
    
    $ make V=1
    depbase=`echo misc/mtimer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
    	/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Iinclude    -g -O2 -MT misc/mtimer.lo -MD -MP -MF $depbase.Tpo -c -o misc/mtimer.lo misc/mtimer.c &&\
    	mv -f $depbase.Tpo $depbase.Plo
    ...

commit 034f5e1e7b3892e6b20ce4571acaf6c1cfcd07cc
Author: Holger Hans Peter Freyther <[email protected]>
Date:   Mon Nov 7 17:22:43 2011 +0100

    misc: Remove autogenerated files from the source tree
    
    These files turn up as changed after the usual autoreconf
    --install --force. Remove these files from the SCM as they
    can easily be reconstructed by the above command.

commit 1d5d16c0c97fd1b1a9ecda7264f4f891131d2183
Author: Holger Hans Peter Freyther <[email protected]>
Date:   Mon Nov 7 17:09:27 2011 +0100

    mbuffer.h: Increase the buffer size for ARM EABI
    
    struct ph_info_ch and struct ph_info has holes on ARM EABI
    and the current size is too small for a LCR/mISDN loop
    setup with 20 channels. Increase the limit a bit. The best
    practice would be to either pack structures that are exposed
    to userspace and to extract the size from the structures.

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


hooks/post-receive
-- 
mISDN library and utilities