Denys Vlasenko
|
e424423a7b
awk: put at least one NUL between $n. Hopefully closes 337.
|
15 years ago |
Denis Vlasenko
|
c7cc5a9432
mdev: Rob's #if forest removal
|
15 years ago |
Denis Vlasenko
|
67b5eeb933
awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)
|
15 years ago |
Denis Vlasenko
|
7a6766428e
awk: fix compat issue found by gpm build
|
15 years ago |
Denis Vlasenko
|
9aa5c652e9
unzip: fix thinko with le/be conv and size (closes bug 129)
|
15 years ago |
Denis Vlasenko
|
41d5ebee17
awk: in BEGIN section $0 should be "", not "0".
|
16 years ago |
Denis Vlasenko
|
2d5bd807c0
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
|
16 years ago |
Denis Vlasenko
|
37890e2f37
awk: fix typo in atan2 code. closes bug 5594.
|
16 years ago |
Denis Vlasenko
|
665eaff3b1
awk: add a comment
|
16 years ago |
Denis Vlasenko
|
a2e1eea189
awk: improve nadling of negative numbers in bitwise ops;
|
16 years ago |
Denis Vlasenko
|
7cbcd1cbf4
awk: bitwise ops cast oprands and results to unsigned long,
|
16 years ago |
Denis Vlasenko
|
996a61475a
awk: support hex constants
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
8ae5b28b4b
awk: another smallish code shrink
|
16 years ago |
Denis Vlasenko
|
e0a7fc54eb
uname,individual: fix improper printf usage
|
16 years ago |
Denis Vlasenko
|
3bb2bbd684
awk: fix a case with multiple -f options. simplify -f file reading.
|
16 years ago |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
16 years ago |
Denis Vlasenko
|
847fa779af
*: tidy up usage of char **environ
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
af1bd09625
awk: fix -F 'regex' bug (miscounted fields if last field is empty)
|
17 years ago |
Denis Vlasenko
|
b78c782c85
awk: style fixes; remove one xstrdup/free pair; testsuite
|
17 years ago |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 years ago |
Denis Vlasenko
|
3ad5d0cbbe
diff: shrink code (-85 bytes):
|
17 years ago |
Denis Vlasenko
|
e16e6e79e4
awk: experimentally modify "global" trick to make code smaller
|
17 years ago |
Denis Vlasenko
|
ae5a8aac26
awk: move all data to malloc space
|
17 years ago |