summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-1/+0
| | | | | | | | | | | | | | | | function old new delta tar_main 705 695 -10 sort_main 928 918 -10 decode_format_string 886 876 -10 run_parts_main 197 185 -12 ps_main 513 500 -13 wget_main 2764 2750 -14 awk_main 1014 1000 -14 od_main 2886 2866 -20 llist_rev 25 - -25 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/8 up/down: 0/-128) Total: -128 bytes
* libbb: add xunlink()Denis Vlasenko2007-04-051-6/+3
| | | | patch: do not try to delete same file twice
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-011-1/+1
|
* sed: a communal variable managed to slip past 'size'Denis Vlasenko2007-03-261-93/+99
| | | | | | | | | | | | | ('size' happily displays 0 bytes in data and bss, but in reality sed.o used 180 bytes of it). Oh well. function old new delta pipe_putc 67 76 +9 sed_main 627 633 +6 get_next_line 161 166 +5 bbg 180 - -180 (add/remove: 0/1 grow/shrink: 3/0 up/down: 20/-180) Total: -160 bytes sed: also make sed -i failure message less cryptic
* inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)Denis Vlasenko2007-03-241-3/+9
|
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-1/+1
|
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-221-1/+11
|
* vi: fix signed char-induced potential bugsDenis Vlasenko2007-03-211-30/+32
|
* vi: remove Byte typedef and massive amount of casts.Denis Vlasenko2007-03-211-424/+445
| | | | | also optimize many strlen() calls. if (strlen(buf) <= 0) goto vc1 - ??!!
* vi: support $EXINIT and -cDenis Vlasenko2007-03-211-14/+53
|
* sed: fix very obscure case of escaped newline in sed commandDenis Vlasenko2007-03-161-12/+29
| | | | (needed for uclibc build, btw). Add testcase for it.
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-8/+1
|
* awk: support multiple -v optionsDenis Vlasenko2007-03-101-3/+8
|
* clean up accumulated whitespace damageDenis Vlasenko2007-03-072-2/+2
|
* awk: fix memory leak (can affect large file processing)Denis Vlasenko2007-02-241-18/+18
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-035-0/+5
| | | | no preceding prototype
* silly space saving in sedDenis Vlasenko2007-01-301-6/+6
|
* micro optimizationDenis Vlasenko2007-01-301-1/+1
|
* preparatory patch for -Wwrite-strings #7: sedDenis Vlasenko2007-01-291-13/+16
| | | | remaining: shell (rather scary mess in msh.c)
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-10/+10
|
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-292-21/+28
|
* add to testsuite and fix yet another sed corner caseDenis Vlasenko2007-01-291-6/+24
|
* disable -Wold-style-definition for gcc 3.xDenis Vlasenko2007-01-291-6/+9
|
* sed: fix 2 bugs (one testsuite entry + one newly found)Denis Vlasenko2007-01-291-59/+59
| | | | but more importantly make code more understandable
* fix all known regressions with sed and also make it simplerDenis Vlasenko2007-01-281-28/+42
|
* strdup -> xstrdupDenis Vlasenko2007-01-191-3/+4
| | | | sed: de-obfuscate piece of code
* sed,get_line_from_file: improve commentsDenis Vlasenko2007-01-171-17/+27
|
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-2/+2
|
* awk: style fixesDenis Vlasenko2007-01-011-27/+23
|
* awk: undo locale setting for numbers - or else parsingDenis Vlasenko2007-01-011-0/+5
| | | | | can act quite mysteriously date: add if(ENABLE_LOCALE_SUPPORT)
* awk: style cleanup. A lot of rw data moved to roDenis Vlasenko2007-01-011-294/+293
| | | | | (still has quite a lot of statics etc...). getopt32-ification.
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-202/+205
|
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
|
* style fixesDenis Vlasenko2006-12-262-13/+12
| | | | last xcalloc replaced by xzalloc
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-7/+6
|
* remove casts from xmalloc()Denis Vlasenko2006-12-193-8/+8
|
* Add option to disable command execution from vi & awkDenis Vlasenko2006-12-193-4/+16
|
* diff: comment - explain what happens when hunk fails to applyDenis Vlasenko2006-12-171-2/+3
|
* patch: fix double-free (bug 1120)Denis Vlasenko2006-12-171-0/+1
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-3/+1
|
* bb_makedev: fix for glibc 2.3.2Denis Vlasenko2006-12-101-3/+3
| | | | sed: fix C++ style declaration
* sed: style fixesDenis Vlasenko2006-12-101-328/+338
|
* sed: fix handling of files not ending in '\n'Denis Vlasenko2006-12-021-10/+30
|
* sed: improve handling of NULsDenis Vlasenko2006-12-021-46/+64
|
* ed: convert style to bbox's. No code changes.Denis Vlasenko2006-11-301-224/+93
|
* passwd: rework:Denis Vlasenko2006-11-301-0/+2
| | | | | | | | | * do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-19/+19
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-272-29/+29
|
* Fix largefile breakage; advance version to 1.2.2Denis Vlasenko2006-10-271-2/+1
|