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