aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update default configuration; compilation fixRon Yorston2019-01-101-0/+16
* win32: implement vsnprintf(2)Ron Yorston2019-01-081-0/+4
* win32: implement umask(2)Ron Yorston2019-01-071-0/+5
* busybox: add --uninstall optionRon Yorston2019-01-051-0/+1
* win32: special treatment for PATHRon Yorston2018-12-141-1/+0
* win32: emulate SIGPIPERon Yorston2018-12-111-0/+4
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-0/+1
* lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-081-0/+1
* lineedit: improvements to tab completionRon Yorston2018-12-081-0/+2
* win32: rework adding of extensions to filenamesRon Yorston2018-12-061-1/+10
* win32: move function redefinitions to mingw.hRon Yorston2018-11-261-0/+6
* fsync: avoid a gratuitous difference from upstreamRon Yorston2018-04-031-0/+1
* win32: improvements to get_terminal_width_heightRon Yorston2018-04-031-2/+0
* win32: changes to kill(2)Ron Yorston2018-03-271-0/+2
* win32: save a few bytes in device file supportRon Yorston2018-03-231-2/+4
* win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-2/+1
* win32: tidy up popen implementationRon Yorston2018-03-151-1/+0
* wget: add support for httpsRon Yorston2018-03-151-0/+1
* win32: restrict visibility of special devicesRon Yorston2018-03-151-0/+2
* Minor improvements to buildRon Yorston2018-03-021-1/+0
* Remove fake signal-handling codeRon Yorston2018-03-011-28/+0
* win32: make has_exec_format staticRon Yorston2018-03-011-1/+0
* win32: don't add extensions to filenames ending with a dotRon Yorston2018-02-281-1/+2
* win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-1/+2
* win32: add support for batch filesRon Yorston2018-02-261-0/+1
* win32: make /dev/urandom more randomRon Yorston2018-02-231-0/+2
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-221-0/+5
* win32: import fsync(2) implementation from gnulibRon Yorston2018-02-211-1/+1
* win32: always use safe API calls to manipulate environmentRon Yorston2018-02-131-6/+0
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-0/+7
* win32: shrink code to detect .exe filesRon Yorston2017-08-301-0/+1
* win32: make vfork fail at compile-timeRon Yorston2017-08-301-7/+1
* mingw: accommodate for BusyBox' assumptions about isatty()Johannes Schindelin2017-08-241-0/+2
* win32: remove implementation of mempcpyRon Yorston2017-08-231-5/+0
* include/mingw.h: remove unnecessary definition of PRIuMAXRon Yorston2017-08-231-1/+0
* win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-231-4/+4
* win32: remove unused functionsRon Yorston2017-08-231-2/+0
* inode_hash: avoid warnings about unused parametersRon Yorston2017-08-231-0/+1
* find_mount_point: avoid warning about unused parameterRon Yorston2017-08-231-0/+2
* Post-merge fixesRon Yorston2017-08-221-0/+1
* ash: fixes to wait statusRon Yorston2017-08-031-3/+3
* Post-merge fixesRon Yorston2017-07-241-1/+2
* Provide vfprintf replacementRon Yorston2017-02-071-0/+1
* win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-181-0/+2
* win32: return an error when lseek is applied to a pipeRon Yorston2016-05-241-3/+4
* ash: fix use of pid/handle in waitpid_childRon Yorston2016-05-181-0/+1
* win32: adjustments to spawn functionsRon Yorston2016-05-181-2/+0
* winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-0/+1
* lineedit: move console viewport to cursor on keypressRon Yorston2016-04-261-0/+1
* mingw: post-merge build fixesRon Yorston2016-04-041-0/+1