aboutsummaryrefslogtreecommitdiff
path: root/src/util/w32cat.c
Commit message (Collapse)AuthorAge
* More spdx identifiers. For openrc service file, adjust the headerng02019-01-16
| | | | to reflect changes in Gentoo (->Foundation=>Authors).
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Try to fix a warningLRN2013-08-16
|
* Don't wcscmp a NULL pointerLRN2013-04-05
|
* Make w32cat pipe-controllableLRN2013-02-14
|
* -dos2unixChristian Grothoff2012-12-13
|
* A small fix for W32catLRN2012-07-11
|
* -LRN: Wincat:Christian Grothoff2012-06-23
I've been experimenting with an alternative non-MSYS buildsystem for a while, and GNUNET_os_start_process() test kept failing due to lack of cat. Wincat is a minimal cat implementation in pure WinAPI. It's not named "cat.exe" to avoid clashing with MSYS cat (which can lead to some very weird issues).