summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* path-equal: enable and fix failing tests.Kaz Kylheku2021-10-201-2/+3
* pic: support parenthesis negative notation.Kaz Kylheku2021-10-191-1/+22
* pic: bug: handle ! in digit separator logicKaz Kylheku2021-10-181-1/+1
* pic: preserve decimal period in ### overflow fill.Kaz Kylheku2021-10-181-1/+4
* doc: doc-syms refresh.Kaz Kylheku2021-10-181-0/+1
* pic: new feature: digit-separating commas.Kaz Kylheku2021-10-181-3/+51
* quips: five new ones: quippy day today.Kaz Kylheku2021-10-151-0/+5
* path-equal: propagate fixes from rel-path.Kaz Kylheku2021-10-111-12/+10
* rel-path: multiple bugs for native Windows.Kaz Kylheku2021-10-111-21/+55
* New path-equal function.Kaz Kylheku2021-10-101-0/+14
* rel-path: refactor, fix diagnostic message.Kaz Kylheku2021-10-101-32/+29
* Version 271.txr-271Kaz Kylheku2021-10-051-1/+1
* awk: :fields specifies conversions.Kaz Kylheku2021-10-042-43/+80
* ffi: add cptr-carray function.Paul A. Patience2021-10-021-0/+1
* awk: new :fields feature for named fields.Kaz Kylheku2021-10-011-30/+48
* 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
* quips: one in French.Kaz Kylheku2021-09-261-0/+1
* New variable: *child-env*.Kaz Kylheku2021-09-261-0/+1
* New function: replace-env.Kaz Kylheku2021-09-251-0/+1
* path access tests: use real credentials.Kaz Kylheku2021-09-251-13/+13
* path-search: rewrite in C with saner semantics.Kaz Kylheku2021-09-251-13/+0
* New variants of each operator for sum and product.Kaz Kylheku2021-09-233-1/+92
* math: quantile estimator using P-Squared algorithm.Kaz Kylheku2021-09-221-0/+1
* 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-145-24/+35
* compiler: fix random perturbance in reg allocation.Kaz Kylheku2021-09-141-2/+2
* ffi, sockets: add sock-opt and sock-set-opt.Paul A. Patience2021-09-122-0/+38
* sockets: remove excess apostrophe in sock-peer.Paul A. Patience2021-09-111-1/+1
* matcher: use function for match and match-ecase error.Kaz Kylheku2021-09-101-2/+8
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-12/+14
* string-finish: new function.Kaz Kylheku2021-09-071-0/+1
* ffi: ffi macro uses load-time.Kaz Kylheku2021-09-061-1/+1
* ffi: add socklen-t type.Paul A. Patience2021-09-061-17/+18
* load: new macros push-after-load and pop-after-load.Kaz Kylheku2021-09-031-0/+2
* New function: delcons.Kaz Kylheku2021-09-021-0/+1
* load: new *load-hooks* feature.Kaz Kylheku2021-09-021-0/+1
* compiler: fix output path of compiled files.Paul A. Patience2021-09-011-1/+1
* Version 270.txr-270Kaz Kylheku2021-08-301-1/+1
* buf, carray: remove de trop binding in accessors.Paul A. Patience2021-08-291-6/+2
* Version 269.txr-269Kaz Kylheku2021-08-281-1/+1
* rand: provide random-buf function.Kaz Kylheku2021-08-261-0/+1
* ffi: provide mmap through carray.Kaz Kylheku2021-08-221-0/+21