Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elisp: boot: Replace removed FRAME-PROCEDURE with FRAME-PROCEDURE-NAME....wip-elisp | Ricardo Wurmus | 2020-05-19 | 1 | -8/+2 |
* | use standard evaluator... | Robin Templeton | 2020-04-04 | 2 | -3/+1 |
* | guile-backtrace function... | Robin Templeton | 2020-04-04 | 1 | -2/+5 |
* | use guile eval for elisp tree-il... | Robin Templeton | 2020-04-04 | 3 | -9/+6 |
* | deprecated eval-when situations... | Robin Templeton | 2020-04-04 | 1 | -3/+6 |
* | execute top level require forms... | Robin Templeton | 2020-04-04 | 1 | -0/+4 |
* | top level fixes... | Robin Templeton | 2020-04-04 | 1 | -2/+2 |
* | only evaluate top-level macro definitions... | Robin Templeton | 2020-04-04 | 1 | -3/+4 |
* | degenerate let forms... | Robin Templeton | 2020-04-04 | 1 | -6/+8 |
* | eval-when... | Robin Templeton | 2020-04-04 | 1 | -4/+41 |
* | fset macro... | Robin Templeton | 2020-04-04 | 1 | -0/+12 |
* | use defsubst... | Robin Templeton | 2020-04-04 | 1 | -5/+13 |
* | defsubst... | Robin Templeton | 2020-04-04 | 1 | -0/+13 |
* | compiler macros... | Robin Templeton | 2020-04-04 | 2 | -0/+24 |
* | defconst, defvar: proclaim special at compile-time... | Robin Templeton | 2020-04-04 | 1 | -0/+3 |
* | elisp @@ macro... | Robin Templeton | 2020-04-04 | 1 | -0/+3 |
* | compile-elisp fn... | Robin Templeton | 2020-04-04 | 1 | -0/+5 |
* | fix symbol-function... | Robin Templeton | 2020-04-04 | 1 | -4/+4 |
* | restore special operator handling... | Robin Templeton | 2020-04-04 | 3 | -44/+7 |
* | define-module for elisp special modules... | Robin Templeton | 2020-04-04 | 1 | -3/+3 |
* | constant-interning fix... | Robin Templeton | 2020-04-04 | 1 | -1/+2 |
* | defvar affects default value... | Robin Templeton | 2020-04-04 | 1 | -2/+5 |
* | symbol default value procedures... | Robin Templeton | 2020-04-04 | 1 | -1/+13 |
* | read nil/t as #nil/#t... | Robin Templeton | 2020-04-04 | 1 | -12/+18 |
* | elisp updates... | Robin Templeton | 2020-04-04 | 6 | -263/+583 |
* | prefer compilers earlier in list... | Robin Templeton | 2020-04-04 | 1 | -2/+2 |
* | allow arbitrary constants in cps... | Robin Templeton | 2020-04-04 | 1 | -2/+1 |
* | guile-private-ref... | BT Templeton | 2020-04-04 | 2 | -0/+8 |
* | check symbols constants uninterned... | Robin Templeton | 2020-04-04 | 1 | -1/+1 |
* | intern arbitrary constants... | Robin Templeton | 2020-04-04 | 4 | -10/+47 |
* | Fix fixpoint computation in compute-significant-bits... | Andy Wingo | 2020-03-23 | 1 | -2/+23 |
* | Bump user-visible copyright years to 2020... | Andy Wingo | 2020-03-07 | 2 | -4/+4 |
* | Remove duplicate procedure in slot-allocation.scm.... | Ludovic Courtès | 2020-02-12 | 1 | -15/+12 |
* | texinfo: Properly render @acronym in plain text.... | Ludovic Courtès | 2020-02-12 | 1 | -1/+12 |
* | texinfo: Add '*line-width*' fluid to control line wrapping.... | Ludovic Courtès | 2020-02-12 | 1 | -4/+7 |
* | Fix peval bug that ignored excess args... | Andy Wingo | 2020-01-12 | 1 | -2/+2 |
* | web: Update comment regarding the 'tls-wrap' port wrapper.... | Ludovic Courtès | 2020-01-03 | 1 | -7/+10 |
* | REPL server: Avoid deprecated '_IOFBF'.... | Ludovic Courtès | 2019-06-30 | 1 | -1/+1 |
* | ports: Export 'current-load-port'.... | Ludovic Courtès | 2019-06-30 | 1 | -1/+2 |
* | Revert "web: Add support for HTTP header continuation lines."... | Mark H Weaver | 2019-06-24 | 1 | -24/+7 |
* | Remove references to 'inet-ntoa' and 'inet-aton'.... | Ludovic Courtès | 2019-06-24 | 1 | -2/+4 |
* | stexi->shtml: Add support for @i, @math, @tie and @dots.... | Christopher Baines | 2019-06-18 | 1 | -0/+4 |
* | Avoid regexp ranges in HTTP inter-protocol exploitation check.... | Mark H Weaver | 2019-06-18 | 1 | -1/+1 |
* | web: Add support for HTTP header continuation lines.... | Mark H Weaver | 2019-06-18 | 1 | -7/+24 |
* | Make 'get-bytevector-n!' suspendable.... | Mark H Weaver | 2019-06-18 | 1 | -45/+67 |
* | SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.... | Mark H Weaver | 2019-06-18 | 1 | -11/+11 |
* | Fix documentation of R6RS 'binary-port?' to reflect reality.... | Mark H Weaver | 2019-06-18 | 1 | -5/+13 |
* | Make 'get-bytevector-some' and 'get-bytevector-some!' suspendable.... | Mark H Weaver | 2019-06-18 | 1 | -1/+30 |
* | open-pipe*: Improve performance of OPEN_BOTH mode.... | Mark H Weaver | 2019-06-18 | 1 | -14/+45 |
* | Add get-bytevector-some!.... | Mark H Weaver | 2019-06-18 | 1 | -0/+1 |