[xoreos-git] [xoreos/xoreos] ae155f: COMMON: Make use of ICONV_CONST

GitHub noreply at github.com
Sun Jul 7 02:02:42 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: ae155fb0312320c4d1fd0b8e00246fc1982565b8
      https://github.com/xoreos/xoreos/commit/ae155fb0312320c4d1fd0b8e00246fc1982565b8
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2013-07-06 (Sat, 06 Jul 2013)

  Changed paths:
    M src/common/ustring.cpp

  Log Message:
  -----------
  COMMON: Make use of ICONV_CONST

Is #define'd "const" if the iconv() implementation is of type
size_t iconv(iconv_t, const char **, size_t, char **, size_t)
instead of
size_t iconv(iconv_t, char **, size_t, char **, size_t).

This is apparently the case for FreeBSD and PPC-based Mac OS X.


  Commit: 0b5aec31aa9bede39d8c494e71bfbf4fcf80f9e9
      https://github.com/xoreos/xoreos/commit/0b5aec31aa9bede39d8c494e71bfbf4fcf80f9e9
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2013-07-06 (Sat, 06 Jul 2013)

  Changed paths:
    M src/common/hash.h

  Log Message:
  -----------
  COMMON: Add "LL" to another big integer constant


Compare: https://github.com/xoreos/xoreos/compare/96cb985fb140...0b5aec31aa9b


More information about the xoreos-git mailing list