0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 23 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved the performance of the "pipe" command by removing the recursive call and replacing it with an iterative solution. More... almost 12 years ago
Improved the performance of the "pipe" command by removing the recursive call and replacing it with an iterative solution. More... almost 12 years ago
Fixed the bignum problem by properly initializing the Tom Math stubs. Cleaned up a number of compiler warning for unused variables when compiled with NDEBUG to remove assertions. More... about 12 years ago
Fixed the bignum problem by properly initializing the Tom Math stubs. Cleaned up a number of compiler warning for unused variables when compiled with NDEBUG to remove assertions. More... about 12 years ago
Fixed the bignum problem by properly initializing the Tom Math stubs. Cleaned up a number of compiler warning for unused variables when compiled with NDEBUG to remove assertions. More... about 12 years ago
Fixed the bignum problem by properly initializing the Tom Math stubs. Cleaned up a number of compiler warning for unused variables when compiled with NDEBUG to remove assertions. More... about 12 years ago
Update change log. Test case for ralutil changes. More... over 12 years ago
Update change log. Test case for ralutil changes. More... over 12 years ago
Update to ralutil package revision numbers. Improved system generated ID's procedures. Now the path name to a relvar will be automatically resolved and if the attribute that is the system generated ID is missing in the trace callback, it is added automatically. More... over 12 years ago
Update documentation version numbers in preparation for new release. More... over 12 years ago
Update documentation version numbers in preparation for new release. More... over 12 years ago
Put in a workaround for Tcl 8.4. The hash table code in 8.4 clears the ClientData field whenever any new entry is created -- even if a custom hash type supplied an allocation function. Later versions of the code in Tcl 8.5 do not clear ClientData if the allocation function was supplied (i.e. it depends upon that allocation function to set a value into ClientData). This difference causes the NULL pointer to dereferenced when TclRAL is compiled against Tcl 8.4. Here we put in a workaround. More... over 12 years ago
Corrected several issues when trying to compile for Tcl 8.4 and for compilers that are strict about C89 syntax. More... over 12 years ago
Corrected several issues when trying to compile for Tcl 8.4 and for compilers that are strict about C89 syntax. More... over 12 years ago
Increment revision number in Tcl script portion of the package. More... over 12 years ago
Corrected a problem with a format statement that contained too few arguments. Incremented version number in preparation for a new release. More... over 12 years ago
Remove C99 style comment for the benefit of older compilers. More... over 12 years ago
Corrected a problem with foreign key constraints when serializing relvars to a SQLite database. More... almost 13 years ago
Corrected a problem with foreign key constraints when serializing relvars to a SQLite database. More... almost 13 years ago
Clean up of documenation, adding the remaining relvar commands that are going into the 0.10.0 release. More... almost 13 years ago
Clean up of documenation, adding the remaining relvar commands that are going into the 0.10.0 release. More... almost 13 years ago
Clean up of documenation, adding the remaining relvar commands that are going into the 0.10.0 release. More... almost 13 years ago
Completed procedural constrain command. Updated to latest TEA files (3.9). Corrected long latent bug where duplicated attribute names in a relation join "-using" argument caused a panic and aborted the program. More... almost 13 years ago
Completed procedural constrain command. Updated to latest TEA files (3.9). Corrected long latent bug where duplicated attribute names in a relation join "-using" argument caused a panic and aborted the program. More... almost 13 years ago
Completed procedural constrain command. Updated to latest TEA files (3.9). Corrected long latent bug where duplicated attribute names in a relation join "-using" argument caused a panic and aborted the program. More... almost 13 years ago
Updates for "uinsert" command. More... almost 13 years ago
Updates for "uinsert" command. More... almost 13 years ago
Checkpoint. Saving the current state of the procedural constraint code. It's not done yet, but I wanted it in the repository. More... about 13 years ago
Added commands to do disjoin union of both relation values and of values stored in relvars. More... over 13 years ago
Added commands to do disjoin union of both relation values and of values stored in relvars. More... over 13 years ago