summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: fix trivial typos and stylistic issues.Paul A. Patience2021-10-041-73/+71
* doc: fix refs to inexistent fill- and put-array.Paul A. Patience2021-10-041-8/+8
* exceptions: fix leftover uw_throwfs with errno.Paul A. Patience2021-10-042-6/+6
* ffi: add cptr-carray function.Paul A. Patience2021-10-024-0/+47
* awk: new :fields feature for named fields.Kaz Kylheku2021-10-013-30/+100
* compiler: peephole: recalc and rescan in a few more cases.Kaz Kylheku2021-09-301-0/+9
* compiler: fix up linkage and recalc liveness in one peephole case.Kaz Kylheku2021-09-301-8/+11
* compiler: eliminate some redundant hash lookups.Kaz Kylheku2021-09-301-11/+12
* compiler: eliminate basic-block next-block method.Kaz Kylheku2021-09-301-23/+19
* compiler: cosmetic: merge set assignments.Kaz Kylheku2021-09-301-7/+7
* compiler: improvement in next-block linking.Kaz Kylheku2021-09-291-3/+3
* compiler: remove impossible cases in jump threading.Kaz Kylheku2021-09-291-8/+4
* compiler: peephole: merge basic blocks when jmp removed.Kaz Kylheku2021-09-291-5/+16
* compiler: code clean-up in peephole optimizer.Kaz Kylheku2021-09-281-5/+5
* quantile: fix test needing nonportable amount of precision.Kaz Kylheku2021-09-272-11/+14
* quips: one in French.Kaz Kylheku2021-09-261-0/+1
* New variable: *child-env*.Kaz Kylheku2021-09-266-5/+95
* New function: replace-env.Kaz Kylheku2021-09-256-0/+98
* path access tests: use real credentials.Kaz Kylheku2021-09-252-28/+33
* quantile: fix failing test.Kaz Kylheku2021-09-251-1/+1
* path-search: rewrite in C with saner semantics.Kaz Kylheku2021-09-256-69/+93
* New variants of each operator for sum and product.Kaz Kylheku2021-09-236-1/+290
* math: quantile estimator using P-Squared algorithm.Kaz Kylheku2021-09-228-1/+452
* doc: sock-opt: found proper way to escape ...Kaz Kylheku2021-09-221-2/+2
* doc: fix problem in errno retrieval example.Kaz Kylheku2021-09-221-2/+0
* vm, structs: use FLEX_ARRAY macro.Kaz Kylheku2021-09-192-2/+2
* vm: fix self name of vm-desc-nlevels.Paul A. Patience2021-09-171-1/+1
* lib: fix self name of cmp-str.Paul A. Patience2021-09-171-3/+3
* eval: fix single-list-argument case in maprodo.Paul A. Patience2021-09-171-1/+1
* doc: interchange buf-str and str-buf descriptions.Paul A. Patience2021-09-171-15/+15
* doc: fix various trivial typos.Paul A. Patience2021-09-171-7/+7
* compiler: reduce single-arg logior and logand.Paul A. Patience2021-09-141-1/+1
* defset: add set-mask and clear-mask.Paul A. Patience2021-09-147-24/+76
* compiler: fix random perturbance in reg allocation.Kaz Kylheku2021-09-141-2/+2
* seq_iter: gc crash marking vector iterator.Kaz Kylheku2021-09-131-4/+4
* hash: gc problem in copy-hash.Kaz Kylheku2021-09-131-1/+1
* ffi, sockets: add sock-opt and sock-set-opt.Paul A. Patience2021-09-126-5/+329
* sockets: add test for recent sock-peer place issue.Kaz Kylheku2021-09-111-1/+5
* sockets: bug in clearing SOCK_* type flags.Kaz Kylheku2021-09-112-6/+9
* sockets: remove excess apostrophe in sock-peer.Paul A. Patience2021-09-111-1/+1
* doc: fix various important typos.Paul A. Patience2021-09-111-10/+10
* sockets: throw exception if socket call fails.Paul A. Patience2021-09-111-0/+5
* mmap: fix typo in error message.Paul A. Patience2021-09-111-1/+1
* matcher: use function for match and match-ecase error.Kaz Kylheku2021-09-101-2/+8
* oop: remove repeated code in slot lookup.Kaz Kylheku2021-09-091-24/+8
* gcc11: warnings related to struct args allocation..Kaz Kylheku2021-09-084-7/+19
* poll: don't free array from alloca.Kaz Kylheku2021-09-081-2/+0
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-0714-187/+365
* unwind: remove unused uw_errorf.Kaz Kylheku2021-09-072-14/+0
* string-extend: use num, not num_fast.Kaz Kylheku2021-09-071-3/+3