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