summaryrefslogtreecommitdiff
path: root/lib/inet_ntop.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* Use GCC_LINT, not lintPaul Eggert2016-05-301-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* inet_ntop: guard extra work by IF_LINTEric Blake2012-01-121-1/+12
* inet_ntop: silence gcc warningEric Blake2012-01-111-0/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* inet_ntop: Support for MSVC on Windows Vista or newer.Bruno Haible2011-09-171-12/+27
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)Paul Eggert2010-10-101-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-43/+43
* errno: use consistentlyEric Blake2009-09-021-5/+1
* Move inet_ntop and inet_pton declarations to arpa/inet.h.Simon Josefsson2008-04-281-2/+2
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+3
* Revert slightly, from Bruno.Simon Josefsson2006-06-191-0/+2
* 2006-06-19 Simon Josefsson <jas@extundo.com>Simon Josefsson2006-06-191-9/+1
* Fix inet_ntop on mingw32.Simon Josefsson2005-10-281-111/+147
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* New module 'inet_ntop'.Bruno Haible2005-05-091-0/+209