index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc.c
Age
Commit message (
Expand
)
Author
2020-04-25
Lazy load function documentation.
Andrea Corallo
2020-04-25
Store function documentations in a hash table.
Andrea Corallo
2020-03-10
* Fix store_function_docstring for for native functions
AndreaCorallo
2020-01-01
fix naming for predicate SUBR_NATIVE_COMPILEDP
Andrea Corallo
2020-01-01
mitigate ifdef proliferation
Andrea Corallo
2020-01-01
add initial native compiler pdumper support
Andrea Corallo
2020-01-01
add native compiled function docstring support
Andrea Corallo
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-11
Improve error reporting for DOC file problems
Paul Eggert
2019-08-16
Mention that text properties are removed in substitute-command-keys
Lars Ingebrigtsen
2019-07-09
Do not alter match data in Fcapitalize etc.
Paul Eggert
2019-06-26
Restrict indirect lookups in Fdocumentation_property
Lars Ingebrigtsen
2019-06-26
Fdocumentation_property: Return doc string for indirect variables
Lars Ingebrigtsen
2019-04-24
Move definition of Lisp_Module_Function to emacs-module.c.
Philipp Stephani
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-28
Tune SAFE_FREE
Paul Eggert
2018-02-13
Stop keeping multiple doc copies for items defined multiple times
Glenn Morris
2018-02-08
Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
Noam Postavsky
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-13
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-10-20
Tweak Fdocumentation's error for an undefined function
Glenn Morris
2017-10-01
Make the value nil in text-quoting-style mean what it does in Emacs 25.
Alan Mackenzie
2017-10-01
Make text-quoting-style customizable. Introduce t and new meaning for nil.
Alan Mackenzie
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-05-20
Reimplement module functions
Philipp Stephani
2017-04-10
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
2017-02-01
Revamp quitting and fix infloops
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-08
Fix unlikely substitute-command-keys memory leak
Paul Eggert
2016-08-30
Minor doc quoting fixes
Paul Eggert
2016-08-17
* src/doc.c (Fsubstitute_command_keys): Clarify GC comments.
Paul Eggert
2016-08-16
Omit substitute-command-keys code no longer needed
Paul Eggert
2016-08-16
* src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.
Eli Zaretskii
2016-08-16
Avoid segfaults due to quoting in 'substitute-command-keys'
Eli Zaretskii
2016-08-13
Minor text-quoting-style fixes
Paul Eggert
2016-08-13
Fix substitute-command-keys unibyte, alloc bugs
Paul Eggert
2016-06-14
Port to platforms where char * has top bit set
Paul Eggert
2016-06-14
Remove recursion from store_function_docstring
Paul Eggert
2016-05-10
'text-quoting-style' now affects only ` and '
Paul Eggert
2016-05-04
Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.
Alan Mackenzie
2016-04-18
Merge from origin/emacs-25
Paul Eggert
2016-04-14
substitute-command-keys keeps quotes’ text props
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
[prev]
[next]