diff options
Diffstat (limited to '')
-rw-r--r-- | common/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog index 14ca0ef71..76d5298bb 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,15 @@ +2010-05-04 Werner Koch <[email protected]> + + * estream.c (_es_get_std_stream): Re-use registered standard fds. + (IS_INVALID_FD, ESTREAM_SYS_YIELD): New. + (es_func_fd_read, es_func_fd_write, es_func_fd_seek) + (es_func_fd_destroy): Implement a dummy stream. + + * exechelp-w32ce.c (build_w32_commandline): Add args FD0_ISNULL + and FD1_ISNULL. Remove arg PGMNAME. Change callers. + (gnupg_spawn_process_detached): Implement. + (gnupg_spawn_process_fd): Implement one special case for now. + 2010-05-03 Werner Koch <[email protected]> * asshelp.c (lock_agent_spawning, unlock_agent_spawning): New. @@ -18,7 +30,7 @@ 2010-04-20 Werner Koch <[email protected]> * estream.c (es_deinit): New. - (es_init_do): Intll atexit handler to flush all streams. + (es_init_do): Install atexit handler to flush all streams. * Makefile.am (common_sources): Add gettime.h. |