aboutsummaryrefslogtreecommitdiff
path: root/src/variable.h (follow)
AgeCommit message (Collapse)Author
2012-11-08...apparently I forgot to copyright this. Now it's BSD licensed.Mike Buland
2012-11-08tabconv: it's all spaces now.Mike Buland
2012-11-06Slightly optimized list operations, and added list subtraction. If you subtractMike Buland
any item from a list it will remove one matching item from the source list for each item in the subtracted list.
2011-06-03I added basic support for "opaque" type variables. I think there's one moreMike Buland
tweak to it that I would like to make, but it's fine for now. I also added open, close, read, and write functions. They work just fine, but I'll also add a readLine function, and maybe even a readToken function later.
2011-01-20Fixes to use libbu++ Bu::StringMike Buland
2009-12-29Ok, cache stuff is in, and that's good, now we have to use it.Mike Buland
2009-12-21m3 is copied into trunk, we should be good to go, now.Mike Buland