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: fix segfault on for loop syntax error
Brian Foley
2016-10-24
1
-1
/
+1
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-6
/
+2
*
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-10-02
1
-48
/
+67
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-12
/
+0
*
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2014-06-26
1
-0
/
+2
*
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
*
awk: code shrink
Denys Vlasenko
2010-03-12
1
-33
/
+39
*
awk: code shrink
Denys Vlasenko
2010-03-12
1
-143
/
+154
*
awk: style fixes
Denys Vlasenko
2010-03-12
1
-19
/
+20
*
awk: code shrink
Denys Vlasenko
2010-03-12
1
-8
/
+15
*
awk: code shrink
Denys Vlasenko
2010-03-11
1
-7
/
+5
*
awk: code shrink; style fixes
Denys Vlasenko
2010-03-11
1
-41
/
+71
*
awk: be more paranoid when freeing loop variable; make code less obfuscated
Denys Vlasenko
2010-03-11
1
-21
/
+49
*
awk: simple code shrink
Denys Vlasenko
2010-03-10
1
-11
/
+13
*
awk: fix the case where nested "for" loops with the same variable misbehave
Denys Vlasenko
2010-03-10
1
-10
/
+20
*
awk: skip whitespace between array name and subscript
Alexander Shishkin
2010-02-26
1
-1
/
+1
*
awk: remove wrong comment
Denys Vlasenko
2010-02-05
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
awk: fix an incorrect casting to string (bug 725). -44 bytes.
Denys Vlasenko
2009-11-30
1
-6
/
+8
*
awk: preparatory patch, no essential code changes. -13 bytes.
Denys Vlasenko
2009-11-30
1
-30
/
+43
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-2
/
+2
*
small optimizations of toupper/tolower
Denys Vlasenko
2009-10-23
1
-8
/
+5
*
*: use {i,u}toa() where appropriate
Denys Vlasenko
2009-10-06
1
-3
/
+1
*
awk: fix typo in prev commit
Denys Vlasenko
2009-09-21
1
-1
/
+1
*
awk: implement mktime
Leonid Lisovskiy
2009-09-21
1
-4
/
+36
*
a few more GCC-isms removed
Denys Vlasenko
2009-09-09
1
-1
/
+1
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
awk: put at least one NUL between $n. Hopefully closes 337.
Denys Vlasenko
2009-05-18
1
-4
/
+5
[next]