1. 22 Dec, 2010 1 commit
    • Remove git_errno · 9f54fe48
      It was not being used by any methods (only by malloc and calloc), and
      since it needs to be TLS, it cannot be exported on DLLs on Windows.
      
      Burn it with fire. The API always returns error codes!
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
  2. 20 Mar, 2009 1 commit
    • win32: Add routines to abstract memory-mapped file functions · 79ca2edc
      In particular, the git__mmap() and git__munmap() routines provide
      the interface to platform specific memory-mapped file facilities.
      We provide implementations for unix and win32, which can be found
      in their own sub-directories.
      
      Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
      Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
      Ramsay Jones committed