| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | vodz | 2006-02-16 | 1 | -2/+3 |
* | fix up yet more annoying signed/unsigned and mixed type errors | andersen | 2006-01-30 | 1 | -12/+14 |
* | C99 say: "char" declaration may be signed or unsigned default | vodz | 2006-01-25 | 1 | -10/+12 |
* | Add more bash-like dot-dirs cmdedit feature | vodz | 2006-01-25 | 1 | -2/+2 |
* | just whitespace | timr | 2006-01-25 | 1 | -2/+2 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -23/+11 |
* | restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir ... | vodz | 2006-01-19 | 1 | -1/+1 |
* | sync with dash_0.5.3-1 | vodz | 2006-01-15 | 1 | -302/+267 |
* | sync license from mainstream | vodz | 2005-12-15 | 1 | -6/+2 |
* | remove sigsetmask, noticed by Bernhard | vodz | 2005-12-13 | 1 | -0/+4 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | vodz | 2005-10-15 | 1 | -2/+1 |
* | correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->... | vodz | 2005-09-26 | 1 | -3/+12 |
* | committing: | pgf | 2005-09-07 | 1 | -51/+95 |
* | 1) sync with dash_0.5.2-7 | vodz | 2005-09-05 | 1 | -59/+94 |
* | Patch from Stephane Billiart to improve ash error message. | landley | 2005-08-14 | 1 | -1/+1 |
* | implemented a builtin echo command in ash. moved the guts of the | pgf | 2005-08-09 | 1 | -33/+19 |
* | commiting: | pgf | 2005-08-04 | 1 | -6/+11 |
* | revert 10881, and refix by changing "if (vallen)" to "if (val)". this | pgf | 2005-07-21 | 1 | -2/+3 |
* | applying fix for: | pgf | 2005-07-20 | 1 | -2/+1 |
* | applying fix from: | pgf | 2005-07-20 | 1 | -11/+22 |
* | This one's from me. Fix ash "standalone shell". | landley | 2005-05-07 | 1 | -21/+7 |
* | - no need to check if JOBS is defined. Config.in ensures it. | solar | 2005-02-10 | 1 | -7/+6 |
* | - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/... | solar | 2005-02-09 | 1 | -3/+63 |
* | Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works | andersen | 2004-10-08 | 1 | -4/+4 |
* | Hiroshi Ito writes: | andersen | 2004-10-08 | 1 | -0/+1 |
* | Patrick Huesmann noticed BusyBox would not link when | andersen | 2004-09-08 | 1 | -0/+2 |
* | Patch from Vladimir N. Oleynik: | andersen | 2004-08-19 | 1 | -1/+1 |
* | Patch from Tito to fix warnings about redifined functionions barrier and likely. | bug1 | 2004-08-06 | 1 | -9/+9 |
* | Paul Whittaker writes: | andersen | 2004-07-24 | 1 | -0/+1 |
* | Patch from Jean Wolter, fixes compiler warning when ASH_ALIAS is | bug1 | 2004-07-21 | 1 | -27/+27 |
* | Fix compile error when math support disabled. | bug1 | 2004-06-25 | 1 | -1/+2 |
* | Stupidity-1, Erik-0 | andersen | 2004-06-22 | 1 | -1/+1 |
* | Bastian Blank notices a couple of int64_ts that should have | andersen | 2004-06-22 | 1 | -2/+1 |
* | Patch from Bastian Blank: | andersen | 2004-06-22 | 1 | -12/+22 |
* | Larry Doolittle writes: | andersen | 2004-04-14 | 1 | -13/+13 |
* | Peter Milne writes: | andersen | 2004-04-12 | 1 | -3/+22 |
* | Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof | andersen | 2004-04-07 | 1 | -6/+0 |
* | Per suggestion by Pawel Sakowski, fix the dash_arith() prototype | andersen | 2004-04-05 | 1 | -2/+2 |
* | Patch from vodz to fix the dynamic vars patch, which I should not | andersen | 2004-03-16 | 1 | -75/+86 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -1/+1 |
* | Paul Mundt, lethal at linux-sh dot org writes: | andersen | 2004-03-11 | 1 | -14/+54 |
* | Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm. | mjn3 | 2004-02-18 | 1 | -1/+1 |
* | Patch from vodz, based on bug report from Richard Kojedzinszky: | andersen | 2004-02-06 | 1 | -3/+1 |
* | Vodz last_patch_125_2, this patch have:
| bug1 | 2004-02-04 | 1 | -12/+58 |
* | Fix compile error when tab completion disabled | bug1 | 2004-01-25 | 1 | -1/+1 |
* | Vodz last_patch_122, Check $PATH at runtime to fix tab completion | bug1 | 2004-01-14 | 1 | -0/+3 |
* | Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. | bug1 | 2004-01-13 | 1 | -162/+127 |
* | Fix for "Broken pipe" issue, vodz last_patch116_3 | bug1 | 2003-11-25 | 1 | -1/+1 |
* | Fix a "broken pipe" problem. vodz, last_patch_116-2 | bug1 | 2003-11-14 | 1 | -5/+1 |
* | last_patch116 from vodz: | andersen | 2003-10-22 | 1 | -10/+18 |