include <stddef.h> so that ptrdiff_t is again available
[oweals/busybox.git] / editors /
2007-03-16 Denis Vlasenkosed: fix very obscure case of escaped newline in sed...
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-10 Denis Vlasenkoawk: support multiple -v options
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-24 Denis Vlasenkoawk: fix memory leak (can affect large file processing)
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-30 Denis Vlasenkosilly space saving in sed
2007-01-30 Denis Vlasenkomicro optimization
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #7: sed
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-29 Denis Vlasenkoadd to testsuite and fix yet another sed corner case
2007-01-29 Denis Vlasenkodisable -Wold-style-definition for gcc 3.x
2007-01-29 Denis Vlasenkosed: fix 2 bugs (one testsuite entry + one newly found)
2007-01-28 Denis Vlasenkofix all known regressions with sed and also make it...
2007-01-19 Denis Vlasenkostrdup -> xstrdup
2007-01-17 Denis Vlasenkosed,get_line_from_file: improve comments
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-01 Denis Vlasenkoawk: style fixes
2007-01-01 Denis Vlasenkoawk: undo locale setting for numbers - or else parsing
2007-01-01 Denis Vlasenkoawk: style cleanup. A lot of rw data moved to ro
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-19 Denis VlasenkoAdd option to disable command execution from vi & awk
2006-12-17 Denis Vlasenkodiff: comment - explain what happens when hunk fails...
2006-12-17 Denis Vlasenkopatch: fix double-free (bug 1120)
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-10 Denis Vlasenkobb_makedev: fix for glibc 2.3.2
2006-12-10 Denis Vlasenkosed: style fixes
2006-12-02 Denis Vlasenkosed: fix handling of files not ending in '\n'
2006-12-02 Denis Vlasenkosed: improve handling of NULs
2006-11-30 Denis Vlasenkoed: convert style to bbox's. No code changes.
2006-11-30 Denis Vlasenkopasswd: rework:
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-27 Denis VlasenkoFix largefile breakage; advance version to 1.2.2
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-25 Denis Vlasenkosed: mostly style fixes, very small changes in actual...
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-07 Denis Vlasenkoawk: && -> & in "n->info && OPCLSMASK" - fixes bug...
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-10-01 Denis Vlasenkosed: -e options were handled in reverse order. fix...
2006-10-01 Denis Vlasenkosed: unbreak multiple -e, -f option handling (my fault)
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-22 Denis Vlasenkoawk: getopt_ulflags'isation
2006-09-22 Denis Vlasenkosed: getopt_ulflags'isation
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-08 Rob LandleyBugfix for: echo '123456789' | sed 's/./|&/5'
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-26 Rob LandleyRich Filker spotted that sed -e 's/xxx/[/' didn't work...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-28 Rob LandleyFix bugs.busybox.net/view.php?id=826 in which "(echo...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-21 Rob LandleyRemove pointless "inline" wrapper around get_terminal_w...
2006-06-21 Rob LandleyZubicaray reported a bug in vi that causes it to eat...
2006-06-09 Bernhard Reutner... - make sure that we see string_insert only if we need it.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-05 Rob LandleyConfirming it's not needed.
2006-06-03 Bernhard Reutner... - use bb functions instead of handrolling stuff.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-24 Rob LandleyYann Morin spotted some leftover flotsam from halfway...
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-19 Bernhard Reutner... - remove SIGIOT as suggested by landley.
2006-05-19 Bernhard Reutner... - Rich Felker writes:
2006-05-19 Bernhard Reutner... - remove superfluous legacy includes.
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-09 Rob LandleyConvert sed's static variables to a single global struc...
2006-05-08 Rob LandleyMove sed over to the generic llist_t for append. Saves...
2006-05-07 Rob LandleyPatch to fix bug 868, and some related cleanup while...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-04-16 Mike Frysingertouchup comment
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-05 Paul Foxadjust ifdefs for inclusion of string_insert() routine
2006-03-28 Paul Foxfix behavior of ZZ, with respect to readonly mode(s...
2006-03-27 Paul Foxadd support for :wn (initial patch from Alexander...
2006-03-27 Paul Foxdrop obsolete version string in favor of actual BB...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
next