summaryrefslogtreecommitdiff
path: root/coreutils/stty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* stty: fix few bugs found in testingDenis Vlasenko2006-09-191-25/+27
|
* stty: reorder code, reducing need in forward declarations.Denis Vlasenko2006-09-191-211/+198
| | | | added few missed bits of error checking for parameters.
* stty: convert "enum mode_type" into unnamed enumDenis Vlasenko2006-09-191-157/+169
| | | | | (reduces code obfuscation); deindent set_mode; add _or_die suffixes to few functions
* stty: reduce #ifdef forestDenis Vlasenko2006-09-191-52/+45
|
* stty: simplify linewrapping code a bitDenis Vlasenko2006-09-191-55/+33
|
* stty: style fixesDenis Vlasenko2006-09-191-102/+93
|
* stty: fix a longstanding FIXME (was able to die half-way setting term params)Denis Vlasenko2006-09-191-171/+241
|
* few random readability enhansements. No code changesDenis Vlasenko2006-09-081-2/+2
|
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-35/+1
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-2/+2
|
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-7/+7
|
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-5/+8
| | | | the busybox binary) into enums (which don't).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
| | | | definitions. (That should only be on prototypes.)
* rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.hMike Frysinger2006-02-191-1/+0
|
* removed warning "comparison between signed and unsigned". Reduced size"Vladimir N. Oleynik"2006-01-301-43/+41
|
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-10/+3
| | | | - use shorter boilerplate while at it.
* Add a missing brace, patch by Hideki IWAMOTOGlenn L McGrath2004-09-151-0/+1
|
* last_patch89 from vodz:Eric Andersen2003-06-201-36/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My version support now: - options with arguments (optional arg as GNU extension also) - complementaly and/or incomplementaly and/or incongruously and/or list options - long_opt (all applets may have long option, add supporting is trivial) This realisation full compatibile from your version. Code size grow 480 bytes, but only coreutils/* over compensate this size after using new function. Last patch reduced over 800 bytes and not full applied to all. "mkdir" and "mv" applets have long_opt now for demonstrate trivial addition support long_opt with usage new bb_getopt_ulflags(). Complementaly and/or incomplementaly and/or incongruously and/or list options logic is not trivial, but new "cut" and "grep" applets using this logic for examples with full demostrating. New "grep" applet reduced over 300 bytes. Mark, Also. I removed bug from "grep" applet. $ echo a b | busybox grep -e a b a b a b But right is printing one only. --w vodz
* Major coreutils update.Manuel Novoa III2003-03-191-287/+206
|
* last_patch41 from vodz to fix stty -F and similarEric Andersen2002-06-061-3/+22
|
* Patch from vodz:Eric Andersen2001-07-121-1/+1
| | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
* Patch from Vladimir to remove testing stuff from sttyEric Andersen2001-05-071-67/+0
|
* Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inMark Whitley2001-03-021-249/+301
| | | | recovery_mode and changed option processing.
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* Another patch from Vladimir to eliminate obsolete junk.Eric Andersen2001-02-181-2/+1
|
* Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen2001-02-141-0/+1392
-Erik