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
*
Avoid an unnecessary call to intern
Stefan Kangas
2022-09-19
1
-1
/
+1
*
Doc fixes for 'text-quoting-style'
Stefan Kangas
2022-09-10
1
-2
/
+13
*
Use BASE_EQ instead of EQ where obviously safe
Mattias EngdegÄrd
2022-06-16
1
-3
/
+3
*
Be more robust if doc file is corrupted
Paul Eggert
2022-05-31
1
-0
/
+2
*
New generic function `oclosure-interactive-form`
Stefan Monnier
2022-04-26
1
-3
/
+1
*
OClosure: New function `function-documentation`
Stefan Monnier
2022-04-07
1
-49
/
+1
*
Add OClosures, a cross between functions and structs
Stefan Monnier
2022-03-28
1
-2
/
+10
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-12
1
-3
/
+2
*
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
*
|
Don't store docstrings of preloaded .el files in etc/DOC
Stefan Monnier
2021-12-30
1
-2
/
+6
|
/
*
; * 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
[next]