Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -21/+21 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-05-30 | * strgutil.c (set_native_charset) [_WIN32]: Add alias for codepage | David Shaw | 1 | -1/+2 | |
CP65001 to utf-8. | |||||
2005-01-20 | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 1 | -8/+39 | |
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY. | |||||
2005-01-17 | Same for | Werner Koch | 1 | -8/+30 | |
--without-included-regex. | |||||
2005-01-06 | (set_native_charset): Assume that ASCII, | Werner Koch | 1 | -8/+47 | |
ANSI_X3.4-1968 and 646 are actually meant as Latin-1. If nl_langinfo is not available get the charset from environment variables. For W32 use GetACP as error fallback. Removed Latin-15 to Latin-1 aliasing. | |||||
2004-12-20 | (handle_iconv_error): Turn diagnostics into warnings | Werner Koch | 1 | -4/+4 | |
so that gpg does not return with failure. (native_to_utf8, utf8_to_native): Ditto. | |||||
2004-11-03 | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 1 | -0/+16 | |
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise. | |||||
2004-11-03 | * strgutil.c (load_libiconv): Use log_info to avoid failures when | Werner Koch | 1 | -1/+1 | |
iconv.dll is not installed. | |||||
2004-10-27 | * dynload.h: Always use it for _WIN32. | Werner Koch | 1 | -8/+17 | |
* LINGUAS: Better don't have comments in this file. * mk-w32-dist: Use utf-8 encoding for all MO files. * simple-gettext.c: Removed windows.h. (get_string): On the fly translation from utf-8 to active character set. * strgutil.c (load_libiconv) [_WIN32]: new. (set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. (utf8_to_native): Disable all quoting for DELIM == -1. | |||||
2004-10-27 | (load_libiconv) [_WIN32]: new. | Werner Koch | 1 | -19/+99 | |
(set_native_charset) [_WIN32]: Call it here and autodetect the used code page. (native_to_utf8, utf8_to_native): Reverted arguments for iconv_open. (handle_iconv_error): Made this function match iconv_open argumnet ordering. | |||||
2004-10-26 | (mem2str): Translated comment to English. | Werner Koch | 1 | -70/+275 | |
(handle_iconv_error) [USE_GNUPG_ICONV]: New. (set_native_charset) [USE_GNUPG_ICONV]: Added iconv based conversion checks. (native_to_utf8, utf8_to_native): Added iconv based conversion. | |||||
2003-09-28 | 2003-09-28 Timo Schulz <[email protected]> | Timo Schulz | 1 | -1/+13 | |
* strgutil.c [WIN32] (asprintf): New. | |||||
2003-08-28 | * dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c, | David Shaw | 1 | -3/+2 | |
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native Windows compilers. Requested by Brian Gladman. From Werner on stable branch. * http.c (connect_server): Oops - forgot to freeaddrinfo(). | |||||
2003-07-10 | * iobuf.c (check_special_filename): Replaced is isdigit by digitp | David Shaw | 1 | -4/+7 | |
to avoid passing negative values and potential locale problems. Problem noted by Christian Biere. * strgutil.c (strlwr,strcasecmp,strncasecmp): Make sure we don't pass a negative value. * miscutil.c (scan_isodatestr): Ditto. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -955/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-09-10 | * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ. | Werner Koch | 1 | -7/+48 | |
Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New. | |||||
2002-09-02 | * strgutil.c (set_native_charset): Allow NULL as argument to use | Werner Koch | 1 | -3/+22 | |
nl_langinfo for selection. Mapped latin-15 to latin-1. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -107/+499 | |
2000-09-18 | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+6 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -1/+2 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -8/+8 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -154/+0 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -5/+80 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -60/+144 | |
1999-07-14 | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-07-01 | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+33 | |
1999-06-05 | See ChangeLog: Sat Jun 5 15:30:33 CEST 1999 Werner Koch | Werner Koch | 1 | -11/+19 | |
1999-05-22 | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+2 | |
1999-05-20 | See ChangeLog: Thu May 20 14:04:08 CEST 1999 Werner Koch | Werner Koch | 1 | -5/+11 | |
1999-04-18 | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+19 | |
1999-03-02 | See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner Koch | Werner Koch | 1 | -0/+6 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-01-17 | See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner Koch | Werner Koch | 1 | -0/+28 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-11-18 | some bug fixes | Werner Koch | 1 | -3/+49 | |
1998-11-13 | See ChangeLog ;-). Key validation should now be faster | Werner Koch | 1 | -0/+14 | |
1998-11-10 | Some bug fixes of the last release | Werner Koch | 1 | -12/+72 | |
1998-11-03 | (Does not compile yet) | Werner Koch | 1 | -0/+46 | |
1998-10-06 | windoze version works again | Werner Koch | 1 | -11/+15 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -1/+20 | |
1998-04-30 | *** empty log message *** | Werner Koch | 1 | -0/+12 | |
1998-04-14 | applied Mathews typo and grammar fixes | Werner Koch | 1 | -1/+1 | |
1998-03-19 | some cleanups | Werner Koch | 1 | -3/+3 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -4/+4 | |
1998-02-11 | bug fixes | Werner Koch | 1 | -0/+22 | |
1998-02-03 | Fixed a few bugs | Werner Koch | 1 | -0/+1 | |
1998-01-26 | added initial i18n stuff | Werner Koch | 1 | -0/+25 | |
1998-01-13 | *** empty log message *** | Werner Koch | 1 | -0/+12 | |