openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Turbo Vision
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 9 of 70
Search / Filter on:
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.
Salvador E. Tropea
More...
about 18 years ago
* Updated: [Debian] Packaging to version 2.1.0-3, small things.
ivanbaldo
More...
about 18 years ago
* Modified: Added new CVS release to the web page. * Modified: Debian version.
Salvador E. Tropea
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)
Salvador E. Tropea
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.
Salvador E. Tropea
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).
Salvador E. Tropea
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).
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
More...
over 18 years ago
external command execution fixed
Salvador E. Tropea
More...
over 18 years ago
external command execution fixed
domatlantida
More...
over 18 years ago
minor interfece change on setCharacter
domatlantida
More...
over 18 years ago
* Fixed(?): Compilation issue in the Win32 code. The WinGr driver wrongly declared setCharacter. Bug tracker: SF #1607447.
Salvador E. Tropea
More...
over 18 years ago
* Fixed(?): Compilation issue in the Win32 code. The WinGr driver wrongly declared setCharacter. Bug tracker: SF #1607447.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
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>.
Salvador E. Tropea
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.
Salvador E. Tropea
More...
over 18 years ago
* Fixed: When adding a variable to a TVConfigFile and this variable already existed it could break the tree.
Salvador E. Tropea
More...
almost 19 years ago
* Fixed: When adding a variable to a TVConfigFile and this variable already existed it could break the tree.
Salvador E. Tropea
More...
almost 19 years ago
* Fixed: printf in SSC streams code when open returned error.
Salvador E. Tropea
More...
about 19 years ago
* Fixed: printf in SSC streams code when open returned error.
Salvador E. Tropea
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.
Salvador E. Tropea
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.
Salvador E. Tropea
More...
about 19 years ago
* Modified: [MSVC] Disabled warning 4996 for v8.0+. It deprecates the POSIX names and suggests to use _name.
Salvador E. Tropea
More...
over 19 years ago
* Modified: [MSVC] Disabled warning 4996 for v8.0+. It deprecates the POSIX names and suggests to use _name.
Salvador E. Tropea
More...
over 19 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
69
70
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree