index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; * src/doc.c (syms_of_doc): Fix last change.
Eli Zaretskii
2021-05-06
1
-7
/
+7
*
Improve formatting in text-quoting-style docstring
Stefan Kangas
2021-05-06
1
-11
/
+13
*
* src/doc.c (Fsnarf_documentation): Fix bug#48019
Stefan Monnier
2021-04-29
1
-1
/
+1
*
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-02
1
-25
/
+15
|
\
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
|
*
Minor cleanup in doc.c
Stefan Kangas
2020-12-31
1
-24
/
+14
*
|
Merge remote-tracking branch 'savannah/master' into dev
Andrea Corallo
2020-11-14
1
-26
/
+14
|
\
|
|
*
Simplify getting value of text-quoting-style (Bug#44471)
Stefan Kangas
2020-11-09
1
-26
/
+14
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-23
1
-301
/
+20
|
\
|
|
*
Remove C version of substitute-command-keys
Stefan Kangas
2020-10-18
1
-303
/
+0
|
*
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-10-18
1
-7
/
+29
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-10
1
-1
/
+1
|
\
|
|
*
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-10-05
1
-1
/
+1
*
|
Lazy load function documentation.
Andrea Corallo
2020-04-25
1
-4
/
+1
*
|
Store function documentations in a hash table.
Andrea Corallo
2020-04-25
1
-1
/
+4
*
|
* Fix store_function_docstring for for native functions
AndreaCorallo
2020-03-10
1
-5
/
+1
*
|
fix naming for predicate SUBR_NATIVE_COMPILEDP
Andrea Corallo
2020-01-01
1
-1
/
+1
*
|
mitigate ifdef proliferation
Andrea Corallo
2020-01-01
1
-2
/
+0
*
|
add initial native compiler pdumper support
Andrea Corallo
2020-01-01
1
-4
/
+6
*
|
add native compiled function docstring support
Andrea Corallo
2020-01-01
1
-1
/
+11
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Improve error reporting for DOC file problems
Paul Eggert
2019-09-11
1
-1
/
+1
*
Mention that text properties are removed in substitute-command-keys
Lars Ingebrigtsen
2019-08-16
1
-2
/
+2
*
Do not alter match data in Fcapitalize etc.
Paul Eggert
2019-07-09
1
-1
/
+1
*
Restrict indirect lookups in Fdocumentation_property
Lars Ingebrigtsen
2019-06-26
1
-3
/
+5
*
Fdocumentation_property: Return doc string for indirect variables
Lars Ingebrigtsen
2019-06-26
1
-0
/
+12
*
Move definition of Lisp_Module_Function to emacs-module.c.
Philipp Stephani
2019-04-24
1
-1
/
+3
*
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-1
/
+1
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-12
/
+4
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-1
/
+1
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-13
/
+13
*
|
Tune SAFE_FREE
Paul Eggert
2018-06-28
1
-6
/
+3
*
|
Stop keeping multiple doc copies for items defined multiple times
Glenn Morris
2018-02-13
1
-26
/
+16
|
/
*
Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
Noam Postavsky
2018-02-08
1
-2
/
+2
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-1
/
+1
*
Tweak Fdocumentation's error for an undefined function
Glenn Morris
2017-10-20
1
-0
/
+2
*
Make the value nil in text-quoting-style mean what it does in Emacs 25.
Alan Mackenzie
2017-10-01
1
-20
/
+16
*
Make text-quoting-style customizable. Introduce t and new meaning for nil.
Alan Mackenzie
2017-10-01
1
-16
/
+20
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Reimplement module functions
Philipp Stephani
2017-05-20
1
-0
/
+2
*
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
2017-04-10
1
-2
/
+2
*
Revamp quitting and fix infloops
Paul Eggert
2017-02-01
1
-5
/
+4
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
|
*
* src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.
Eli Zaretskii
2016-08-16
1
-1
/
+1
|
*
Avoid segfaults due to quoting in 'substitute-command-keys'
Eli Zaretskii
2016-08-16
1
-4
/
+16
*
|
Fix unlikely substitute-command-keys memory leak
Paul Eggert
2016-12-08
1
-4
/
+13
[next]