1. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  2. 88c166c Test library cleanups: Removing no longer used code from test.h eg. test_error.c is no longer in ltp, and the same for t_res.c so there is no need to include function prototypes for these. Adding void to functions that doesn't take any parameters; tst_exit() -> tst_exit(void); so code that pases parameters to these is not compileable any more. Also fixes all test broken by that change. As parameters passed to tst_exit() are ignored anyway it's quite safe to just remove them; but I'would rather see someone take a closer look. Code cleanups and fixes in tst_res.c: by subrata_modak · 15 years ago
  3. 38fea91 Fix for Bug no. 1671695, Check return codes everywhere, as pointed out by 'Markus Elfring' by subrata_modak · 17 years ago
  4. 0885aa0 Fix for Bug No. 1427780 (link07 fails) as pointed out correctly by 'Patrick Wyzorski' by subrata_modak · 17 years ago
  5. e6508f8 Porting changes to provide compatability of LTP with Solaris, HP-UX and AIX by mridge · 20 years ago
  6. ca11e71 Modified tst_tmpdir to ensure 777 permissions on test directory. by robbiew · 20 years ago
  7. 5d94fdf warnings cleanup by robbiew · 21 years ago
  8. ca41c6b *** empty log message *** by plars · 22 years ago
  9. 8f4232f More fixing up for replacement of mktemp with mkstemp, and some code cleanup by plars · 22 years ago
  10. b00626b Replace mktemp with mkstemp to reduce warnings by plars · 22 years ago
  11. 643643a Pointers came back to bite me today. I really should have allocated a string by nstraz · 23 years ago
  12. 7891a26 mkdtemp() is only available on glibc 2.2, and so are the marcos to find by nstraz · 23 years ago
  13. ffe35e2 I've "modernized" the temporary directory handling. We now use mkdtemp() by nstraz · 23 years ago
  14. cc2e555 New additions: by alaffin · 24 years ago