- e8fe9f9 awk: allow printf('%c') to output NUL, closes 13486 by Ron Yorston · 3 years, 11 months ago
- 665a659 awk: FS regex matches only non-empty separators (gawk compat) by Denys Vlasenko · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
- 5323af7 awk: fix dodgy multi-char separators splitting logic by Denys Vlasenko · 4 years, 1 month ago
- 6f7a009 awk: disallow "str"++, closes bug 12981 by Denys Vlasenko · 4 years, 6 months ago
- bd8b05b awk: fix more "length" cases, closes 12486 by Denys Vlasenko · 4 years, 11 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 1c42c18 awk: Fix overly permissive func arg list parsing by Brian Foley · 6 years ago
- 08a514c awk: Syntax error if delete isn't given an arg. by Brian Foley · 6 years ago
- dac15a1 awk: Guard pointer chasing when parsing ternary expressions. by Brian Foley · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 75a1c87 awk: abort if NF set to negative value by Denys Vlasenko · 6 years ago
- 2454e67 awk: do not allow $(-1) by Denys Vlasenko · 7 years ago
- 844a6c5 awk: code shrink by Denys Vlasenko · 7 years ago
- 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- a1799db awk: stop on first non-option, closes 9861 by Denys Vlasenko · 7 years ago
- 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
- 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
- 5f8daef awk: fix handling of "if ... break ; else ..." - closes 7226 by Denys Vlasenko · 10 years ago
- bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
- f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
- 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
- a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
- 1390a01 awk: use "long long" as integer type, not "int" by Denys Vlasenko · 11 years ago
- b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
- ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
- 7b46d11 awk: fix a SEGV by Denys Vlasenko · 13 years ago
- 202a1b9 awk: fix define name collision with BSD headers by Denys Vlasenko · 13 years ago
- f65c5f5 awk: next_input_file can return NULL, don't SEGV in this case. by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- d8205b3 awk: reduce ifdef forest by Rob Landley · 14 years ago
- 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
- 6a0d749 awk: fix segfault on closing non-opened file by Denys Vlasenko · 14 years ago
- 28458c6 awk: code shrink by Denys Vlasenko · 14 years ago
- d527e0c awk: 00.123 is not a octal constant; neither is 009.123. fixing this by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 7379cd1 awk: add comment about fixing bug 1333 by Denys Vlasenko · 15 years ago
- fab288c awk: don't append bogus data after NUL in sub(); shrink by Denys Vlasenko · 15 years ago
- f9782ff awk: code shrink by Denys Vlasenko · 15 years ago
- c6ba997 awk: code shrink by Denys Vlasenko · 15 years ago
- 7b81db1 awk: style fixes by Denys Vlasenko · 15 years ago
- 39fe4d1 awk: code shrink by Denys Vlasenko · 15 years ago
- b0a57ab awk: code shrink by Denys Vlasenko · 15 years ago
- 6ebdf7a awk: code shrink; style fixes by Denys Vlasenko · 15 years ago
- da62b09 awk: be more paranoid when freeing loop variable; make code less obfuscated by Denys Vlasenko · 15 years ago
- c9955f2 awk: simple code shrink by Denys Vlasenko · 15 years ago
- 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
- 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
- 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
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 56b3eec small optimizations of toupper/tolower by Denys Vlasenko · 15 years ago
- 7bb346f *: use {i,u}toa() where appropriate 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
- 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
- e424423 awk: put at least one NUL between $n. Hopefully closes 337. by Denys 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
- 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
- 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
- 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
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) 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
- e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
- 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- af1bd09 awk: fix -F 'regex' bug (miscounted fields if last field is empty) by Denis Vlasenko · 17 years ago
- b78c782 awk: style fixes; remove one xstrdup/free pair; testsuite by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
- e16e6e7 awk: experimentally modify "global" trick to make code smaller by Denis Vlasenko · 18 years ago