Denis Vlasenko
|
5599502a55
more -Wall warning fixes. -Wall is enabled now.
|
16 years ago |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
8abae88410
vi: do not truncate file to zero length. closes bug 2944.
|
16 years ago |
Denis Vlasenko
|
c693840fe8
*: whitespace fixes, no code changes
|
16 years ago |
Denis Vlasenko
|
42cc304e90
lpr: add more accurate comments
|
16 years ago |
Paul Fox
|
2724fa9d8a
remove alarm() calls which were functioning as a primitive
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Paul Fox
|
35e9c5d83a
fixups to vi usage, and move the initial redraw() past the
|
17 years ago |
Paul Fox
|
c51fc7bed6
|
17 years ago |
Paul Fox
|
4917c11432
fix vi's '?' and '/' commands to correctly set a new direction
|
17 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
17 years ago |
Paul Fox
|
b5ee8db9b5
add ',' and 'gg' commands (patch from Leo Jay)
|
17 years ago |
Bernhard Reutner-Fischer
|
a985d306a1
- spelling fixes
|
17 years ago |
Denis Vlasenko
|
d3c042fc60
libbb: introduce fputc_printable (from ed)
|
17 years ago |
Denis Vlasenko
|
f882f08627
vi: speed up some string ops
|
17 years ago |
Denis Vlasenko
|
4baed3a080
vi: reduce amount of memset'ing on each screen refresh
|
17 years ago |
Denis Vlasenko
|
e3cbfb91d2
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
|
17 years ago |
Denis Vlasenko
|
88adfcd178
vi: change MAX_LINELEN meaning: now it is the biggest supported
|
17 years ago |
Denis Vlasenko
|
26b6fba9d3
vi: fix a problem with displaying overlong lines
|
17 years ago |
Denis Vlasenko
|
a96425fe82
vi: don't use common_bufsiz as read buffer, it can be too small
|
17 years ago |
Denis Vlasenko
|
4f95e5aab8
vi: don't wait 50 ms before reading ESC sequences
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Bernhard Reutner-Fischer
|
d24d5c84c2
- ditch 2 bytes
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
5d61e71c3a
introduce safe_poll (fixes a problem in top)
|
17 years ago |
Bernhard Reutner-Fischer
|
73f56bb76d
- actually mv microcom.c to miscutils
|
17 years ago |
Denis Vlasenko
|
87f3b26b3a
*: replace select-for-one descriptor with poll, it's smaller.
|
17 years ago |
Denis Vlasenko
|
856be770a6
assorted fixes for breakage found by randomconfig
|
17 years ago |
Denis Vlasenko
|
6a2f7f41cf
whitespace fixes, no code changes
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |