| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Apply partition/split bugfix to partition*. | Kaz Kylheku | 2016-01-17 | 1 | -4/+4 |
* | Bugfix: env-hash discarding characters after =. | Kaz Kylheku | 2016-01-17 | 1 | -2/+5 |
* | Version 132.txr-132 | Kaz Kylheku | 2016-01-15 | 6 | -549/+573 |
* | Retroactively fix recent inconsistent formatting. | Kaz Kylheku | 2016-01-15 | 1 | -10/+10 |
* | New :mandatory keyword in until/last clauses. | Kaz Kylheku | 2016-01-15 | 4 | -24/+132 |
* | Gather bugfix: support empty :vars. | Kaz Kylheku | 2016-01-15 | 1 | -2/+5 |
* | Bugfix: *print-flo-format* used for integer output. | Kaz Kylheku | 2016-01-14 | 1 | -0/+2 |
* | Improve n-ary minus like newly added division. | Kaz Kylheku | 2016-01-14 | 1 | -3/+13 |
* | Optimization in n-ary numeric functions. | Kaz Kylheku | 2016-01-14 | 1 | -5/+12 |
* | Fix omission: the / function becomes n-ary. | Kaz Kylheku | 2016-01-13 | 4 | -3/+25 |
* | bugfix: no location info for unbound var in dohash. | Kaz Kylheku | 2016-01-13 | 1 | -5/+5 |
* | The identity function gets an alias: use. | Kaz Kylheku | 2016-01-13 | 2 | -1/+23 |
* | Pastes produced using :read are now numbered. | Kaz Kylheku | 2016-01-13 | 1 | -4/+6 |
* | Support crypt function. | Kaz Kylheku | 2016-01-13 | 3 | -0/+73 |
* | Don't clobber conf_ldflags. | Kaz Kylheku | 2016-01-13 | 1 | -1/+1 |
* | Support extra linker flags. | Kaz Kylheku | 2016-01-13 | 1 | -1/+1 |
* | Version 131.txr-131 | Kaz Kylheku | 2016-01-12 | 4 | -4/+32 |
* | Fix broken print of semicolon after ctrl char. | Kaz Kylheku | 2016-01-12 | 1 | -1/+1 |
* | Regex printing not escaping [ and ]. | Kaz Kylheku | 2016-01-12 | 1 | -1/+2 |
* | Print control chars in regexes using \x. | Kaz Kylheku | 2016-01-12 | 3 | -54/+72 |
* | Pretty-print DEL and U+DCxx str char using \xHEX. | Kaz Kylheku | 2016-01-12 | 1 | -1/+1 |
* | regex_print: [ and ] in char class must be escaped. | Kaz Kylheku | 2016-01-12 | 1 | -1/+1 |
* | Remove redundant assert in mem allocation functions. | Kaz Kylheku | 2016-01-10 | 1 | -3/+0 |
* | Reduce scope of variable in cat_str. | Kaz Kylheku | 2016-01-10 | 1 | -2/+2 |