Update changelog with the "statistics" patch.

This commit is contained in:
pnenzi 2011-08-09 18:52:26 +00:00
parent eb14693b09
commit 0068925ab5
1 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,25 @@
2011-08-09 Paolo Nenzi
* (new) src/include/fteoptdefs.h
* (new) src/frontend/ftesopt.c
* (new) src/frontend/inventory.c
* src/frontend/commands.c
* src/frontend/device.c
* src/frontend/device.h
* src/frontend/inp.c
* src/frontend/mw_coms.c
* src/frontend/resource.c
* src/frontend/ftedefs.h
* src/frontend/fteext.h
* src/frontend/optdefs.h
* src/spicelib/devices/cktcrte.c
* src/spicelib/devices/cktinit.c
added "frontend statistics" to the acct command:
netlist loading and parsing time and number of
lines. Added "devhelp" command to show available
devices and describe device parameters. Added
"inventory command" to print the number of
istances of each device.
2011-08-09 Robert Larice
* src/maths/misc/equality.c :
swallow some warnings, and use <stdint.h>