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. Aug 31, 2010
  3. Aug 28, 2007
  4. Aug 27, 2007
  5. Aug 10, 2007
  6. Aug 09, 2007
  7. Sep 06, 2006
  8. Aug 24, 2006
  9. Aug 23, 2006
Loading