Directory libmusclecard/utils/bundleTool/

Directory Created:
2002-03-30 20:13
Directory Deleted:
2006-02-28 10:09
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/libmusclecard/utils/bundleTool

Lines of Code

libmusclecard/utils/bundleTool/ Lines of Code

Developers

AuthorChangesLines of CodeLines per Change
Totals28 (100.0%)495 (100.0%)17.6
rousseau22 (78.6%)339 (68.5%)15.4
corcoran2 (7.1%)137 (27.7%)68.5
aet-guest4 (14.3%)19 (3.8%)4.7

Most Recent Commits

rousseau 2006-02-28 10:09 Rev.: 1885

move PCSC/libmusclecard in its own package

0 lines of code changed in 4 files:

  • libmusclecard/utils/bundleTool: .cvsignore (del), Makefile.am (del), bundleTool.8.in (del), bundleTool.c (del)
rousseau 2005-09-14 16:43 Rev.: 1650

add -I$(top_builddir)/src/PCSC to find the generated files (pcsclite.h)

1 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: Makefile.am (+1 -1)
rousseau 2005-04-27 14:39 Rev.: 1463

use the headers from pcsclite in $(top_srcdir)/src/PCSC

3 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: Makefile.am (+3 -6)
rousseau 2004-10-06 11:13 Rev.: 1274

new build infrastructure. Patch from Toni Andjelkovic

6 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: Makefile.am (new 6)
rousseau 2004-10-06 10:18 Rev.: 1270

list of files to ignore

0 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: .cvsignore (new)
rousseau 2004-10-06 10:11 Rev.: 1269

patch from Toni Andjelkovic for the pcsc-lite/libmusclecard separation

3 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+3 -3)
rousseau 2004-06-10 16:57 Rev.: 931

use the new PCSC/ location for header files

3 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+3 -2)
rousseau 2004-05-10 15:16 Rev.: 844

approprate -> appropriate

6 lines of code changed in 2 files:

  • libmusclecard/utils/bundleTool: bundleTool.8.in (+3 -3), bundleTool.c (+3 -3)
rousseau 2004-05-10 15:14 Rev.: 843

smartcard -> smart card, musclecard -> MuscleCard

1 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.8.in (+1 -1)
rousseau 2004-04-02 15:38 Rev.: 759

typos

3 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.8.in (+3 -3)
aet-guest 2003-11-09 15:33 Rev.: 557

- Allow regular pcsclite.h to be used under win32 platform

2 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+2 -5)
rousseau 2003-11-02 22:05 Rev.: 546

port under Win32 (patch from Peter Williams) and some code cleanup

112 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+112 -37)
aet-guest 2003-10-18 19:19 Rev.: 495

- Unify the copyright/description header part for most of the files

10 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+10 -17)
aet-guest 2003-09-08 13:21 Rev.: 391

Build fix for MacOS X, don't bother including
from <PCSC/..>, use standard header locations.

1 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+1 -4)
aet-guest 2003-09-07 20:06 Rev.: 380

- Cleanups for #include logic and ordering,
it's better to include config.h first.

6 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+6 -10)
rousseau 2003-05-25 23:37 Rev.: 234

correct typos and include configured path appear in the docs (thanks to
Ville Skytt?)

1 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.8.in (+1 -1)
corcoran 2002-12-02 23:52 Rev.: 188

Included changes from Citrix
- Support for AIX in configure.in and Makefile.am
- added ifdef for SNPRINTF and VSNPRINTF

11 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+11)
rousseau 2002-09-06 23:12 Rev.: 143

add support for --enable-muscledropdir

3 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+3 -1)
rousseau 2002-08-15 17:26 Rev.: 128

print usage in cas of wrong arguments

1 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+1 -2)
rousseau 2002-08-15 17:11 Rev.: 127

update and rename bundleTool.1

37 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.8.in (new 37)
rousseau 2002-04-06 18:22 Rev.: 38

#include <stdlib.h> for malloc() declaration

14 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+14 -11)
rousseau 2002-04-04 23:50 Rev.: 25

removed unused variable char tempString[1024];
add a return 0 for main()

3 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+3 -1)
rousseau 2002-04-04 21:03 Rev.: 24

complete and automatic reindentation of *.c and *.h files

142 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (+142 -126)
corcoran 2002-03-30 20:13 Rev.: 11

Initial revision

126 lines of code changed in 1 file:

  • libmusclecard/utils/bundleTool: bundleTool.c (new 126)
Generated by StatSVN 0.7.0