aboutsummaryrefslogtreecommitdiff
path: root/src/test/exception (unfollow)
AgeCommit message (Collapse)Author
2006-07-26Added the not-yet-working hash class. More thought must be done. This doesn'tMike Buland
actually change any existing code really just adds a new class that you can't use because it's commented out. I'll probably move it to a branch.
2006-07-26Exceptions have been re-worked, and are easier to use, and don't collide withMike Buland
system includues anymore.
2006-07-26Partial update, don't use this release...Mike Buland
2006-07-20Fixed a memory leak in the param processor.Mike Buland
2006-07-20Added the "getKey" function to the HashTable, allowing you to get at theMike Buland
internal persistant IDs using a temporary id.
2006-07-18david - escaped &s now. : )David
2006-07-15Updated pymake.confMike Buland
2006-07-15Updated the pymake againMike Buland
2006-07-15Added stuff that I thought was already there...Mike Buland
2006-07-14Changed some stuff, not sure what all, minor stuff.Mike Buland
2006-07-14Made everything have a virtual deconstructor. This is apparently veryMike Buland
important.
2006-07-12Added a clear function to the hashtable. How we made it this long without isMike Buland
beyond me...