aboutsummaryrefslogtreecommitdiffstats
path: root/src/funopen.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-11-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-11-031-1/+1
| | | | | | | | | | | | | | | | | | | * tests/fdpassing.c (register_commands): Add missing initializer to silence gcc -W warning. src/ 2008-11-03 Marcus Brinkmann <[email protected]> * assuan-handler.c (std_handler_help): Make I unsigned to silence gcc -W warning. * assuan-logging.c (_assuan_log_print_buffer): Likewise for N. * funopen.c (_assuan_funopen): Remove initializer to silence gcc -W warning. * assuan-handler.c (std_cmd_table): Add missing initializer to silence gcc -W warning. * assuan-socket-server.c (io): Likewise. * assuan-socket-connect.c (assuan_socket_connect_ext): Likewise.
* Preparing 1.0.3Werner Koch2007-08-241-1/+1
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-4/+2
|
* Fixed and clarified copyright noticesWerner Koch2005-10-241-14/+15
|
* * funopen.c (_assuan_funopen): Renamed from funopen, to keep theWerner Koch2003-12-111-8/+27
| | | | | | | name space clean and avoid duplicate definitions if another library uses the same replacement. * assuan-defs.h (funopen): Renamed prototype and add a macro.
* /Neal Walfield2003-02-181-0/+44
2003-02-18 Neal H. Walfield <[email protected]> * configure.ac: Fix typo. (AC_CONFIG_FILES): Remove common/Makefile.am. * common: Remove directory. src/ 2003-02-18 Neal H. Walfield <[email protected]> * Makefile.am (libassuan_a_LIBADD): New variable. * funopen.c: Move from ../common. * isascii.c: Likewise. * memrchr.c: Likewise. * putc_unlocked.c: Likewise.