summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* matcher: rename error-throwing macros.Kaz Kylheku2021-08-192-9/+9
* New ecase macros.Kaz Kylheku2021-08-181-0/+6
* ffi: fix broken deffi support for variadic functions.Kaz Kylheku2021-08-171-1/+2
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-1642-546/+546
* quips: new system-programming-related quips.Kaz Kylheku2021-08-161-0/+2
* doc-syms: update.Kaz Kylheku2021-08-151-3/+5
* getaddrinfo: implement canonname.Kaz Kylheku2021-08-151-1/+2
* doc: improve.Paul A. Patience2021-08-141-2/+3
* matcher: new must-match and must-match-case macros.Kaz Kylheku2021-08-131-0/+15
* Version 268.txr-268Kaz Kylheku2021-08-071-1/+1
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-051-0/+1