1. 21 Mar, 2007 8 commits
  2. 20 Mar, 2007 3 commits
  3. 19 Mar, 2007 2 commits
  4. 15 Mar, 2007 1 commit
  5. 14 Mar, 2007 1 commit
  6. 11 Mar, 2007 1 commit
  7. 10 Mar, 2007 1 commit
  8. 09 Mar, 2007 1 commit
  9. 31 Jan, 2007 1 commit
  10. 26 Sep, 2006 1 commit
  11. 25 Sep, 2006 1 commit
  12. 29 Jul, 2006 1 commit
  13. 20 Jul, 2006 2 commits
  14. 04 Jun, 2006 2 commits
  15. 06 May, 2006 1 commit
  16. 04 May, 2006 2 commits
    • Peter Berry's avatar
      oops · aa048956
      Peter Berry authored
      aa048956
    • Peter Berry's avatar
      Turned the string conversion functions into wrappers around more generic... · 4aaa7eee
      Peter Berry authored
      Turned the string conversion functions into wrappers around more generic functions, and added a couple more wrappers to deal with UTF-8 strings. Also check UTF-8 is available to make sure these work.
      
      This is in preparation for changing the IPC to use UTF-8. wchar_t would probably be preferable except that its representation is allowed to be locale-dependent (though it happens to be UCS-4 for glibc).
      
      4aaa7eee
  17. 30 Apr, 2006 1 commit
  18. 29 Apr, 2006 1 commit
  19. 04 Apr, 2006 1 commit
  20. 03 Apr, 2006 2 commits
  21. 24 Mar, 2006 1 commit
    • Peter Berry's avatar
      · 3d306e4e
      Peter Berry authored
      updated for 2.14.2
      3d306e4e
  22. 23 Mar, 2006 5 commits
    • Peter Berry's avatar
      · d2833da2
      Peter Berry authored
      - Changed %d and %u, where they referred to size_t things, to %zu
      - Changed unsigned int to unsigned long int where it was the target type of a cast from a pointer
      
      These fix warnings when compiling on x86-64.
      d2833da2
    • Peter Berry's avatar
      · 1d1457d4
      Peter Berry authored
      mud rooms from /usr/local/lib/mw that never made it into cvs before
      1d1457d4
    • Peter Berry's avatar
      · ed5bb28b
      Peter Berry authored
      fixed dumb bug where I tried to compile the wrong file
      ed5bb28b
    • Peter Berry's avatar
      · 1a2d46e8
      Peter Berry authored
      - Moved the gag tables out of bork.h into a source file, so the
      executable now only has one copy. They're now const.
      - Now using gnu99, which people seem to have been coding to anyway,
      with GNU libc extensions
      - removed #define from iconv.c which the above made redundant
      - Optimisation flag is now in CFLAGS instead of DEFS (makes more
      sense there)
      
      Next step, check if it compiles on AMD64.
      1a2d46e8
    • Peter Berry's avatar
      · 83c818a0
      Peter Berry authored
      add spaces
      83c818a0