Skip to content
Snippets Groups Projects
  1. Jan 11, 2011
    • Russ Cox's avatar
      make new code like old code · 1a81e38b
      Russ Cox authored
      Variable declarations at top of function,
      separate from initialization.
      
      Use == 0 instead of ! for checking pointers.
      
      Consistent spacing around {, *, casts.
      
      Declare 0-parameter functions as (void) not ().
      
      Integer valued functions return -1 on failure, 0 on success.
      1a81e38b
  2. Sep 27, 2010
  3. Sep 20, 2010
  4. Sep 13, 2010
  5. Sep 02, 2010
  6. Sep 01, 2010
  7. Aug 31, 2010
  8. Aug 30, 2010
  9. Aug 11, 2010
  10. Aug 10, 2010
  11. Aug 06, 2010
  12. Aug 05, 2010
  13. Jul 28, 2010
  14. Jul 26, 2010
  15. Jul 25, 2010
  16. Jul 23, 2010
Loading