2008-06-11 |
Rémi Denis-Courmont | Blind attempt at fixing the libintl/g++-4.2 problem |
tree | commitdiff |
2008-05-31 |
Rémi Denis-Courmont | libvlc: use vlc_common.h (libvlccore) instead of vlc... |
tree | commitdiff |
2008-05-28 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
tree | commitdiff |
2008-05-28 |
Rémi Denis-Courmont | vlc_dgettext: remove |
tree | commitdiff |
2008-05-27 |
Pierre d'Herbemont | libvlccore: Add vlc_wclosedir to the exported symbols. |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Inline and fix some linking errors |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Fix win32 linking |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | vlc_scandir: remove (dead) code |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Simplify, fix and inline strcasecmp and strncasecmp |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Inline strnlen() and use it |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Inline atoll and atof |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | Inline strdup, strndup, lldiv and getenv |
tree | commitdiff |
2008-05-24 |
Rémi Denis-Courmont | seekdir, telldir: unused, remove |
tree | commitdiff |
2008-05-23 |
Rémi Denis-Courmont | Separate and refactor the win32 main code |
tree | commitdiff |
2008-05-22 |
Rémi Denis-Courmont | Provide vlc_gettext on all platforms |
tree | commitdiff |
2008-05-01 |
Rémi Denis-Courmont | Remove I64C as well |
tree | commitdiff |
2008-04-14 |
Jean-Paul Saman | Merge branch 'master' of git@git.videolan.org:vlc |
tree | commitdiff |
2008-04-14 |
Pierre d'Herbemont | Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA... |
tree | commitdiff |
2008-01-27 |
Rémi Denis-Courmont | Fix another series of HAVE_ dependencies (string replac... |
tree | commitdiff |
2008-01-23 |
Rémi Denis-Courmont | Don't include config.h from the headers - refs #297. |
tree | commitdiff |
2007-12-14 |
Rafaël Carré | add missing signal.h |
tree | commitdiff |
2007-12-12 |
Rémi Denis-Courmont | Clear signal mask _between_ fork() and exec*(). |
tree | commitdiff |
2007-09-18 |
Rémi Denis-Courmont | Remove remaining strerror() calls from core - refs... |
tree | commitdiff |
2007-09-10 |
Rafaël Carré | Removes trailing spaces. Removes tabs. |
tree | commitdiff |
2007-09-01 |
Rémi Denis-Courmont | Try to fix a compiler warning |
tree | commitdiff |
2007-08-20 |
Rémi Denis-Courmont | Remember not to include anything before vlc/vlc.h |
tree | commitdiff |
2007-07-29 |
Rémi Denis-Courmont | Remove vlc_symbols legacy. |
tree | commitdiff |
2007-05-28 |
Laurent Aimar | Added strnlen replacement (Untested) |
tree | commitdiff |
2007-04-05 |
Rémi Denis-Courmont | Compiler warnings rampage |
tree | commitdiff |
2007-03-24 |
Rémi Denis-Courmont | - Fix various error handling bugs in vlc_execve. |
tree | commitdiff |
2007-03-21 |
Damien Fouilleul | - getopt: use optind==0 for reentrency support and... |
tree | commitdiff |
2007-03-10 |
Jean-Paul Saman | Fix a bunch of potential memleaks. |
tree | commitdiff |
2007-01-08 |
Damien Fouilleul | - since DIR* on win32 is mapped to a private data type... |
tree | commitdiff |
2007-01-03 |
Damien Fouilleul | - extras/libc.c: fixed stack overflow due to infinite... |
tree | commitdiff |
2006-11-25 |
Rémi Denis-Courmont | Attempt to use wide directory indexing on Win32 |
tree | commitdiff |
2006-11-21 |
Rémi Denis-Courmont | Revert broken [17908:17910] |
tree | commitdiff |
2006-11-21 |
Rafaël Carré | Use only wide char functions, on win9x too |
tree | commitdiff |
2006-11-21 |
Rafaël Carré | Use non wide char functions on windows 9x |
tree | commitdiff |
2006-11-21 |
Rafaël Carré | Unicode support in directory access on windows. Patch... |
tree | commitdiff |
2006-11-16 |
Marian Durkovic | Fix detection of FreeBSD version (the previous one... |
tree | commitdiff |
2006-11-15 |
Derk-Jan Hartman | forwardport [17791]: |
tree | commitdiff |
2006-04-29 |
Rémi Denis-Courmont | OpenBSDish strlcpy() |
tree | commitdiff |
2006-03-28 |
Clément Stenac | String fixes in src (Refs:#438) |
tree | commitdiff |
2006-03-22 |
Rémi Denis-Courmont | Clean up vlc_iconv prototype |
tree | commitdiff |
2006-03-12 |
Rémi Denis-Courmont | Always link libintl through libvlc on Win32 |
tree | commitdiff |
2006-03-10 |
Rémi Denis-Courmont | Remove broken lldiv check and only use lldiv replacemen... |
tree | commitdiff |
2006-03-08 |
Eric Petit | Force lldiv emulation on BeOS |
tree | commitdiff |
2006-03-08 |
Eric Petit | Emulate C99's lldiv() if necessary |
tree | commitdiff |
2006-03-06 |
Rémi Denis-Courmont | WxWidgets: use wraptext in UTF-8 mode as that is the... |
tree | commitdiff |
2006-03-05 |
Rémi Denis-Courmont | - Call dgettext directly with shared libvlc and libtool |
tree | commitdiff |
2006-02-01 |
Sam Hocevar | * Replaced "SYS_DARWIN" with either __APPLE__ (meanin... |
tree | commitdiff |
2006-01-12 |
Antoine Cellerier | FSF address change. |
tree | commitdiff |
2005-09-09 |
Gildas Bazin | * configure.ac, src/extras/libc.c, modules/misc/network... |
tree | commitdiff |
2005-09-09 |
Christophe Mutricy | I shall compile before commiting * 100 for monday. |
tree | commitdiff |
2005-09-09 |
Christophe Mutricy | Fix a possible segfault patch by Brian Robb |
tree | commitdiff |
2005-08-30 |
Christophe Massiot | * src/extras/libc.c:vlc_execve() : Do not open a new... |
tree | commitdiff |
2005-08-29 |
Christophe Massiot | * src/extras/libc.c: Implemented vlc_execve() for... |
tree | commitdiff |
2005-08-26 |
Christophe Massiot | * src/extras/libc.c: Fixed Win32 compilation. |
tree | commitdiff |
2005-08-26 |
Christophe Massiot | * src/extras/libc.c: Implemented a wrapper around... |
tree | commitdiff |
2005-08-22 |
Christophe Massiot | * src/extras/libc.c: Compilation fix for non-Win32... |
tree | commitdiff |
2005-08-22 |
Christophe Massiot | * src/extras/libc.c: Implemented a vlc_readdir_wrapper... |
tree | commitdiff |
2005-08-06 |
Cyril Deguet | * charset.c: don't return a pointer to a buffer alloca... |
tree | commitdiff |
2005-08-06 |
Christophe Massiot | * src/extras/libc.c: Fixed compilation on systems... |
tree | commitdiff |
2005-08-05 |
Christophe Massiot | * src/extras/libc.c: Added an implementation of scandi... |
tree | commitdiff |
2005-07-13 |
Rémi Denis-Courmont | Rename vlc_reduce to vlc_ureduce so that we won't get... |
tree | commitdiff |
2005-07-10 |
Rémi Denis-Courmont | Typo fix |
tree | commitdiff |
2005-07-10 |
Rémi Denis-Courmont | fix fix |
tree | commitdiff |
2005-07-10 |
Antoine Cellerier | compile fix |
tree | commitdiff |
2005-07-10 |
Rémi Denis-Courmont | We only have to reduce unsigned fractions in VLC |
tree | commitdiff |
2005-07-09 |
Rémi Denis-Courmont | Make Zorglub less unhappy |
tree | commitdiff |
2005-07-08 |
Rémi Denis-Courmont | Copyright fixes |
tree | commitdiff |
2005-02-21 |
Gildas Bazin | * src/extras/dirent.h: removed useless file. |
tree | commitdiff |
2005-02-21 |
Gildas Bazin | * src/extras/dirent.c, ALL: fixed win32/ce dirent repla... |
tree | commitdiff |
2005-02-16 |
Gildas Bazin | * src/extras/libc.c: fixed vlc_strncasecmp(). |
tree | commitdiff |
2005-02-09 |
Gildas Bazin | * src/extras/libc.c: removed unused vlc_seek(). |
tree | commitdiff |
2004-11-12 |
Gildas Bazin | * src/vlc.c: ported to WinCE. |
tree | commitdiff |
2004-11-12 |
Gildas Bazin | * src/extras/libc.c: vlc_parse_cmdline() common facility. |
tree | commitdiff |
2004-10-05 |
Gildas Bazin | * src/misc/*, src/extras/libc.c: bunch of WinCE fixes. |
tree | commitdiff |
2004-10-01 |
Gildas Bazin | * src/extras/libc.c: shut up compiler warnings. |
tree | commitdiff |
2004-10-01 |
Gildas Bazin | * src/extras/libc.c: strtoll() replacement when not... |
tree | commitdiff |
2004-09-09 |
Gildas Bazin | * src/extras/libc.c: forgot a small modification. |
tree | commitdiff |
2004-09-09 |
Gildas Bazin | * include/vlc_common.h, src/extras/libc.c: added GCD... |
tree | commitdiff |
2004-09-07 |
Gildas Bazin | * src/extras/libc.c: provide iconv facility in the... |
tree | commitdiff |
2004-06-15 |
Derk-Jan Hartman | * strcasestr not strncasestr |
tree | commitdiff |
2004-06-15 |
Derk-Jan Hartman | * backport of local_stristr to vlc_strcasestr in libc.c |
tree | commitdiff |
2004-03-05 |
Sam Hocevar | * Added "Id" svn:keywords property to all files conta... |
tree | commitdiff |
2004-02-09 |
Sigmund Augdal Helberg | src/extra/libc.c: |
tree | commitdiff |
2004-01-09 |
Gildas Bazin | * src/extras/libc.c: return result in vlc_asprintf(). |
tree | commitdiff |
2004-01-09 |
Gildas Bazin | * ALL: added vlc_asprintf() to our libc. |
tree | commitdiff |
2004-01-08 |
Jon Lech Johansen | * ./src/extras/libc.c: vasprintf bug fix. |
tree | commitdiff |
2004-01-08 |
Laurent Aimar | * all: correct test for vasprintf. |
tree | commitdiff |
2004-01-07 |
Laurent Aimar | * all: added own implementation of vasprintf. I hope... |
tree | commitdiff |
2003-10-08 |
Gildas Bazin | * include/vlc_help.h src/libvlc.h: thou shalt not hardc... |
tree | commitdiff |
2003-08-14 |
Gildas Bazin | * src/extras/libc.c, nclude/vlc_common.h, modules/mux... |
tree | commitdiff |
2003-05-27 |
Derk-Jan Hartman | * removed vlc_wraptext |
tree | commitdiff |
2003-02-08 |
Christophe Massiot | * src/extras/libc.c: New vlc_wraptext function, |
tree | commitdiff |
2002-12-30 |
Sam Hocevar | * ./configure.ac.in: fixed the strncasecmp detection. |
tree | commitdiff |
2002-12-27 |
Sam Hocevar | * ./src/extras/libc.c: if configure is called with... |
tree | commitdiff |
2002-11-20 |
Sam Hocevar | * ./evc/plugins.vcp.in: fixed plugin entry points... |
tree | commitdiff |
2002-11-20 |
Sam Hocevar | * ./include/vlc_common.h, ./src/extras/libc.c: export... |
tree | commitdiff |
next |