summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2016-03-04doc string file descriptor exhaustion fixPaul Eggert
2016-03-04Fix Bug#22814Michael Albinus
2016-02-26--enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-23Improve text-quoting-style docPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-08-25format-message now curves ` and 'Paul Eggert
2015-08-24Treat ' like ’ even when not matching `Paul Eggert
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert
2015-08-23Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab
2015-08-17Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert
2015-08-14Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert
2015-08-14Extend ‘format’ to translate curved quotesPaul Eggert
2015-08-11Give names to Unicode code points in C codePaul Eggert
2015-08-09Fix some minor quoting issues with grave accentPaul Eggert
2015-08-02Redo text-quoting-style variablePaul Eggert
2015-06-30; * src/doc.c: Add a 'coding' cookie.Eli Zaretskii
2015-06-25Translate undisplayable ‘ to `Paul Eggert
2015-06-20* src/doc.c (syms_of_doc): Remove unused symbols.Paul Eggert
2015-06-19Improve the optional translation of quotesPaul Eggert
2015-06-18* src/doc.c (Fsubstitute_command_keys): Make previous change compile.Glenn Morris
2015-06-18Make translation of quotes to curly in doc strings optional.Alan Mackenzie
2015-05-30Don't misencode C-generated messagesPaul Eggert
2015-05-28substitute-command-keys now curves quotesPaul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-23Fix 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-23Use known length of a Lisp string to copy it faster.Dmitry Antipov
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-04-05Prefer '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 findStefan Monnier
2014-02-27* src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variablesGlenn Morris
2014-01-03Remove the dynamic-docstring-function feature.Chong Yidong
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-16Don't let unusual after-change-functions overwrite " prin1" buffer in use.Eli Zaretskii
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-07-18* doc.c: Fix minor memory and file descriptor leaks.Paul Eggert
2013-07-16A 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-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert