]> git.sesse.net Git - vlc/history - src/extras
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / extras /
2005-08-30 Christophe Massiot * src/extras/libc.c:vlc_execve() : Do not open a new...
2005-08-29 Christophe Massiot * src/extras/libc.c: Implemented vlc_execve() for...
2005-08-26 Christophe Massiot * src/extras/libc.c: Fixed Win32 compilation.
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-22 Christophe Massiot * src/extras/libc.c: Compilation fix for non-Win32...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-06 Christophe Massiot * src/extras/libc.c: Fixed compilation on systems...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-07-13 Rémi Denis-CourmontRename vlc_reduce to vlc_ureduce so that we won't get...
2005-07-10 Rémi Denis-CourmontTypo fix
2005-07-10 Rémi Denis-Courmontfix fix
2005-07-10 Antoine Celleriercompile fix
2005-07-10 Rémi Denis-CourmontWe only have to reduce unsigned fractions in VLC
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-21 Gildas Bazin* src/extras/dirent.h: removed useless file.
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-16 Gildas Bazin* src/extras/libc.c: fixed vlc_strncasecmp().
2005-02-09 Gildas Bazin* src/extras/libc.c: removed unused vlc_seek().
2004-11-12 Gildas Bazin* src/vlc.c: ported to WinCE.
2004-11-12 Gildas Bazin* src/extras/libc.c: vlc_parse_cmdline() common facility.
2004-10-05 Gildas Bazin* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
2004-10-01 Gildas Bazin* src/extras/libc.c: shut up compiler warnings.
2004-10-01 Gildas Bazin* src/extras/libc.c: strtoll() replacement when not...
2004-09-09 Gildas Bazin* src/extras/libc.c: forgot a small modification.
2004-09-09 Gildas Bazin* include/vlc_common.h, src/extras/libc.c: added GCD...
2004-09-07 Gildas Bazin* src/extras/libc.c: provide iconv facility in the...
2004-06-15 Derk-Jan Hartman* strcasestr not strncasestr
2004-06-15 Derk-Jan Hartman* backport of local_stristr to vlc_strcasestr in libc.c
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-02-09 Sigmund Augdal Helbergsrc/extra/libc.c:
2004-01-09 Gildas Bazin* src/extras/libc.c: return result in vlc_asprintf().
2004-01-09 Gildas Bazin* ALL: added vlc_asprintf() to our libc.
2004-01-08 Jon Lech Johansen * ./src/extras/libc.c: vasprintf bug fix.
2004-01-08 Laurent Aimar * all: correct test for vasprintf.
2004-01-07 Laurent Aimar * all: added own implementation of vasprintf. I hope...
2003-10-08 Gildas Bazin* include/vlc_help.h src/libvlc.h: thou shalt not hardc...
2003-08-14 Gildas Bazin* src/extras/libc.c, nclude/vlc_common.h, modules/mux...
2003-05-27 Derk-Jan Hartman* removed vlc_wraptext
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2002-12-30 Sam Hocevar * ./configure.ac.in: fixed the strncasecmp detection.
2002-12-27 Sam Hocevar * ./src/extras/libc.c: if configure is called with...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-13 Sam Hocevar * ./bootstrap: bootstrap now requires the --config...
2002-11-12 Gildas Bazin* src/extras/libc.c: fixed typo.
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-09 Sam Hocevar * A few additional MSVC build fixes.
2002-11-09 Sam Hocevar * ./Makefile.am: added a "update-vlc.dsp" rule to...