removed unneeded variable in signify

2014-02-27 Thread Fritjof Bornebsuch
Hi tech, this diff removes an unneeded variable from signify. The int is only used for a comparison in order to make sure the b64 encoding was right. Regards, Fritjof Index: signify.c === RCS file:

signify manpage example

2014-02-27 Thread Fritjof Bornebsuch
Hi tech, I find the signify manpage regarding the examples a little bit strange. The sign example shows not the relationship between the message that should be signed and the signature file. So I changed the manpage a bit to be more clear. Regards, Fritjof Index: signify.1

Re: trivial fix for pmemrange

2014-02-27 Thread Ariane van der Steldt
On 17/02/14 10:11, Kieran Devlin wrote: the original implementation use identical logic for both ‘high’ ‘low’, which will cause ‘high’ ‘low’ end up at same RB-tree node, instead of an expected interval. and finally, break ‘for’ loop logic luckily all these conditions never meet in practice.