- d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
- 3dbc5a9 awk: remove wrong comment by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 15 years ago
- f111b67 diff: make code more portable by Dan Fandrich · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
- 8b8d32e patch: accept and ignore -g NUM by Denys Vlasenko · 15 years ago
- 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
- feadfe7 patch: add more long opts; but remove -g for now by Denys Vlasenko · 15 years ago
- 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
- 2e5fa4a patch: ignore flag -g. +22 bytes by Matheus Izvekov · 15 years ago
- 94a6fd1 diff: don't exit in case we can't open input files. -2 bytes by Matheus Izvekov · 15 years ago
- 404f144 diff: don't use FILE_and_pos_t where it's not needed. -31 bytes by Matheus Izvekov · 15 years ago
- 4de4cb6 diff: correct handling of labels. -10 bytes by Matheus Izvekov · 15 years ago
- b32aa0c diff: support long options by Matheus Izvekov · 15 years ago
- fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 15 years ago
- b7a0440 diff: honor flag -i (ignore case differences) by Matheus Izvekov · 15 years ago
- 9e0879a diff: add NOINLINE by Denys Vlasenko · 15 years ago
- 032bf65 diff: defeat gcc's optimization by Denys Vlasenko · 15 years ago
- d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
- 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
- cdeda16 awk: preparatory patch, no essential code changes. -13 bytes. by Denys Vlasenko · 15 years ago
- c270454 fix fallout from isprint() changes by Denys Vlasenko · 15 years ago
- 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- 5799248 sed: on output file, set not only mode, but owner too by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- b87d972 patch: add Rob's version for reference, it may handle fuzz and offsets by Denys Vlasenko · 15 years ago
- 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
- 56b3eec small optimizations of toupper/tolower by Denys Vlasenko · 15 years ago
- c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
- 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
- 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
- bc3e947 awk: fix typo in prev commit by Denys Vlasenko · 15 years ago
- 46a0be5 awk: implement mktime by Leonid Lisovskiy · 15 years ago
- d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
- 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
- d069e53 a few more GCC-isms removed by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- d7874ed patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com) by Denys Vlasenko · 15 years ago
- f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
- 8e96b5b sed: simpler fix for recent GNU compat stuff (by Rob Landley) by Denys Vlasenko · 15 years ago
- ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
- b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
- 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
- 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 16 years ago
- 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
- e424423 awk: put at least one NUL between $n. Hopefully closes 337. by Denys Vlasenko · 16 years ago
- 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
- 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
- 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
- 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
- 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
- 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
- 4ae1e13 vi: fix several instances of major goof: when text grows, text[] by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
- c3a9dc8 vi: fix uninitialized last_search_pattern (bug 5794) by Denis Vlasenko · 16 years ago
- 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
- 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
- 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
- 37890e2 awk: fix typo in atan2 code. closes bug 5594. by Denis Vlasenko · 16 years ago
- 4c9e9c4 vi: handle chars 0x80, 0x81... correctly by Denis Vlasenko · 16 years ago
- 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
- 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
- 4bdeaaf Comment and whitespace tweaks. by Rob Landley · 16 years ago
- e3742f4 vi: explain why reading 4 chars is unsafe by Denis Vlasenko · 16 years ago
- 1dfeeeb vi: whitespace fix by Denis Vlasenko · 16 years ago
- 8ef801b vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s. by Denis Vlasenko · 16 years ago
- 7960ea8 Confirmed that on Linux the serial interrupt takes precedence over the timer by Rob Landley · 16 years ago
- d44c153 vi: fix bizarre formatting. no code changes by Denis Vlasenko · 16 years ago
- ded6ad3 fix recurring "last_cmd overrun", fix [del] handling in insert mode by Denis Vlasenko · 16 years ago
- 267e16c vi: trivial size optimization -65 bytes by Denis Vlasenko · 16 years ago
- 25497c1 vi: reinstate timeout of 300 ms by Denis Vlasenko · 16 years ago
- 5373fbc vi: add comments to Rob's algorithm of reading and matching ESC sequences by Denis Vlasenko · 16 years ago
- 5e38cd9 Escape sequences sent over serial links don't come in as a block, so poll by Rob Landley · 16 years ago
- 988dd55 Clean up editors/vi.c:readit() so it only does readahead when actually by Rob Landley · 16 years ago
- 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
- 665eaff awk: add a comment by Denis Vlasenko · 16 years ago
- a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
- 7cbcd1c awk: bitwise ops cast oprands and results to unsigned long, by Denis Vlasenko · 16 years ago
- 996a614 awk: support hex constants by Denis Vlasenko · 16 years ago
- 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 8ae5b28 awk: another smallish code shrink by Denis Vlasenko · 16 years ago