index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp.h
Age
Commit message (
Expand
)
Author
2022-04-08
Rename mark_stack to mark_c_stack
Mattias Engdegård
2022-04-04
Inline call0..8
Mattias Engdegård
2022-04-04
Replace list and vector sorting with TIMSORT algorithm
Andrew G Cohen
2022-04-04
Add optional GC marking function to specpdl unwind_ptr record
Mattias Engdegård
2022-03-19
Remove unused fns/data and make fns static
Paul Eggert
2022-03-19
Use filenvercmp instead of doing it by hand
Paul Eggert
2022-03-19
Remove internal_condition_case_[345]
Paul Eggert
2022-03-19
Make `command-modes' work for (native-compiled) subrs, too
Lars Ingebrigtsen
2022-03-18
Speed up fixnum printing
Mattias Engdegård
2022-03-17
Put bytecode stack frame metadata in a struct
Mattias Engdegård
2022-03-16
Improve random bignum generation
Paul Eggert
2022-03-13
Separate bytecode stack
Mattias Engdegård
2022-03-13
Simplify exec_byte_code arguments
Mattias Engdegård
2022-03-12
; * src/lisp.h: Remove redundant declaration
Mattias Engdegård
2022-03-12
Maintain end of specpdl instead of size
Mattias Engdegård
2022-03-12
Inline record_in_backtrace
Mattias Engdegård
2022-03-08
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-02-19
(specpdl_unrewind): Fix corner case
Stefan Monnier
2022-02-12
Rewrite thread context switch code (bug#48990)
Stefan Monnier
2022-02-12
Count bytes, not records, in specpdl_ref
Mattias Engdegård
2022-02-12
Turn specpdl_ref into a type of its own
Mattias Engdegård
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-01-28
Reduce code duplication in parts of (auto)load&defalias
Stefan Monnier
2022-01-25
* src/lisp.h (lisp_h_EQ, lisp_h_NILP): Fix length and indent
Stefan Monnier
2022-01-24
Inline maybe_quit
Mattias Engdegård
2022-01-24
Remove nil check in exec_byte_code
Mattias Engdegård
2022-01-24
Pin bytecode strings to avoid copy at call time
Mattias Engdegård
2022-01-24
Short-circuit the recursive bytecode funcall chain
Mattias Engdegård
2022-01-11
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-10
Assume C99 when defining pD
Paul Eggert
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-20
Fix build in a separate directory (bug#52669)
Sam Steingold
2021-12-11
Add sqlite3 support to Emacs
Lars Ingebrigtsen
2021-12-03
Port to Tiny C on x86-64
Paul Eggert
2021-12-03
Merge from origin/emacs-28
Stefan Kangas
2021-12-02
Port to C compilers that lack size-0 arrays
Paul Eggert
2021-12-01
Several amendments to scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-20
Add support for the Haiku operating system and its window system
Po Lu
2021-10-13
Pacify GCC -Wanalyzer-possible-null-dereference
Paul Eggert
2021-09-28
; * src/lisp.h (enum char_bits): Update the comment.
Eli Zaretskii
2021-09-22
Update comments warning about GC-resistant C programming
Eli Zaretskii
2021-09-20
Refactor minibuffer aborting
Miha Rihtaršič
2021-09-18
Check for null bytes in filenames in 'expand-file-name' (bug#49723)
Federico Tedin
2021-08-18
Disable auto compositions on the Linux console only
Lars Ingebrigtsen
2021-07-31
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-07-24
Fix Fdirectory_append check for whether strings have to be converted
Lars Ingebrigtsen
2021-07-21
Make `C-g' after `M-x' not give a backtrace unless required
Lars Ingebrigtsen
2021-07-20
Quit minibuffers without aborting kmacros
Miha Rihtaršič
[next]