summaryrefslogtreecommitdiffstats
path: root/runtime/lookup.h
Commit message (Collapse)AuthorAgeFilesLines
* reload lookup tables on HUPRainer Gerhards2013-07-161-1/+2
|
* add base plumbing for (later) dynamic table reloadRainer Gerhards2013-07-161-1/+4
| | | | | among others, we change some internal interfaces. So far, we only add the necessary locks. More work in later commits.
* milestone: basic lookup() functionality is presentRainer Gerhards2013-07-101-0/+2
| | | | done the naive way, string indzes only
* milestone: completed string lookup table load (naive version)Rainer Gerhards2013-07-101-0/+9
|
* milestone: lookup table ready for actual load (but load not yet done)Rainer Gerhards2013-07-091-1/+9
|
* milestone: add lookup_table stmt to RainerScriptRainer Gerhards2013-07-091-2/+3
| | | | ... but still does nothing execpt calling the handler.
* add lookup table sekeleton to build systemRainer Gerhards2013-07-051-0/+33