aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* style fixesDenis Vlasenko2006-12-263-5/+5
| | | | last xcalloc replaced by xzalloc
* sum: 40% size reduction (-300 bytes)Denis Vlasenko2006-12-231-107/+48
| | | | find: one_char -> LONE_CHAR
* tail: -50 text bytesDenis Vlasenko2006-12-221-88/+48
|
* convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko2006-12-223-6/+6
|
* removal of commented-out cruftDenis Vlasenko2006-12-221-5/+0
|
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-2/+1
| | | | (we have bb_copyfd_exact_size now for that kind of usage)
* less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko2006-12-211-5/+3
| | | | | user interaction if stdout is not a tty. size optimizations
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-216-17/+26
|
* tail: fix tail +NDenis Vlasenko2006-12-211-11/+9
|
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
|
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-7/+0
|
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko2006-12-181-35/+31
|
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko2006-12-171-2/+1
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-168-25/+23
|
* diff: fix -q exit codeDenis Vlasenko2006-12-161-70/+72
| | | | last_char_is: sacrifice 9 bytes but avoid double-scan
* - minor shrinkageBernhard Reutner-Fischer2006-12-141-4/+6
|
* - remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer2006-12-131-2/+5
| | | | - make one variable static and add comment about why the other variables there are not static.
* date: -R shouldn't use localeDenis Vlasenko2006-12-131-5/+13
|
* - commentary typoBernhard Reutner-Fischer2006-12-021-1/+1
|
* od: fix buglet in --traditional, microoptimization,Denis Vlasenko2006-11-291-17/+17
| | | | | document coreutils bug bloat-o-meter: account for objects in rodata too
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-292-2/+16
| | | | (disabling them saves ~4K on fully configured bbox)
* od: sometime ago I landed BIG od implementationDenis Vlasenko2006-11-281-754/+616
| | | | | from coreutils. My fault. This commit contains cleanups and size reductions.
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-272-9/+9
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-275-27/+27
|
* Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko2006-11-273-9/+7
|
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-272-7/+26
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* sort: two small optimizationsDenis Vlasenko2006-11-261-9/+10
|
* sort: reformat entire file wrt style.Denis Vlasenko2006-11-261-182/+215
| | | | | | fix single obvious bug: right hand was 0 here: flags & (FLAG_b&FLAG_d&FLAG_f&FLAG_i&FLAG_bb) fixed to use |
* small fixes:Denis Vlasenko2006-11-261-1/+1
| | | | | | fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc.
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-251-38/+38
| | | | | bb_full_fd_action: optimize die_if_ferror: "<applet>: filename" isn't a good err msg, add "..I/O error"
* dd: support >2gb values for seek, skip, countDenis Vlasenko2006-11-251-4/+10
|
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-242-4/+4
|
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko2006-11-231-20/+24
| | | | Also eradicate 95 bytes of bloat.
* httpd: fix cgi-bin/index.cgi support, add example of it,Denis Vlasenko2006-11-211-31/+37
| | | | | stat: fix end-of-line if format is specified (wasn't printing it), fix %z (time) format to match coreutils 6.3
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-213-6/+5
|
* mkdir: style fixDenis Vlasenko2006-11-191-5/+5
|
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-185-6/+6
|
* - end may be used uninitialized.Bernhard Reutner-Fischer2006-11-171-1/+2
| | | | - TODO: should eventually use skip_whitespace there
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
|
* dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko2006-10-311-50/+69
| | | | w/o perror and statictics. Several small improvements
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9
|
* chmod: typo in commentsDenis Vlasenko2006-10-281-8/+8
|
* ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko2006-10-282-198/+148
|
* ls: cleanup part 1Denis Vlasenko2006-10-282-271/+181
|
* recursive_action: add depth paramDenis Vlasenko2006-10-273-28/+84
| | | | chmod: match coreutils versus following links
* chgrp: just call chown! :)Denis Vlasenko2006-10-272-39/+11
|
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-272-25/+64
| | | | chmod: stop following symlinks
* chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko2006-10-271-53/+44
|
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-273-7/+7
| | | | Found bad typo in largefile support :)
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-1/+0
|