mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Made several functions threadsafe
This commit is contained in:
12
HISTORY
12
HISTORY
@@ -3209,3 +3209,15 @@ Video Disk Recorder Revision History
|
||||
- Added 'channels.conf.terr' entries for L<>beck (thanks to Stefan Hu<48>feldt).
|
||||
- Fixed a race condition in starting a thread (thanks to Reinhard Nissl for
|
||||
reporting this one).
|
||||
- Replaced non-threadsafe library functions with their threadsafe versions (thanks
|
||||
to Rainer Zocholl for pointing this out).
|
||||
- Other non-threadsafe functions have been replaced by threadsafe classes that hide
|
||||
the actual buffering. In particular these are:
|
||||
readdir() -> cReadDir
|
||||
readline() -> cReadLine
|
||||
strescape() -> cStrEscape
|
||||
AddDirectory() -> cAddDirectory
|
||||
ctime() -> cCtime
|
||||
itoa() -> cItoa
|
||||
WeekDayName() -> cWeekDayName
|
||||
DayDateTime() -> cDayDateTime
|
||||
|
Reference in New Issue
Block a user