| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | awk: tests for fconv. | Kaz Kylheku | 2020-12-31 | 2 | -0/+21 |
* | chmod: disable some chmod tests on Cygwin. | Kaz Kylheku | 2020-12-24 | 1 | -21/+26 |
* | android: fix socket module, failing tests. | Kaz Kylheku | 2020-12-23 | 4 | -15/+17 |
* | random: add tests validating WELL512a. | Kaz Kylheku | 2020-10-07 | 2 | -0/+24 |
* | random: bugfix: incorrect WELL512a. | Kaz Kylheku | 2020-10-07 | 1 | -59/+59 |
* | New functions trim-left and trim-right. | Kaz Kylheku | 2020-10-05 | 2 | -0/+41 |
* | oop: add tests for diamond problem. | Kaz Kylheku | 2020-09-01 | 2 | -2/+23 |
* | New inaddr-str and in6addr-str functions. | Kaz Kylheku | 2020-07-24 | 4 | -0/+198 |
* | New: protocol for iteration with structs. | Kaz Kylheku | 2020-07-07 | 2 | -0/+56 |
* | lib: sort becomes non-destructive; nsort introduced. | Kaz Kylheku | 2020-05-13 | 1 | -3/+3 |
* | ifa: fix broken/invalid test case. | Kaz Kylheku | 2020-04-23 | 2 | -4/+7 |
* | New function: assq and rassq. | Kaz Kyheku | 2020-02-24 | 2 | -0/+8 |
* | chmod tests: avoid sticky bit when not available. | Kaz Kylheku | 2020-02-10 | 1 | -18/+25 |
* | chmod tests: use macro. | Kaz Kylheku | 2020-02-10 | 1 | -3/+3 |
* | chmod: ugo perms sees effects from same clause. | Kaz Kylheku | 2020-02-08 | 1 | -0/+1 |
* | chmod: ugo must refer to unaltered perms. | Kaz Kylheku | 2020-02-08 | 1 | -0/+5 |
* | chmod: bug handling comma after right hand ugo. | Kaz Kylheku | 2020-02-07 | 1 | -0/+1 |
* | chmod: setuid/setgid bit bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -5/+6 |
* | chmod: bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -0/+7 |
* | New tests for chmod. | Kaz Kyheku | 2020-02-07 | 3 | -0/+45 |
* | ffi: fix broken char handling in undimensioned arrays. | Kaz Kylheku | 2020-01-17 | 2 | -0/+11 |
* | tests: broken glob test cases crash under musl. | Kaz Kylheku | 2020-01-08 | 3 | -7/+21 |
* | multiple-inheritance: test static-slot-home. | Kaz Kylheku | 2019-12-13 | 2 | -1/+6 |
* | multiple-inheritance: super-method loose ends. | Kaz Kylheku | 2019-12-13 | 2 | -4/+26 |
* | OOP: implementing multiple inheritance. | Kaz Kylheku | 2019-12-11 | 2 | -0/+55 |
* | bracket: bug: wrong result when function is applied. | Kaz Kylheku | 2019-09-10 | 1 | -0/+14 |
* | tests: add tests for list-builder and fix bug. | Kaz Kylheku | 2019-09-10 | 1 | -0/+10 |
* | tests: add tests for digits function. | Kaz Kylheku | 2019-09-09 | 1 | -0/+18 |
* | New tests for sequence manipulation. | Kaz Kylheku | 2019-09-09 | 2 | -0/+9 |
* | tests: add test related to recent @(collect) change. | Kaz Kylheku | 2019-08-12 | 3 | -0/+33 |
* | tests: add @{var1 var2} match test. | Kaz Kylheku | 2019-07-03 | 4 | -4/+15 |
* | defset: bind new-val-sym to temporary variable. | Kaz Kylheku | 2019-06-28 | 1 | -2/+12 |
* | defset: add tests. | Kaz Kylheku | 2019-06-17 | 2 | -0/+11 |
* | u-d-arithmetic: proper treatment of ceil & round. | Kaz Kylheku | 2019-03-30 | 1 | -2/+10 |
* | Tests for user-defined arithmetic and fixes. | Kaz Kylheku | 2019-03-30 | 2 | -0/+132 |
* | The code expander becomes a public API. | Kaz Kylheku | 2018-11-02 | 2 | -13/+13 |
* | tests: remove macro-time hack from man-or-boy test. | Kaz Kylheku | 2018-07-17 | 1 | -1/+1 |
* | hashing: overhaul part 1. | Kaz Kylheku | 2018-07-04 | 1 | -45/+47 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 4 | -8/+14 |
* | eval: remove hack of macro deffers evaled on expansion. | Kaz Kylheku | 2018-03-25 | 4 | -22/+25 |
* | sub and replace redirect to structure methods. | Kaz Kylheku | 2018-01-01 | 1 | -1/+4 |
* | hash: read/print consistency regression. | Kaz Kylheku | 2017-12-28 | 1 | -48/+44 |
* | macros: expand declined form in outer env. | Kaz Kylheku | 2017-11-24 | 2 | -0/+12 |
* | awk: implement ranges right using functions. | Kaz Kylheku | 2017-10-29 | 1 | -13/+13 |
* | awk: more range test cases. | Kaz Kylheku | 2017-10-27 | 2 | -1/+7 |
* | awk: five new range operators. | Kaz Kylheku | 2017-10-25 | 2 | -0/+43 |
* | tests: add lambda quine tests. | Kaz Kylheku | 2017-07-07 | 2 | -0/+17 |
* | structs: new tests for static-slot-ensure. | Kaz Kylheku | 2017-07-05 | 2 | -0/+23 |
* | Support ref, refset on structs via lambda, lambda-set. | Kaz Kylheku | 2017-06-16 | 1 | -1/+1 |
* | ffi: glob test: struct size on Linux and Cygwin. | Kaz Kylheku | 2017-05-21 | 2 | -22/+40 |