index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
print.c
Age
Commit message (
Expand
)
Author
2026-03-12
Replace remaining uses of Qwrong_type_argument
Basil L. Contovounesios
2026-03-10
Fix `signal` calls where the data argument is not a list
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-26
December 2025 spelling fixes
Paul Eggert
2025-12-04
Don't emit print-circle refs for empty string and vector
Mattias Engdegård
2025-11-15
Avoid extra newline in user-error logged in *Messages*
Eli Zaretskii
2025-08-09
; Fix last change
Eli Zaretskii
2025-08-09
Improve Vprint_variable_mapping
Zach Shaftel
2025-07-09
print_error_message: Handle user-error to the echo area specially
Sean Whitton
2025-07-07
Print non-ASCII chars in unibyte symbols as raw bytes
Mattias Engdegård
2025-06-28
Avoid extra output in Vprin1_to_string_buffer (bug#78842)
Pip Cet
2025-05-28
Fix unsafe SDATA usage in print.c (bug#78590)
Pip Cet
2025-04-28
Don't escape "." in `prin1' when followed by a letter
Spencer Baugh
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-20
Remove redundant case_Lisp_Int macro
Stefan Kangas
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-14
Prefer calln to CALLN where applicable
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Remove purecopy hash table flag
Pip Cet
2024-07-16
Fix buffer size problem in print_bool_vector
Paul Eggert
2024-06-10
* src/print.c (print_vectorlike_unreadable): Fix merge accident.
Mattias Engdegård
2024-06-08
Merge from origin/emacs-29
Eli Zaretskii
2024-06-01
Check for buffer liveness when accessing tree-sitter node (bug#71012)
Yuan Fu
2024-05-11
Pacify gcc -Wmissing-variable-declarations
Paul Eggert
2024-04-28
(COMPILED): Rename to CLOSURE
Stefan Monnier
2024-03-30
New JSON encoder (bug#70007)
Mattias Engdegård
2024-02-23
Add a proper type for obarrays
Mattias Engdegård
2024-02-02
Pacify gcc -Wpointer-sign
Paul Eggert
2024-02-02
bytecomp.el: Rewrite the way we print dynamic docstrings
Stefan Monnier
2024-01-24
(DOHASH): Change calling convention
Stefan Monnier
2024-01-21
Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL float
Mattias Engdegård
2024-01-21
Add C macro for hash table iteration
Mattias Engdegård
2024-01-18
Don't use Qunbound as hash table key when printing (bug#68244)
Mattias Engdegård
2024-01-14
Retype traverse_interval arg type from Lisp_Object to void *
Mattias Engdegård
2024-01-13
Share hash table test structs
Mattias Engdegård
2024-01-13
Use non-Lisp allocation for internal hash-table vectors
Mattias Engdegård
2024-01-13
Remove rehash-threshold and rehash-size struct members
Mattias Engdegård
2024-01-13
Represent hash table weakness as an enum internally
Mattias Engdegård
2024-01-13
Don't print or read the hash table size parameter
Mattias Engdegård
2024-01-13
* src/print.c (print_object): Don't print empty hash-table data
Mattias Engdegård
2024-01-13
* src/print.c (print_object): Don't print hash table test if `eql`.
Mattias Engdegård
2024-01-12
Abstract predicate and constant for unused hash keys
Mattias Engdegård
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-23
Split safe_call between redisplay and non-redisplay versions
Stefan Monnier
2023-12-17
Silence warning in print.c
Stefan Kangas
2023-11-25
Refactor pseudovector printing
Mattias Engdegård
2023-10-24
Make eln files re-dumpable (bug#45103)
Andrea Corallo
2023-08-03
Fix link to info node in prin1 docstring
Stefan Kangas
2023-08-03
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
[next]