aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-09Fix problem where 'du file_that_exists' doesn't work.andersen2-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@1412 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-09More wget cleanups I've been working on...andersen2-60/+106
git-svn-id: svn://busybox.net/trunk/busybox@1411 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-09Some little cleanups from Larry Doolittleandersen4-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@1410 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-09Patch from Matt Kraai to implement uniq -[cdu]andersen6-15/+103
git-svn-id: svn://busybox.net/trunk/busybox@1409 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-09add quiet mode support.bug12-10/+20
If wget compiled without statusbar then -q option is accepted but has no effect. If wget compiled with statusbar -q turns it off. git-svn-id: svn://busybox.net/trunk/busybox@1408 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-09Forget to set final argv entry to NULL, breaking sh.c amoungandersen2-0/+2
other things... git-svn-id: svn://busybox.net/trunk/busybox@1407 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08Some updates. Wrong name was on a patch, plus a spelling fix.andersen1-2/+3
git-svn-id: svn://busybox.net/trunk/busybox@1406 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08Put in i to getopt, so i will work...andersen3-3/+3
git-svn-id: svn://busybox.net/trunk/busybox@1405 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08Update inittab docsandersen2-17/+73
git-svn-id: svn://busybox.net/trunk/busybox@1404 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08Make no local logging a runtime option for network logging...andersen6-55/+69
git-svn-id: svn://busybox.net/trunk/busybox@1403 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not logandersen3-8/+10
when compiled for remote logging. Not the ideal way to fix it (it should really be a runtime switch), but good enough for now I guess... git-svn-id: svn://busybox.net/trunk/busybox@1402 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08Patch from Matt Kraai to make logger log all arguments.andersen3-6/+25
git-svn-id: svn://busybox.net/trunk/busybox@1401 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-08when invoked as 'busybox foo args' remove the "busybox"andersen2-8/+50
so ps shows only what we want it to show... git-svn-id: svn://busybox.net/trunk/busybox@1400 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Patch from Matt Kraai to enable proxy support.andersen3-8/+30
git-svn-id: svn://busybox.net/trunk/busybox@1399 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Changed names of functions in utility.c and all affected files, to makemarkw155-1021/+1021
compliant with the style guide. Everybody rebuild your tags file! git-svn-id: svn://busybox.net/trunk/busybox@1398 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatkraai2-2/+2
strings from being passed to syslog(3). git-svn-id: svn://busybox.net/trunk/busybox@1397 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Get rid of redundant TRUE and FALSE definitions.kraai2-14/+0
git-svn-id: svn://busybox.net/trunk/busybox@1396 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07oops, didn't mean to commit that last one... revertingtausq1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@1395 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Write progress meter to stderr instead of stdouttausq3-5/+5
git-svn-id: svn://busybox.net/trunk/busybox@1394 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Fixed URL parsing bugtausq2-16/+28
Fixed -O - output-to-stdout bug git-svn-id: svn://busybox.net/trunk/busybox@1393 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hardandersen5-10/+192
links, and no longer segfault in a certain wierd case. git-svn-id: svn://busybox.net/trunk/busybox@1392 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-07Add some more changlog stuff suggested by Larry Doolittle.andersen1-2/+20
git-svn-id: svn://busybox.net/trunk/busybox@1391 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Bettwr document the hidden internal sh.c #defines, and which folksandersen3-6/+30
might want to use... git-svn-id: svn://busybox.net/trunk/busybox@1390 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Close but #1071...andersen2-34/+28
git-svn-id: svn://busybox.net/trunk/busybox@1389 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Ignore the newdocs as wellandersen1-0/+5
git-svn-id: svn://busybox.net/trunk/busybox@1388 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'andersen2-2/+2
so it properly outputs "1 2 3". git-svn-id: svn://busybox.net/trunk/busybox@1387 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WINandersen4-12/+12
to the more pedantically correct BB_FEATURE_SH_APPLETS_ALWAYS_WIN. git-svn-id: svn://busybox.net/trunk/busybox@1386 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Added insmod support for ARM, and lsmod support for older kernels,andersen6-191/+498
thanks to Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and Nicolas Ferre <nicolas.ferre@alcove.fr>. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1385 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Must compile before committing.kraai2-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@1384 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-06Fix exit status on failure.kraai8-36/+42
git-svn-id: svn://busybox.net/trunk/busybox@1383 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-05Removed isBlank and isWildCard macros that were totally unused (should anyonemarkw2-10/+4
need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked. git-svn-id: svn://busybox.net/trunk/busybox@1382 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-05Changed some #define strings to static const char [] variables. Tested lsmarkw1-4/+4
after changing, it worked. git-svn-id: svn://busybox.net/trunk/busybox@1381 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-05Use perrorMsg and clean up exit status.kraai2-10/+10
git-svn-id: svn://busybox.net/trunk/busybox@1380 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-05Fixed the comments to match the code and renamed the function to a (hopefully)markw5-15/+15
more descriptive name, and as per the style guide. git-svn-id: svn://busybox.net/trunk/busybox@1379 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-05Applied patch from Matt Kraai to add v*error functions for handling varargmarkw1-21/+21
lists in a safe 'n sane fashion. git-svn-id: svn://busybox.net/trunk/busybox@1378 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-05Use perrorMsg instead of perror and keep removing files if we encounterkraai3-15/+17
an error. git-svn-id: svn://busybox.net/trunk/busybox@1377 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-04Changelog updateandersen1-0/+5
git-svn-id: svn://busybox.net/trunk/busybox@1376 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-04Flag day warning!andersen2-4/+4
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1375 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-04Patch to add in the -X option and fix the --exclude bug, originally byandersen5-3/+61
Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <ab@netropol.de> and kent robotti <robotti@metconnect.com>. git-svn-id: svn://busybox.net/trunk/busybox@1373 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-02Fix typoandersen1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@1371 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-02Patch from Larry Doolittle so it will build the newdocs right.andersen5-57/+49
git-svn-id: svn://busybox.net/trunk/busybox@1370 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01Update for handling .udebs and building using a pristine source dir...andersen5-88/+781
git-svn-id: svn://busybox.net/trunk/busybox@1369 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01More doc handling updatesandersen1-7/+6
git-svn-id: svn://busybox.net/trunk/busybox@1368 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01Update some descriptionsandersen1-2/+3
git-svn-id: svn://busybox.net/trunk/busybox@1367 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01Fix yet another blunder. Create symlink correctly this time.andersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@1366 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01I forgot a "/". Oops.andersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@1365 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01More pristine source directory updates. It now worksandersen8-34/+116
for me (including doing install). How about you? -Erik git-svn-id: svn://busybox.net/trunk/busybox@1364 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01More updates for the Makefile to do BB_SRC_DIR. This isandersen1-15/+48
primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... git-svn-id: svn://busybox.net/trunk/busybox@1363 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01Make tar shutup on compileandersen2-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@1362 69ca8d6d-28ef-0310-b511-8ec308f3f277
2000-12-01Remove #ifdef __STDC__ junk. We don't do K&R round these parts,andersen8-290/+6
so no point acting like we do. git-svn-id: svn://busybox.net/trunk/busybox@1361 69ca8d6d-28ef-0310-b511-8ec308f3f277