Giles Atkinson
|
588116af48
|
Fix a bug in the "help" command. Some commands have no action function,
so the function pointer should not be used to detect the end of the table.
Use the command name instead.
|
3 years ago |
Jim Monte
|
21f3eb74b8
|
Added basic help messages in addtion to reference to web pages
|
6 years ago |
rlar
|
11579d9369
|
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
|
14 years ago |
rlar
|
fe1acd3757
|
src/frontend/** remove superfluous `return' invocations
|
14 years ago |
rlar
|
7454a6d486
|
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
|
14 years ago |
rlar
|
4ca58067a2
|
#2/6 config.h --> ngspice/config.h, #include's
|
14 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
14 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
rlar
|
01566f2b49
|
add casts to make `int' versus `size_t' conversions explicit
|
16 years ago |
rlar
|
bf0b7b4386
|
qsort() usage, drop cast of the first argument (which is a void *)
|
16 years ago |
rlar
|
ed73405d0f
|
collect ft_nutmeg() in "fteext.h"
|
16 years ago |
rlar
|
8ff62fd262
|
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
|
16 years ago |
arno
|
57dfb0f945
|
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
|
26 years ago |
arno
|
839ade8236
|
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h
|
26 years ago |