index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
Age
Commit message (
Expand
)
Author
2008-10-19
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-10-19
Comment and whitespace tweaks.
Rob Landley
2008-10-18
vi: explain why reading 4 chars is unsafe
Denis Vlasenko
2008-10-18
vi: whitespace fix
Denis Vlasenko
2008-10-16
vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.
Denis Vlasenko
2008-10-16
Confirmed that on Linux the serial interrupt takes precedence over the timer
Rob Landley
2008-10-14
vi: fix bizarre formatting. no code changes
Denis Vlasenko
2008-10-14
fix recurring "last_cmd overrun", fix [del] handling in insert mode
Denis Vlasenko
2008-10-14
vi: trivial size optimization -65 bytes
Denis Vlasenko
2008-10-14
vi: reinstate timeout of 300 ms
Denis Vlasenko
2008-10-14
vi: add comments to Rob's algorithm of reading and matching ESC sequences
Denis Vlasenko
2008-10-14
Escape sequences sent over serial links don't come in as a block, so poll
Rob Landley
2008-10-14
Clean up editors/vi.c:readit() so it only does readahead when actually
Rob Landley
2008-09-21
crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
Denis Vlasenko
2008-09-05
awk: add a comment
Denis Vlasenko
2008-09-02
awk: improve nadling of negative numbers in bitwise ops;
Denis Vlasenko
2008-08-28
awk: bitwise ops cast oprands and results to unsigned long,
Denis Vlasenko
2008-08-28
awk: support hex constants
Denis Vlasenko
2008-07-22
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-17
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-02
awk: another smallish code shrink
Denis Vlasenko
2008-07-02
uname,individual: fix improper printf usage
Denis Vlasenko
2008-07-01
awk: fix a case with multiple -f options. simplify -f file reading.
Denis Vlasenko
2008-06-27
vi: fix vda's thinko
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-26
print_flags: fix trivial thinko
Denis Vlasenko
2008-06-26
style fixes, no code changes
Denis Vlasenko
2008-06-24
vi: fix yet another vda's thinko
Denis Vlasenko
2008-06-23
fix breakage found by randomconfig
Denis Vlasenko
2008-06-22
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-21
vi: small code shrink
Denis Vlasenko
2008-06-20
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-07
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-03
vi: do not truncate file to zero length. closes bug 2944.
Denis Vlasenko
2008-03-28
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-25
patch: fix vda's thinko: we need to open new_filename.orig, always!
Denis Vlasenko
2008-03-24
diff: improve comments (no code chages)
Denis Vlasenko
2008-03-24
patch: support for patches without dates and generated with -U1; shrink
Denis Vlasenko
2008-03-24
diff: exclude D_EMPTY code if there is no support for -r
Denis Vlasenko
[prev]
[next]