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
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
1
-10
/
+8
|
\
|
*
Preven a buffer-overflow (bug#58850)
Gerd Möllmann
2022-11-01
1
-2
/
+2
|
*
Merge 'master' into noverlay
Stefan Monnier
2022-09-25
1
-831
/
+1347
|
|
\
|
*
|
Provide a new tree data-structure for overlays.
Andreas Politz
2017-10-04
1
-7
/
+5
*
|
|
Check for outdated tree-sitter node when printing
Yuan Fu
2022-11-02
1
-1
/
+9
*
|
|
; * src/print.c (print_vectorlike): Fix comment for tree-sitter.
Yuan Fu
2022-11-02
1
-2
/
+2
*
|
|
Don't print buffer when printing tree-sitter node and parser
Yuan Fu
2022-11-01
1
-4
/
+5
*
|
|
; Rename ts_* symbols in treesit.c
Eli Zaretskii
2022-10-17
1
-1
/
+1
*
|
|
Support MinGW build on MS-Windows
Eli Zaretskii
2022-10-16
1
-1
/
+1
*
|
|
Improve printing treesit nodes
Yuan Fu
2022-09-24
1
-6
/
+9
*
|
|
Merge remote-tracking branch 'origin/master' into feature/tree-sitter
Yuan Fu
2022-08-29
1
-159
/
+202
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
* 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
*
|
|
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-06-14
1
-302
/
+646
|
\
|
|
|
*
|
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
*
|
|
Add new type treesit-compiled-query
Yuan Fu
2022-06-14
1
-0
/
+3
*
|
|
; Merge from master.
Yuan Fu
2022-05-07
1
-15
/
+44
|
\
|
|
|
*
|
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
*
|
|
Add tree-sitter intergration
Yuan Fu
2022-05-07
1
-0
/
+28
|
/
/
*
|
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
|
\
\
\
[next]