1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add 'restrictions' that are carried along with the chunk. This allows us to capture '<>' and '<=>' tests correctly.
Chris Waterson
as waterson
More... over 22 years ago
Add debug_test_type_to_string, make debug_symbol_to_string return a strdup'd string so we can call it more than once during the same activation.
Chris Waterson
as waterson
More... over 22 years ago
More tests for backtracing.
Chris Waterson
as waterson
More... over 22 years ago
abort() if we're not x86.
Chris Waterson
as waterson
More... over 22 years ago
Update notes.
Chris Waterson
as waterson
More... over 22 years ago
Fix missing backslash.
Chris Waterson
as waterson
More... over 22 years ago
Add post-conditions to the test to verify that chunks are created correctly. Allow for arbitrary number of cycles so that we can verify that chunks get created and work right.
Chris Waterson
as waterson
More... over 22 years ago
Pick up where I left off.
Chris Waterson
as waterson
More... over 22 years ago
Add -arch ppc flag.
Chris Waterson
as waterson
More... over 22 years ago
Add macro for dumping beta tests.
Chris Waterson
as waterson
More... over 22 years ago
Fix ordering problem that was causing us to miss relational tests: get rid of post-sort and do token sorting at insertion time.
Chris Waterson
as waterson
More... over 22 years ago
Fix 'print [rule]': handle integer constants and inequality tests.
Chris Waterson
as waterson
More... over 22 years ago
Tcl8.0 doesn't have Tcl_InitStubs.
Chris Waterson
as waterson
More... over 22 years ago
Implement basic rule printing.
Chris Waterson
as waterson
More... over 22 years ago
Rename `rete_add_production' to prod_add_production.
Chris Waterson
as waterson
More... over 22 years ago
Conjunctive and disjunctive tests don't test a field directly, so don't print one.
Chris Waterson
as waterson
More... over 22 years ago
Fix uninitialized members of condition struct.
Chris Waterson
as waterson
More... over 22 years ago
Fix token leak: we don't want to share tokens that are below the bottom-most goal while we're popping subgoals.
Chris Waterson
as waterson
More... over 22 years ago
Add primitive leak detection code.
Chris Waterson
as waterson
More... over 22 years ago
Add heap_free().
Chris Waterson
as waterson
More... over 22 years ago
Make this work for real.
Chris Waterson
as waterson
More... over 22 years ago
Deal with Win32 sign-extension.
Chris Waterson
as waterson
More... over 22 years ago
Bring up-to-date.
Chris Waterson
as waterson
More... over 22 years ago
MSVC #defines max(). Lame!
Chris Waterson
as waterson
More... over 22 years ago
Move `ensure_alpha_node' into rete.c because we need it for chunking. Use the wme to create the alpha test instead of copying the alpha test from the beta node (experimental).
Chris Waterson
as waterson
More... over 22 years ago
Add some new chunking tests.
Chris Waterson
as waterson
More... over 22 years ago
Oops.
Chris Waterson
as waterson
More... over 22 years ago
Parameterize goal construction, too.
Chris Waterson
as waterson
More... over 22 years ago
Queue finalization of tokens, since several instantiations may share tokens that need to be destroyed. Add an option to print beta nodes without tokens.
Chris Waterson
as waterson
More... over 22 years ago
Add debug versions of malloc and free to help track down UMRs and FMRs.
Chris Waterson
as waterson
More... over 22 years ago