| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding ftw function. | Kaz Kylheku | 2016-04-15 | 6 | -0/+444 |
* | Expose stat_to_struct outside of sysif. | Kaz Kylheku | 2016-04-15 | 2 | -1/+5 |
* | Add five-arg variant of add_args. | Kaz Kylheku | 2016-04-15 | 1 | -0/+12 |
* | Fix memory leak in glob. | Kaz Kylheku | 2016-04-15 | 1 | -1/+4 |
* | Macros obtain* and obtain*-block. | Kaz Kylheku | 2016-04-15 | 3 | -0/+89 |
* | Fix proper-listp to proper-list-p. | Kaz Kylheku | 2016-04-14 | 5 | -12/+27 |
* | Remove @(do) from Lisp examples. | Kaz Kylheku | 2016-04-14 | 1 | -17/+15 |
* | Fix incorrect example under umeth. | Kaz Kylheku | 2016-04-14 | 1 | -2/+2 |
* | Make open_socket static and register in socket.c. | Kaz Kylheku | 2016-04-14 | 4 | -8/+3 |
* | Make open_sockfd static. | Kaz Kylheku | 2016-04-14 | 2 | -22/+21 |
* | New open-socket-pair function. | Kaz Kylheku | 2016-04-14 | 3 | -1/+87 |
* | Consolidate repeated address unpacking code. | Kaz Kylheku | 2016-04-14 | 1 | -14/+16 |
* | Fix error handling in dgram case of sock-accept. | Kaz Kylheku | 2016-04-14 | 1 | -10/+11 |
* | Socket mode strings defaulted and checked. | Kaz Kylheku | 2016-04-14 | 1 | -6/+12 |
* | Adding fmt function. | Kaz Kylheku | 2016-04-14 | 3 | -0/+24 |
* | Trace expansion more in expansion-time errors. | Kaz Kylheku | 2016-04-13 | 1 | -5/+32 |
* | Bugfix: track origin for built-in macros. | Kaz Kylheku | 2016-04-13 | 1 | -0/+1 |
* | More thorough job of tracking expansion origins. | Kaz Kylheku | 2016-04-13 | 1 | -7/+6 |
* | Improved window-map doc. | Kaz Kylheku | 2016-04-13 | 1 | -6/+6 |
* | Fix wrong documentation for window-map. | Kaz Kylheku | 2016-04-13 | 1 | -7/+5 |
* | Broken argument handling in umethod. | Kaz Kylheku | 2016-04-13 | 1 | -2/+3 |
* | lib-version variable doesn't autoload | Kaz Kylheku | 2016-04-12 | 1 | -1/+1 |
* | Formatting in defstruct documentation. | Kaz Kylheku | 2016-04-12 | 1 | -10/+1 |
* | Don't expand replacements of symbol macros. | Kaz Kylheku | 2016-04-12 | 2 | -5/+8 |
* | Harden glob: continuations, exceptions, re-entry. | Kaz Kylheku | 2016-04-11 | 2 | -1/+38 |
* | Remove frame popping action from uw_continue. | Kaz Kylheku | 2016-04-11 | 2 | -6/+4 |
* | Typo in comment. | Kaz Kylheku | 2016-04-11 | 1 | -1/+1 |
* | Better handling of dot position function calls. | Kaz Kylheku | 2016-04-11 | 2 | -31/+110 |
* | Fix more macro name misspellings in manual. | Dave Love | 2016-04-10 | 1 | -10/+10 |
* | New frame type to block bad unwinding and cont capture. | Kaz Kylheku | 2016-04-08 | 2 | -4/+32 |
* | Remove patch-related function from configure. | Kaz Kylheku | 2016-04-08 | 1 | -18/+0 |
* | Allow symbol macro in function call dot position. | Kaz Kylheku | 2016-04-07 | 2 | -1/+19 |
* | Document improper lists as macro call forms. | Kaz Kylheku | 2016-04-07 | 1 | -0/+36 |
* | Example formatting under Dot Position in Function Calls. | Kaz Kylheku | 2016-04-07 | 1 | -2/+2 |
* | Dot position in function calls described in terms of apply. | Kaz Kylheku | 2016-04-07 | 1 | -21/+29 |
* | Mistake in apply example. | Kaz Kylheku | 2016-04-07 | 1 | -1/+1 |
* | Fix throw used instead of throwf in defstruct. | Kaz Kylheku | 2016-04-06 | 1 | -9/+9 |
* | Diagnose bad supertype in defstruct. | Kaz Kylheku | 2016-04-06 | 1 | -1/+6 |
* | Fix inappropriate references to tree-bind. | Kaz Kylheku | 2016-04-05 | 1 | -3/+3 |
* | Cramped parenthesis under suspend. | Kaz Kylheku | 2016-04-05 | 1 | -2/+2 |
* | Incorrect obtain-block heading. | Kaz Kylheku | 2016-04-05 | 1 | -1/+1 |
* | Revamp bad character messages in lexer. | Kaz Kylheku | 2016-04-01 | 1 | -4/+15 |
* | Wrap #if HAVE_SOCKETS around some functions. | Kaz Kylheku | 2016-03-31 | 1 | -0/+4 |
* | Bugfix: support abstract UNIX socket addresses on Linux. | Kaz Kylheku | 2016-03-31 | 2 | -6/+39 |
* | UTF-8 API overhaul: security, and other concerns. | Kaz Kylheku | 2016-03-31 | 4 | -42/+40 |
* | Define a sock-peer syntactic place. | Kaz Kylheku | 2016-03-31 | 2 | -6/+49 |
* | sock-set-peer shouldn't mark dgram sockets connected. | Kaz Kylheku | 2016-03-31 | 1 | -1/+5 |
* | Expose sock-set-peer function. | Kaz Kylheku | 2016-03-31 | 1 | -0/+1 |
* | Rename badly named socket-related internal funs. | Kaz Kylheku | 2016-03-31 | 1 | -16/+16 |
* | Version 137.txr-137 | Kaz Kylheku | 2016-03-30 | 6 | -304/+334 |