]> git.sesse.net Git - vlc/history - src/extras/libc.c
Removes trailing spaces. Removes tabs.
[vlc] / src / extras / libc.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-01 Rémi Denis-CourmontTry to fix a compiler warning
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-29 Rémi Denis-CourmontRemove vlc_symbols legacy.
2007-05-28 Laurent AimarAdded strnlen replacement (Untested)
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-24 Rémi Denis-Courmont- Fix various error handling bugs in vlc_execve.
2007-03-10 Jean-Paul SamanFix a bunch of potential memleaks.
2007-01-08 Damien Fouilleul- since DIR* on win32 is mapped to a private data type...
2007-01-03 Damien Fouilleul- extras/libc.c: fixed stack overflow due to infinite...
2006-11-25 Rémi Denis-CourmontAttempt to use wide directory indexing on Win32
2006-11-21 Rémi Denis-CourmontRevert broken [17908:17910]
2006-11-21 Rafaël CarréUse only wide char functions, on win9x too
2006-11-21 Rafaël CarréUse non wide char functions on windows 9x
2006-11-21 Rafaël CarréUnicode support in directory access on windows. Patch...
2006-11-16 Marian DurkovicFix detection of FreeBSD version (the previous one...
2006-11-15 Derk-Jan Hartmanforwardport [17791]:
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-22 Rémi Denis-CourmontClean up vlc_iconv prototype
2006-03-12 Rémi Denis-CourmontAlways link libintl through libvlc on Win32
2006-03-10 Rémi Denis-CourmontRemove broken lldiv check and only use lldiv replacemen...
2006-03-08 Eric Petit Force lldiv emulation on BeOS
2006-03-08 Eric Petit Emulate C99's lldiv() if necessary
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-05 Rémi Denis-Courmont- Call dgettext directly with shared libvlc and libtool
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-12 Antoine CellerierFSF address change.
2005-09-09 Gildas Bazin* configure.ac, src/extras/libc.c, modules/misc/network...
2005-09-09 Christophe MutricyI shall compile before commiting * 100 for monday.
2005-09-09 Christophe MutricyFix a possible segfault patch by Brian Robb
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 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-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-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 * ./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-10 Sam Hocevar * ALL: libvlc now compiles and run under WinCE. I...