1. 30 Apr, 2018 1 commit
  2. 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
  3. 27 Apr, 2018 6 commits
  4. 26 Apr, 2018 12 commits
  5. 25 Apr, 2018 5 commits
  6. 24 Apr, 2018 3 commits
  7. 23 Apr, 2018 8 commits
  8. 22 Apr, 2018 2 commits
  9. 21 Apr, 2018 1 commit