.gitignore
author Richard Hughes <richard@hughsie.com>
Mon Jun 30 10:46:20 2008 +0100 (2008-06-30)
changeset 304 bf23ba00db03
parent 241 c3eb520e2219
child 323 3b24a0bd41ee
permissions -rw-r--r--
the vararg list must be terminated with zero else 64bit machines may crash

On 64 bit systems, the integer 0 is 32 bits and the pointer 0 is 64 bits.
The upper 32 bits will not be cleared and the loop will never terminate.
Also add the RAZOR_SENTINEL __attribute__ ((__sentinel__(0))) on GCC4
so we catch where we get this wrong automatically.

This also fixes the new search functionality from James which was missed
in the merge.
rhughes@241
     1
aclocal.m4
rhughes@241
     2
autom4te.cache
rhughes@241
     3
compile
rhughes@241
     4
config.guess
rhughes@241
     5
config.h
rhughes@241
     6
config.h.in
rhughes@241
     7
config.log
rhughes@241
     8
config.status
rhughes@241
     9
config.sub
rhughes@241
    10
configure
rhughes@241
    11
depcomp
jbowes@285
    12
gtk-doc.make
rhughes@241
    13
INSTALL
rhughes@241
    14
install-sh
rhughes@241
    15
intltool-extract
rhughes@241
    16
intltool-extract.in
rhughes@241
    17
intltool-merge
rhughes@241
    18
intltool-merge.in
rhughes@241
    19
intltool-update
rhughes@241
    20
intltool-update.in
rhughes@241
    21
libtool
rhughes@241
    22
ltmain.sh
rhughes@241
    23
Makefile
rhughes@241
    24
Makefile.in
rhughes@241
    25
missing
rhughes@241
    26
mkinstalldirs
rhughes@241
    27
py-compile
rhughes@241
    28
stamp-h1
krh@1
    29
*.o
rhughes@241
    30
ChangeLog
rhughes@241
    31
*.tar.gz
krh@1
    32
*~
rhughes@241
    33