tar: fix typo in comment
[oweals/busybox.git] / editors /
2008-10-24 Denis Vlasenkobuild system cleanup: rename FEATURE_AWK_MATH to FEATUR...
2008-10-21 Denis Vlasenkoawk: fix typo in atan2 code. closes bug 5594.
2008-10-20 Denis Vlasenkovi: handle chars 0x80, 0x81... correctly
2008-10-20 Denis Vlasenkodc: conditionalize parts which require libm
2008-10-19 Denis Vlasenkovolume identification: abolish /proc/partitions and...
2008-10-19 Rob LandleyComment and whitespace tweaks.
2008-10-18 Denis Vlasenkovi: explain why reading 4 chars is unsafe
2008-10-18 Denis Vlasenkovi: whitespace fix
2008-10-16 Denis Vlasenkovi: a few trivial optimizations to keyboard reading...
2008-10-16 Rob LandleyConfirmed that on Linux the serial interrupt takes...
2008-10-14 Denis Vlasenkovi: fix bizarre formatting. no code changes
2008-10-14 Denis Vlasenkofix recurring "last_cmd overrun", fix [del] handling...
2008-10-14 Denis Vlasenkovi: trivial size optimization -65 bytes
2008-10-14 Denis Vlasenkovi: reinstate timeout of 300 ms
2008-10-14 Denis Vlasenkovi: add comments to Rob's algorithm of reading and...
2008-10-14 Rob LandleyEscape sequences sent over serial links don't come...
2008-10-14 Rob LandleyClean up editors/vi.c:readit() so it only does readahea...
2008-09-21 Denis Vlasenkocrontab: do not destroy STDIN_FILENO, editor may need...
2008-09-05 Denis Vlasenkoawk: add a comment
2008-09-02 Denis Vlasenkoawk: improve nadling of negative numbers in bitwise...
2008-08-28 Denis Vlasenkoawk: bitwise ops cast oprands and results to unsigned...
2008-08-28 Denis Vlasenkoawk: support hex constants
2008-07-22 Denis Vlasenkofix all cases of strcpy on overlapping strings.
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-17 Denis Vlasenkovi: using array data after it fell out of scope is...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-02 Denis Vlasenkoawk: another smallish code shrink
2008-07-02 Denis Vlasenkouname,individual: fix improper printf usage
2008-07-01 Denis Vlasenkoawk: fix a case with multiple -f options. simplify...
2008-06-27 Denis Vlasenkovi: fix vda's thinko
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkoprint_flags: fix trivial thinko
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-24 Denis Vlasenkovi: fix yet another vda's thinko
2008-06-23 Denis Vlasenkofix breakage found by randomconfig
2008-06-22 Denis Vlasenkovi: fix obvious thinko's
2008-06-22 Denis Vlasenkovi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
2008-06-21 Denis Vlasenkovi: small code shrink
2008-06-20 Denis Vlasenkovi: fix the bug where vi never grows the edit buffer.
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-07 Denis Vlasenkogrep: make "-f -" work (+ testsuite)
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-03 Denis Vlasenkovi: do not truncate file to zero length. closes bug...
2008-03-28 Denis Vlasenkofix a few stray unguarded strdup's
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-26 Denis Vlasenkopatch: add support for -R. ~ +110 byte. By Pascal Bella...
2008-03-25 Denis Vlasenkopatch: fix vda's thinko: we need to open new_filename...
2008-03-24 Denis Vlasenkodiff: improve comments (no code chages)
2008-03-24 Denis Vlasenkopatch: support for patches without dates and generated...
2008-03-24 Denis Vlasenkodiff: exclude D_EMPTY code if there is no support for -r
2008-03-24 Denis Vlasenkodiff: fix small bug; don't make a copy for "/dev/null...
2008-03-24 Denis Vlasenkodiff: reordering and renaming of variables
2008-03-24 Denis Vlasenkodiff: make a few variables local
2008-03-24 Denis Vlasenkodiff: make it work on pipes etc (needed for kernel...
2008-03-24 Denis Vlasenkodiff: shrink
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-18 Denis Vlasenkopatch: don't trash permissions of patched file
2008-03-17 Paul Foxremove alarm() calls which were functioning as a primitive
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-06 Paul Foxfixups to vi usage, and move the initial redraw() past the
2008-03-06 Paul Foxfixed the "dot" (i.e. '.') command, to properly re...
2008-03-05 Paul Foxfix vi's '?' and '/' commands to correctly set a new...
2008-03-02 Denis Vlasenkolibbb: inntroduce and use bb_pstrcmp() and qsort_string...
2008-03-01 Denis Vlasenkodoc: add info about sed s/.../.../I modifier
2008-02-28 Denis Vlasenkosed: n cmd must reset "we had successful subst" flag...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-14 Paul Foxadd ',' and 'gg' commands (patch from Leo Jay)
2008-02-11 Bernhard Reutner... - spelling fixes
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-12-23 Denis Vlasenkovi: speed up some string ops
2007-12-22 Denis Vlasenkovi: reduce amount of memset'ing on each screen refresh
2007-12-22 Denis Vlasenkovi: introduce FEATURE_VI_8BIT (as vi currently is not...
2007-12-22 Denis Vlasenkovi: change MAX_LINELEN meaning: now it is the biggest...
2007-12-21 Denis Vlasenkovi: fix a problem with displaying overlong lines
2007-12-09 Denis Vlasenkovi: don't use common_bufsiz as read buffer, it can...
2007-11-13 Denis Vlasenkoadd sed mini-doc
2007-11-13 Denis Vlasenkosed: support GNU-like '\t' escape in substitutions
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-11 Denis Vlasenkovi: don't wait 50 ms before reading ESC sequences
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Bernhard Reutner... - ditch 2 bytes
2007-09-28 Denis Vlasenkofix "if (p) free(p)" constructs
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-25 Denis Vlasenkodocumentation bits in comments, no code changes
2007-09-25 Denis Vlasenkoed: large cleanup
2007-09-22 Bernhard Reutner... - actually mv microcom.c to miscutils
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
next