]> git.sesse.net Git - vlc/commit
Start moving replacement functions to a static import library
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 17:14:10 +0000 (20:14 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 10 Apr 2009 17:14:10 +0000 (20:14 +0300)
commite1a78b744b324b4dec1e8f5f2c41c95c5b00433a
tree0390290f699038cac0c3906cf638af3a8ddfb42f
parent6c3b28982261a5552b740a0f6cdc1a300393ee30
Start moving replacement functions to a static import library
21 files changed:
Makefile.am
compat/Makefile.am [new file with mode: 0644]
compat/asprintf.c [new file with mode: 0644]
compat/atof.c [new file with mode: 0644]
compat/atoll.c [new file with mode: 0644]
compat/lldiv.c [new file with mode: 0644]
compat/strdup.c [new file with mode: 0644]
compat/strlcpy.c [new file with mode: 0644]
compat/strndup.c [new file with mode: 0644]
compat/strnlen.c [new file with mode: 0644]
compat/strsep.c [new file with mode: 0644]
compat/strtof.c [new file with mode: 0644]
compat/strtoll.c [new file with mode: 0644]
compat/vasprintf.c [new file with mode: 0644]
configure.ac
include/vlc_common.h
include/vlc_fixups.h
modules/common.am
src/Makefile.am
src/extras/libc.c
src/libvlccore.sym