summaryrefslogtreecommitdiff
path: root/modules/arpa_inet
Commit message (Expand)AuthorAgeFilesLines
* gen-header: new modulePaul Eggert2021-12-241-5/+5
* maint: omit unnecessary ‘rm -f $@-t $@’Paul Eggert2021-12-221-2/+1
* Move AM_V_GEN to recipe startPaul Eggert2021-12-211-2/+2
* Fix creation of build directories with non-recursive-gnulib-prefix-hack.Bruno Haible2021-12-151-1/+1
* Support several gnulib-tool invocations under the same configure.ac.Bruno Haible2021-04-111-1/+2
* inet_ntop, inet_pton: Avoid conflict with native Windows functions.Bruno Haible2019-06-301-0/+3
* inet_pton: Support for MSVC on Windows Vista or newer.Bruno Haible2011-09-171-0/+1
* inet_ntop: Support for MSVC on Windows Vista or newer.Bruno Haible2011-09-171-0/+1
* Rename module 'warn-on-use' to 'snippet/warn-on-use'.Bruno Haible2011-07-121-1/+1
* Rename module 'c++defs' to 'snippet/c++defs'.Bruno Haible2011-07-121-1/+1
* Rename module 'arg-nonnull' to 'snippet/arg-nonnull'.Bruno Haible2011-07-121-1/+1
* gnulib-tool: Better isolation between different gnulib-tool invocations.Bruno Haible2011-06-081-2/+2
* Allow multiple gnulib generated include files to be combined.Bruno Haible2011-05-291-1/+2
* Ensure to rebuild generated .h files when config.status has changed.Bruno Haible2011-04-061-1/+1
* libposix: Revert the unreviewed part of yesterday's big merge.Bruce Korb2011-02-061-2/+0
* libposix: Add _HEADERS primaries to posix modules.Bruce Korb2011-02-051-0/+2
* arpa_inet: Use the common idioms with C++ support.Bruno Haible2010-12-271-1/+3
* Ensure that <features.h> is included before __GLIBC__ is tested.Bruno Haible2010-11-201-0/+1
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* warn-on-use: use instead of link-warningEric Blake2010-01-201-4/+4
* link-warning: always build headers with link warningsEric Blake2009-12-311-1/+1
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-1/+3
* link-warning: Add copyright notice.Bruno Haible2009-12-091-1/+1
* maint: make Include sections of modules consistentEric Blake2009-09-171-1/+1
* Use $(MKDIR_P) instead of @MKDIR_P@.Simon Josefsson2009-09-011-1/+1
* annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)Jim Meyering2009-08-221-3/+3
* Port inet_ntop to Solaris 8 (problem found in coreutils 7.2).Paul Eggert2009-04-031-1/+1
* Provide the definition of GL_LINK-WARNING.Bruno Haible2008-09-271-0/+2
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-1/+2
* Enable gnulib's <arpa/inet.h> replacement also when inet_ntop or inet_pton ne...Bruno Haible2008-04-291-2/+5
* Make arpa/inet module build under MinGW.Simon Josefsson2008-04-291-0/+2
* Add inet_ntop and inet_pton declarations to arpa/inet.h, for MinGW.Simon Josefsson2008-04-231-1/+5
* Use the synonymous term LGPLv2.Bruno Haible2007-07-161-1/+1
* * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:Jim Meyering2007-02-021-1/+1
* * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.Eric Blake2007-02-021-1/+2
* Mark generated files as "DO NOT EDIT".Bruno Haible2006-10-071-1/+3
* Don't make generated files read-only. That would bother too manyJim Meyering2006-09-081-1/+0
* Fix global typo in last change: use chmod u-w, not chmod u-x.Jim Meyering2006-09-071-1/+1
* Make generated files be read-only.Jim Meyering2006-09-061-0/+2
* Add arpa_inet module.Simon Josefsson2006-07-071-0/+32