summaryrefslogtreecommitdiff
path: root/cpio/cpio_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-1/+1
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-2/+2
* Not all Windows environments have sys/utime.h, so obey the configure check.Tim Kientzle2009-12-121-0/+2
* Remove some code that's no longer used.Tim Kientzle2009-10-051-248/+0
* Don't use la_ prefixes in non-libarchive code.Tim Kientzle2009-09-101-6/+6
* Remove some unused code; fix the build on MinGW.Tim Kientzle2009-09-101-207/+0
* Remove some unused code.Tim Kientzle2009-09-061-183/+0
* Fix cpio build on MinGW if CreateHardLinkW is unavailable.Tim Kientzle2009-09-041-0/+6
* Refine win32 api checks and usage.Charles Wilson2009-09-041-2/+0
* Fix a compile error on MinGW build.Tim Kientzle2009-08-061-1/+1
* Fix bsdcpio build on VS9. There's still a minor build issue on MinGW that I ...Tim Kientzle2009-08-061-24/+6
* Emulated sleep() is never used here.Tim Kientzle2009-08-061-7/+0
* Try to fix cpio_windows.cTim Kientzle2009-08-021-56/+147
* Remove the attempt to determine "root" for Windows in cpio.Tim Kientzle2009-07-191-91/+0
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-2/+3
* Revert r838,r839 and r840.Michihiro NAKAJIMA2009-03-251-1/+937
* Remove useless '#ifndef LIST_H' condition.Michihiro NAKAJIMA2009-03-241-3/+0
* Remove a lot of duplicate functions which simulates POSIXMichihiro NAKAJIMA2009-03-241-934/+1
* Issue 15, part 9. WINVER macroCharles Wilson2009-03-201-0/+1
* Back out r786 except cheking __CYGWIN__ macro.Michihiro NAKAJIMA2009-03-191-0/+1
* Issue 15, part 3. Mechanical conversion of #defines, cpio/Charles Wilson2009-03-181-1/+1
* Move _WIN32_WINNT macro to build/cmake/config.h.inMichihiro NAKAJIMA2009-03-171-1/+0
* Be pedantic about argument range for ctype macros.Joerg Sonnenberger2009-03-081-2/+2
* On Windows, simulate POSIX stat. Add a reference countMichihiro NAKAJIMA2009-03-061-0/+2
* We can build bsdcpio on Windows. But it hasn't tested yet.Michihiro NAKAJIMA2009-03-061-0/+991