summaryrefslogtreecommitdiff
path: root/src/interactive.cc
Commit message (Expand)AuthorAgeFilesLines
* Untabified all source filesJohn Wiegley2010-06-111-30/+30
* Corrections to the way error strings are generatedJohn Wiegley2010-06-101-1/+3
* interactive_t now takes an "X" for expressionsJohn Wiegley2010-05-081-0/+4
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-5/+4
* Change the value_t::POINTER type to value_t::SCOPEJohn Wiegley2009-10-301-3/+3
* Pushing null values into a sequence is legitimateJohn Wiegley2009-10-281-16/+20
* The --download option is now fully restoredJohn Wiegley2009-06-261-6/+7
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-15/+15
* If interactive_t wants S, also accept bare valuesJohn Wiegley2009-02-231-1/+5
* Fixed a bug with interactive_t's arg validationJohn Wiegley2009-02-211-1/+1
* Create a new interactive_t helper classJohn Wiegley2009-02-211-0/+184