1. 08 7月, 2010 5 次提交
  2. 07 7月, 2010 1 次提交
  3. 06 7月, 2010 4 次提交
  4. 03 7月, 2010 1 次提交
  5. 30 6月, 2010 2 次提交
  6. 29 6月, 2010 9 次提交
  7. 28 6月, 2010 1 次提交
  8. 26 6月, 2010 1 次提交
    • R
      msvc: Fix some compiler warnings · 9eafa120
      Ramsay Jones 提交于
      In particular, using the normal (or production) compiler
      warning level (-W3), msvc complains as follows:
      
      .../sha1.c(244) : warning C4018: '<' : signed/unsigned mismatch
      .../sha1.c(270) : warning C4244: 'function' : conversion from \
         'unsigned __int64' to 'unsigned long', possible loss of data
      .../sha1.c(271) : warning C4244: 'function' : conversion from \
         'unsigned __int64' to 'unsigned long', possible loss of data
      
      Note that gcc issues a similar complaint about line 244 when
      compiling with -Wextra.
      Signed-off-by: NRamsay Jones <ramsay@ramsay1.demon.co.uk>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9eafa120
  9. 25 6月, 2010 2 次提交
  10. 23 6月, 2010 8 次提交
  11. 22 6月, 2010 6 次提交