1. 03 May, 2018 2 commits
  2. 02 May, 2018 15 commits
  3. 01 May, 2018 9 commits
  4. 30 Apr, 2018 5 commits
  5. 29 Apr, 2018 2 commits
    • Guillaume Quintard's avatar
      Make a00009.vtc pass on alpine · b5737297
      Guillaume Quintard authored
      alpine's getopt returns "progname: unrecognized option: A"
      b5737297
    • Guillaume Quintard's avatar
      Fix gensequences for BusyBox awk · 9f50c4bd
      Guillaume Quintard authored
      I never thought that I'd have to fix a string concatenation problem in
      a BusyBox awk program to generate VT100 code in a container, but here we
      are:
      
      echo | awk 'END {print "foo" "" ++a, "foo" ++a}'
      
      should output "foo0 foo1", and for all the ?awk I tested, it does,
      except for BusyBox awk who thought funny to output "0 foo1", breaking the
      teken_state.h file.
      9f50c4bd
  6. 27 Apr, 2018 6 commits
  7. 26 Apr, 2018 1 commit