index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
less: reuse former vi's key reading code. Improve SIGWINCH handling.
Denis Vlasenko
2008-10-25
1
-1
/
+1
*
vi: move key reading routine out of vi into llbbb
Denis Vlasenko
2008-10-25
1
-185
/
+44
*
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
Denis Vlasenko
2008-10-24
2
-5
/
+5
*
awk: fix typo in atan2 code. closes bug 5594.
Denis Vlasenko
2008-10-21
1
-1
/
+1
*
vi: handle chars 0x80, 0x81... correctly
Denis Vlasenko
2008-10-20
1
-61
/
+64
*
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
1
-1
/
+1
*
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-10-19
1
-1
/
+1
*
Comment and whitespace tweaks.
Rob Landley
2008-10-19
1
-10
/
+6
*
vi: explain why reading 4 chars is unsafe
Denis Vlasenko
2008-10-18
1
-3
/
+5
*
vi: whitespace fix
Denis Vlasenko
2008-10-18
1
-2
/
+2
*
vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.
Denis Vlasenko
2008-10-16
1
-18
/
+29
*
Confirmed that on Linux the serial interrupt takes precedence over the timer
Rob Landley
2008-10-16
1
-2
/
+3
*
vi: fix bizarre formatting. no code changes
Denis Vlasenko
2008-10-14
1
-2
/
+2
*
fix recurring "last_cmd overrun", fix [del] handling in insert mode
Denis Vlasenko
2008-10-14
1
-15
/
+15
*
vi: trivial size optimization -65 bytes
Denis Vlasenko
2008-10-14
1
-18
/
+16
*
vi: reinstate timeout of 300 ms
Denis Vlasenko
2008-10-14
1
-4
/
+8
*
vi: add comments to Rob's algorithm of reading and matching ESC sequences
Denis Vlasenko
2008-10-14
1
-23
/
+33
*
Escape sequences sent over serial links don't come in as a block, so poll
Rob Landley
2008-10-14
1
-1
/
+1
*
Clean up editors/vi.c:readit() so it only does readahead when actually
Rob Landley
2008-10-14
1
-61
/
+58
*
crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
Denis Vlasenko
2008-09-21
1
-23
/
+25
*
awk: add a comment
Denis Vlasenko
2008-09-05
1
-0
/
+1
*
awk: improve nadling of negative numbers in bitwise ops;
Denis Vlasenko
2008-09-02
1
-14
/
+33
*
awk: bitwise ops cast oprands and results to unsigned long,
Denis Vlasenko
2008-08-28
1
-6
/
+8
*
awk: support hex constants
Denis Vlasenko
2008-08-28
1
-1
/
+6
*
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-7
/
+7
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
3
-6
/
+6
*
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-17
1
-6
/
+8
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
3
-6
/
+7
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
7
-12
/
+12
*
awk: another smallish code shrink
Denis Vlasenko
2008-07-02
1
-3
/
+1
*
uname,individual: fix improper printf usage
Denis Vlasenko
2008-07-02
1
-4
/
+4
*
awk: fix a case with multiple -f options. simplify -f file reading.
Denis Vlasenko
2008-07-01
1
-27
/
+21
*
vi: fix vda's thinko
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
3
-4
/
+4
*
print_flags: fix trivial thinko
Denis Vlasenko
2008-06-26
1
-2
/
+2
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-1
/
+1
*
vi: fix yet another vda's thinko
Denis Vlasenko
2008-06-24
1
-0
/
+1
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
1
-2
/
+2
*
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
1
-5
/
+4
*
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-22
1
-5
/
+5
*
vi: small code shrink
Denis Vlasenko
2008-06-21
1
-35
/
+24
*
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-06-20
1
-121
/
+154
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
2
-13
/
+4
*
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-06-07
1
-2
/
+3
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
2
-4
/
+4
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-2
/
+2
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
3
-6
/
+10
*
vi: do not truncate file to zero length. closes bug 2944.
Denis Vlasenko
2008-05-03
1
-1
/
+6
*
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-28
1
-132
/
+127
[next]