summaryrefslogtreecommitdiff
path: root/src/xine-utils/utils.c
AgeCommit message (Expand)Author
2008-09-28Fix xine_usec_sleep for mingw+msysMatthias Ringwald
2008-07-11Fix xine_get_pluginroot (mingw32)Matthias Ringwald
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07Deprecate xine_xmalloc().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-28Add xine_get_pluginroot() for win32. Completely untested.Darren Salt
2008-02-09Remove some unnecessary tests (which the compiler would discard).Darren Salt
2007-11-23Merge.Darren Salt
2007-11-15using select instead of nanosleep the wakeup count reported by powertop is re...Matthias Kretz
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2006-07-21When trying to get the langinfo code, first of all, set the locale, or you'll...Diego 'Flameeyes' Pettenò
2006-06-23Miscellaneous static/const fixups.Darren Salt
2006-06-10Don't trust internal gettext macros, they are unreliable and change between v...Diego 'Flameeyes' Pettenò
2006-02-05Fix detection of locale containing a modifier (like "@euro")Miguel Freitas
2005-09-05*BUGFIX*František Dvořák
2005-08-30Better names for directory separators.František Dvořák
2005-08-29*BUGFIX*František Dvořák
2005-04-01Fixed currently unused xine_chomp() (maybe it's used in future)Hans-Dieter Kosch
2005-03-31- handle EINTR when calling nanosleep, spotted by Mathieu RouthierBastien Nocera
2004-10-30better check for posix timersMiguel Freitas
2004-10-29use monotonic clock when availableMiguel Freitas
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-09-20Build system improvements:František Dvořák
2004-09-12including <unistd.h>, which has been removed from the global headersMichael Roitzsch
2004-09-02Warnings on WIN32.František Dvořák
2004-09-01Improvements and implementing Michael's suggestions:František Dvořák
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-07-25protect bufferMichael Roitzsch
2004-07-14 - Use Windows encoding for the external subtitles, guessed according to curr...František Dvořák
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ...František Dvořák
2004-04-06Prepare for MinGW port:František Dvořák
2004-03-29fix prototypeMichael Roitzsch
2004-03-27"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).František Dvořák
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-06fix mem overlap reported by valgrindMiguel Freitas
2003-12-04some const correctnessJames Stembridge
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
2003-09-16Removed headers that provided nothing needed to the build.Stephen Torri
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-07-16don't try to print del eitherJames Stembridge
2003-07-161) signed data needs casting to unsignedJames Stembridge
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-04-20merging in win32 portGuenter Bartsch
2003-03-03implementing the backtrace function in the header results in the code being i...Michael Roitzsch
2003-01-12i got the case that getpwuid_r returns 0 _and_ NULL in pwStefan Holst
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-07-30memory leaks fixed by Andres Salomon <dilinger@voxel.net>Michael Roitzsch