Daniel Beer
|
a914bc732d
|
Add support for building on Cygwin.
The symbol __Windows__ is defined when building a native (non-Cygwin)
binary.
|
2012-04-25 11:02:22 +12:00 |
Tamas TEVESZ
|
e014e4c6d5
|
Modernise decl styles
|
2011-11-16 08:42:45 +13:00 |
Tamas TEVESZ
|
d98d990752
|
Kill unused variables
Mark those that are unused but can't be killed accordingly.
|
2011-11-15 09:26:35 +13:00 |
Daniel Beer
|
2528e2a752
|
expand_tilde: use strdup() instead of malloc()/strcpy().
The OpenBSD linker complains about the reference to strcpy(). Pointed
out by Jasper Lievisse Adriaanse <jasper@openbsd.org>.
|
2011-10-04 10:28:24 +13:00 |
Daniel Beer
|
b3ffff5945
|
win32: protect access to ctrlc_flag with critical section.
On Windows, console handlers are run in a separate thread, without
actually interrupting the main thread.
|
2011-09-19 04:33:58 +12:00 |
Daniel Beer
|
d4fee98904
|
Restructuring: moved low-level utility code to util/
|
2011-09-14 16:19:30 +12:00 |