1. 12 Sep, 2006 1 commit
  2. 09 Sep, 2006 1 commit
  3. 23 May, 2006 1 commit
  4. 21 Apr, 2006 1 commit
  5. 01 May, 2003 1 commit
  6. 15 Aug, 2002 1 commit
  7. 16 Jul, 2002 1 commit
  8. 01 Jun, 2002 1 commit
  9. 10 May, 2002 1 commit
  10. 09 Mar, 2002 1 commit
  11. 04 Jun, 2001 2 commits
  12. 29 May, 2001 1 commit
  13. 13 Jun, 2000 1 commit
    • Bertho Stultiens's avatar
      - Bugfix: Corrected "off by one" error in the linenumber while parsing · 661a9403
      Bertho Stultiens authored
        resource.
      - Bugfix: A segfault would occur if messagetables were parsed without
        memory options attached. Also added buffer-overflow safeguard while
        converting between byteorders.
      - Finished remapping usertype resources onto standars types by tricking
        the parser into accepting a different token. The remapping can be
        disabled with a new commandline option '-m'.
      - Resolved some warning about chars used as index on SGI O2 machine
        (the ctype isXXX() routines are macros there).
      661a9403
  14. 30 May, 2000 1 commit
  15. 01 May, 2000 1 commit
    • Bertho Stultiens's avatar
      - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The · 27337af6
      Bertho Stultiens authored
        old parser has been stripped from the old preprocessor-code which
        cleaned up both resource-scanner and -parser.
      - Standard defines have been introduced (see README.wrc)
      - Both preprocessor- and resource-scanner have been optimized slightly
        so that no backing up is required (one char lookahead is enough).
      - Filename-scanning has been cleaned up, though not perfect yet.
      - User-type resources are compatible now.
      - Line-continuation in strings is corrected so that it does not
        introduce a newline in the output.
      27337af6