Skip to content
Snippets Groups Projects
  1. Apr 12, 2007
    • Yang Tse's avatar
      Add file ares_getopt.c · 45847c53
      Yang Tse authored
      Original file name getopt.c  Initial import into the c-ares source tree
      on 2007-04-11.  Lifted from version 5.2 of the 'Open Mash' project with
      the modified BSD license, BSD license without the advertising clause.
      45847c53
  2. Apr 11, 2007
  3. Apr 04, 2007
  4. Apr 03, 2007
  5. Mar 27, 2007
  6. Mar 26, 2007
  7. Mar 22, 2007
  8. Mar 17, 2007
  9. Mar 15, 2007
  10. Mar 08, 2007
  11. Mar 07, 2007
  12. Mar 06, 2007
  13. Feb 27, 2007
  14. Feb 26, 2007
  15. Feb 22, 2007
  16. Feb 21, 2007
  17. Feb 20, 2007
  18. Feb 19, 2007
  19. Feb 18, 2007
  20. Feb 17, 2007
  21. Feb 16, 2007
  22. Feb 15, 2007
    • Yang Tse's avatar
      introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO() · d21e4eb8
      Yang Tse authored
      making them available to any source code file which includes "setup.h".
      
      Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
      (or equivalent) on this platform to hide platform details to code using it.
      
      Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
      (or equivalent) on this platform to hide platform details to code using it.
      d21e4eb8
    • Yang Tse's avatar
      icc 9.0 when compiling its generated code for its own FD_SET, · d381dd68
      Yang Tse authored
      FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
      So for icc 9.0 we also ignore warnings #1469 and #593.
      * 593 warns on "variable __d0 was set but never used"
      * 1469 warns on "cc clobber ignored"
      d381dd68
Loading