1. 01 Apr, 2022 2 commits
  2. 24 Jan, 2022 1 commit
  3. 11 Nov, 2021 1 commit
  4. 29 Sep, 2021 1 commit
  5. 24 Sep, 2021 1 commit
  6. 10 Feb, 2014 1 commit
  7. 27 Mar, 2013 1 commit
  8. 30 Dec, 2010 2 commits
  9. 21 Apr, 2010 1 commit
  10. 04 Jan, 2010 3 commits
  11. 17 Dec, 2008 1 commit
  12. 22 Mar, 2008 1 commit
  13. 18 Jan, 2008 1 commit
  14. 19 Oct, 2007 1 commit
  15. 02 Oct, 2006 1 commit
  16. 12 Sep, 2006 1 commit
  17. 26 Aug, 2006 2 commits
  18. 23 May, 2006 1 commit
  19. 12 Sep, 2005 1 commit
  20. 30 Jun, 2005 1 commit
  21. 23 Mar, 2005 1 commit
  22. 25 Feb, 2005 1 commit
  23. 06 Jul, 2004 1 commit
  24. 01 Jun, 2004 1 commit
  25. 04 Sep, 2002 1 commit
  26. 31 May, 2002 1 commit
  27. 04 May, 2002 1 commit
  28. 09 Mar, 2002 1 commit
  29. 02 Jan, 2001 1 commit
  30. 11 Nov, 2000 1 commit
  31. 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
  32. 08 Jun, 2000 1 commit
    • Bertho Stultiens's avatar
      - Implemented MESSAGETABLE resource type. · c107f714
      Bertho Stultiens authored
      - Usertype resources that cause a type-clash with defined resources
        are now detected and a warning is generated. Some types should be
        rerouted through other code so that they will be (re-)interpreted.
      - Bugfix: Line-continuation in strings in resources include a newline.
        This `feature' got deleted with the builtin preprocessor, but has been
        put back into place (see last changes comment from version 1.1.0).
      - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
        continuation.
      - Bugfix: Assemblers on some platforms do not use 16bit quantities
        for `.word'. This directive is now changed into `.short'.
      - All types that accept inline data definitions (a la RCDATA) now
        also accept a file specification. This unifies the structure a bit.
      c107f714
  33. 23 May, 2000 1 commit
    • Bertho Stultiens's avatar
      - Implemented animated cursors and icons resource types. · 997e0d78
      Bertho Stultiens authored
      - Added partial support for font resources (user supplied fontdir is
        required).
      - All resources with inline data (a la RCDATA) now support language,
        version and characteristics data.
      - Implemented resource name duplicate checks. It is now an error if
        two resources of the same type have the same name.
      - Bugfix: Language propagation was not correct when .res files were
        generated.
      - Bugfix: VERSIONINFO now handles memory options.
      - Bugfix: resource names and the resource type may be equal (e.g. MENU
        MENU {...}). This support was mistakingly deleted in the upgrade to
        the builtin preprocessor.
        The standalone LANGUAGE setting became context sensitive as a consequence
        of this. Now it *must* end with a newline *after* both expressions and
        no newlines are allowed within the line (the statement must fit on one
        line). This is no practical problem though.
      997e0d78
  34. 12 May, 2000 1 commit
  35. 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