Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 gadi atpakaļ |
Denys Vlasenko
|
1284774d60
awk: fix an incorrect casting to string (bug 725). -44 bytes.
|
15 gadi atpakaļ |
Denys Vlasenko
|
cdeda16ee4
awk: preparatory patch, no essential code changes. -13 bytes.
|
15 gadi atpakaļ |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 gadi atpakaļ |
Denys Vlasenko
|
56b3eec162
small optimizations of toupper/tolower
|
15 gadi atpakaļ |
Denys Vlasenko
|
7bb346f23c
*: use {i,u}toa() where appropriate
|
15 gadi atpakaļ |
Denys Vlasenko
|
bc3e9479c2
awk: fix typo in prev commit
|
15 gadi atpakaļ |
Leonid Lisovskiy
|
46a0be5304
awk: implement mktime
|
15 gadi atpakaļ |
Denys Vlasenko
|
d069e5398d
a few more GCC-isms removed
|
15 gadi atpakaļ |
Denys Vlasenko
|
90a9904e9e
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
|
15 gadi atpakaļ |
Denys Vlasenko
|
e424423a7b
awk: put at least one NUL between $n. Hopefully closes 337.
|
15 gadi atpakaļ |
Denis Vlasenko
|
c7cc5a9432
mdev: Rob's #if forest removal
|
15 gadi atpakaļ |
Denis Vlasenko
|
67b5eeb933
awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)
|
15 gadi atpakaļ |
Denis Vlasenko
|
7a6766428e
awk: fix compat issue found by gpm build
|
15 gadi atpakaļ |
Denis Vlasenko
|
9aa5c652e9
unzip: fix thinko with le/be conv and size (closes bug 129)
|
15 gadi atpakaļ |
Denis Vlasenko
|
41d5ebee17
awk: in BEGIN section $0 should be "", not "0".
|
16 gadi atpakaļ |
Denis Vlasenko
|
2d5bd807c0
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
|
16 gadi atpakaļ |
Denis Vlasenko
|
37890e2f37
awk: fix typo in atan2 code. closes bug 5594.
|
16 gadi atpakaļ |
Denis Vlasenko
|
665eaff3b1
awk: add a comment
|
16 gadi atpakaļ |
Denis Vlasenko
|
a2e1eea189
awk: improve nadling of negative numbers in bitwise ops;
|
16 gadi atpakaļ |
Denis Vlasenko
|
7cbcd1cbf4
awk: bitwise ops cast oprands and results to unsigned long,
|
16 gadi atpakaļ |
Denis Vlasenko
|
996a61475a
awk: support hex constants
|
16 gadi atpakaļ |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 gadi atpakaļ |
Denis Vlasenko
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 gadi atpakaļ |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 gadi atpakaļ |
Denis Vlasenko
|
8ae5b28b4b
awk: another smallish code shrink
|
16 gadi atpakaļ |
Denis Vlasenko
|
e0a7fc54eb
uname,individual: fix improper printf usage
|
16 gadi atpakaļ |
Denis Vlasenko
|
3bb2bbd684
awk: fix a case with multiple -f options. simplify -f file reading.
|
16 gadi atpakaļ |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 gadi atpakaļ |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
16 gadi atpakaļ |