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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
awk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: add a function to remove CRs from a text buffer
Ron Yorston
2019-02-14
1
-14
/
+5
*
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
1
-10
/
+31
|
\
|
*
awk: Fix overly permissive func arg list parsing
Brian Foley
2019-01-21
1
-1
/
+14
|
*
awk: Syntax error if delete isn't given an arg.
Brian Foley
2019-01-21
1
-8
/
+15
|
*
awk: Guard pointer chasing when parsing ternary expressions.
Brian Foley
2019-01-21
1
-1
/
+2
*
|
awk: fix handling of regular expressions that match end-of-line
Ron Yorston
2019-01-23
1
-0
/
+24
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-1
/
+1
|
\
|
|
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-12-05
1
-0
/
+2
|
\
|
|
*
awk: abort if NF set to negative value
Denys Vlasenko
2018-11-28
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
1
-0
/
+3
|
\
|
|
*
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
[next]