Skip to content
Snippets Groups Projects
  1. Oct 21, 2009
  2. Oct 19, 2009
    • Redirect 'Slash' NIL's avatar
      corrective fix for MinGW GNU C99 printf compliance · 113679ff
      Redirect 'Slash' NIL authored
      Compilation on cygwin, using gcc v3 with option -mno-cygwin,
      currently produces a large number of the following warnings:
      
         warning: `gnu_printf' is an unrecognized format function type
      
      These have been introduced with the recent MinGW GNU C99 printf
      compliance patch, as gnu_printf was only introduced with gcc v4.4
      and is not recognized with earlier versions.
      
      The attached fix adds gcc version detection to the previous patch
      to avoid the problem.
      113679ff
    • oyvind's avatar
      Sync with official Jim Tcl repository. · 557d1b64
      oyvind authored
      557d1b64
  3. Oct 18, 2009
  4. Oct 17, 2009
    • Redirect \"Slash\" NIL's avatar
      jim-eventloop for MinGW-w64 · c9fbfbd9
      Redirect \"Slash\" NIL authored
      Use JIM_WIDE_MODIFIER for the sscanf format, and apply it for MINGW32 as
      well as other Windows environments.  (Microsoft doesn't conform to the
      C99 standard, and uses "%I64d" not "%lld" for "long long".)
      
      NB: __MINGW32__ should work on both w32 and w64,.
      c9fbfbd9
  5. Oct 16, 2009
    • David Brownell's avatar
      xscale: better fix for debug_handler.bin · cb7965da
      David Brownell authored
      
      Generate a C struct with the data, and use that, instead of an
      assembly language file.  The assembly language causes issues on
      Darwin and MS-Windows, which don't necessarily use GNU AS; or
      if they do, don't necessarily use its ELF syntax.
      
      It's also better in two other ways:  fewer global symbols; and
      the init-time size check gets optimized away at compile time.
      (Unless it fails, in which case bigger chunks of the file vanish.)
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      cb7965da
  6. Oct 15, 2009
  7. Oct 14, 2009
    • David Brownell's avatar
      doc updates to match "help" better · bc792857
      David Brownell authored
      
      This makes the documentation a closer match to "help" output:
      
       - "pathmove" somehow was not documented in the User's Guide
      
       - "jtag_nsrst_assert_width" and "jtag_ntrst_assert_width"
         are new; both needed descriptions.
      
       - Removed two undocumented and fairly useless script mechanisms:
          * production/production_info/production_test ... using it,
            requires replacing everything; so having it adds no value.
          * cpu ... way out of date; hopeless to keep that current
      
      Note that anyone using that "production" stuff already defines
      their own procedures, and can keep using them with no change.
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      bc792857
  8. Oct 13, 2009
  9. Oct 09, 2009
  10. Oct 08, 2009
  11. Oct 06, 2009
  12. Sep 26, 2009
  13. Sep 25, 2009
  14. Sep 23, 2009
  15. Sep 21, 2009
  16. Sep 18, 2009
  17. Sep 17, 2009
  18. Sep 14, 2009
  19. Aug 30, 2009
  20. Aug 25, 2009
  21. Aug 24, 2009
  22. Aug 18, 2009
  23. Jul 17, 2009
  24. Jul 07, 2009
  25. Jul 06, 2009
  26. Jul 01, 2009
  27. Jun 30, 2009
  28. Jun 27, 2009
  29. Jun 25, 2009
  30. Jun 24, 2009
Loading