コミット履歴

作者 SHA1 メッセージ 日付
  Rob Landley 7348ee6049 Add mayfork to printf 4 年 前
  Elliott Hughes 81518f643d echo/printf: expand test cases, fix \x corner cases. 4 年 前
  Rob Landley 46ae1aaea8 "printf %x 64" wasn't working right on 32 bit because a variable type was wrong. 7 年 前
  Rob Landley bf950cde66 Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix 8 年 前
  Rob Landley 204bd961ae Make "printf --" and "printf ---" work. 9 年 前
  Rob Landley 5d431d1e1f Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. 9 年 前
  Rob Landley 38e5485c6a On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. 9 年 前
  Elliott Hughes 9d1d0ad123 fix typo in printf 9 年 前
  Rob Landley d3d633ff13 Promote printf. 9 年 前