39 Commits (d4c813689b2b320f8907a615fcf1f1d27ae44f37)

Author SHA1 Message Date
Loo Rong Jie c73b7ad548 win32: replace pthread_cond_*() with much simpler code 6 years ago
Johannes Schindelin db2f7c48cb Win32: simplify loading of DLL functions 7 years ago
René Scharfe 149d8cbb2e win32: plug memory leak on realloc() failure in syslog() 8 years ago
Johannes Schindelin ed84387a6b Windows: only add a no-op pthread_sigmask() when needed 9 years ago
Nguyễn Thái Ngọc Duy df8e31391d compat/win32/syslog.c: use warning_errno() 9 years ago
Johannes Sixt f924b52a77 Windows: add pthread_sigmask() that does nothing 9 years ago
Johannes Schindelin 296d673733 Mark win32's pthread_exit() as NORETURN 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Johannes Schindelin 2921600afb mingw: uglify (a, 0) definitions to shut up warnings 9 years ago
Johannes Schindelin 83c90da3c1 mingw: squash another warning about a cast 9 years ago
Karsten Blees 0217569bb2 Win32: Unicode file name support (dirent) 11 years ago
Karsten Blees d8890ce726 Win32 dirent: improve dirent implementation 11 years ago
Karsten Blees a8248f4a8d Win32 dirent: clarify #include directives 11 years ago
Karsten Blees fa9abe95be Win32 dirent: change FILENAME_MAX to MAX_PATH 11 years ago
Karsten Blees b0601e6564 Win32 dirent: remove unused dirent.d_reclen member 11 years ago
Karsten Blees 1d94c403fd Win32 dirent: remove unused dirent.d_ino member 11 years ago
Kirill Smelkov 22f4c27e68 mingw: activate alloca 11 years ago
Ramsay Jones 9c3b051f93 compat/win32/pthread.c: Fix a sparse warning 12 years ago
Joachim Schmitz 6d45eb1720 make poll available for other platforms lacking it 13 years ago
Ramsay Jones 9ba604a9e4 compat/win32/pthread.h: Add an pthread_key_delete() implementation 13 years ago
Erik Faye-Lund f0bd664977 compat/win32/poll.c: upgrade from upstream 13 years ago
Erik Faye-Lund 0f77dea9a8 mingw: move poll out of sys-folder 13 years ago
Erik Faye-Lund 2a6b149c64 mingw: avoid using strbuf in syslog 13 years ago
Ramsay Jones 56fb3ddc89 msvc: Fix compilation errors in compat/win32/sys/poll.c 14 years ago
Erik Faye-Lund d1b6e6e015 win32: use our own dirent.h 14 years ago
Erik Faye-Lund fdc1211463 mingw: use poll-emulation from gnulib 14 years ago
Erik Faye-Lund 49521af8a8 mingw: import poll-emulation from gnulib 14 years ago
Mike Pape 088d880247 mingw: implement syslog 14 years ago
Johannes Sixt 9374919442 Thread-safe xmalloc and xrealloc needs a recursive mutex 15 years ago
Johannes Sixt 912b26324d Windows: more pthreads functions 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Johannes Sixt 947c3464e4 Implement pthread_cond_broadcast on Windows 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago