index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
awk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
awk: do not allow $(-1)
Denys Vlasenko
2018-04-23
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
1
-27
/
+34
|
\
|
|
*
awk: code shrink
Denys Vlasenko
2018-01-07
1
-4
/
+3
|
*
awk: fix 'delete array[var--]' decrementing var twice
Denys Vlasenko
2018-01-07
1
-23
/
+31
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-1
/
+0
|
\
|
|
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-2
/
+6
|
\
|
|
*
awk: stop on first non-option, closes 9861
Denys Vlasenko
2017-08-16
1
-1
/
+5
|
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-29
1
-2
/
+1
|
\
|
|
*
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-27
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-10
/
+10
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-9
/
+9
|
*
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-20
1
-1
/
+1
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Use %I64* formats with MinGW instead of %ll* formats
Johannes Schindelin
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-10-26
1
-1
/
+1
|
\
|
|
*
awk: fix segfault on for loop syntax error
Brian Foley
2016-10-24
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
1
-6
/
+2
|
\
|
|
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-6
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
1
-48
/
+67
|
\
|
|
*
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-10-02
1
-48
/
+67
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-12
/
+0
|
\
|
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-12
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-06-30
1
-0
/
+2
|
\
|
|
*
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2014-06-26
1
-0
/
+2
*
|
awk: treat \r as a space character to skip
Ron Yorston
2014-01-13
1
-0
/
+4
|
/
*
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-21
1
-8
/
+8
*
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
2013-11-12
1
-25
/
+84
*
awk: fix length(array)
Denys Vlasenko
2013-10-12
1
-1
/
+9
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-31
1
-1
/
+1
*
awk: use "long long" as integer type, not "int"
Denys Vlasenko
2013-07-20
1
-5
/
+5
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-03-13
1
-1
/
+2
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2012-07-11
1
-0
/
+12
*
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2012-06-22
1
-7
/
+19
*
awk: fix a SEGV
Denys Vlasenko
2011-09-11
1
-9
/
+62
*
awk: fix define name collision with BSD headers
Denys Vlasenko
2011-09-10
1
-0
/
+3
*
awk: next_input_file can return NULL, don't SEGV in this case.
Denys Vlasenko
2011-09-07
1
-9
/
+11
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+8
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-7
/
+7
*
awk: reduce ifdef forest
Rob Landley
2010-10-24
1
-33
/
+32
*
awk: fix breakage in last commit
Denys Vlasenko
2010-10-24
1
-12
/
+15
*
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-23
1
-86
/
+96
*
awk: code shrink
Denys Vlasenko
2010-10-05
1
-43
/
+41
*
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
Denys Vlasenko
2010-10-05
1
-8
/
+40
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
awk: add comment about fixing bug 1333
Denys Vlasenko
2010-04-04
1
-0
/
+2
*
awk: don't append bogus data after NUL in sub(); shrink
Denys Vlasenko
2010-04-04
1
-50
/
+68
[prev]
[next]