aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: add dummy sys/select.h required for pollRon Yorston2018-02-141-0/+0
* win32: update poll implementation to match latest gnulib versionRon Yorston2018-02-131-209/+207
* win32: always use safe API calls to manipulate environmentRon Yorston2018-02-131-100/+26
* date: support '-' format flag to remove zero paddingRon Yorston2017-12-091-0/+5
* win32: define statvfs as statfsRon Yorston2017-11-032-1/+3
* mingw: clarify that waitpid(-1, ...) is not supportedJohannes Schindelin2017-10-011-1/+1
* win32: allow kill to send signal number 0Ron Yorston2017-09-271-0/+15
* win32: improvements to implementation of kill(2)Ron Yorston2017-09-271-87/+94
* kill: use gentler method than TerminateProcess()Johannes Schindelin2017-09-271-1/+161
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-013-2/+106
* ps: add parent process id as a supported columnRon Yorston2017-08-311-0/+1
* win32/poll: avoid assumption that pointers are equivalent to longsJohannes Schindelin2017-08-311-1/+1
* win32: further minor code shrinkRon Yorston2017-08-301-17/+11
* win32: add a function to find executable on PATHRon Yorston2017-08-301-34/+30
* win32: changes to treatment of scriptsRon Yorston2017-08-301-58/+36
* win32: shrink code to detect .exe filesRon Yorston2017-08-302-22/+21
* mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-241-0/+27
* win32: remove implementation of mempcpyRon Yorston2017-08-232-28/+0
* win32/strptime: fix for negative timezonesJohannes Schindelin2017-08-231-0/+2
* win32/select: ensure that the implementation matches the prototypeJohannes Schindelin2017-08-231-0/+1
* win32/fnmatch: fix old-style function declarationJohannes Schindelin2017-08-231-1/+1
* win32/fnmatch: avoid old-style function definitionsJohannes Schindelin2017-08-231-12/+4
* win32/strptime: avoid old-style declarationsJohannes Schindelin2017-08-231-19/+5
* win32/strptime: ensure that strptime()/localtime_r() are declaredJohannes Schindelin2017-08-231-0/+1
* win32/select: work around a compiler warningJohannes Schindelin2017-08-231-1/+1
* win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-232-21/+19
* win32: remove unused functionsRon Yorston2017-08-231-21/+0
* win32: rewrite implementation of system(3)Ron Yorston2017-07-311-66/+11
* win32: check for relative path when spawning processRon Yorston2017-07-311-1/+1
* win32: add dummy sys/prctl.hRon Yorston2017-07-291-0/+0
* Allow PREFER_APPLETS and SH_STANDALONE to be set separatelyRon Yorston2017-07-271-6/+12
* win32: simplify spawning appletsRon Yorston2017-07-211-24/+4
* win32/regex: fix compile warningsJohannes Schindelin2017-07-144-13/+15
* win32/regex: update to newest version in GitJohannes Schindelin2017-07-146-5109/+11169
* Provide vfprintf replacementRon Yorston2017-02-071-0/+1
* win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-181-0/+18
* win32: allow ANSI emulation to be disabledRon Yorston2016-11-101-2/+15
* win32: don't attempt ANSI emulation on data containing NUL charactersRon Yorston2016-08-161-4/+11
* win32: allow for vsnprintf returning -1Ron Yorston2016-07-081-1/+6
* win32: correct cast of argument to _open_osfhandleRon Yorston2016-05-252-6/+6
* win32: return an error when lseek is applied to a pipeRon Yorston2016-05-241-0/+14
* ash: fix use of pid/handle in waitpid_childRon Yorston2016-05-181-1/+13
* win32: adjustments to spawn functionsRon Yorston2016-05-181-10/+10
* winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-0/+18
* lineedit: move console viewport to cursor on keypressRon Yorston2016-04-261-1/+1
* winansi: speed up clearing of screenRon Yorston2016-04-261-15/+10
* win32: fix quoting of arguments with trailing backslashesRon Yorston2016-03-161-15/+48
* Silence a couple of compiler warningsRon Yorston2016-03-062-2/+3
* mingw: silently ignore O_NONBLOCK on file openRon Yorston2016-02-221-2/+1
* win32: improve implementation of statfsRon Yorston2015-11-012-13/+12