Skip to content
Snippets Groups Projects
  1. Apr 05, 2022
    • Golden's avatar
      Make comptime.sh conform to POSIX and less redundant, among other improvements · a614865d
      Golden authored
      - Shebang now directly calls /bin/sh
      - Improved indenting within the comprevision() function
      - Quoted several strings to prevent possible argument splitting
      - Replaced archaic backtick command statements with more descriptive `"$(...)"` statements
      - Replaced direct references to `test` with more readable, but equivalent `[ ... ]` statements
      - Replaced the ${str:0:8} bashism with an equivalent statement using POSIX cut
      - Moved redundant definitions of the comptime.h body to a single function that takes arguments
      a614865d
    • Golden's avatar
      Prevent comptime.* from failing compilation · 9bfc82a1
      Golden authored
      9bfc82a1
  2. Mar 06, 2022
  3. Mar 04, 2022
  4. Mar 03, 2022
  5. Mar 02, 2022
  6. Feb 28, 2022
  7. Feb 22, 2022
  8. Feb 21, 2022
  9. Feb 19, 2022
  10. Feb 17, 2022
  11. Feb 14, 2022
  12. Feb 10, 2022
  13. Feb 08, 2022
  14. Feb 06, 2022
Loading