196 Commits (15a04192da2011c8bef1e5d6da0cff79df961f1d)

Author SHA1 Message Date
rlar 15a04192da src/main.c, prompt(), fix incorrect backslash expansion in promptstrings 11 years ago
rlar a65a028067 src/main.c, prompt(), drop ancient workaround for editline v2.9 11 years ago
rlar 6aff8d5418 src/main.c, rewrite to be autoindent friendly 11 years ago
rlar 86c61c1909 src/main.c, nutmeg, cleanup `ft_loadfile()' invocation 11 years ago
rlar 6f89395d8a fix commit: introduce OUTerrorf() and IFerrorf() 12 years ago
rlar cc56c90b9d drop asprintf() 13 years ago
rlar 7aa454e5b4 rewrite, using tprintf() 12 years ago
rlar f26c1b71f9 introduce OUTerrorf() and IFerrorf() 12 years ago
h_vogt 1f5de32512 global variable Infile_Path, which contains the 12 years ago
h_vogt e2f3ea24c0 main.c, suppress progress report when '-o' is used to redirect output 12 years ago
h_vogt 2355bfc0ff main.c, fix stdout and stderr redirection and buffering with regard to '-o' and '-p' 12 years ago
dwarning c8f5d49ddd implement CKTsoaCheck() 13 years ago
h_vogt 85ddc5b6db inpcom.c, remove variable "sourcefile" and references to "sourcefile" 13 years ago
rlar 6d371c9532 cleanup getopt_long() options 13 years ago
Krzysztof Blaszkowski 9d223d6778 execute ft_sigintr_cleanup() outside of the signal handler 13 years ago
rlar e2c0303865 avoid `unreachable code' warnings 13 years ago
h_vogt d7e291c53a HAS_WINDOWS --> HAS_WINGUI 13 years ago
h_vogt 1e88db6f7d add command 'circbyline' to allow entering circuit line by line 13 years ago
rlar 4184aa8c10 cleanup, use array operator 13 years ago
h_vogt ba6dd7b1af main.c, inperror.c: unify errMsg 13 years ago
rlar 2e40bf9bff allow Ctrl-d to quit 14 years ago
h_vogt 65b976dab7 rename commands 'savesnap', 'loadsnap' to 'snsave', 'snload' 14 years ago
Francesco Lannutti c23bd59c44 removed ancient PARALLEL_ARCH feature 14 years ago
rlar 71240d19be free spice_init_devices() allocated memory in com_quit() 14 years ago
rlar 84283b43d4 cleanup ivars() related globals on program termination 14 years ago
rlar 0beb95757f cancer of the semicolon 14 years ago
rlar d50ffdd987 swallow warnings 14 years ago
h_vogt 8defa56cf6 remove second call to tmpfile() 14 years ago
h_vogt 2bff8985e3 Adding TD to the fopen() is sufficient in MS Windows 14 years ago
h_vogt cc44d34f70 tmpfile() on MS Windows 14 years ago
h_vogt 188acd0060 correct usage of `unlink()' error return value -1 14 years ago
h_vogt 07727f74f0 commands.c: 'options' equivalent to 'option' and allow 'loadsnap' and 'savesnap' 14 years ago
h_vogt 80a039983e dummy functions 14 years ago
rlar 2e4d4a0e02 unuse srandom() and random() 14 years ago
rlar f70fd8ea1b use type `runDesc' 14 years ago
h_vogt d2f9faf66b .lib handling 14 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
rlar e42fa8ba06 swallow warnings 15 years ago
rlar 026a471d51 use unlink() instead of remove() 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
h_vogt 57c9b44c73 inproved error messages in pipe mode 15 years ago
rlar 9e86e5ca66 rewrite (double)literal --> floating-point-literal 15 years ago
h_vogt e86527635b ivars(char*), Windows 64, 32 bit 15 years ago
h_vogt ab587d8d3f environmental variable NGSPICE_INPUT_DIR 15 years ago
h_vogt e0ee07b491 NaN for MS VS 15 years ago
rlar 14aa6d4303 main.c, volatile, make shure they are up to date in memory when LONGJMP is executed 15 years ago
rlar 4b7627d60d main.c, rename variable `buf' -> `log_file' 15 years ago
rlar 21f4534455 main.c, reduce scope of `gdata' 15 years ago
rlar 4484058cbe main.c, reduce scope of `gotone' 15 years ago