After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319592 - Use GLib for determining host endian
Use GLib for determining host endian
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
1.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-10-24 11:35 UTC by Ross Burton
Modified: 2005-11-17 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use GLib for host-endian checks (2.41 KB, patch)
2005-10-24 11:36 UTC, Ross Burton
accepted-commit_now Details | Review

Description Ross Burton 2005-10-24 11:35:43 UTC
libedataserver has a hand-crafted runtime check for big/little endian, which can
be replaced with a compile-time GLib check.  This makes the code a little more
readable and faster.
Comment 1 Ross Burton 2005-10-24 11:36:03 UTC
Created attachment 53828 [details] [review]
Use GLib for host-endian checks
Comment 2 André Klapper 2005-11-14 01:07:35 UTC
adding keyword and confirming.
Comment 3 parthasarathi susarla 2005-11-17 09:58:06 UTC
Looks good. Approved. Thanks for the patch
Comment 4 Ross Burton 2005-11-17 11:41:44 UTC
Committed to HEAD, thanks.