Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-05-06 | Fix typos throughout codebase. | Morgan Smith | 1 | -1/+1 |
2021-04-21 | Mark some elisp runtime modules as non-declarative | Andy Wingo | 2 | -2/+4 |
2021-04-01 | Fix handling of parameter lists to elisp defun to allow nil. | Mikael Djurfeldt | 1 | -0/+1 |
2018-08-07 | Add copyright header for (language elisp falias), and fix typo. | Mark H Weaver | 2 | -1/+21 |
2018-08-07 | elisp: Fix cross-compilation support. | Mark H Weaver | 2 | -6/+19 |
2017-09-20 | Use make-struct/no-tail instead of make-struct | Andy Wingo | 1 | -6/+6 |
2013-11-01 | Fix order of evaluation in elisp lexer | Andy Wingo | 1 | -15/+15 |
2013-08-24 | compile-file adds #:to-disk? #t to opts | Andy Wingo | 1 | -1/+1 |
2013-06-28 | Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops | Andy Wingo | 1 | -1/+20 |
2012-04-01 | length's argument is a sequence | BT Templeton | 1 | -1/+5 |
2012-03-08 | elisp rng | BT Templeton | 1 | -0/+15 |
2012-03-08 | elisp i/o | BT Templeton | 1 | -0/+13 |
2012-03-08 | elisp: symbol-name, intern | BT Templeton | 1 | -0/+2 |
2012-03-08 | elisp: when, unless | BT Templeton | 1 | -0/+8 |
2012-03-08 | elisp sequence functions | BT Templeton | 1 | -0/+82 |
2012-03-08 | integerp, wholenump return nil for non-numbers | BT Templeton | 1 | -5/+3 |
2012-03-05 | use #nil as default for elisp rest parameters | BT Templeton | 1 | -1/+8 |
2012-03-05 | Merge branch 'bt/elisp' | BT Templeton | 12 | -1394/+1077 |
2012-02-03 | function binding fixes | BT Templeton | 2 | -62/+78 |
2012-02-03 | sharpsign-colon for uninterned symbols | BT Templeton | 1 | -1/+6 |
2012-02-03 | elisp I/O | BT Templeton | 1 | -0/+14 |
2012-02-03 | improve management of global special variables | BT Templeton | 2 | -151/+109 |
2012-02-03 | more lexical declarations | BT Templeton | 1 | -0/+5 |
2012-02-03 | signal an error for uncaught throws | BT Templeton | 1 | -3/+6 |
2012-02-03 | `catch' in terms of `condition-case' | BT Templeton | 1 | -21/+16 |
2012-02-03 | standard error symbols | BT Templeton | 1 | -0/+6 |
2012-02-03 | `%plist-member' fix | BT Templeton | 1 | -5/+7 |
2012-02-03 | condition-case | BT Templeton | 1 | -2/+27 |
2012-02-03 | elisp `member' subrs | BT Templeton | 1 | -0/+18 |
2012-02-03 | use `dynlet' for dynamic binding | BT Templeton | 1 | -41/+36 |
2012-02-03 | inline `generate-let' and `generate-let*' | BT Templeton | 1 | -97/+79 |
2012-02-03 | define `flet' directly | BT Templeton | 1 | -7/+15 |
2012-02-03 | lexical binding macros | BT Templeton | 3 | -28/+25 |
2012-02-03 | use `lexical' declarations in "boot.el" | BT Templeton | 1 | -5/+9 |
2012-02-03 | elisp `while' macro | BT Templeton | 3 | -50/+8 |
2012-02-03 | elisp `labels' | BT Templeton | 2 | -0/+23 |
2012-02-03 | fix `flet' syntax | BT Templeton | 1 | -97/+113 |
2012-02-03 | elisp binding declarations | BT Templeton | 1 | -68/+52 |
2012-02-03 | declaration parsing | BT Templeton | 1 | -105/+147 |
2012-02-03 | elisp lambda list parsing | BT Templeton | 1 | -171/+90 |
2012-02-03 | elisp function subrs | BT Templeton | 5 | -69/+90 |
2012-02-03 | remove dynamic function binding | BT Templeton | 2 | -22/+12 |
2012-02-03 | elisp nil equality | BT Templeton | 1 | -2/+14 |
2012-02-03 | use lexical binding in boot.el | BT Templeton | 1 | -1/+1 |
2012-02-03 | remove unused code | BT Templeton | 2 | -32/+1 |
2012-02-03 | new elisp special form `%funcall' | BT Templeton | 2 | -0/+10 |
2012-02-03 | rewrite `eval' and `load' in elisp | BT Templeton | 2 | -15/+18 |
2012-02-03 | evaluate the function position correctly | BT Templeton | 1 | -5/+1 |
2012-02-03 | purify elisp symbol cell modules | BT Templeton | 2 | -2/+4 |
2012-02-03 | record elisp function names | BT Templeton | 1 | -4/+8 |