Merge commit '722771973bd' into patches/lyslyskom22891031 * commit '722771973bd': (6177 commits) Verify that callablep responses are aligned with reality. ...
Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap * commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits) Removed the old typechecker. ...
Merge remote-tracking branch 'origin/master' into new_utf8
Merge remote-tracking branch 'origin/8.1' into gobject-introspection
Avoid sending function name to check_all_args
Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63 * commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits) ...
Build [Protocols.DNS.SD]: Improved support for FreeBSD. Include sufficient headerfiles to get htons() et al.
Disabled more init and exit code.
Include arpa/inet for htons
Don't clean up the stack in void functions.
Removed trailing spaces.
Wrap unused parameters in UNUSED(), and debug-only parameters in DEBUGUSED(), to cut down on compiler warnings. The macro also renames parameters to catch accidental use. (There are more places to clean up but I don't want to modify code that isn't compiling on my machine.)
Merge remote-tracking branch 'origin/8.0' into string_alloc
Added void to zero argument functions.
Merge branch '8.0' into gobject-introspection
Merge remote-tracking branch 'origin/7.9' into pdf
Removed $Id$.
No more foreign_idents. More pain than they are worth.
No more foreign_idents.
fix some comments the port argument to DNSServiceRegister is required to be in network byte order, previously you would get incorrect results on little-endian systems (like intel). Rev: src/modules/_Protocols_DNS_SD/sd.c:1.5
we have to process the response from the mDNSResponder, otherwise it may drop our connection. Rev: src/modules/_Protocols_DNS_SD/sd.c:1.4
Removed RCSID Rev: src/modules/_Protocols_DNS_SD/sd.c:1.3 Rev: src/post_modules/GTK2/dummy.c:1.2
Corrected workaround for header file typo. Rev: src/modules/_Protocols_DNS_SD/sd.c:1.2
Initial implementation of DNS Service Discovery. Rev: lib/modules/Protocols.pmod/DNS_SD.pmod:1.1 Rev: src/modules/_Protocols_DNS_SD/.cvsignore:1.1 Rev: src/modules/_Protocols_DNS_SD/Makefile.in:1.1 Rev: src/modules/_Protocols_DNS_SD/acconfig.h:1.1 Rev: src/modules/_Protocols_DNS_SD/configure.in:1.1 Rev: src/modules/_Protocols_DNS_SD/sd.c:1.1