diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-23 19:15:17 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-23 19:15:17 +0100 |
| commit | fd4b89e797c1efc73304fa4da073fb31f55527f1 (patch) | |
| tree | 71979801338b2e5a6e25fa2f300c5edd5ba70551 /src/expressions.cpp | |
| parent | 1b636e3cc7326e9139ff107b2818703181c6e7f7 (diff) | |
fixed symbol lists: sort order must correspond with search order (determined by comparision function)
* lists were sorted lexicographically (like strcmp()), but searched caseless (like strcasecmp())
* lists are now sorted with strcasecmp()-like comparision
* caselessness is thus a property of the SymbolList
* use new language features in symbols-extract.tes
Diffstat (limited to 'src/expressions.cpp')
0 files changed, 0 insertions, 0 deletions
