summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.12.1 patches, bump version to 1.12.21_12_2Denis Vlasenko2008-11-091-10/+6
* apply post-1.12.0 fixes, bump version to 1.12.11_12_1Denis Vlasenko2008-09-282-30/+39
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-221-1/+1
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-7/+7
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-213-6/+6
* vi: using array data after it fell out of scope is stupid.Denis Vlasenko2008-07-171-6/+8
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-083-6/+7
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-057-12/+12
* awk: another smallish code shrinkDenis Vlasenko2008-07-021-3/+1
* uname,individual: fix improper printf usageDenis Vlasenko2008-07-021-4/+4
* awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko2008-07-011-27/+21
* vi: fix vda's thinkoDenis Vlasenko2008-06-271-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-273-4/+4
* print_flags: fix trivial thinkoDenis Vlasenko2008-06-261-2/+2
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* vi: fix yet another vda's thinkoDenis Vlasenko2008-06-241-0/+1
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-2/+2
* vi: fix obvious thinko'sDenis Vlasenko2008-06-221-5/+4
* vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-06-221-5/+5
* vi: small code shrinkDenis Vlasenko2008-06-211-35/+24
* vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko2008-06-201-121/+154
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-152-13/+4
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-071-2/+3
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-192-4/+4
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-133-6/+10
* vi: do not truncate file to zero length. closes bug 2944.Denis Vlasenko2008-05-031-1/+6
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-132/+127
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-262-4/+4
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-18/+34
* patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2008-03-251-18/+12
* diff: improve comments (no code chages)Denis Vlasenko2008-03-241-10/+13
* patch: support for patches without dates and generated with -U1; shrinkDenis Vlasenko2008-03-241-69/+67
* diff: exclude D_EMPTY code if there is no support for -rDenis Vlasenko2008-03-241-16/+22
* diff: fix small bug; don't make a copy for "/dev/null" caseDenis Vlasenko2008-03-241-4/+10
* diff: reordering and renaming of variablesDenis Vlasenko2008-03-241-67/+66
* diff: make a few variables localDenis Vlasenko2008-03-241-6/+3
* diff: make it work on pipes etc (needed for kernel compile)Denis Vlasenko2008-03-241-51/+88
* diff: shrinkDenis Vlasenko2008-03-241-104/+126
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-3/+3
* lpr: add more accurate commentsDenis Vlasenko2008-03-242-2/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-98/+73
* patch: don't trash permissions of patched fileDenis Vlasenko2008-03-181-10/+7
* remove alarm() calls which were functioning as a primitivePaul Fox2008-03-171-17/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-172-8/+5
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-172-18/+7
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-175-9/+9
* fixups to vi usage, and move the initial redraw() past thePaul Fox2008-03-061-7/+9
* fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox2008-03-061-58/+65
* fix vi's '?' and '/' commands to correctly set a new directionPaul Fox2008-03-051-1/+4