summaryrefslogtreecommitdiff
path: root/src/msvc-compat.h
Commit message (Collapse)AuthorAgeFilesLines
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-031-52/+0
|
* Add mode_t definition in MSVC compat layernulltoken2011-06-151-0/+2
|
* Fix compilation warnings in MSVCnulltoken2011-06-121-2/+0
|
* Add some missing MSVC compatibility definesSebastian Schuberth2011-06-101-2/+5
|
* windows: Fix Symlink issuesVicent Marti2011-06-081-0/+3
| | | | | | | | Handle Symlinks if they can be handled in Win32. This is not even compiled. Needs review. The lstat implementation is modified from core Git. The readlink implementation is modified from PHP.
* Fix a few minor typos in comments and error messagesSebastian Schuberth2011-05-191-1/+1
| | | | | | Regarding "initialize" vs. "initialise", www.dict.cc says the first is American English whereas the latter in British English. For consistency, we should stick to American English.
* Define str(n)casecmp for MSVCSebastian Schuberth2011-05-181-0/+4
| | | | MSVC has _str(n)icmp instead.
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-3/+0
| | | | | This will allow graceful migration to 64 bit file sizes and timestamps should git's binary interface be extended to allow this.
* Fix redeclaration warnings in MSVCVicent Marti2010-11-241-0/+4
| | | | Signed-off-by: Vicent Marti <tanoku@gmail.com>
* win32: Add separate MinGW and MSVC compatability header filesRamsay Jones2010-02-281-0/+41
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>