]> git.sesse.net Git - vlc/commitdiff
Mention which standard replacements follow
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 19:12:30 +0000 (22:12 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 19:12:30 +0000 (22:12 +0300)
12 files changed:
compat/asprintf.c
compat/atof.c
compat/atoll.c
compat/lldiv.c
compat/strdup.c
compat/strlcpy.c
compat/strndup.c
compat/strnlen.c
compat/strsep.c
compat/strtof.c
compat/strtoll.c
compat/vasprintf.c

index e3b319d203d21f7859468dd3f67a109b147cefda..a790be3cc514713b31a4cc6e902bd244a1141cd0 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * asprintf.c: asprintf() replacement
+ * asprintf.c: GNU asprintf() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index c658dc6e4b6e54e781d3343e0370b262f28d63cf..c0723d3b3044b8dc1fed9baa5e9932c8a214b4ae 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * atof.c: atof replacement
+ * atof.c: C atof() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 6c6a347dde7f29d4ec4e99d9213fa152ba3d7712..55be94c40d4ff5290c482666803e03f9a6abd6cb 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * atoll.c: atoll replacement
+ * atoll.c: C atoll() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 25f4abc8e6838a3f7a5178747f822f054dc3c7e2..2eff5599a9858ea1e75fad11052a42ea00ff6a33 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * lldiv.c: lldiv replacement
+ * lldiv.c: C lldiv() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 7e3765cfc9ae2c4037e8e4e01287a54f692eb258..5ad7cc6397932c353f00ce8d6726f7a2048748ef 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strdup.c: strdup replacement
+ * strdup.c: POSIX strdup() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index bc815ea577b790aec25860abe27bccfe4c330271..0740a650add039dd0a7986f805de399623de3304 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strlcpy.c: BSD strlcpy replacement
+ * strlcpy.c: BSD strlcpy() replacement
  *****************************************************************************
  * Copyright © 2006 Rémi Denis-Courmont
  *
index 863b075cb9c061c221a9d8fe99ff175213e3bf50..4f4f4400b671824c749e61f51b15fd4578ba9be8 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strndup.c: strndup replacement
+ * strndup.c: POSIX strndup() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 96be3d2c1120caa043f821946d7e89575ddfa7f7..66c64df1f77271aa019006733e5785ccf89ce11a 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strnlen.c: strnlen replacement
+ * strnlen.c: POSIX strnlen() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 1163f4659986fb2265b97e7ac94121d467af77fe..abee3d7af92507ed0e94e7c51987c395e433d6b0 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strsep.c: BSD strsep replacement
+ * strsep.c: BSD strsep() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 807db0e39f2d14494315a32673858b7f634c43a7..1300da73ec19e853b4caf5264bb5bfe08c903755 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strtof.c: strtof replacement
+ * strtof.c: C strtof() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 1f0a71de82cb5073bf07d86ea374a36dfb2bcb12..8d2e0bcb8a731a70cc49fd5c8bdc8ed57f62d6a6 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * strtoll.c: strtoll replacement
+ * strtoll.c: C strtoll() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *
index 98d7e72bebf0afd41a6d4b8dcccf4ce82a0d483c..8ead2d1a178ac7bbdad0ecbc78ed92ff44d5ce24 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vasprintf.c: vasprintf replacement
+ * vasprintf.c: GNU vasprintf() replacement
  *****************************************************************************
  * Copyright © 1998-2008 the VideoLAN project
  *