aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WindowsCE support.NIIBE Yutaka2022-06-071-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Remove contrib/ChangeLog-2011. * configure.ac (have_w32ce_system): Remove. (HAVE_W32CE_SYSTEM): Remove. * contrib/*: Remove. * src/w32ce-add.h: Remove * src/Makefile.am [HAVE_W32CE_SYSTEM]: Remove. * src/estream-printf.c [HAVE_W32CE_SYSTEM]: Remove. * src/estream.c: Likewise. * src/gpg-error.def.in: Likewise. * src/gpgrt-int.h: Fix comments. * src/init.c: Remove HAVE_W32CE_SYSTEM support. * src/init.h: Likewise. * src/spawn-posix.c: Likewise. * src/spawn-w32.c: Likewise. * src/sysutils.c: Likewise. * src/w32-estream.c: Likewise. * src/w32-reg.c: Likewise. * tests/Makefile.am: Remove HAVE_W32CE_SYSTEM support. -- GnuPG-bug-id: 5912 Signed-off-by: NIIBE Yutaka <[email protected]>
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-1/+1
| | | | | | | | | | | | | | | | -- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
* Fix initialization of static libsWerner Koch2010-09-161-0/+5
|
* Finished W32CE support.Werner Koch2010-01-211-0/+65