Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 16 Apr 2009 12:51:15 +0200] rev 85
[getopt]: support for long options
Long options are quite useful, too
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 16 Apr 2009 12:51:15 +0200] rev 84
struct hostent has no longer a member h_addr
Current netdb.h lacks support for the old h_addr pointer without
special USE_GNU defines...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 16 Apr 2009 12:51:15 +0200] rev 83
Platform Independend Newlines
Java uses %n for platform independend newlines
\r\n on windows, \n on linux and so on...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 16 Apr 2009 12:51:15 +0200] rev 82
Useless braces removed
Single-line commands do not need braces
committer: Markus Bröker <mbroeker@largo.homelinux.org>