| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Access to file descriptor now via stream virtual. | Kaz Kylheku | 2016-03-06 | 3 | -18/+49 |
* | Make stdio_mode type public. | Kaz Kylheku | 2016-03-06 | 2 | -14/+16 |
* | Fix in chk_manage_vec resizing from zero. | Kaz Kylheku | 2016-03-06 | 1 | -1/+1 |
* | Replace stdio_get_line with generic routine. | Kaz Kylheku | 2016-03-05 | 1 | -25/+23 |
* | Socket operations become proper stream virtuals. | Kaz Kylheku | 2016-03-04 | 2 | -14/+82 |
* | Make make_sock_stream static in stream.c. | Kaz Kylheku | 2016-03-04 | 2 | -4/+1 |
* | Support umask function. | Kaz Kylheku | 2016-03-02 | 2 | -0/+30 |
* | Version 134.txr-134 | Kaz Kylheku | 2016-03-01 | 7 | -436/+491 |
* | Prefix override in IP prefix functions. | Kaz Kylheku | 2016-03-01 | 2 | -14/+35 |
* | Fix triple-colon in ipv6 text representation. | Kaz Kylheku | 2016-03-01 | 1 | -18/+17 |
* | Functions for address prefixes to slash notation. | Kaz Kylheku | 2016-02-29 | 3 | -0/+109 |
* | IP address to string functions. | Kaz Kylheku | 2016-02-29 | 2 | -0/+39 |
* | Bugfix: append-each is wrongly destructive. | Kaz Kylheku | 2016-02-29 | 1 | -1/+1 |
* | expand-left and nexpand-left functions. | Kaz Kylheku | 2016-02-29 | 2 | -1/+108 |
* | Implement @(next nil). | Kaz Kylheku | 2016-02-29 | 2 | -6/+22 |
* | Missing return type on some inline functions. | Kaz Kylheku | 2016-02-29 | 1 | -2/+2 |
* | Fix typo in configure script message. | Kaz Kylheku | 2016-02-28 | 1 | -1/+1 |
* | Doc: syslog-related fixes. | Kaz Kylheku | 2016-02-28 | 1 | -4/+5 |
* | Doc: elsif doesn't exist. | Kaz Kylheku | 2016-02-28 | 1 | -1/+1 |
* | Documenting sockets. | Kaz Kylheku | 2016-02-28 | 1 | -0/+572 |
* | Socket streams know their connected peer address. | Kaz Kylheku | 2016-02-27 | 3 | -0/+22 |
* | Do the SO_REUSEADDR thing when binding socket. | Kaz Kylheku | 2016-02-27 | 1 | -2/+5 |
* | Fix descriptor leak on exception in open-fileno. | Kaz Kylheku | 2016-02-27 | 1 | -1/+3 |
* | open-fileno: errno usage. | Kaz Kylheku | 2016-02-27 | 1 | -1/+1 |
* | Adding socket support: unix, ipv4, ipv6. | Kaz Kylheku | 2016-02-26 | 8 | -1/+682 |
* | Place C standard I/O based streams into subtype. | Kaz Kylheku | 2016-02-26 | 3 | -3/+10 |
* | Functions for converting between buffers and integers. | Kaz Kylheku | 2016-02-26 | 4 | -0/+60 |
* | Adding --eargs mechanism. | Kaz Kylheku | 2016-02-02 | 2 | -2/+103 |
* | Support lazy loading of stdlib struct definitions. | Kaz Kylheku | 2016-01-31 | 1 | -2/+6 |
* | Support setuid operation. | Kaz Kylheku | 2016-01-23 | 4 | -1/+136 |
* | Add debug trace to @(require). | Kaz Kylheku | 2016-01-22 | 1 | -1/+3 |
* | Bugfix: @(require) eval not in proper env. | Kaz Kylheku | 2016-01-22 | 1 | -2/+1 |
* | Semantics fix: unhandled exceptions must still unwind. | Kaz Kylheku | 2016-01-22 | 2 | -36/+43 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 17 | -44/+0 |
* | Reduce header pollution caused by mpi.h. | Kaz Kylheku | 2016-01-22 | 4 | -7/+12 |
* | Version 133.txr-133 | Kaz Kylheku | 2016-01-21 | 6 | -560/+586 |
* | Support for Base 64 encoding. | Kaz Kylheku | 2016-01-21 | 3 | -1/+208 |
* | bugfix: cached sigmask not populated from OS sigmask. | Kaz Kylheku | 2016-01-19 | 1 | -3/+3 |
* | Add missing txr words to syntax highlighting. | Kaz Kylheku | 2016-01-19 | 1 | -1/+2 |
* | Grammar fix under string quasiliterals. | Kaz Kylheku | 2016-01-19 | 1 | -1/+1 |
* | Grammar fix under cadr function. | Kaz Kylheku | 2016-01-19 | 1 | -1/+1 |
* | Fix regression: get-char on string input stream. | Kaz Kylheku | 2016-01-19 | 1 | -2/+3 |
* | Relax input type constraint in vec-list. | Kaz Kylheku | 2016-01-18 | 1 | -4/+1 |
* | New random-state-get-vec function. | Kaz Kylheku | 2016-01-18 | 8 | -15/+127 |
* | random: wrong mask width for power-of-two moduli. | Kaz Kylheku | 2016-01-18 | 4 | -61/+67 |
* | Don't allow non-positive modulus in rand and random. | Kaz Kylheku | 2016-01-18 | 2 | -20/+29 |
* | New function, split*. | Kaz Kylheku | 2016-01-17 | 4 | -8/+63 |
* | Fix incorrect split examples. | Kaz Kylheku | 2016-01-17 | 1 | -3/+3 |
* | partition* bugfix: ignore negative indices consistently. | Kaz Kylheku | 2016-01-17 | 1 | -9/+14 |
* | partition* bugfix: incorrect behavior for 0. | Kaz Kylheku | 2016-01-17 | 1 | -1/+1 |