1. 26 Aug, 2004 2 commits
    • joerg@mysql.com's avatar
      If the system has 64 bit "long", then "long long" does not add new · 10cf7f1f
      joerg@mysql.com authored
      functionality. The existing code takes advantage of this when
      "typedef"ing 'longlong' in 'my_global.h'. This holds for Alpha CPUs.
      If the compiler then has prototypes for C99 functions 'strtoll()' and
      'strtoull()' but no implementation, the existing code in 'strtoull.c'
      collides with that prototype. These collisions are avoided now.
      10cf7f1f
    • bar@mysql.com's avatar
      ctype-latin1.c: · 9a6b76aa
      bar@mysql.com authored
        Revert this change, it was done in a mistake.
      9a6b76aa
  2. 25 Aug, 2004 5 commits
  3. 24 Aug, 2004 33 commits