aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add option to disable command execution from vi & awkvda2006-12-193-4/+16
* diff: comment - explain what happens when hunk fails to applyvda2006-12-171-2/+3
* patch: fix double-free (bug 1120)vda2006-12-171-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-3/+1
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-3/+3
* sed: style fixesvda2006-12-101-328/+338
* sed: fix handling of files not ending in '\n'vda2006-12-021-10/+30
* sed: improve handling of NULsvda2006-12-021-46/+64
* ed: convert style to bbox's. No code changes.vda2006-11-301-224/+93
* passwd: rework:vda2006-11-301-0/+2
* style cleanup: return(a) -> return a, part 2vda2006-11-271-19/+19
* style cleanup: return(a) -> return a, part 1vda2006-11-272-29/+29
* Fix largefile breakage; advance version to 1.2.2vda2006-10-271-2/+1
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-272-34/+34
* rename functions to more understandable namesvda2006-10-261-1/+1
* sed: mostly style fixes, very small changes in actual codevda2006-10-251-333/+354
* use skip_whitespace where appropriatevda2006-10-252-83/+86
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-203-6/+6
* add open_read_close() and similar stuffvda2006-10-141-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-122-9/+9
* small style fixesvda2006-10-121-3/+3
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067vda2006-10-071-1/+1
* build system overhaulvda2006-10-054-90/+39
* getopt_ulflags -> getopt32.vda2006-10-033-8/+8
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* lots of silly indent fixesvda2006-10-033-5/+5
* sed: -e options were handled in reverse order. fix that.vda2006-10-011-19/+27
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-15/+24
* several fixes from openWRT projectvda2006-09-261-1/+30
* awk: getopt_ulflags'isationvda2006-09-221-37/+27
* sed: getopt_ulflags'isationvda2006-09-221-34/+22
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-1/+1
* whitespace cleanupvda2006-09-172-3/+3
* Bugfix for: echo '123456789' | sed 's/./|&/5'landley2006-09-081-1/+1
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-062-2/+2
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-291-1/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-10/+5
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-034-66/+44
* Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smallerlandley2006-07-261-35/+23
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-8/+8
* Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"landley2006-06-281-1/+1
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andlandley2006-06-251-2/+1
* Remove pointless "inline" wrapper around get_terminal_width_height().landley2006-06-211-21/+7
* Zubicaray reported a bug in vi that causes it to eat 100% cpu when you closelandley2006-06-211-87/+2
* - make sure that we see string_insert only if we need it.aldot2006-06-091-2/+2
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+1
* Confirming it's not needed.landley2006-06-051-1/+1