4969 Commits (e4e24f74e67477f8b977bb0bda4a8b4a4e4fecca)
 

Author SHA1 Message Date
h_vogt e4e24f74e6 breakp2.c, copynode(), prevent segfault if missing ')' 10 years ago
rlar 7fc6609821 breakp2.c, settrace(), cleanup #2/2 10 years ago
rlar 004e49aabf breakp2.c, settrace(), cleanup #1/2 10 years ago
h_vogt b85270c30c sharedspice.vcxproj, add 64 bit capability 10 years ago
h_vogt 57980c7471 sharedspice.vcxproj, add suitable preprocessor flags 10 years ago
rlar 875cab6758 *.vcxproj, enable <GenerateDebugInformation>true 10 years ago
rlar edaded001a *.vcxproj, use <DebugInformationFormat>ProgramDatabase 10 years ago
rlar 96a35e0144 *.vcxproj, increase <WarningLevel>Level4 10 years ago
rlar 939555115d variables, cp_vprint, fix a memory leak 10 years ago
rlar bc325b17c5 variables, lift plot_cur->pl_env up to the invoker of cp_usrvars() 10 years ago
rlar e0db4aa665 variables, cp_vprint(), reorder for similarity 10 years ago
rlar a33876ff59 variables, variables, cp_getvar, rewrite 10 years ago
rlar 97c5e1567f variables, cp_getvar(), beware of retval == NULL 10 years ago
rlar 20b666e2d5 variables, clean up 10 years ago
rlar b2fb4e20bf variables, drop 'found', use identity found == (*p != NULL) 10 years ago
rlar 0784f76e51 variables, cleanup the for loops 10 years ago
rlar e39119c1c8 variables, use identity v == *p (and u == *p) 10 years ago
rlar d14ee053d7 variables, use a pointer to the anchor of the variable instead of 'lv' 10 years ago
rlar b13125ac84 variables, explicit processing of ft_curckt->ci_vars, drop uv2 10 years ago
rlar 7483ff9d8c variables, cp_remvar(), cleanup 10 years ago
rlar 485fba7548 variables, add some comments, add explicit case US_NOSIMVAR 10 years ago
rlar 97cdaae19f variables, cp_usrvars(), be more explicit 10 years ago
rlar 596599492e variables, drop redundant tfree(v->va_name), rely on free_struct_variable() 10 years ago
h_vogt fe24b3e6dd variable.c, remove memory leaks 10 years ago
rlar ac336c9920 options.c, cleanup inp_getoptsc() 10 years ago
h_vogt 6a0a6071a0 gettok_nc(&line): like gettok(), move pointer beyond next token in line, but without returning a string, without TMALLOC. Replaces constructs like tfree(gettok(&line)). 10 years ago
h_vogt c198f878d3 inpcom.c, bug fix in inp_chk_for_multi_in_vcvs() 10 years ago
rlar e89a5dd5b4 cktop.c, #14/14, cleanup 10 years ago
rlar b3a0f15c09 cktop.c, #13/14, cleanup 10 years ago
rlar 65596ce76c cktop.c, #12/14, cleanup 10 years ago
rlar 8d843ecec5 cktop.c, #11/14, cleanup 10 years ago
rlar 64fadb90cc cktop.c, #10/14, whitespace 10 years ago
rlar 3041936663 cktop.c, #9/14, shortcut 10 years ago
rlar a446d1e145 cktop.c, #8/14, early leave 10 years ago
rlar 0482f57bb7 cktop.c, #7/14, invert a trailing "if" 10 years ago
rlar 761e556ac2 cktop.c, #6/14, simplify loop termination 10 years ago
rlar eea4d016ec cktop.c, #5/14, simplify loop termination 10 years ago
rlar e2f4c2ec9f cktop.c, #4/14, shrink scope of some locals 10 years ago
rlar eb1c8e92bc cktop.c, #3/14, combine two `if' bodies 10 years ago
rlar ec1e1114e8 cktop.c, #2/14, remove a redundant assignment 10 years ago
rlar f0e3bc0025 cktop.c, #1/14, cleanup 10 years ago
rlar b4119b94e3 xspice, cm.h, swallow warnings 10 years ago
rlar 99e864b6bc graf.c, drop an excess cast 10 years ago
rlar 9c2733db48 macros.h, cleanup SGN() macro 10 years ago
rlar 034188cb43 dctrcurv.c, simplify 10 years ago
rlar 4c2e4d0c2f drop SIGN(), SIGN(1.0,x) --> SGN(x) 10 years ago
rlar ea5ad6b0e7 drop DC_ABS() and FTEcabs() 10 years ago
rlar 15f2c67968 use M_PI 10 years ago
rlar 9dcf62e1cd drop home grown mathematical constants 10 years ago
rlar cbf31c50c2 multi_line.h, drop some excess macros 10 years ago