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. Jan 10, 2011
  3. Jan 02, 2011
  4. Sep 29, 2010
  5. Sep 27, 2010
  6. Sep 20, 2010
  7. Sep 19, 2010
  8. Sep 15, 2010
  9. Sep 13, 2010
  10. Sep 03, 2010
  11. Sep 02, 2010
  12. Sep 01, 2010
  13. Aug 31, 2010
Loading