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-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
2008-03-24
diff: fix small bug; don't make a copy for "/dev/null" case
Denis Vlasenko
2008-03-24
diff: reordering and renaming of variables
Denis Vlasenko
2008-03-24
diff: make a few variables local
Denis Vlasenko
2008-03-24
diff: make it work on pipes etc (needed for kernel compile)
Denis Vlasenko
2008-03-24
diff: shrink
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-18
patch: don't trash permissions of patched file
Denis Vlasenko
2008-03-17
remove alarm() calls which were functioning as a primitive
Paul Fox
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-06
fixups to vi usage, and move the initial redraw() past the
Paul Fox
2008-03-06
fixed the "dot" (i.e. '.') command, to properly re-init its
Paul Fox
2008-03-05
fix vi's '?' and '/' commands to correctly set a new direction
Paul Fox
2008-03-02
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-01
doc: add info about sed s/.../.../I modifier
Denis Vlasenko
2008-02-28
sed: n cmd must reset "we had successful subst" flag. closes bug 1214.
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-17
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-02-14
add ',' and 'gg' commands (patch from Leo Jay)
Paul Fox
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2008-01-28
*: tidy up usage of char **environ
Denis Vlasenko
2007-12-30
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-24
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-23
vi: speed up some string ops
Denis Vlasenko
2007-12-22
vi: reduce amount of memset'ing on each screen refresh
Denis Vlasenko
2007-12-22
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
Denis Vlasenko
2007-12-22
vi: change MAX_LINELEN meaning: now it is the biggest supported
Denis Vlasenko
2007-12-21
vi: fix a problem with displaying overlong lines
Denis Vlasenko
[prev]
[next]