summaryrefslogtreecommitdiffstats
path: root/tests/test-qfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the scaled number output and memory show commands.Chris Hall2011-09-061-0/+1146
Functions to output scaled decimal and binary numbers were implemented for memory show commands. Those have been generalised and placed in the qfstring.c. The memory show commands have been updated to use the newer functions, and a small test program for those has been implemeted. Other small updates to qfstring.c, qstring.c and qpath.c.