From: Rémi Denis-Courmont Date: Fri, 10 Apr 2009 19:12:30 +0000 (+0300) Subject: Mention which standard replacements follow X-Git-Tag: 1.0.0-pre2~120 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=003bdf4a18bdecead548e100d3d24dd6d3eed723;p=vlc Mention which standard replacements follow --- diff --git a/compat/asprintf.c b/compat/asprintf.c index e3b319d203..a790be3cc5 100644 --- a/compat/asprintf.c +++ b/compat/asprintf.c @@ -1,5 +1,5 @@ /***************************************************************************** - * asprintf.c: asprintf() replacement + * asprintf.c: GNU asprintf() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/atof.c b/compat/atof.c index c658dc6e4b..c0723d3b30 100644 --- a/compat/atof.c +++ b/compat/atof.c @@ -1,5 +1,5 @@ /***************************************************************************** - * atof.c: atof replacement + * atof.c: C atof() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/atoll.c b/compat/atoll.c index 6c6a347dde..55be94c40d 100644 --- a/compat/atoll.c +++ b/compat/atoll.c @@ -1,5 +1,5 @@ /***************************************************************************** - * atoll.c: atoll replacement + * atoll.c: C atoll() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/lldiv.c b/compat/lldiv.c index 25f4abc8e6..2eff5599a9 100644 --- a/compat/lldiv.c +++ b/compat/lldiv.c @@ -1,5 +1,5 @@ /***************************************************************************** - * lldiv.c: lldiv replacement + * lldiv.c: C lldiv() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/strdup.c b/compat/strdup.c index 7e3765cfc9..5ad7cc6397 100644 --- a/compat/strdup.c +++ b/compat/strdup.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strdup.c: strdup replacement + * strdup.c: POSIX strdup() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/strlcpy.c b/compat/strlcpy.c index bc815ea577..0740a650ad 100644 --- a/compat/strlcpy.c +++ b/compat/strlcpy.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strlcpy.c: BSD strlcpy replacement + * strlcpy.c: BSD strlcpy() replacement ***************************************************************************** * Copyright © 2006 Rémi Denis-Courmont * diff --git a/compat/strndup.c b/compat/strndup.c index 863b075cb9..4f4f4400b6 100644 --- a/compat/strndup.c +++ b/compat/strndup.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strndup.c: strndup replacement + * strndup.c: POSIX strndup() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/strnlen.c b/compat/strnlen.c index 96be3d2c11..66c64df1f7 100644 --- a/compat/strnlen.c +++ b/compat/strnlen.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strnlen.c: strnlen replacement + * strnlen.c: POSIX strnlen() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/strsep.c b/compat/strsep.c index 1163f46599..abee3d7af9 100644 --- a/compat/strsep.c +++ b/compat/strsep.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strsep.c: BSD strsep replacement + * strsep.c: BSD strsep() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/strtof.c b/compat/strtof.c index 807db0e39f..1300da73ec 100644 --- a/compat/strtof.c +++ b/compat/strtof.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strtof.c: strtof replacement + * strtof.c: C strtof() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/strtoll.c b/compat/strtoll.c index 1f0a71de82..8d2e0bcb8a 100644 --- a/compat/strtoll.c +++ b/compat/strtoll.c @@ -1,5 +1,5 @@ /***************************************************************************** - * strtoll.c: strtoll replacement + * strtoll.c: C strtoll() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project * diff --git a/compat/vasprintf.c b/compat/vasprintf.c index 98d7e72beb..8ead2d1a17 100644 --- a/compat/vasprintf.c +++ b/compat/vasprintf.c @@ -1,5 +1,5 @@ /***************************************************************************** - * vasprintf.c: vasprintf replacement + * vasprintf.c: GNU vasprintf() replacement ***************************************************************************** * Copyright © 1998-2008 the VideoLAN project *