1. 06 3月, 2008 1 次提交
  2. 26 1月, 2008 1 次提交
  3. 18 1月, 2008 1 次提交
  4. 11 12月, 2007 1 次提交
  5. 07 12月, 2007 1 次提交
  6. 01 12月, 2007 1 次提交
  7. 21 11月, 2007 1 次提交
  8. 08 11月, 2007 2 次提交
  9. 03 10月, 2007 1 次提交
  10. 01 8月, 2007 1 次提交
  11. 31 7月, 2007 1 次提交
  12. 01 4月, 2007 2 次提交
  13. 19 2月, 2007 1 次提交
    • F
      New autoconf test for iconv · e63ccb84
      Fredrik Kuivinen 提交于
      On a Solaris machine I have access to libc contains the symbol
      "iconv" but, when compiling with gcc and including iconv.h we get
      iconv.h from GNU libiconv. This header file define (among other
      things) "iconv" to "libiconv" and so on.
      
      In order to link with GNU libiconv we need -liconv. Currently we
      test if the symbol "iconv" is in libc (which is true), then we get
      a undefined reference error because we don't have libiconv_open.
      
      The solution this patch implements is to compile and link a
      small test program, instead of just checking if the libraries
      (libc and libiconv) contains the symbol "iconv".
      Signed-off-by: NFredrik Kuivinen <frekui@gmail.com>
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      e63ccb84
  14. 23 12月, 2006 1 次提交
  15. 20 12月, 2006 1 次提交
  16. 22 11月, 2006 1 次提交
  17. 30 9月, 2006 1 次提交
  18. 25 9月, 2006 1 次提交
    • J
      Deprecate merge-recursive.py · a06f678e
      Junio C Hamano 提交于
      This renames merge-recursive written in Python to merge-recursive-old,
      and makes merge-recur as a synonym to merge-recursive.  We do not remove
      merge-recur yet, but we will remove merge-recur and merge-recursive-old
      in a few releases down the road.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      a06f678e
  19. 08 9月, 2006 2 次提交
  20. 06 9月, 2006 1 次提交
  21. 05 9月, 2006 3 次提交
  22. 15 8月, 2006 3 次提交
  23. 09 8月, 2006 6 次提交
  24. 07 8月, 2006 1 次提交
  25. 05 8月, 2006 4 次提交