rlar
|
1298eacdb2
|
nupa_subcktcall(), simplify
|
2018-02-17 19:15:55 +01:00 |
rlar
|
1157142dfd
|
nupa_subcktcall(), simplify
|
2018-02-17 19:15:55 +01:00 |
rlar
|
6ca336af85
|
nupa_subcktcall(), pscopy transform
|
2018-02-17 19:15:55 +01:00 |
rlar
|
7d40920bd6
|
nupa_subcktcall(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
70cec5e9e3
|
nupa_subcktcall(), fix lvalue
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ec9636e078
|
nupa_subcktcall(), ls ==> ls_ptr - (const) t_p
|
2018-02-17 19:15:55 +01:00 |
rlar
|
701dcad9a4
|
nupa_subcktcall(), fix lvalue
|
2018-02-17 19:15:55 +01:00 |
rlar
|
a773601b84
|
nupa_subcktcall(), g ==> gp - (const) t_p
|
2018-02-17 19:15:55 +01:00 |
rlar
|
3267bf8d63
|
nupa_subcktcall(), fix lvalue
|
2018-02-17 19:15:55 +01:00 |
rlar
|
0a149819a5
|
nupa_subcktcall(), h ==> hp - (const) t_p
|
2018-02-17 19:15:55 +01:00 |
rlar
|
47f1e7b1fa
|
nupa_subcktcall(), fix lvalue
|
2018-02-17 19:15:55 +01:00 |
rlar
|
cc932725ac
|
nupa_subcktcall(), k ==> kp - (const) t_p
|
2018-02-17 19:15:55 +01:00 |
rlar
|
d991296b82
|
nupa_subcktcall(), split personality of `k'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
b9750ee59f
|
nupa_subcktcall(), fix lvalue
|
2018-02-17 19:15:55 +01:00 |
rlar
|
84c22e656a
|
nupa_subcktcall(), j ==> jp - (const) t_p
|
2018-02-17 19:15:55 +01:00 |
rlar
|
0f53656412
|
nupa_subcktcall(), split personality of `j'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
80701652fc
|
nupa_subcktcall(), cleanup getexpress() usage
# Conflicts:
# src/frontend/numparam/xpressn.c
|
2018-02-17 19:15:55 +01:00 |
rlar
|
742f34f596
|
nupa_subcktcall(), spice_dstring_value(&tstr) ==> t_p
t_p is const and tstr hasn't been modified either,
thus still the same value.
|
2018-02-17 19:15:55 +01:00 |
rlar
|
cb4dfa13d8
|
nupa_subcktcall(), reduce scope of some locals
|
2018-02-17 19:15:55 +01:00 |
rlar
|
9670af0d4e
|
nupa_subcktcall(), drop `i', use a pointer instead
|
2018-02-17 19:15:55 +01:00 |
rlar
|
6e5ef92fd2
|
nupa_subcktcall(), transform pscopy(,x,y,) --> pscopy(,x+y,y-y,) (requirement strlen(x) >= y to be verified later)
|
2018-02-17 19:15:55 +01:00 |
rlar
|
53adeee1d3
|
nupa_subcktcall(), drop j1 and t_p1, use a pointer instead
|
2018-02-17 19:15:55 +01:00 |
rlar
|
c133f21ef7
|
nupa_subcktcall(), split personality of `t_p'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
f17521fa4c
|
nupa_subcktcall(), split personality of `ls'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
81e02154be
|
nupa_subcktcall(), split personality of `j'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
13d9ecd517
|
nupa_subcktcall(), some constness
|
2018-02-17 19:15:55 +01:00 |
rlar
|
06b71fe2d2
|
nupa_subcktcall(), use skip_non_ws()
|
2018-02-17 19:15:55 +01:00 |
rlar
|
fa1c710f68
|
nupa_subcktcall(), move code down to a better place
|
2018-02-17 19:15:55 +01:00 |
rlar
|
1987559e89
|
nupa_subcktcall(), drop redundant initialisation for `narg'
and delay its incrementation a bit
|
2018-02-17 19:15:55 +01:00 |
rlar
|
b8f4b3e27e
|
nupa_subcktcall(), fix excess length in pscopy argument
|
2018-02-17 19:15:55 +01:00 |
rlar
|
8190ba3fca
|
nupa_subcktcall(), fix, honour end of string
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ea6290f666
|
nupa_substitute(), cleanup and a fixme
the '&' sequences, which are hopefully nowhere announced and advertised,
might increment char pointers beyond the terminating '\0' causing havoc.
|
2018-02-17 19:15:55 +01:00 |
rlar
|
abb16c288b
|
nupa_substitute(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
0d3c0dfd78
|
nupa_substitute(), rename r_ --> r
|
2018-02-17 19:15:55 +01:00 |
rlar
|
a34703f748
|
nupa_substitute(), verify `r' beeing unused now
|
2018-02-17 19:15:55 +01:00 |
rlar
|
b0e5fc267c
|
nupa_substitute(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
cc02b9ae2d
|
nupa_substitute(), fix lvalue and cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ac59410602
|
nupa_substitute(), ir ==> r_ - (const) r
|
2018-02-17 19:15:55 +01:00 |
rlar
|
0fd1e2323c
|
nupa_substitute(), express some constness
|
2018-02-17 19:15:55 +01:00 |
rlar
|
6c1d3ba34a
|
nupa_substitute(), whitespace
|
2018-02-17 19:15:55 +01:00 |
rlar
|
6b5606edc1
|
nupa_substitute(), cleanup return on error
|
2018-02-17 19:15:55 +01:00 |
rlar
|
cba740f88d
|
nupa_substitute(), postpone `s' incrementation
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ad1eeeb410
|
nupa_substitute(), postpone `s' incrementation
|
2018-02-17 19:15:55 +01:00 |
rlar
|
39b544aba1
|
nupa_substitute(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
6a003e52d1
|
nupa_substitute(), cleanup for loops
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ad603be96f
|
nupa_substitute(), cleanup for loops
|
2018-02-17 19:15:55 +01:00 |
rlar
|
c06dddc4db
|
nupa_substitute(), break sooner
|
2018-02-17 19:15:55 +01:00 |
rlar
|
baf76512b3
|
nupa_substitute(), reduce scope of d
|
2018-02-17 19:15:55 +01:00 |
rlar
|
55e7fa269a
|
nupa_substitute(), at the end of the loop d === *kptr
|
2018-02-17 19:15:55 +01:00 |
rlar
|
571909b8b6
|
nupa_substitute(), postpone kptr incrementation
|
2018-02-17 19:15:55 +01:00 |