0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 01, 2024 — Aug 01, 2025
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. More... almost 24 years ago
* Merged patches from Andris addressing compile issues related to gcc v2.97 and newer. 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. More... almost 24 years ago
* Modified: It looks like tar changed something in the way wildcards are evaluated, is quite silly. More... almost 24 years ago
*** empty log message *** More... almost 24 years ago
* Fixed: Problems with the detection of input/output functions provided by libc 2.1.3. 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. More... over 24 years ago
* NO_STREAM changes. More... over 24 years ago
* NO_STREAM changes. * Typos in opstream. More... over 24 years ago
* deleted ftell from BC++. More... over 24 years ago
* Big Recompilation. 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. 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. 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. More... over 24 years ago
* Fixed: Unconditional inclusion of gpm in UNIX, this is not good. 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). More... almost 25 years ago
* Fixed: __linux__ conditionals made generic UNIX. More... almost 25 years ago
*** empty log message *** 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. 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. More... almost 25 years ago
* Fixed: The glibc 2.1.3 outb check to be done by configure script. 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. 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. 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. 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. More... almost 25 years ago
* Added: A warning message to the configure script if gpm can't be found under Linux. More... about 25 years ago
* Now configurable. More... about 25 years ago
* Just packaged for testing. More... about 25 years ago
* Fixed: [Linux] the dynamic library unconditionally requested libgpm even when the configure detected it wasn't installed. More... about 25 years ago
* Updated: The list of files and DOS files. More... about 25 years ago