CVS update: gnupg/util
Werner Koch
wkoch@guug.de
Mon, 18 Sep 2000 16:35:35 +0200
Date: Monday September 18, 2000 @ 16:35
Author: wkoch
Update of /home/koch/cvs/gnupg/util
In directory sigtrap:/tmp/cvs-serv4212/util
Modified Files:
ChangeLog iobuf.c miscutil.c strgutil.c
Log Message:
Mon Sep 18 16:35:45 CEST 2000 Werner Koch <wk@openit.de>
* strgutil.c (utf8_to_native): Fixed null ptr problem. By
Giampaolo Tomassoni.
* iobuf.c: Use fopen64 insead of fopen when available.
(iobuf_get_filelength): Use fstat64 when available but return
2^32-1 if the file is larger than this value.
* miscutil.c (answer_is_yes_no_quit): Swapped order of yes/no test
so that no is returned for an empty input. By David Champion.
File: ChangeLog Status: Up-to-date
File: iobuf.c Status: Up-to-date
File: miscutil.c Status: Up-to-date
File: strgutil.c Status: Up-to-date