* ChangeLog TODO configure.in: Updates for the new subdirs.
This commit is contained in:
parent
8696a52e89
commit
0d0574cca8
16
ChangeLog
16
ChangeLog
|
|
@ -1,3 +1,19 @@
|
|||
2000-05-06 Arno W. Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* src/include/fte*: Broken header files into smaller pieces. This
|
||||
avoids long recompile times as less needs to be rebuilt on changes
|
||||
to the header files. Adjusted all callers to use the new header
|
||||
files. Left a warning message in the header file to indicate its
|
||||
obsolence. You will see this message when compiling.
|
||||
|
||||
* src/frontend/*: Reorganized part of the frontend commands into
|
||||
their own source file. Moved plotting parts into new plotting
|
||||
directory.
|
||||
|
||||
* src/devices/*: Removed all RCS log and rcsid from the devices
|
||||
source files. They only give extra clutter and all the
|
||||
information you need is available through CVS.
|
||||
|
||||
2000-05-04 Arno W. Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* src/maths/ni/nipzmeth.c: Corrected an overeager deletion.
|
||||
|
|
|
|||
5
TODO
5
TODO
|
|
@ -10,7 +10,8 @@ and other files
|
|||
|
||||
Fix all compiler warnings
|
||||
|
||||
Remove smktemp() in favor of tmpfile(); Note: different symantics!
|
||||
Remove smktemp() in favor of tmpfile() or other ANSI C equivalent;
|
||||
Note: different symantics!
|
||||
|
||||
|
||||
|
||||
|
|
@ -37,3 +38,5 @@ Separate ngspice and nutmeg; i.e., no more SIMULATOR define
|
|||
Integrate bsim3, bsim3v1, bsim3v2 to use a single codebase instead of
|
||||
three only slighty differing implementations
|
||||
|
||||
Separate frontend commands from supporting code. Command files
|
||||
start with com_*. Arno is working on this.
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ src/devices/vccs/Makefile \
|
|||
src/devices/vcvs/Makefile \
|
||||
src/devices/vsrc/Makefile \
|
||||
src/frontend/Makefile \
|
||||
src/frontend/plotting/Makefile \
|
||||
src/hlp/Makefile \
|
||||
src/include/Makefile \
|
||||
src/maths/Makefile \
|
||||
|
|
|
|||
Loading…
Reference in New Issue