aboutsummaryrefslogtreecommitdiff
path: root/coreutils/wc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-16Show an example of how to compile with uClibc.andersen1-2/+10
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1598 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-13Fix ownership of extracted directories.kraai2-4/+10
git-svn-id: svn://busybox.net/trunk/busybox@1562 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-09Removed unused, unneeded, Lineo-specific script.markw1-23/+0
git-svn-id: svn://busybox.net/trunk/busybox@1548 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Needs to be NULL at init in all cases.andersen3-3/+3
git-svn-id: svn://busybox.net/trunk/busybox@1545 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Changelog update/cleanup from larry.andersen1-7/+8
git-svn-id: svn://busybox.net/trunk/busybox@1544 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Patch from larry doolittle to be ever so careful to cleanupandersen3-48/+216
all open file descriptors, lest wierdness happen later. git-svn-id: svn://busybox.net/trunk/busybox@1543 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Better label the globals.andersen3-6/+21
git-svn-id: svn://busybox.net/trunk/busybox@1542 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Patch from Larry Doolittle to set values to static variables that live in theandersen3-6/+45
bss at runtime, since sh.c can call sh.c, which causes these variables to not be set to their defaults as god intended. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1541 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Turned some #define constants into static const ints.markw2-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@1540 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Rewrote tail.kraai2-506/+406
git-svn-id: svn://busybox.net/trunk/busybox@1539 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-05Fix a segfault by only constructing the prompt when we need to. If we don'tkraai3-6/+6
do this we will segfault processing /etc/.profile since cwd isn't yet set. git-svn-id: svn://busybox.net/trunk/busybox@1538 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Changed email address to codepoet.org, updated list of applets / docs Imarkw9-10/+10
maintain in AUTHORS. git-svn-id: svn://busybox.net/trunk/busybox@1537 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Included name of Larry Doolittle's build test script. Shameless self-creditingmarkw1-1/+5
of a few items. git-svn-id: svn://busybox.net/trunk/busybox@1536 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Update to changelog -- mostly from Larry Doolittle.andersen1-1/+30
git-svn-id: svn://busybox.net/trunk/busybox@1535 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Fixed -qv interaction (thanks to a report and patch from David Douthitt).kraai2-0/+10
git-svn-id: svn://busybox.net/trunk/busybox@1534 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Move window size handling to cmdedit.c. Move prompt setup to ↵andersen3-159/+99
setup_prompt_string() git-svn-id: svn://busybox.net/trunk/busybox@1533 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Update interface per what now exists...andersen2-26/+0
git-svn-id: svn://busybox.net/trunk/busybox@1532 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Cleanup -- move win handling to cmdedit.c, static-ify many functions.andersen2-30/+60
git-svn-id: svn://busybox.net/trunk/busybox@1531 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-01-04Fix symbol table manipulation (report and fix by Larry Doolittle).kraai2-6/+8
git-svn-id: svn://busybox.net/trunk/busybox@1530 69ca8d6d-28ef-0310-b511-8ec308f3f277