0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Modified: The default time to sleep when no events are available. It was 10 µs, good for most Linux kernels, but 2.6.21 reduces the granularity and really sleeps for a small ammount of time. Now we sleep for 10 ms. From a report and test by Ivan Baldo. More... about 18 years ago
* Updated: [Debian] Packaging to version 2.1.0-3, small things. More... about 18 years ago
* Modified: Added new CVS release to the web page. * Modified: Debian version. More... about 18 years ago
* Fixed: [Makefile] added -f to the rm command to remove the old symblinks to avoid messages from rm. * Fixed: [tresfile.cc] the THeader structure requested packed attibute for the members of a union instead of the union itself. Reported by gcc 4.1.1. * Fixed: [tview.cc] code that violated the C99 aliasing rules. Not fully tested. * Fixed: [linuxscr.cc] removed request for the first element in the setSel structure. * Fixed: [inputln.h] redundant qualification for TInputLine(StreamableInit) More... about 18 years ago
* Fixed: [Makefile] added -f to the rm command to remove the old symblinks to avoid messages from rm. * Fixed: [tresfile.cc] the THeader structure requested packed attibute for the members of a union instead of the union itself. Reported by gcc 4.1.1. * Fixed: [tview.cc, view.h] removed unused writeView member and associated structures. This code wasn't used and did a wrong cast. * Fixed: [linuxscr.cc] removed request for the first element in the setSel structure. More... about 18 years ago
* Fixed(?): New Linux kernels seems to omit asm/io.h and we must use sys/io.h. SF Patch #1642839 (anonymous). More... over 18 years ago
* Fixed(?): New Linux kernels seems to omit asm/io.h and we must use sys/io.h. SF Patch #1642839 (anonymous). More... over 18 years ago
* Fixed: [Win32] The Win32 and WinNT drivers failed to work when a TV a application was executed from the MinGW console. Now the code checks if it have a working console before using the Win32 and WinNT drivers. The idea and bug report was submitted by domatlantida (JASC). Closes S.F. bug report SF #1611485. More... over 18 years ago
* Fixed: [Win32] The Win32 and WinNT drivers failed to work when a TV a application was executed from the MinGW console. Now the code checks if it have a working console before using the Win32 and WinNT drivers. The idea and bug report was submitted by domatlantida (JASC). Closes S.F. bug report SF #1611485. More... over 18 years ago
* Fixed: TTerminal::prevLines wrongly checked the pos while going back reading out of bounds. Patch by dou9st3r (SF user). Closes bug report SF #1618614. * Fixed: [config] examples/rhide.env definde RHIDE_LDFLAGS in the same eay used to dynamically link the library, not really good for executables ;-) * Fixed: [config] the test for gcc 4.x was executed before detecting gcc. More... over 18 years ago
* Fixed: TTerminal::prevLines wrongly checked the pos while going back reading out of bounds. Patch by dou9st3r (SF user). Closes bug report SF #1618614. * Fixed: [config] examples/rhide.env definde RHIDE_LDFLAGS in the same eay used to dynamically link the library, not really good for executables ;-) * Fixed: [config] the test for gcc 4.x was executed before detecting gcc. More... over 18 years ago
external command execution fixed More... over 18 years ago
external command execution fixed More... over 18 years ago
minor interfece change on setCharacter More... over 18 years ago
* Fixed(?): Compilation issue in the Win32 code. The WinGr driver wrongly declared setCharacter. Bug tracker: SF #1607447. More... over 18 years ago
* Fixed(?): Compilation issue in the Win32 code. The WinGr driver wrongly declared setCharacter. Bug tracker: SF #1607447. More... over 18 years ago
* Modified: The configuration script to use -Wno-packed when gcc 4.x is detected (untested). Needed to eliminate a silly warning. More... over 18 years ago
* Modified: The configuration script to use -Wno-packed when gcc 4.x is detected (untested). Needed to eliminate a silly warning. More... over 18 years ago
* Modified: ipstream now aborts when trying to load an unknown class. * Added: Initialization of the rest of the buffer when hiting the end of file. More... over 18 years ago
* Modified: ipstream now aborts when trying to load an unknown class. * Added: Initialization of the rest of the buffer when hiting the end of file. More... over 18 years ago
* Added: A workaround for Ubuntu's glibc, it looks like an explicit inclusion of libintl.h is needed. The code is experimental and could break other gcc 4.x Linux distros. Reported by Donald R. Ziesig <Donald/Ziesig/org>. More... over 18 years ago
* Added: Workaround for Ubuntu's gcc 4.0.3. It seems to expand templates as soon as the declaration is found and if the member bodies aren't yet defined they are simply omitted (Ugh!). The templates must be instantiated at the end of the file. Reported by Donald R. Ziesig <Donald/Ziesig/org> * Added: A workaround for Ubuntu's glibc, it looks like an explicit inclusion of libintl.h is needed. The code is experimental and could break other gcc 4.x Linux distros. Also from Donald. More... over 18 years ago
* Fixed: When adding a variable to a TVConfigFile and this variable already existed it could break the tree. More... almost 19 years ago
* Fixed: When adding a variable to a TVConfigFile and this variable already existed it could break the tree. More... almost 19 years ago
* Fixed: printf in SSC streams code when open returned error. More... about 19 years ago
* Fixed: printf in SSC streams code when open returned error. More... about 19 years ago
* Modified: The old workaround for bintextdomain prototype missmatch (dated december 2002) now gives troubles for gcc 4.0.3. I'm removing it to find if it is needed for modern gcc versions. I tried 3.3.5 without problems. More... about 19 years ago
* Modified: The old workaround for bintextdomain prototype missmatch (dated december 2002) now gives troubles for gcc 4.0.3. I'm removing it to find if it is needed for modern gcc versions. I tried 3.3.5 without problems. More... about 19 years ago
* Modified: [MSVC] Disabled warning 4996 for v8.0+. It deprecates the POSIX names and suggests to use _name. More... over 19 years ago
* Modified: [MSVC] Disabled warning 4996 for v8.0+. It deprecates the POSIX names and suggests to use _name. More... over 19 years ago