1. 24 6月, 2012 3 次提交
  2. 23 6月, 2012 12 次提交
  3. 22 6月, 2012 4 次提交
  4. 21 6月, 2012 3 次提交
  5. 20 6月, 2012 7 次提交
  6. 19 6月, 2012 6 次提交
  7. 18 6月, 2012 3 次提交
  8. 16 6月, 2012 1 次提交
  9. 14 6月, 2012 1 次提交
    • Travis Cross's avatar
      Don't use perl for portability · 2c634751
      Travis Cross 提交于
      This amends commit f8be71ac.
      
      This still should resolve FS-4303.
      
      What's going on here is that we need a portable way to access
      strftime.  date(1posix) doesn't provide enough.  And without perl, I
      can't think of a better way to get to it than just using C.  So the
      logic for generating the extended revision has been moved into a small
      self-contained and hopefully portable C program.
      2c634751