use a customized CSS file for Doxygen
312 lines of code changed in 2 files:
add a rule to generate Doxygen documentation
2 lines of code changed in 1 file:
add doc/doxygen.conf.in and generation of doxygen.conf
1220 lines of code changed in 3 files:
correct some Doxygen warnings
31 lines of code changed in 6 files:
todo list
16 lines of code changed in 1 file:
SYS_Daemon(): manually detatch from terminal on Solaris in case
daemon(3) does not exist
33 lines of code changed in 1 file:
do not try to find yywrap() since we use %option noyywrap now
pcsc-lite can now be compiled without (f)lex installed.
0 lines of code changed in 1 file:
do not link pcscd with @LIBFL@
1 lines of code changed in 1 file:
use %option noyywrap so we do not use yywrap() and do have to link with
flex lib
See http://www.gnu.org/software/flex/manual/html_node/flex_17.html
Thanks to Toni Andjelkovic for the patch
2 lines of code changed in 2 files:
PCSC_SCF_Initialize(): use PCSC_Initialized instead of
PCSC_SCF_Initialized (typo)
thanks to Najam Siddiqui for the patch
1 lines of code changed in 1 file:
EventCallback() & PCSC_SCF_Initialize(): Fix issue where
SCardGetStatusChange() returns incorrect status when it is called right
after SCardEstablishContext() the first time after the libpcsclite.so is
loaded in memory, the fix is to make PCSC_Initialize() wait till OCF has
been initialized and the internal states are consistent.
Thanks to Najam Siddiqui for the patch
38 lines of code changed in 1 file:
add function isActiveContextPresent() missing from my previous commit
17 lines of code changed in 1 file:
SCardUnload(): add cleanup code
Thanks to Najam Siddiqui for the patch
35 lines of code changed in 1 file:
SCardGetStatusChange(): Context index was being used instead of Reader
index, it worked only when there was just one context.
Thanks to Najam Siddiqui for the bug report
9 lines of code changed in 1 file: