Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
add DEBUG_INFO_XXD()
remove trailing spaces at end of lines
exchange COMM and PERIODIC debug values so that all except PERIODIC value is 7
use pcsclite debuglog.h header file and use its Log?() macro instead of debug_msg(). This adds color to the log messages because Log?() macros use log_msg() instead of the deprecated debug_msg() function.
change licence from GNU GPL to GNU LGPL
we do not need to have PACKAGE defined (I do not remember what it was used for)
change the DEBUG_* macros from static (compilation conditional) to dynamic (if ())
DEBUG_COMM4 was named DEBUG_COMM3 due to cut-n-paste
add DEBUG_COMM3()
add DEBUG_CRITICAL4
also print the function name (__FUNCTION__) in the debug messages
test for PACKAGE and not __CONFIG_H__ since the config.h file is not generated by ./configure
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |