mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Removed special code for RISC OS; we
don't want to clutter our code with system dependent stuff.
This commit is contained in:
parent
8cf4e69141
commit
7ad15ec24a
@ -1,3 +1,8 @@
|
|||||||
|
2004-03-09 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* gpgconf-comp.c [_riscos_]: Removed special code for RISC OS; we
|
||||||
|
don't want to clutter our code with system dependent stuff.
|
||||||
|
|
||||||
2004-03-08 Marcus Brinkmann <marcus@g10code.de>
|
2004-03-08 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgconf-comp.c (retrieve_options_from_file): Quote each string
|
* gpgconf-comp.c (retrieve_options_from_file): Quote each string
|
||||||
|
@ -42,6 +42,13 @@
|
|||||||
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
Portability - Add gnulib replacements for getline, etc.
|
Portability - Add gnulib replacements for getline, etc.
|
||||||
|
|
||||||
|
XXX Marcus: Please use the read_line code from dirmngr/src/http.c - it
|
||||||
|
has been in use for may years and provides the ability to limit the
|
||||||
|
length of the line and thus thwart DoS (not a issue here but at many
|
||||||
|
other places).
|
||||||
|
|
||||||
|
|
||||||
Backend: File backend must be able to write out changes !!!
|
Backend: File backend must be able to write out changes !!!
|
||||||
Components: Add more components and their options.
|
Components: Add more components and their options.
|
||||||
Robustness: Do more validation. Call programs to do validation for us.
|
Robustness: Do more validation. Call programs to do validation for us.
|
||||||
@ -52,8 +59,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#if defined (__riscos__) \
|
#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ))
|
||||||
|| (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ))
|
|
||||||
void gc_error (int status, int errnum, const char *fmt, ...) \
|
void gc_error (int status, int errnum, const char *fmt, ...) \
|
||||||
__attribute__ ((format (printf, 3, 4)));
|
__attribute__ ((format (printf, 3, 4)));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user