| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mmap test: use random-buf. | Kaz Kylheku | 2021-08-26 | 1 | -4/+2 |
* | rand: provide random-buf function. | Kaz Kylheku | 2021-08-26 | 4 | -0/+67 |
* | itypes: provide a c_size function for size_t. | Kaz Kylheku | 2021-08-26 | 2 | -0/+17 |
* | random: bug: 32 bit shift. | Kaz Kylheku | 2021-08-26 | 1 | -3/+3 |
* | mmap test: bug: random buffer generation. | Kaz Kylheku | 2021-08-26 | 1 | -1/+2 |
* | ffi: improve support for big/little-endian types. | Kaz Kylheku | 2021-08-26 | 1 | -232/+187 |
* | solaris: disable failing test case. | Kaz Kylheku | 2021-08-26 | 1 | -0/+4 |
* | mmap: Solaris 10 build fix. | Kaz Kylheku | 2021-08-25 | 1 | -0/+20 |
* | mmap tests: BSD patch. | Kaz Kylheku | 2021-08-25 | 1 | -1/+2 |
* | doc: document daemon function arguments. | Kaz Kylheku | 2021-08-25 | 1 | -1/+7 |
* | doc: improvement in awk range operators. | Kaz Kylheku | 2021-08-25 | 1 | -8/+20 |
* | carray: allow displacement in carray-pun. | Kaz Kylheku | 2021-08-25 | 3 | -12/+63 |
* | ffi: provide mmap through carray. | Kaz Kylheku | 2021-08-22 | 6 | -0/+953 |
* | doc: misspelled cond in ecase section. | Kaz Kylheku | 2021-08-22 | 1 | -1/+1 |
* | sub: allow generic iterables. | Kaz Kylheku | 2021-08-22 | 3 | -4/+109 |
* | iter-begin: allow iterator argument. | Kaz Kylheku | 2021-08-22 | 2 | -0/+16 |
* | sub-list: better handling of from value of t. | Kaz Kylheku | 2021-08-22 | 1 | -4/+2 |
* | iter-begin: string range support. | Kaz Kylheku | 2021-08-22 | 3 | -3/+178 |
* | ecase: diagnose bad syntax. | Kaz Kylheku | 2021-08-21 | 1 | -0/+4 |
* | configure: implement full-repl option. | Kaz Kylheku | 2021-08-20 | 5 | -39/+53 |
* | listener: additional reductions in non-termios build. | Kaz Kylheku | 2021-08-20 | 3 | -6/+53 |
* | listener: unbundle from termios. | Kaz Kylheku | 2021-08-20 | 6 | -47/+59 |
* | matcher: rename error-throwing macros. | Kaz Kylheku | 2021-08-19 | 5 | -24/+24 |
* | hash: use unsigned, and operation. | Kaz Kylheku | 2021-08-19 | 2 | -16/+16 |
* | New ecase macros. | Kaz Kylheku | 2021-08-18 | 3 | -1/+116 |
* | eval: de-duplicate built-in macro definitions. | Kaz Kylheku | 2021-08-18 | 1 | -19/+26 |
* | ffi: fix broken deffi support for variadic functions. | Kaz Kylheku | 2021-08-17 | 3 | -1/+9 |
* | doc: fix reference to nonexistent ffi-call-desc. | Kaz Kylheku | 2021-08-17 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 121 | -2173/+2253 |
* | format: bug: sign not reset before each conversion. | Kaz Kylheku | 2021-08-16 | 2 | -11/+12 |
* | quips: new system-programming-related quips. | Kaz Kylheku | 2021-08-16 | 1 | -0/+2 |
* | doc-syms: update. | Kaz Kylheku | 2021-08-15 | 1 | -3/+5 |
* | getaddrinfo: implement canonname. | Kaz Kylheku | 2021-08-15 | 3 | -5/+39 |
* | doc: improve. | Paul A. Patience | 2021-08-14 | 4 | -141/+149 |
* | ffi: remove redundant assignment. | Paul A. Patience | 2021-08-14 | 1 | -1/+0 |
* | matcher: new must-match and must-match-case macros. | Kaz Kylheku | 2021-08-13 | 4 | -5/+55 |
* | tests: support BSD flavors loosely, not just OpenBSD. | Kaz Kylheku | 2021-08-13 | 5 | -5/+5 |
* | termios: FreeBSD has no TAB1 and TAB2. | Kaz Kylheku | 2021-08-13 | 1 | -0/+8 |
* | int-str: 0x bug. | Kaz Kylheku | 2021-08-13 | 2 | -7/+58 |
* | configure: superfluous printf argument. | Kaz Kylheku | 2021-08-13 | 1 | -4/+4 |
* | parser: @(mdo) must not be subject to expand-meta. | Kaz Kylheku | 2021-08-11 | 3 | -406/+411 |
* | txr: add tests for :nothrow handling process death. | Kaz Kylheku | 2021-08-07 | 4 | -0/+12 |
* | Version 268.txr-268 | Kaz Kylheku | 2021-08-07 | 7 | -1351/+1390 |
* | windows: skip test requiring full Unicode. | Kaz Kylheku | 2021-08-07 | 1 | -0/+3 |
* | lazy-stream-cons: control close throwing behavior. | Kaz Kylheku | 2021-08-07 | 6 | -20/+82 |
* | doc: document nested do. | Kaz Kylheku | 2021-08-06 | 1 | -0/+55 |
* | txr: @(eof) takes argument for binding termination status. | Kaz Kylheku | 2021-08-05 | 6 | -22/+114 |
* | close-stream: make idemponent. | Kaz Kylheku | 2021-08-04 | 3 | -10/+17 |
* | musl: fix missing <sys/time.h>. | Kaz Kylheku | 2021-08-04 | 2 | -2/+7 |
* | listener: print prompts in plain mode if stdin is tty. | Kaz Kylheku | 2021-08-03 | 2 | -11/+9 |