File: TODO

package info (click to toggle)
polyglot 2.0.1%2Bgit20140926-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,228 kB
  • ctags: 1,163
  • sloc: ansic: 10,416; sh: 994; makefile: 18
file content (9 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
Move static queue for engine writing to engine struct
Continue refactoring of option stuff (search for option_nb)
Make _ex versions the default (more object oriented).
Remove most uci option commands. Refer directly to Uci->option. It will make the code more 
readable.
Replace "append_option" by "insert_option".
Inifile handling. 
Refactor removinging of trailing EOL and white space from string (see util.c and ini file parsing). 
ML's utility