1. 13 Mar, 2019 1 commit
  2. 26 Sep, 2011 1 commit
  3. 28 Feb, 2011 1 commit
  4. 21 Feb, 2011 1 commit
  5. 16 Feb, 2011 1 commit
  6. 14 Feb, 2011 1 commit
  7. 13 Oct, 2009 1 commit
  8. 06 Oct, 2009 1 commit
  9. 02 Oct, 2009 3 commits
  10. 22 Oct, 2007 1 commit
  11. 12 Sep, 2006 1 commit
  12. 09 Sep, 2006 1 commit
  13. 23 May, 2006 1 commit
  14. 21 Apr, 2006 1 commit
  15. 01 May, 2003 1 commit
  16. 15 Aug, 2002 1 commit
  17. 16 Jul, 2002 1 commit
  18. 01 Jun, 2002 1 commit
  19. 10 May, 2002 1 commit
  20. 09 Mar, 2002 1 commit
  21. 04 Jun, 2001 2 commits
  22. 29 May, 2001 1 commit
  23. 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
  24. 30 May, 2000 1 commit
  25. 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