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.
Sep 09, 2024 — Sep 09, 2025
Showing page 53 of 70
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Modified: Ivan added more log info to the Linux mouse.
root
More...
almost 24 years ago
* Merged Debian packaging patches from Ivan: * Now compiles with -D_REENTRANT as Debian Policy mandates. * Now runs ./configure before make clean (reported by Salvador). * Don't eliminate the ldconfig invocation of the upstream Makefile, it seems that upstream has corrected its Makefile now (done after Salvador reported that it didn't work on all systems, because I was overwriting the Makefile while I was reading it, specially on multiprocesor systems). * Added include/tv/configtv.h to files_to_backup. * Fixed: The configuration script modified RHIDE Makefiles in the wrong way when the original RHIDE variable used more than one line. * Modified: Ivan added more log info to the Linux mouse.
root
More...
almost 24 years ago
* Merged patches for Debian stuff from Ivan.
root
More...
almost 24 years ago
* Fixed: I forgot to update the linux/Makefile file from the project file. It prevented the code to compile for FreeBSD.
root
More...
almost 24 years ago
* Fixed: glibc 2.1.3 bug in langinfo.h, RADIXCHAR *is* the standard value.
root
More...
almost 24 years ago
* Fixed: [Linux] DECIMAL_POINT use.
root
More...
almost 24 years ago
* Fixed: [Linux] DECIMAL_POINT is GNU specific and not the right value to use like the glibc info says. The value RADIXCHAR is indicated like this: "The name `RADIXCHAR' is a deprecated alias still used in Unix98." so I used DECIMAL_POINT. But the same idiots moved DECIMAL_POINT to _GNU_SOURCE section because it *isn't* standard (glibc 2.2.x). So now I use RADIXCHAR. Now I wonder what idiot wrote "The Elegant and Fast Way X/Open's `nl_langinfo'." when this is poorly supported and have such a details.
root
More...
almost 24 years ago
* Fixed: CPU value not restored from cache.
root
More...
almost 24 years ago
* Fixed: Not all of the configured values were transfered to the makefile. They were correctly put in the *.env files but not in the makefile. It included the GNU ar name.
Salvador E. Tropea
More...
almost 24 years ago
* Fixed: Not all of the configured values were transfered to the makefile. They were correctly put in the *.env files but not in the makefile. It included the GNU ar name. * Fixed: The compat layer makefile wasn't configured.
Salvador E. Tropea
More...
almost 24 years ago
* Fixed: [UNIX] Unconditional request for definekey()
Salvador E. Tropea
More...
almost 24 years ago
* Fixed: Now clean target also deletes the configure.cache.
Salvador E. Tropea
More...
almost 24 years ago
* Fixed: Now "make clean" really cleans the example objects and executables. * Added: A makefile for the examples, mostly to make the clean but can be used to generate all the examples.
Salvador E. Tropea
More...
almost 24 years ago
* Fixed: Now "make clean" really cleans the example objects and executables. * Added: A makefile for the examples, mostly to make the clean but can be used to generate all the examples. * Added: An examples target to the makefile. * Added: Now the configure script says if the configuration header was replaced or not.
Salvador E. Tropea
More...
almost 24 years ago
* Added: A #undef gettext for DOS. I hope it solve collisions with conio.h that are popping again (with old gettext versions).
Salvador E. Tropea
More...
almost 24 years ago
* Added: A #undef gettext in intl.h for DOS. I hope it solve collisions with conio.h that are popping again (with old gettext versions).
Salvador E. Tropea
More...
almost 24 years ago
* Modified: The Win32 port uses a case sensitive glob to match wildcards in directories but Win32 isn't really case sensitive (is HPFS case sensitive?). Owen Rudge <
[email protected]
> reported problems because *.txt and *.TXT doesn't match the same files. So I disabled the case sensitive comparisson.
Salvador E. Tropea
More...
almost 24 years ago
* Added: to the readme notes about some success compiling for Linux+HPPA+gcc 3.0 reported by Joël Soete <
[email protected]
>. [ISO-1]
Salvador E. Tropea
More...
almost 24 years ago
* Fixed: A couple of formating errors in the ASCII table and Calendar of the demo example. Patch from Waldemar Schultz <
[email protected]
>
Salvador E. Tropea
More...
almost 24 years ago
* Updated to v1.1.3.
root
More...
almost 24 years ago
* Fixed: The clean target didn't ignore errors from the examples/clean script.
root
More...
almost 24 years ago
* Merged: Changes for the Debian stuff from Ivan.
root
More...
almost 24 years ago
* Added: International dummy library to the Makefile. Suggested by Laurynas. * Merged: Changes for the Debian stuff from Ivan.
root
More...
almost 24 years ago
* Not needed since now I use lista
root
More...
almost 24 years ago
* Now I use the `lista' as in DOS.
root
More...
almost 24 years ago
* Removed autoconf example because it doesn't work anymore. Laurinas is working on a new version.
root
More...
almost 24 years ago
* Fixed: The BC++ 5.5 makefile lacked a rule to make C++ components of compatlayer (currently just a file). Patch by Owen Rudge <
[email protected]
>.
Salvador E. Tropea
More...
almost 24 years ago
----------------------------------------------------------------------------- v1.1.3 release. Switching to stable.
root
More...
almost 24 years ago
* Added: An example of TRangeValidator to the Tutorial number 16. I used it to test the changes ;-). I also added an example of the messageBoxes that uses printf style parameters.
root
More...
almost 24 years ago
* Fixed: The TRangeValidator was supposed to support hexa numbers but didn't accept A-Fa-f. Also changed the complex and slow scanfs to strtol/stroul. Reported and solutions suggested by Andris.
root
More...
almost 24 years ago
←
1
2
…
49
50
51
52
53
54
55
56
57
…
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