]> git.sesse.net Git - vlc/history - src/misc/charset.c
* i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separ...
[vlc] / src / misc / charset.c
2006-03-08 Rémi Denis-Courmont * i18n_strtod: locale-agnostic strtod() (accepts both...
2006-03-08 Rémi Denis-Courmonti18n_atof(): locale-agnostic atof()
2006-02-11 Rémi Denis-CourmontRemove always true condition
2006-02-11 Rémi Denis-CourmontDon't compile dead code on Win32
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-12 Antoine CellerierFSF address change.
2005-10-02 Rémi Denis-CourmontMove UTF32 conversion to more appropriate file
2005-10-02 Rémi Denis-CourmontAdd const qualifier
2005-10-02 Rémi Denis-CourmontOups minor fix
2005-10-02 Rémi Denis-CourmontUTF32 to UTF8 conversion
2005-08-11 Christophe Massiot * src/misc/charset.c: ANSI_X3.4-1968 is also known...
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-04 Christophe Massiot * src/misc/charset.c: New function vlc_fix_readdir_cha...
2005-07-12 Rémi Denis-CourmontEliminate dead code
2005-07-11 Sam Hocevar * src/misc/charset.c: if(a<b<c) is a pythonism and...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-10-11 Derk-Jan Hartman* src/misc/charset.c: Fixed a segfault and removed...
2003-09-29 Gildas Bazin* include/os_specific.h, src/libvlc.[c,h], src/misc...
2003-08-23 Laurent Aimar * charset: compilation fix.
2003-08-23 Derk-Jan Hartman* added a vlc_current_charset function. This tries...