Skip to content
Snippets Groups Projects
  1. Jan 21, 2009
  2. Jan 14, 2009
  3. Jan 04, 2009
  4. Dec 28, 2008
    • Jorrit Fahlke's avatar
      Try to make it work on opensolaris: · d0bb21a8
      Jorrit Fahlke authored
      * SunOS basic regexps are very /basic/: no support for character classes like
        [:alnum:], no '+' (not even '\+') and the greediness of stuff like '\{m,n\}'
        is not well defined, which is a problem in sed 's/.../.../' (according to
        the man page, it should work only with regular expressions matching a single
        character, i.e. not with '\(...\)').  Therefore, a lot of parsers had to be
        rewritten, especially the one for (versioned) dependencies.
      * Don't use grep's -q option, it's not portable.  Use >/dev/null instead.
      * Awk on SunOS is very basic as well.
      
      Currently it still fails in configure, but at least it gets there...
      
      
      [[Imported from SVN: r5400]]
      d0bb21a8
  5. Dec 24, 2008
  6. Dec 22, 2008
  7. Dec 16, 2008
    • Sven Marnach's avatar
      Disable git-svn support by default. If you really want to use it, set · 43c943c2
      Sven Marnach authored
      the git configuration variable dune.autoupdate to "true", for example by
      
        git config --add dune.autoupdate true
      
      in the directory of the repository which you want to enable auto
      updating for.
      
      I will leave FS#479 open, because git-svn support still is broken.
      
      
      [[Imported from SVN: r5393]]
      43c943c2
  8. Dec 10, 2008
  9. Dec 05, 2008
  10. Dec 03, 2008
  11. Dec 02, 2008
  12. Dec 01, 2008
  13. Nov 25, 2008
  14. Nov 23, 2008
  15. Nov 22, 2008
  16. Nov 20, 2008
  17. Nov 18, 2008
  18. Nov 16, 2008
  19. Nov 15, 2008
Loading