index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
print.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* src/print.c (struct print_buffer): Revert gratuitous format change.
Mattias Engdegård
2022-08-08
1
-11
/
+4
*
; Fix coding style in recently installed changes to print.c
Po Lu
2022-08-08
1
-6
/
+15
*
Group print buffer state in a struct
Mattias Engdegård
2022-08-08
1
-39
/
+41
*
Turn large macros in print.c to functions
Mattias Engdegård
2022-08-08
1
-130
/
+146
*
; * src/print.c (print_vectorlike): Fix Lisp_Object type mixup.
Po Lu
2022-07-28
1
-1
/
+1
*
Correctly set marker position after specpdl is unwound during printing
Po Lu
2022-07-28
1
-2
/
+2
*
Don't export print--unreadable-callback-buffer to lisp
Lars Ingebrigtsen
2022-07-28
1
-0
/
+2
*
Ensure that we don't call print-unreadable-function from " prin1"
Lars Ingebrigtsen
2022-07-28
1
-0
/
+19
*
Fix thinko in last change
Po Lu
2022-07-27
1
-7
/
+11
*
Fix invalid current buffer after print-unreadable-function signals
Po Lu
2022-07-27
1
-3
/
+2
*
Simplify str_to_multibyte and related code
Mattias Engdegård
2022-07-11
1
-1
/
+1
*
Simplify and speed up string-to-multibyte
Mattias Engdegård
2022-07-11
1
-2
/
+1
*
; Fix typos.
Mattias Engdegård
2022-07-02
1
-1
/
+1
*
Pacify Oracle Studio re print_vectorlike
Paul Eggert
2022-06-25
1
-2
/
+2
*
Use BASE_EQ when comparing with Qunbound
Mattias Engdegård
2022-06-12
1
-1
/
+1
*
Fix 32-bit warnings again
Po Lu
2022-05-26
1
-1
/
+1
*
Less wrong printed circular list tail index (bug#55395)
Mattias Engdegård
2022-05-23
1
-15
/
+13
*
Fix compiler warnings in printer code on 32-bit systems
Po Lu
2022-05-21
1
-15
/
+28
*
Make printing mostly non-recursive (bug#55481)
Mattias Engdegård
2022-05-18
1
-293
/
+517
*
Don't expose Vprint_variable_mapping to Lisp
Lars Ingebrigtsen
2022-05-16
1
-33
/
+39
*
; Improve documentation of the OVERRIDES argument to prin1
Eli Zaretskii
2022-05-15
1
-6
/
+7
*
Add OVERRIDES argument to prin1/prin1-to-string
Lars Ingebrigtsen
2022-05-15
1
-8
/
+110
*
Be more resilient towards errors during error handling
Lars Ingebrigtsen
2022-05-05
1
-1
/
+8
*
Pacify gcc -std=c99 with printf %p
Paul Eggert
2022-04-19
1
-5
/
+8
*
Add new function `flush-standard-output'.
Lars Ingebrigtsen
2022-04-17
1
-0
/
+12
*
Speed up fixnum printing
Mattias Engdegård
2022-03-18
1
-2
/
+4
*
Don't always escape "." and "?" in `prin1'
Lars Ingebrigtsen
2022-03-14
1
-7
/
+12
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-4
/
+4
*
Merge branch 'scratch/correct-warning-pos'
Alan Mackenzie
2022-01-22
1
-1
/
+32
|
\
|
*
Merge branch 'master' into scratch/correct-warning-pos
Alan Mackenzie
2022-01-11
1
-8
/
+29
|
|
\
|
*
|
First commit of scratch/correct-warning-pos.
Alan Mackenzie
2021-11-29
1
-1
/
+32
*
|
|
Clarify Vprint_unreadable_function doc string
Lars Ingebrigtsen
2022-01-22
1
-8
/
+8
*
|
|
Fix documentation of 'unprintable' stuff
Eli Zaretskii
2022-01-22
1
-5
/
+5
*
|
|
Add new variable print-unreadable-function
Lars Ingebrigtsen
2022-01-22
1
-201
/
+248
|
|
/
|
/
|
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
\
|
*
|
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
|
Print dead xwidgets specially
Po Lu
2022-01-01
1
-7
/
+12
*
|
|
Add sqlite3 support to Emacs
Lars Ingebrigtsen
2021-12-11
1
-0
/
+16
|
|
/
|
/
|
*
|
Fix build on nextstep
Po Lu
2021-11-07
1
-0
/
+6
*
|
Make xwidgets print nicer
Po Lu
2021-11-07
1
-2
/
+14
*
|
Add an optional parameter to kill-all-local-variables
Lars Ingebrigtsen
2021-10-06
1
-1
/
+1
|
/
*
Avoid exiting when outputting error messages during loadup
Gregory Heytings
2021-10-04
1
-1
/
+5
*
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-08
1
-1
/
+2
|
\
|
*
* src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`
Stefan Monnier
2021-01-04
1
-1
/
+2
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-12-20
1
-1
/
+1
|
\
|
|
*
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-11-07
1
-2
/
+52
|
\
|
|
*
Fix --enable-check-lisp-object-type build
Glenn Morris
2020-11-06
1
-1
/
+1
[next]