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
about 21 hours
ago. based on code collected
about 21 hours
ago.
Aug 01, 2024 — Aug 01, 2025
Showing page 58 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Fixed: A problem only found in RHIDE. Programs should never call TScreen::resume() directly but TApplication::resume() instead. RHIDE abuses of some Turbo Vision internals and hence needs to call TScreen::resume(). The problem is that TProgam::buffer is tied to TScreen::screenBuffer and if you call TScreen::resume() and it reallocates TScreen::screenBuffer then TProgam::buffer gets unsynchronized and TProgram writes to deallocated data. Andris sent me a patch to make it happend only in almost impossible cases, but it could theoretically happend anyways. So I added a new TProgram member called syncScreenBuffer(). If a program abuses TV calling TScreen::resume() directly, then it should call TProgram::syncScreenBuffer() inmediatly.
Salvador E. Tropea
More...
almost 24 years ago
* Merged patches from Andris addressing compile issues related to gcc v2.97 and newer.
Salvador E. Tropea
More...
almost 24 years ago
* Merged patches from Andris addressing compile issues related to gcc v2.97 and newer releases: 1) Internal string functions must be declared (#include <string.h>). 2) Is no longer valid to directly cast a pointer to a integer smaller than it, two casts are needed. 3) Friend classes must be explicitly named as classes.
Salvador E. Tropea
More...
almost 24 years ago
* Modified: It looks like tar changed something in the way wildcards are evaluated, is quite silly.
root
More...
almost 24 years ago
*** empty log message ***
root
More...
almost 24 years ago
* Fixed: Problems with the detection of input/output functions provided by libc 2.1.3.
root
More...
almost 24 years ago
* Applied changes from Anatoli to the WinNT port. They enhances the configuration process and fixes some problems and typos. Read-only temporals was fixed. * Updated the winnt/readme.txt to reflect the current steps.
Salvador E. Tropea
More...
over 24 years ago
* NO_STREAM changes.
Salvador E. Tropea
More...
over 24 years ago
* NO_STREAM changes. * Typos in opstream.
Salvador E. Tropea
More...
over 24 years ago
* deleted ftell from BC++.
Salvador E. Tropea
More...
over 24 years ago
* Big Recompilation.
Salvador E. Tropea
More...
over 24 years ago
* Applied changes from Anatoli to the WinNT port. They enhances the configuration process and fixes some problems and typos. Read-only temporals was fixed.
Salvador E. Tropea
More...
over 24 years ago
* Reverted the if ( !key ) return False; added to TNSSortedCollection::search because it generated a nasty bug in the editor. * NO_STREAM fixes.
Salvador E. Tropea
More...
over 24 years ago
* Applied changes from Anatoli to the WinNT port. They enhances the configuration process and fixes some problems and typos. Read-only temporals was fixed. * Reverted the if ( !key ) return False; added to TNSSortedCollection::search because it generated a nasty bug in the editor. * Updated the winnt/readme.txt to reflect the current steps. * Added a TODO file.
Salvador E. Tropea
More...
over 24 years ago
* Fixed: Unconditional inclusion of gpm in UNIX, this is not good.
Salvador E. Tropea
More...
almost 25 years ago
* Added: Endianess detection to the configure mechanism. It defines TV_BIG_ENDIAN for big endian machines. * Added: Names for platform independent types in ttypes.h. Currently they are defined correctly only for x86 (gcc, MSVC and Borland).
Salvador E. Tropea
More...
almost 25 years ago
* Fixed: __linux__ conditionals made generic UNIX.
Salvador E. Tropea
More...
almost 25 years ago
*** empty log message ***
Salvador E. Tropea
More...
almost 25 years ago
* Modified: Solved collisions between gettext and conio.h. * Added: New members to ipstream and opstream, they are intended to write architecture independent values to disk. This started with a patch from Jose Angel Sanchez Caso (JASC). * Added: Big endian support in teditorf.cc by JASC.
Salvador E. Tropea
More...
almost 25 years ago
* Added: Endianess detection to the configure mechanism. It defines TV_BIG_ENDIAN for big endian machines. * Modified: Solved collisions between gettext and conio.h. * Added: New members to ipstream and opstream, they are intended to write architecture independent values to disk. This started with a patch from Jose Angel Sanchez Caso (JASC). * Added: Names for platform independent types in ttypes.h. Currently they are defined correctly only for x86 (gcc, MSVC and Borland). * Fixed: Unconditional inclusion of gpm in UNIX, this is not good.
Salvador E. Tropea
More...
almost 25 years ago
* Fixed: The glibc 2.1.3 outb check to be done by configure script.
root
More...
almost 25 years ago
* Fixed: The glibc 2.1.3 outb check to be done by configure script. Hey! these guys have 2 errors: (1) they should provide a way to avoid collisions with kernel headers (they are older) and (2) They doesn't have the ".3" info, just 2 and 1 (MINOR), that's quite stupid.
root
More...
almost 25 years ago
* Added: Now the compatibility layer saves the UID/GID when asking for the files attributes. Under DOS/Win32 this is avoided.
root
More...
almost 25 years ago
* Fixed: Now glibc 2.1.3 defines outb/inb so they get defined twice (glibc+ kernel headers). I added a test to avoid including the kernel headers if they were defined. But I must check it because I don't have 2.1.3 at home.
root
More...
almost 25 years ago
* Fixed: Now glibc 2.1.3 defines outb/inb so they get defined twice (glibc+ kernel headers). I added a test to avoid including the kernel headers if they were defined. But I must check it because I don't have 2.1.3 at home. * Added: Now the compatibility layer saves the UID/GID when asking for the files attributes. Under DOS/Win32 this is avoided.
root
More...
almost 25 years ago
* Added: A warning message to the configure script if gpm can't be found under Linux.
root
More...
about 25 years ago
* Now configurable.
root
More...
about 25 years ago
* Just packaged for testing.
root
More...
about 25 years ago
* Fixed: [Linux] the dynamic library unconditionally requested libgpm even when the configure detected it wasn't installed.
root
More...
about 25 years ago
* Updated: The list of files and DOS files.
Salvador E. Tropea
More...
about 25 years ago
←
1
2
…
54
55
56
57
58
59
60
61
62
…
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