aboutsummaryrefslogtreecommitdiffstats
path: root/src/libassuan.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various minor changes for W32Werner Koch2007-06-121-1/+1
|
* New functions assuan_set_io_monitor and assuan_register_post_cmd_notifyWerner Koch2006-11-141-0/+15
|
* Fix for pthreadWerner Koch2006-10-181-2/+2
|
* Mapped another error.Werner Koch2006-10-161-4/+4
|
* Splitted up into a standad lib and an pth enabled one.Werner Koch2006-10-091-28/+112
| | | | | | Also enhanced libassuan-config and libassuan.m4. Not really tested!
* 2004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-221-1/+1
| | | | | * libassuan.m4: Quote first argument to AC_DEFUN.
* * libassuan.m4: New. Based on libgrypt.m4.Werner Koch2003-04-291-0/+76
* Makefile.am (m4data_DATA): New. * assuan.h (AssuanCommand): Removed. * assuan-handler.c: Remove the cmd_id element, (assuan_register_command): Likewise. Note that semantics changed. (_assuan_register_std_commands): Adjusted.