[vlc-devel] commit: Start moving replacement functions to a static import library ( Rémi Denis-Courmont )
git version control
git at videolan.org
Fri Apr 10 19:15:19 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Apr 10 20:14:10 2009 +0300| [e1a78b744b324b4dec1e8f5f2c41c95c5b00433a] | committer: Rémi Denis-Courmont
Start moving replacement functions to a static import library
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1a78b744b324b4dec1e8f5f2c41c95c5b00433a
---
Makefile.am | 4 +-
compat/Makefile.am | 4 ++
compat/asprintf.c | 37 +++++++++++++++++
compat/atof.c | 30 ++++++++++++++
compat/atoll.c | 30 ++++++++++++++
compat/lldiv.c | 29 ++++++++++++++
compat/strdup.c | 35 +++++++++++++++++
compat/strlcpy.c | 52 +++++++++++++++++++++++++
compat/strndup.c | 38 ++++++++++++++++++
compat/strnlen.c | 31 +++++++++++++++
compat/strsep.c | 43 ++++++++++++++++++++
compat/strtof.c | 30 ++++++++++++++
compat/strtoll.c | 92 +++++++++++++++++++++++++++++++++++++++++++
compat/vasprintf.c | 37 +++++++++++++++++
configure.ac | 5 ++-
include/vlc_common.h | 3 -
include/vlc_fixups.h | 92 +++++++------------------------------------
modules/common.am | 3 +-
src/Makefile.am | 4 +-
src/extras/libc.c | 105 --------------------------------------------------
src/libvlccore.sym | 2 -
21 files changed, 514 insertions(+), 192 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e1a78b744b324b4dec1e8f5f2c41c95c5b00433a
More information about the vlc-devel
mailing list