chiark / gitweb /
Windows support for command line client
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Nov 2013 11:38:02 +0000 (11:38 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 17 Nov 2013 11:38:02 +0000 (11:38 +0000)
commit9e42afcd09973d589b58be8f503f05b9f292c3b4
treea7b88eda90db922eb1e215f1223ad2a02c61e73d
parent3544c8e738c3993d9c87417329c573544f641ad9
Windows support for command line client

Non-ASCII characters not properly supported.
31 files changed:
.gitignore
Makefile.am
clients/Makefile.am
clients/disorder.c
clients/disorder.vcxproj [new file with mode: 0644]
clients/disorder.vcxproj.filters [new file with mode: 0644]
disorder.sln [new file with mode: 0644]
lib/Makefile.am
lib/addr.c
lib/authhash.c
lib/charset.c
lib/charsetf.c
lib/client-common.c
lib/client.c
lib/common.h
lib/configuration.c
lib/configuration.h
lib/defs.h
lib/disorder-win32.c [new file with mode: 0644]
lib/disorder-win32.h [new file with mode: 0644]
lib/getopt.c [new file with mode: 0644]
lib/getopt.h [new file with mode: 0644]
lib/getopt1.c [new file with mode: 0644]
lib/lib.vcxproj [new file with mode: 0644]
lib/lib.vcxproj.filters [new file with mode: 0644]
lib/log.c
lib/log.h
lib/syscalls.c
lib/syscalls.h
lib/unicode.h
lib/xgetdate.c