File: TODO

package info (click to toggle)
liblicense 0.8-2.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,448 kB
  • ctags: 793
  • sloc: sh: 9,182; ansic: 8,249; makefile: 862; xml: 178; cpp: 111; ruby: 41; python: 39
file content (12 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
== Release goals ==

* Create a tool to generate the actual web statement pages


== Niceties ==

* Fix memory leaks related to ll_parse_version
* Add a test in 'make check' to examine memory-leakiness or not of:
    v = ll_parse_version(ll_get_first (ll_get_attribute (u, LL_VERSION, false)));

* (does the return value of ll_get_attribute get freed?)