reimplemented the endian stuff, using inline asm for x86. #define g_htonl
authorManish Singh <yosh@src.gnome.org>
Tue, 27 Oct 1998 06:19:42 +0000 (06:19 +0000)
committerManish Singh <yosh@src.gnome.org>
Tue, 27 Oct 1998 06:19:42 +0000 (06:19 +0000)
commit215251e99dcaa18bda8ed70cdd8f0edc27de5f41
treef7ba23e5dd94fa7a0c3e2ee5bf3f0d68f5342be5
parenta8d04aa3e3f6fb7aab3d1f3700d3f0be72981b7f
reimplemented the endian stuff, using inline asm for x86. #define g_htonl

* glib.h: reimplemented the endian stuff, using inline asm for x86.
#define g_htonl and friends.

* testglib.c: new tests for the endian stuff

* configure.in: care for AIX in gmodule linker flags test (from Joel Becker
<jlbec@raleigh.ibm.com>). Check $host_os for linux instead of existance of
/usr/include/linux

* gutils.c: buh-bye evil warning. Thou hast been #ifdef'd out of thine
existance!

-Yosh
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
glib.h
glib/glib.h
glib/gutils.c
gutils.c
testglib.c
tests/testglib.c