[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/func-type-decls updated (1d630a5e08a -> e8ef297bbea)
From: |
Andrea Corallo |
Subject: |
scratch/func-type-decls updated (1d630a5e08a -> e8ef297bbea) |
Date: |
Fri, 23 Feb 2024 10:12:11 -0500 (EST) |
akrl pushed a change to branch scratch/func-type-decls.
from 1d630a5e08a Move entries from comp-known-type-specifiers to DEFUN
new 202c30af99c Add function type declarations for Lisp functions as
well
new 45e94db72df Move remaning declared types out of
comp-known-type-specifiers
new 4ae6ac9788b Rename comp-primitive-type-specifiers
new 22da320285a Make use of Lisp function declarations in the native
compiler
new acb51997524 Update C-h f
new e8ef297bbea Clean-up now unnecessary
'comp-primitive-type-specifiers'
Summary of changes:
lisp/custom.el | 3 +-
lisp/emacs-lisp/byte-run.el | 8 +++-
lisp/emacs-lisp/comp-common.el | 87 +++++++++++-------------------------------
lisp/emacs-lisp/comp.el | 40 ++++++++++++-------
lisp/emacs-lisp/lisp.el | 3 +-
lisp/emacs-lisp/regexp-opt.el | 3 +-
lisp/env.el | 3 +-
lisp/help-fns.el | 2 +-
lisp/simple.el | 9 +++--
lisp/subr.el | 36 +++++++++++------
lisp/window.el | 9 +++--
11 files changed, 101 insertions(+), 102 deletions(-)
- scratch/func-type-decls updated (1d630a5e08a -> e8ef297bbea),
Andrea Corallo <=
- scratch/func-type-decls 4ae6ac9788b 3/6: Rename comp-primitive-type-specifiers, Andrea Corallo, 2024/02/23
- scratch/func-type-decls acb51997524 5/6: Update C-h f, Andrea Corallo, 2024/02/23
- scratch/func-type-decls 22da320285a 4/6: Make use of Lisp function declarations in the native compiler, Andrea Corallo, 2024/02/23
- scratch/func-type-decls 45e94db72df 2/6: Move remaning declared types out of comp-known-type-specifiers, Andrea Corallo, 2024/02/23
- scratch/func-type-decls e8ef297bbea 6/6: Clean-up now unnecessary 'comp-primitive-type-specifiers', Andrea Corallo, 2024/02/23
- scratch/func-type-decls 202c30af99c 1/6: Add function type declarations for Lisp functions as well, Andrea Corallo, 2024/02/23