summaryrefslogtreecommitdiff
path: root/src/win32/posix.c
Commit message (Expand)AuthorAgeFilesLines
* Do not have duplicate filenamesVicent Marti2011-09-211-379/+0
* Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts2011-09-191-30/+147
* Create cross-platform setenvPaul Betts2011-09-191-0/+8
* Tabify everythingVicent Marti2011-09-191-8/+8
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Fix compilation in MinGWVicent Marti2011-08-311-7/+4
* posix: Fix undeclared prototypeVicent Marti2011-08-301-0/+2
* compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-301-0/+17
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-0/+12
* win32: replace usage of _MSV_VER with _MSC_VERnulltoken2011-07-091-1/+1
* posix: Portable `vsnprintf`Vicent Marti2011-07-091-0/+9
* fileops: Fix stat() on directories for W32Vicent Marti2011-07-051-5/+14
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-0/+11
* fileops: CleanupVicent Marti2011-07-051-0/+191