Skip to content
Snippets Groups Projects
  1. May 23, 2012
    • Gregory Maxwell's avatar
      Use 'frame' instead of 'signal', take out stdlib.h in silk/. · e052947f
      Gregory Maxwell authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      On MacOS, stdlib.h ends up including sys/signal.h, generating
      warnings about the local variables called 'signal' shadowing
      the global symbol signal(3).
      
      This was originally done in 86476906 but it missed some use
      of 'signal' in prototypes in headers where it didn't cause
      warnings. Later the prototypes were moved around and the
      warnings came back.
      
      This also cleans up some cases in where stdlib.h was used
      but shouldn't be required.
      e052947f
  2. May 21, 2012
  3. May 20, 2012
  4. May 18, 2012
  5. May 17, 2012
  6. May 16, 2012
  7. May 15, 2012
  8. May 14, 2012
  9. May 12, 2012
  10. May 11, 2012
Loading