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
2016-03-04
doc string file descriptor exhaustion fix
Paul Eggert
2016-03-04
Fix Bug#22814
Michael Albinus
2016-02-26
--enable-gcc-warnings now uses -Wjump-misses-init
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-23
Improve text-quoting-style doc
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-07
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-25
format-message now curves ` and '
Paul Eggert
2015-08-24
Treat ' like ’ even when not matching `
Paul Eggert
2015-08-23
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
Andreas Schwab
2015-08-17
Curved quotes in --batch diagnostics in non-UTF-8
Paul Eggert
2015-08-14
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-14
Extend ‘format’ to translate curved quotes
Paul Eggert
2015-08-11
Give names to Unicode code points in C code
Paul Eggert
2015-08-09
Fix some minor quoting issues with grave accent
Paul Eggert
2015-08-02
Redo text-quoting-style variable
Paul Eggert
2015-06-30
; * src/doc.c: Add a 'coding' cookie.
Eli Zaretskii
2015-06-25
Translate undisplayable ‘ to `
Paul Eggert
2015-06-20
* src/doc.c (syms_of_doc): Remove unused symbols.
Paul Eggert
2015-06-19
Improve the optional translation of quotes
Paul Eggert
2015-06-18
* src/doc.c (Fsubstitute_command_keys): Make previous change compile.
Glenn Morris
2015-06-18
Make translation of quotes to curly in doc strings optional.
Alan Mackenzie
2015-05-30
Don't misencode C-generated messages
Paul Eggert
2015-05-28
substitute-command-keys now curves quotes
Paul Eggert
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-25
Prefer stpcpy to strcat
Paul Eggert
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-23
Fix some slow uses and misuses of strcat.
Paul Eggert
2014-09-23
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-15
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-04-05
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-03-20
* doc.c (store_function_docstring): Fix pointer signedness mismatch.
Paul Eggert
2014-03-20
* lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
Stefan Monnier
2014-02-27
* src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variables
Glenn Morris
2014-01-03
Remove the dynamic-docstring-function feature.
Chong Yidong
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-11-16
Don't let unusual after-change-functions overwrite " prin1" buffer in use.
Eli Zaretskii
2013-08-10
Omit some unnecessary casts.
Paul Eggert
2013-07-18
* doc.c: Fix minor memory and file descriptor leaks.
Paul Eggert
2013-07-16
A few more minor file errno-reporting bugs.
Paul Eggert
2013-07-16
* fileio.c (report_file_errno): Fix errno reporting bug.
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
[prev]
[next]