TclGPG  Check-in [6b7eef336b]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Extended copyright years.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6b7eef336b9003a8707d1e6a847aebdbf511e73b
User & Date: sgolovan 2016-01-01 09:54:18
Context
2016-01-13
19:29
Fixed unsetting GPG_AGENT_INFO. Don't treat warnings which gpg sends to the standard error as errors. check-in: 57c5063aff user: sgolovan tags: trunk
2016-01-01
09:54
Extended copyright years. check-in: 6b7eef336b user: sgolovan tags: trunk
09:48
Fixed parsing the gpg status output during keys import if there are expired keys in the keyring. Also, added a few code comments. check-in: 5ca7d8906d user: sgolovan tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.

1
2
3
4
5


6
7
8
9
10
11
12
2015-01-01  Sergei Golovan  <sgolovan@nes.ru>

	* tclgpg.tcl: Fixed parsing the gpg status output during keys import
	  if there are expired keys in the keyring. Also, added a few code
	  comments.



2015-12-31  Sergei Golovan  <sgolovan@nes.ru>

	* tclgpg.test: Explicitly unset the GPG_AGENT_INFO environment
	  variable because it interferes with tests.

2015-12-30  Sergei Golovan  <sgolovan@nes.ru>
|




>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
2016-01-01  Sergei Golovan  <sgolovan@nes.ru>

	* tclgpg.tcl: Fixed parsing the gpg status output during keys import
	  if there are expired keys in the keyring. Also, added a few code
	  comments.

	* tclgpg.tcl, doc/gpg.man: Extended copyright years.

2015-12-31  Sergei Golovan  <sgolovan@nes.ru>

	* tclgpg.test: Explicitly unset the GPG_AGENT_INFO environment
	  variable because it interferes with tests.

2015-12-30  Sergei Golovan  <sgolovan@nes.ru>

Changes to doc/gpg.man.

1
2
3
4
5
6
7
8
9
10
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin gpg n 1.0]
[copyright {2008-2015 Sergei Golovan <sgolovan@nes.ru>}]
[moddesc {Tcl interface to GNU Privacy Guard}]
[titledesc {Tcl Interface to GnuPG}]
[require Tcl 8.4]
[require Tclx]
[require gpg 1.0]
[description]
[para]


|







1
2
3
4
5
6
7
8
9
10
[comment {-*- tcl -*- doctools manpage}]
[manpage_begin gpg n 1.0]
[copyright {2008-2016 Sergei Golovan <sgolovan@nes.ru>}]
[moddesc {Tcl interface to GNU Privacy Guard}]
[titledesc {Tcl Interface to GnuPG}]
[require Tcl 8.4]
[require Tclx]
[require gpg 1.0]
[description]
[para]

Changes to tclgpg.tcl.

1
2
3
4
5
6
7
8
9
10
11
12
# tclgpg.tcl --
#
#        Tcl interface to GNU Privacy Guard.
#
# Copyright (c) 2008-2015 Sergei Golovan <sgolovan@nes.ru>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAMER OF ALL WARRANTIES.

package require Tcl 8.4

if {[info commands ::gpg::CExecGPG] eq ""} {




|







1
2
3
4
5
6
7
8
9
10
11
12
# tclgpg.tcl --
#
#        Tcl interface to GNU Privacy Guard.
#
# Copyright (c) 2008-2016 Sergei Golovan <sgolovan@nes.ru>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAMER OF ALL WARRANTIES.

package require Tcl 8.4

if {[info commands ::gpg::CExecGPG] eq ""} {