aboutsummaryrefslogtreecommitdiffstats
path: root/common/ttyio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* w32: Almost everywhere include winsock2.h before windows.h.Werner Koch2013-04-231-20/+23
| | | | | | | | | | | -- This is required by newer mingw toolchain versions which demand that winsock2.h is included before windows.h. Now, due to the use of socket definitions in pth.h we need to include winsock2.h also in pth.h, now pth.h is often included after an include of windows.h and thus the compiler spits out a warning. To avoid that we include winsock2.h at all places the compiler complains about.
* * ttyio.h, ttyio.c (tty_enable_completion): Some ifdefs aroundDavid Shaw2009-08-111-3/+4
| | | | | HAVE_LIBREADLINE to allow building when readline isn't available.
* signal cleanup fixWerner Koch2009-05-261-0/+8
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-1/+1
|
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-1/+22
| | | | Windows.
* First steps towards supporting W32.Werner Koch2007-06-061-2/+4
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Clarified cURL and OpenLDAP license issues.Werner Koch2006-09-221-4/+48
| | | | | Made readline support work.
* Various updatesWerner Koch2006-09-211-34/+51
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* g10/ does build again.Werner Koch2006-05-231-3/+46
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-1/+1
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* Merged most of David Shaw's changes in 1.3 since 2003-06-03.Werner Koch2003-09-231-8/+8
|
* (tty_fprintf): New.Werner Koch2003-09-181-3/+50
| | | | | | (tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+508
'GNUPG-1-9-BRANCH'.