0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Modified: Ivan added more log info to the Linux mouse. 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. More... almost 24 years ago
* Merged patches for Debian stuff from Ivan. 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. More... almost 24 years ago
* Fixed: glibc 2.1.3 bug in langinfo.h, RADIXCHAR *is* the standard value. More... almost 24 years ago
* Fixed: [Linux] DECIMAL_POINT use. 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. More... almost 24 years ago
* Fixed: CPU value not restored from cache. 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. 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. More... almost 24 years ago
* Fixed: [UNIX] Unconditional request for definekey() More... almost 24 years ago
* Fixed: Now clean target also deletes the configure.cache. 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. 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. 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). 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). 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. 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] 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]> More... almost 24 years ago
* Updated to v1.1.3. More... almost 24 years ago
* Fixed: The clean target didn't ignore errors from the examples/clean script. More... almost 24 years ago
* Merged: Changes for the Debian stuff from Ivan. More... almost 24 years ago
* Added: International dummy library to the Makefile. Suggested by Laurynas. * Merged: Changes for the Debian stuff from Ivan. More... almost 24 years ago
* Not needed since now I use lista More... almost 24 years ago
* Now I use the `lista' as in DOS. More... almost 24 years ago
* Removed autoconf example because it doesn't work anymore. Laurinas is working on a new version. 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]>. More... almost 24 years ago
----------------------------------------------------------------------------- v1.1.3 release. Switching to stable. 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. 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. More... almost 24 years ago