style fixes. No code changes.
[platform/upstream/busybox.git] / shell / hush.c
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-02-11 Denis Vlasenkosyslogd: fix "readpath bug" by using readlink instead
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-01-30 Denis Vlasenkohush: style fixes
2007-01-30 Denis Vlasenkohush: now it's -Wwrite-strings clean
2007-01-30 Denis Vlasenkohush: style fixes
2007-01-30 Denis Vlasenkohust: -Wwrite-strings fixes
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-22 Denis VlasenkoConvert cmdedit into more generic line input facility
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-26 Denis Vlasenkostyle fixes
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-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-11 Denis Vlasenkohush.c: stop using __FILE__ (bad in out-of-tree builds)
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-15 Rob LandleyUnbreak allbareconfig.
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-19 Rob LandleyReplace the previous checkin with the correct fix.
2006-07-18 "Robert P. J. Day"For now, get around the error that "child" might be...
2006-07-01 "Robert P. J. Day"Get rid of all "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove "#if 1" directives.
2006-06-20 Rob LandleyCleanup patch from Shaun Jackman converting %m to perror.
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-02-24 Rob LandleyI was playing around with a dependency generator a...
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-01-31 "Vladimir N. Oleynik"quick analize signed->unsigned: protect overflow of...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-12-12 Rob LandleyUninitialized variable causing intermittent syntax...
2005-10-17 "Vladimir N. Oleynik"data --> text
2005-09-22 "Vladimir N. Oleynik"Reduce exported from hush applet
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-12 Eric AndersenWolfgang Denk writes:
2004-04-12 Eric AndersenJamie Guinan writes:
2004-04-07 Eric AndersenRemove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-06 Eric AndersenMake hush comple once again
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-04-13 Eric AndersenNice patch from Wolfgang Denk <wd@denx.de> to provide...
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-10-28 Eric AndersenAdd in some (theoretical) uClinux support. Some init...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-19 Eric AndersenAdd an option to make the shells not advertise their...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-12 Eric AndersenPatch from vodz:
2001-06-28 Eric AndersenMore thrashing about trying to make hush behave itself...
2001-06-26 Eric AndersenExplicitly call setsid()
2001-06-26 Eric AndersenDon't choke if /etc/profile is not available
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-25 Eric AndersenFix the code for establishing a controlling terminal.
2001-06-22 Eric AndersenSome more cleanups. Of special importance, never free...
2001-06-22 Eric AndersenSome cleanups for hush. Saves about 350bytes.
2001-06-07 Eric AndersenAnother hush update from Larry:
2001-06-06 Eric AndersenA patch from Larry to fix pathological things like...
2001-06-05 Matt KraaiDon't close file descriptors when we are duplicating...
2001-05-31 Eric AndersenCope gracefully when people type something, then hit ^C.
2001-05-24 Eric AndersenPlug another memory leak
2001-05-23 Eric AndersenPlug another memory leak in hush. This one showed...
2001-05-23 Eric AndersenFix a massive memory leak in the run_list_test() function.
2001-05-23 Matt KraaiCommit a patch by Larry Doolittle which fixes recursive...
2001-05-22 Eric AndersenExcellent. This patch from Larry fixes the behavior...
2001-05-22 Eric AndersenFix this case. No, really this time.
2001-05-22 Eric AndersenFix a race. Sometimes by the time we got to checkjobs...
2001-05-22 Eric AndersenOops. Remove some debug noise I left in.
2001-05-22 Eric AndersenUpdates from both Vladimir and Larry
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-21 Eric AndersenThe latest patch from Larry
2001-05-19 Eric AndersenThis is a patch from Vladimir:
2001-05-17 Eric AndersenIt turns out job control in both hush and lash was...
2001-05-16 Eric AndersenMove init of a bunch of globals into main so we are...
2001-05-15 Eric AndersenFix the behavior of local shell variables to match...
2001-05-15 Eric AndersenOops. I left in some debug noise.
2001-05-15 Eric AndersenWrite set_local_var() and fixup lookup_param() so you...
2001-05-15 Eric AndersenThis patch covers one big part of variable handling.
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Eric AndersenUse xgetcwd
2001-05-08 Eric AndersenA few more structural updates for job control.
2001-05-08 Eric AndersenFix a stupid segfault caused by dereferencing a NULL...
2001-05-07 Eric AndersenThis patch from Evin Robertson <nitfol@my-deja.com...
2001-05-07 Eric AndersenMore hush updates from Larry:
2001-05-04 Eric AndersenLarry's variant on Evin Robertson's fix to what I messed up
2001-05-04 Matt KraaiDon't reset parents context when we encounter an termin...
2001-05-04 Eric AndersenIf it fails to run a builtin, let it fall through to
2001-05-02 Matt KraaiMove up waitpid error check so that errno isn't clobber...
2001-05-02 Eric AndersenSome more job control updates. It will now sucessfully...
2001-05-02 Matt KraaiDon't treat newline as pipe separator when processing...
2001-05-02 Matt KraaiFix $(...) construction. Noted and patched by Larry...
2001-05-02 Eric AndersenFirst pass at getting job control working. This gets...
2001-05-02 Matt KraaiUse the current pgrp, not pid, when resetting the foreg...
2001-05-02 Matt KraaiDon't segfault if the first word is the empty string.
next