summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jim Meyering [Sun, 8 Nov 1992 02:50:43 +0000 (02:50 +0000)]
Initial revision
Jim Meyering [Sun, 1 Nov 1992 07:01:40 +0000 (07:01 +0000)]
Make still more file-scope variables `static'.
Jim Meyering [Sun, 1 Nov 1992 06:55:29 +0000 (06:55 +0000)]
Make one more file-scope variable `static.'
Jim Meyering [Sun, 1 Nov 1992 06:50:15 +0000 (06:50 +0000)]
Make file-scope variable static.
Jim Meyering [Sun, 1 Nov 1992 05:44:29 +0000 (05:44 +0000)]
Initial revision
Jim Meyering [Sun, 1 Nov 1992 03:30:09 +0000 (03:30 +0000)]
Give most file-scope variables the static attribute.
Jim Meyering [Sat, 31 Oct 1992 23:02:03 +0000 (23:02 +0000)]
*** empty log message ***
Jim Meyering [Sat, 31 Oct 1992 23:01:35 +0000 (23:01 +0000)]
(swab_buffer): Fix typo that incremented pointer instead of counter.
Add braces around static struct initializers.
Jim Meyering [Sat, 31 Oct 1992 23:00:47 +0000 (23:00 +0000)]
Add parentheses to expressions like (c = *p++) as per suggestion
from gcc -Wall.
Jim Meyering [Sat, 31 Oct 1992 23:00:13 +0000 (23:00 +0000)]
Add parentheses to expressions like (c = *p++) as per suggestion
from gcc -Wall.
Jim Meyering [Sat, 31 Oct 1992 22:50:51 +0000 (22:50 +0000)]
(adjust_blocks): Convert to a macro. The static
function wasn't always used.
Jim Meyering [Sat, 31 Oct 1992 20:42:48 +0000 (20:42 +0000)]
Initial revision