0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix inappropriate use of UNDEFINED_HANDLE More... about 16 years ago
add missing include file More... about 16 years ago
fix incorrect handling of handles. More... about 16 years ago
fix inappropriate compare More... about 16 years ago
fix bad compare to wrong type. More... about 16 years ago
don't take address of a const. More... about 16 years ago
bug fix -- cant't test for handle validity by looking for a zero value. More... about 16 years ago
fix insane indentation More... about 16 years ago
encrypt the handle, prevent cheating in its use. More... about 16 years ago
make the Handle type even more opaque More... about 16 years ago
do not assume that Handles are pointers. More... about 16 years ago
use the TLB api correctly More... about 16 years ago
do not assume that handles are pointers, and also -- use the TLB correctly. More... about 16 years ago
Don't assume that Handles are pointers to atoms More... about 16 years ago
Don't assume that Handles are pointers to atoms More... about 16 years ago
don't assume that handles are pointers to atoms More... about 16 years ago
do not assume handles are pointers to atoms. More... about 16 years ago
test is using the wrong signature for one of the method calls. More... about 16 years ago
test should be comparing Handles, not pointers. More... about 16 years ago
Handle is an opaque type, don't assume its Atom * More... about 16 years ago
Handles are opaque types, do not assume they're pointers. More... about 16 years ago
Handle is an opaque type, don't assume its a pointer. More... about 16 years ago
Handle is an opaque type, don't assume its a pointer. More... about 16 years ago
Handle is an opaque type, don't assume its a pointer. More... about 16 years ago
whoops! More... about 16 years ago
Handle is an opaque type, don't assume its a pointer. More... about 16 years ago
getOutogingAtom returns an atom, not a handle. More... about 16 years ago
Handles are opaque types, do not assume they are pointers. More... about 16 years ago
Hmm rename test to isInvaliudHandle More... about 16 years ago
If "Handle" is really an opaque type, then we need a test for an invalid handle. More... about 16 years ago