1. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  2. c319020 parse_opts: constify opts arg by Mike Frysinger · 14 years ago
  3. 4895bc8 Fix comment. by Garrett Cooper · 14 years ago
  4. bf5dd5c declare TEST_ERRNO as an integer as every spec out there has declared errno as an int by vapier · 15 years ago
  5. 3dc0470 punt unused btime/etime temp variables (not that these belong in global scope in the first place) by vapier · 15 years ago
  6. 922e919 cleanup TEST_* macros to expand with safe do{...}while(0) semantics by vapier · 15 years ago
  7. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  8. 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
  9. 6eaecb2 Applied Coldfire patch from Jody McIntyre: by robbiew · 19 years ago
  10. 3ffcfcd Applied fix from Greg Edwards for 64bit execution. by robbiew · 19 years ago
  11. 2e6837d Updated the TEST() macro to return long, instead of int for use with 64bit architectures. by robbiew · 19 years ago
  12. 90b1698 reset errno to 0 before executing the system call in TEST_VOID() by plars · 22 years ago
  13. 9c25979 clear errno at the beginning of each TEST() by plars · 23 years ago
  14. 829b40a - lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap by nstraz · 24 years ago
  15. 6a91881 Cleaned out unused defines by nstraz · 24 years ago
  16. 9418108 - Removed mc_getopt.c and used getopt() instead. user defined help is now by nstraz · 24 years ago
  17. cc2e555 New additions: by alaffin · 24 years ago