rlar
|
5e6fe75db6
|
findsubname(), collect decrement operations
|
2018-02-17 19:15:55 +01:00 |
rlar
|
31ad5ca970
|
findsubname(), decrement later
|
2018-02-17 19:15:55 +01:00 |
rlar
|
01eb593ca4
|
findsubname(), explicit break out of the loop
|
2018-02-17 19:15:55 +01:00 |
rlar
|
cbd38fdc9c
|
findsubname(), use skip_back_ws()
|
2018-02-17 19:15:55 +01:00 |
rlar
|
270e0b6154
|
findsubname(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
a5c743d48c
|
findsubname(), fix lvalues
|
2018-02-17 19:15:55 +01:00 |
rlar
|
21d3f04659
|
findsubname(), h ==> p_end - (const) s
|
2018-02-17 19:15:55 +01:00 |
rlar
|
8881aead44
|
findsubname(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
c8340f2b4c
|
findsubname(), fix lvalues
|
2018-02-17 19:15:55 +01:00 |
rlar
|
90bb7cc289
|
findsubname(), j ==> t - (const) s
|
2018-02-17 19:15:55 +01:00 |
rlar
|
1778b608d8
|
findsubname(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
8df5717017
|
findsubname(), fix lvalues
|
2018-02-17 19:15:55 +01:00 |
rlar
|
a7c2253c8a
|
findsubname(), k ==> p - (const) s - 1
|
2018-02-17 19:15:55 +01:00 |
rlar
|
623436c9f9
|
findsubname(), fix lvalues
|
2018-02-17 19:15:55 +01:00 |
rlar
|
521fee88a6
|
findsubname(), ls ==> ls_ptr - (const) s
|
2018-02-17 19:15:55 +01:00 |
rlar
|
4ca87d6b0b
|
findsubname(), reorder and add some constness
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ab152c99fc
|
findsubname(), local scope for `nest' `j' and `h'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
45f3749bb1
|
findsubname(), drop `found', which is constantly 0
because of the previous commit
|
2018-02-17 19:15:55 +01:00 |
rlar
|
f0cead24b8
|
findsubname(), duplicate function epilogue and return early
|
2018-02-17 19:15:55 +01:00 |
rlar
|
4986df1baf
|
findsubname(), signature, drop unused return value
|
2018-02-17 19:15:55 +01:00 |
rlar
|
af78917b98
|
stripbraces(), whitespace
|
2018-02-17 19:15:55 +01:00 |
rlar
|
11e024753a
|
stripbraces(), cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
13be771308
|
stripbraces(), s + i ==> p
|
2018-02-17 19:15:55 +01:00 |
rlar
|
ab15f0b7bb
|
stripbraces(), group `s + i'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
0101db946b
|
stripbraces(), s0 ==> s
|
2018-02-17 19:15:55 +01:00 |
rlar
|
e4e408d656
|
stripbraces(), unuse local `s'
`s0' does not change in the area of interest and has the same value
|
2018-02-17 19:15:55 +01:00 |
rlar
|
cb859060e0
|
stripbraces(), drop `i_ptr'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
951517250b
|
stripbraces(), fix lvalue and cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
d4dad0f10c
|
stripbraces(), i ==> i_ptr - (const) s
|
2018-02-17 19:15:55 +01:00 |
rlar
|
186352b7e5
|
stripbraces(), fix lvalue and cleanup
|
2018-02-17 19:15:55 +01:00 |
rlar
|
686329dcaf
|
stripbraces(), j ==> j_ptr - (const) s
|
2018-02-17 19:15:55 +01:00 |
rlar
|
fc45b3addf
|
stripbraces(), make `s' constant in the region of interest
|
2018-02-17 19:15:55 +01:00 |
rlar
|
170aa84f47
|
stripbraces(), drop `ls'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
e2c2140a52
|
stripbraces(), drop `t_p', which points to a copy of `s'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
8d0df0d024
|
stripbraces(), fix split personality of `i'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
98ec9c2fa3
|
stripbraces(), use `strchr()'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
26ff93abd9
|
stripbraces(), simplify
|
2018-02-17 19:15:55 +01:00 |
rlar
|
1721407359
|
transform(), use `strstr()' instead of `spos_()'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
e28169d62c
|
transform(), reduce scope of `tstr'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
f776a24ea7
|
transform(), ci_prefix() is case insensitive
thus can use `s' instead of `t'
and ci_prefix() does return a boolean
|
2018-02-17 19:15:55 +01:00 |
rlar
|
6500aeb132
|
transform(), drop local `n'
|
2018-02-17 19:15:55 +01:00 |
rlar
|
7cf4338981
|
transform(), drop unused argument `u_p'
|
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 |