2010-08-03 |
Rémi Denis-Courmont | Do not export vlc_wclosedir() |
blob | commitdiff | raw |
2010-05-09 |
Rémi Denis-Courmont | Maemo: work-around segmentation fault when poll() unwinds |
blob | commitdiff | raw | diff to current |
2010-04-10 |
Rémi Denis-Courmont | ssize_t requires sys/types.h (fix #3504) |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Rémi Denis-Courmont | Replacement for getdelim and getline - fixes #3503 |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Rémi Denis-Courmont | Also provide erand48 and jrand48, they come almost... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Rémi Denis-Courmont | nrand48 replacement |
blob | commitdiff | raw | diff to current |
2010-02-07 |
Rémi Denis-Courmont | utf8_* -> vlc_* (sed roxxors) |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Rémi Denis-Courmont | Use C locale when formatting error messages in the log |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Rémi Denis-Courmont | vlc_tdestroy: safe replacement for GNU tdestroy() |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Rémi Denis-Courmont | Revert "compat: implement tdestroy (GNU extension not... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Rémi Denis-Courmont | Move vlc_inet_pton, vlc_inet_ntop and vlc_poll to vlc_f... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Rémi Duraffort | compat: implement tdestroy (GNU extension not available... |
blob | commitdiff | raw | diff to current |
2009-11-21 |
Clement Chesnin | Add strtok_r() replacement |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Rafaël Carré | NULL is defined in stddef.h |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Rafaël Carré | vlc_fixups.h : get NULL declaration when needed |
blob | commitdiff | raw | diff to current |
2009-08-27 |
Pierre Ynard | WinCE: add replacement getpid() function |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Pierre d'Herbemont | vlc_fixups: Dummy definition for LC_NUMERIC_MASK. |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Pierre d'Herbemont | vlc_fixups: Continue to poke around to fix win32 build. |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Pierre d'Herbemont | vlc_fixups: Use (void) instead of VLC_UNUSED which... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Pierre d'Herbemont | vlc_fixups: Better dummy implementation for type checki... |
blob | commitdiff | raw | diff to current |
2009-05-21 |
Rémi Denis-Courmont | Merge branch 1.0-bugfix into master |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Pierre Ynard | WinCE: add replacement getcwd() function |
blob | commitdiff | raw | diff to current |
2009-05-15 |
Pierre Ynard | WinCE: Require a recent enough mingwce to fix *printf... |
blob | commitdiff | raw | diff to current |
2009-05-15 |
Pierre Ynard | WinCE: Require a recent enough mingwce to fix *printf... |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Rémi Denis-Courmont | (p?)gettext -> vlc_\1gettext |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Rémi Denis-Courmont | Include <libintl.h> only when really needed |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Rémi Denis-Courmont | Support for pgettext |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Laurent Aimar | Implemented replacement for swab. |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Rémi Denis-Courmont | Fix C++ linking |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Rémi Denis-Courmont | typo |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Rémi Denis-Courmont | Merge branch 'master' of git@git.videolan.org:vlc |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Rémi Denis-Courmont | Move remaining replacement to static import library |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Rémi Denis-Courmont | Start moving replacement functions to a static import... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
Rémi Denis-Courmont | Remove unused scandir check |
blob | commitdiff | raw | diff to current |
2009-04-10 |
David Flynn | win32: delete old *printf fixup code. |
blob | commitdiff | raw | diff to current |
2009-04-10 |
David Flynn | win32: Fix *printf & require mingw32-runtime version... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Jean-Baptiste Kempf | Revert "win32: fix %zu fixups - dont use mingw's vsnprintf" |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Jean-Baptiste Kempf | Revert "win32: vlc_fix_format_string - various fixes" |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Jean-Baptiste Kempf | Revert "win32: make vlc_vsnprintf more like c99 vsnprintf" |
blob | commitdiff | raw | diff to current |
2009-04-03 |
David Flynn | win32: make vlc_vsnprintf more like c99 vsnprintf |
blob | commitdiff | raw | diff to current |
2009-04-03 |
David Flynn | win32: vlc_fix_format_string - various fixes |
blob | commitdiff | raw | diff to current |
2009-04-03 |
David Flynn | win32: fix %zu fixups - dont use mingw's vsnprintf |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Pierre Ynard | Win32: disable sprintf wrapper for %z |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Pierre Ynard | Win64: properly work around %z modifiers |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Pierre Ynard | Win32: wrappers to work around %z printf |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Geoffroy Couprie | WInCE: fix infinite loop in vasprintf replacement |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Ken Self | vasprintf: stop HEAP exceptions |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Rémi Denis-Courmont | typo |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Rémi Denis-Courmont | Inline strsep |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Geoffroy Couprie | WinCE: more missing functions fixes |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Geoffroy Couprie | Merge branch 'master' of git://git.videolan.org/vlc |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Geoffroy Couprie | WinCE: fix missing functions |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Rémi Denis-Courmont | Fix getenv |
blob | commitdiff | raw | diff to current |
2008-09-03 |
Laurent Aimar | Implemented strsep replacement. |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Derk-Jan Hartman | Revert "poll(): ifndef HAVE_POLL means we don't use... |
blob | commitdiff | raw | diff to current |
2008-08-06 |
Derk-Jan Hartman | poll(): ifndef HAVE_POLL means we don't use poll()... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Rémi Denis-Courmont | Blind attempt at fixing the libintl/g++-4.2 problem |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Rémi Denis-Courmont | Fix strcasen?cmp overflow |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Rémi Denis-Courmont | Penultimate (initial) public header fix |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Rémi Denis-Courmont | C++ compile fixes |
blob | commitdiff | raw | diff to current |
2008-05-26 |
Rémi Denis-Courmont | Fix #includes |
blob | commitdiff | raw | diff to current |
2008-05-25 |
Rémi Denis-Courmont | Fix va_start invocation |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | Inline and fix some linking errors |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rafaël Carré | C++ needs explicit casting |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | Simplify, fix and inline strcasecmp and strncasecmp |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | Inline strnlen() and use it |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | Inline atoll and atof |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | Inline strdup, strndup, lldiv and getenv |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | Fix header problem |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | vlc_wclosedir is still needed on Windows |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | vlc_.*dir: declare internally, as it's only used with... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
Rémi Denis-Courmont | seekdir, telldir: unused, remove |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Rémi Denis-Courmont | Provide vlc_gettext on all platforms |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Rémi Denis-Courmont | Move _ and N_ to the right header |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Rémi Denis-Courmont | If uselocale() is absent, assume libc does no localization |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Rémi Denis-Courmont | Provide gmtime_r |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Rémi Denis-Courmont | Move dirent stuff to fixups.h, where it belongs |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Rémi Denis-Courmont | Fix win32 warning |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Rémi Denis-Courmont | vlc_fixups.h: Protect against multiple inclusions |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Rémi Denis-Courmont | Factorize the localtime_r replacement |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Rémi Denis-Courmont | Fix symbols list, fix linking on platforms that DO... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Rémi Denis-Courmont | Fix another series of HAVE_ dependencies (string replac... |
blob | commitdiff | raw | diff to current |
|