aboutsummaryrefslogtreecommitdiff
path: root/tests/dict.test
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15Bugs, features, testsSteve Bennett1-0/+45
The result of boolean ops on doubles is an int *: e.g. 0.5 < 0.1 should be 0, not 0.1 Implement jimsh -e <cmd> Allow jim to be built in a different location *: e.g. mkdir build; cd build; ../configure ...; make jimsh Add dict.test