1. 08 Mar, 2007 1 commit
  2. 14 Sep, 2006 1 commit
  3. 11 Sep, 2006 1 commit
  4. 09 Sep, 2006 1 commit
  5. 07 Aug, 2006 1 commit
  6. 11 Jul, 2006 1 commit
  7. 14 Feb, 2006 1 commit
  8. 03 Jan, 2006 1 commit
  9. 08 Dec, 2005 1 commit
  10. 06 Oct, 2005 1 commit
  11. 28 Sep, 2005 1 commit
  12. 23 Feb, 2005 1 commit
  13. 06 Jan, 2005 1 commit
  14. 09 Mar, 2004 1 commit
  15. 07 Jan, 2004 1 commit
  16. 01 May, 2003 1 commit
  17. 19 Mar, 2003 1 commit
  18. 09 Jan, 2003 1 commit
  19. 04 Jan, 2003 1 commit
  20. 15 Dec, 2002 1 commit
  21. 10 Aug, 2002 1 commit
  22. 20 Jul, 2002 1 commit
  23. 16 Jul, 2002 2 commits
  24. 14 Jun, 2002 1 commit
  25. 30 May, 2002 1 commit
  26. 09 May, 2002 1 commit
  27. 27 Apr, 2002 1 commit
  28. 14 Feb, 2002 1 commit
  29. 06 Dec, 2000 1 commit
  30. 06 Nov, 2000 1 commit
  31. 31 Oct, 2000 1 commit
  32. 25 Oct, 2000 1 commit
  33. 24 Oct, 2000 1 commit
  34. 25 Jul, 2000 1 commit
    • Bertho Stultiens's avatar
      - Implemented a bug-work-around for Berkeley yacc (byacc) which · b37a889f
      Bertho Stultiens authored
        does not generate proper default transition rules for non-terminals.
        See comments in parser.y how the fix works.
      - Changed the error-line/char position to make emacs happy parsing
        the position of the error.
      - Added comments in the documentation in which order the line-numer
        and character-position of the error is written.
      b37a889f
  35. 20 Jun, 2000 1 commit
  36. 14 Jun, 2000 1 commit
  37. 24 May, 2000 1 commit
  38. 09 May, 2000 1 commit
    • Bertho Stultiens's avatar
      - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the · 3d455c9b
      Bertho Stultiens authored
        address of a pointer instead of its value. This probably slipped in
        during the merge of my tree into the winetree.
        Lesson learned: always double check.
      - Verified most resources so that win16 compile also generates correct
        output for reversed endian.
      - Implemented byte-ordering for resources. All resources can be forced
        to be little-, big- or native endian with command-line option -B.
      - Reading resources from .res-files are only accepted in native byte-
        ordering so that no additional semantic analysis is required.
      - Resource directory is still written in native-only format, including
        the strings.
      - Wrc is now installed through the makefile with 'make install' and also
        uninstalled with 'make uninstall'.
      - Wrote a man-page for better reference. The manpage also gets installed
        and uninstalled.
      - Cleaned up the namespace a bit by more agressive use of static.
      3d455c9b
  39. 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