1. 69b772b lib, include: Remove all references to TDIRECTORY. by Cyril Hrubis · 11 years ago
  2. ed69cd5 lib: Add lib/ltp_priv.h header for internal API. by Cyril Hrubis · 11 years ago
  3. 69c2ab0 Add TST_RESOURCE_COPY() to prepare test files. by Cyril Hrubis · 12 years ago
  4. b6a5657 Merge ../ltp-dev by Cyril Hrubis · 12 years ago
  5. ab8388c Add easy to use API for parent-child synchronization. by Cyril Hrubis · 12 years ago
  6. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  7. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  8. cbdd1dc V3 /lib/tst_tmpdir Implemented a simple testcase. by Marios Makris · 12 years ago
  9. c128c45 /lib/tst_tmpdir.c removed the TDIRECTORY part by Marios Makris · 12 years ago
  10. 4aa7a48 /lib/tst_tmpdir.c removed / and * checks by Marios Makris · 12 years ago
  11. 3550766 /lib/tst_tmpdir.c removed mkstemp method by Marios Makris · 12 years ago
  12. 60b1baa /lib/tst_tmpdir indentation and coding style fixes by Marios Makris · 12 years ago
  13. b1c7c6b Make the test bug more obvious. by Garrett Cooper · 14 years ago
  14. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  15. c6fd0e4 Make get_tst_tmpdir failures a bit more sensical. by Garrett Cooper · 14 years ago
  16. 1f3c236 More whitespace and consistency changes. by Garrett Cooper · 14 years ago
  17. 13431b6 Check for NULL from malloc(3), not !NULL. by Garrett Cooper · 14 years ago
  18. db97680 Improve prior commits to file. by Garrett Cooper · 14 years ago
  19. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  20. 903910d More cleanup. by Garrett Cooper · 14 years ago
  21. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  22. 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
  23. 38fea91 Fix for Bug no. 1671695, Check return codes everywhere, as pointed out by 'Markus Elfring' by subrata_modak · 17 years ago
  24. 0885aa0 Fix for Bug No. 1427780 (link07 fails) as pointed out correctly by 'Patrick Wyzorski' by subrata_modak · 17 years ago
  25. e6508f8 Porting changes to provide compatability of LTP with Solaris, HP-UX and AIX by mridge · 20 years ago
  26. ca11e71 Modified tst_tmpdir to ensure 777 permissions on test directory. by robbiew · 20 years ago
  27. 5d94fdf warnings cleanup by robbiew · 21 years ago
  28. ca41c6b *** empty log message *** by plars · 22 years ago
  29. 8f4232f More fixing up for replacement of mktemp with mkstemp, and some code cleanup by plars · 22 years ago
  30. b00626b Replace mktemp with mkstemp to reduce warnings by plars · 22 years ago
  31. 643643a Pointers came back to bite me today. I really should have allocated a string by nstraz · 24 years ago
  32. 7891a26 mkdtemp() is only available on glibc 2.2, and so are the marcos to find by nstraz · 24 years ago
  33. ffe35e2 I've "modernized" the temporary directory handling. We now use mkdtemp() by nstraz · 24 years ago
  34. cc2e555 New additions: by alaffin · 24 years ago