1. 1dbf0b4 lib: Remove -c option and STD_COPIES by Cyril Hrubis · 10 years ago
  2. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  3. d5d3908 usctest.h, parse_opts.c: Hide unused variables. by Cyril Hrubis · 10 years ago
  4. 2a81c75 usctest.h, parse_opts.c: More cleanup. by Cyril Hrubis · 10 years ago
  5. c45ea22 usctest.h: Remove unused TEST_PAUSEF macro by Cyril Hrubis · 10 years ago
  6. ee99a35 usctest.h: Remove useless workaround. by Cyril Hrubis · 10 years ago
  7. fc41661 usctest.h: Remove dumbious _USC_LIB_ ifdefs. by Cyril Hrubis · 11 years ago
  8. 9c8c885 usctest.h: Cleanup. by Cyril Hrubis · 11 years ago
  9. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  10. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  11. 4895bc8 Fix comment. by Garrett Cooper · 14 years ago
  12. bf5dd5c declare TEST_ERRNO as an integer as every spec out there has declared errno as an int by vapier · 15 years ago
  13. 3dc0470 punt unused btime/etime temp variables (not that these belong in global scope in the first place) by vapier · 15 years ago
  14. 922e919 cleanup TEST_* macros to expand with safe do{...}while(0) semantics by vapier · 15 years ago
  15. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  16. b3691d7 use proper do { ... } while (0) for TEST() macro so we dont have to worry about scope issues when actually using TEST() by vapier · 18 years ago
  17. 6eaecb2 Applied Coldfire patch from Jody McIntyre: by robbiew · 19 years ago
  18. 3ffcfcd Applied fix from Greg Edwards for 64bit execution. by robbiew · 19 years ago
  19. 2e6837d Updated the TEST() macro to return long, instead of int for use with 64bit architectures. by robbiew · 19 years ago
  20. 90b1698 reset errno to 0 before executing the system call in TEST_VOID() by plars · 23 years ago
  21. 9c25979 clear errno at the beginning of each TEST() by plars · 23 years ago
  22. 829b40a - lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap by nstraz · 24 years ago
  23. 6a91881 Cleaned out unused defines by nstraz · 24 years ago
  24. 9418108 - Removed mc_getopt.c and used getopt() instead. user defined help is now by nstraz · 24 years ago
  25. cc2e555 New additions: by alaffin · 24 years ago