Skip to content
Snippets Groups Projects
  1. Feb 09, 2009
  2. Feb 05, 2009
  3. Feb 03, 2009
  4. Jan 27, 2009
  5. Jan 23, 2009
  6. Jan 21, 2009
  7. Jan 14, 2009
  8. Jan 04, 2009
  9. 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
  10. Dec 24, 2008
  11. Dec 22, 2008
  12. 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
  13. Dec 10, 2008
  14. Dec 05, 2008
  15. Dec 03, 2008
  16. Dec 02, 2008
  17. Dec 01, 2008
  18. Nov 25, 2008
Loading