Skip to content
Snippets Groups Projects
  1. Mar 04, 2013
  2. Aug 28, 2012
  3. Aug 22, 2012
  4. Sep 13, 2011
  5. Sep 02, 2011
  6. Sep 01, 2011
  7. Aug 29, 2011
  8. Aug 24, 2011
  9. Aug 16, 2011
  10. Aug 15, 2011
  11. Aug 11, 2011
  12. Aug 09, 2011
  13. Aug 07, 2011
  14. Jul 31, 2011
  15. Jul 29, 2011
  16. Feb 19, 2011
  17. Jan 11, 2011
    • Russ Cox's avatar
      more trivial cleanup · 417c3711
      Russ Cox authored
      417c3711
    • 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
  18. Sep 27, 2010
  19. Sep 20, 2010
  20. Sep 13, 2010
  21. Sep 02, 2010
Loading