shithub: kwa

RSS feed

246f891f – qwx <qwx@sciops.net> authored on 2025/10/26 13:43
test: add T.fmt, with one single test for now

f35a20e9 – qwx <qwx@sciops.net> authored on 2025/10/26 13:42
T.func: add function argument tests

c5eccbe0 – qwx <qwx@sciops.net> authored on 2025/10/26 06:21
shorten Cell type by at least 8 bytes by rearranging it

d36beef4 – qwx <qwx@sciops.net> authored on 2025/10/20 19:27
remove useless -m flag and obsolete -V flag

279f78a8 – qwx <qwx@sciops.net> authored on 2025/10/20 19:13
fix crash when variable is used as both function name and argument

10e72d18 – qwx <qwx@sciops.net> authored on 2025/10/13 23:10
test: add testcase for printf %c truncation, make Compare.T1 useful

4defc0a7 – qwx <qwx@sciops.net> authored on 2025/10/13 23:09
format: fix %c for empty strings and numerics

aebe25cc – qwx <qwx@sciops.net> authored on 2025/10/11 08:09
format: fix %c not converting integers to runes

0e21daeb – qwx <qwx@sciops.net> authored on 2025/10/11 08:08
test/T.expr: keep results around

c6bb881f – qwx <qwx@sciops.net> authored on 2025/10/11 08:08
test/T.-f-f: more compatible comparison

3f3ab2de – qwx <qwx@sciops.net> authored on 2025/10/11 08:08
test/T.misc: fix crash detection and typos

ad38f0b4 – qwx <qwx@sciops.net> authored on 2025/10/11 08:07
test/T.argv: fix typo

c4f1e916 – qwx <qwx@sciops.net> authored on 2025/10/11 08:06
test: compare against onetrueawk

3996048a – qwx <qwx@sciops.net> authored on 2025/10/11 02:20
add more tests

f01859c4 – qwx <qwx@sciops.net> authored on 2025/09/29 06:34
test: add more tests and missing files, use only part of ucd

3923757c – qwx <qwx@sciops.net> authored on 2025/09/29 06:21
to_number: only reject trailing garbage when tp is nil, check return in lex

2af227c8 – qwx <qwx@sciops.net> authored on 2025/09/29 06:13
add more tests, fix typos

c1539703 – qwx <qwx@sciops.net> authored on 2025/09/28 19:24
add more tests, use unicode data as test file instead of /lib/theo

51a73e9b – qwx <qwx@sciops.net> authored on 2025/09/28 19:24
fix printf %c format not being utf-aware

d38caa1b – qwx <qwx@sciops.net> authored on 2025/09/27 06:54
add more tests

71320bfe – qwx <qwx@sciops.net> authored on 2025/09/27 06:54
simplified version of tolower/toupper

ba4a1c07 – qwx <qwx@sciops.net> authored on 2025/09/25 18:50
toupper/tolower: handle unicode

7e6d7d36 – qwx <qwx@sciops.net> authored on 2025/09/25 18:01
add more tests

e6dff2af – qwx <qwx@sciops.net> authored on 2025/09/25 17:38
minor style changes and correct comment

52a6023c – qwx <qwx@sciops.net> authored on 2025/09/25 17:37
add another coercion test where a float constant must be treated

cd1bcaf2 – qwx <qwx@sciops.net> authored on 2025/09/25 16:55
lex: use nfloc, already available

6d0ade9e – qwx <qwx@sciops.net> authored on 2025/09/25 16:50
allow a string value to be unset, use common constant

a288969b – qwx <qwx@sciops.net> authored on 2025/09/25 16:46
test: add missing tt.* files

34c2bbec – qwx <qwx@sciops.net> authored on 2025/09/25 16:45
add T.argv test

96c2be96 – qwx <qwx@sciops.net> authored on 2025/09/25 11:38
test: add T.split

29b26011 – qwx <qwx@sciops.net> authored on 2025/09/25 11:38
split: use to_number

0623c113 – qwx <qwx@sciops.net> authored on 2025/09/25 11:20
bump version and add LICENSE

eddb8fc8 – qwx <qwx@sciops.net> authored on 2025/09/25 06:08
port more tests

c0526c89 – qwx <qwx@sciops.net> authored on 2025/09/25 06:04
lex: use to_number and don't discard the results

5086f345 – qwx <qwx@sciops.net> authored on 2025/09/24 21:41
to_number: try to strtoll before strtod

8e3c92b4 – qwx <qwx@sciops.net> authored on 2025/09/24 13:04
keep conversion result whenever using is_number

c3eea875 – qwx <qwx@sciops.net> authored on 2025/09/24 13:02
add some of the tests from onetrueawk

8f481fa2 – qwx <qwx@sciops.net> authored on 2025/09/23 19:10
my house

ebd649e1 – qwx <qwx@sciops.net> authored on 2025/09/23 19:01
transfer ownership

ba1c218d – qwx <qwx@sciops.net> authored on 2025/09/23 19:01
pull awk from 9front