summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2020-04-25Lazy load function documentation.Andrea Corallo
2020-04-25Store function documentations in a hash table.Andrea Corallo
2020-03-10* Fix store_function_docstring for for native functionsAndreaCorallo
2020-01-01fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo
2020-01-01mitigate ifdef proliferationAndrea Corallo
2020-01-01add initial native compiler pdumper supportAndrea Corallo
2020-01-01add native compiled function docstring supportAndrea Corallo
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-11Improve error reporting for DOC file problemsPaul Eggert
2019-08-16Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert
2019-06-26Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen
2019-06-26Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen
2019-04-24Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-28Tune SAFE_FREEPaul Eggert
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris
2018-02-08Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert
2017-10-20Tweak Fdocumentation's error for an undefined functionGlenn Morris
2017-10-01Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie
2017-10-01Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-20Reimplement module functionsPhilipp Stephani
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-08Fix unlikely substitute-command-keys memory leakPaul Eggert
2016-08-30Minor doc quoting fixesPaul Eggert
2016-08-17* src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert
2016-08-16Omit substitute-command-keys code no longer neededPaul Eggert
2016-08-16* src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii
2016-08-16Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii
2016-08-13Minor text-quoting-style fixesPaul Eggert
2016-08-13Fix substitute-command-keys unibyte, alloc bugsPaul Eggert
2016-06-14Port to platforms where char * has top bit setPaul Eggert
2016-06-14Remove recursion from store_function_docstringPaul Eggert
2016-05-10'text-quoting-style' now affects only ` and 'Paul Eggert
2016-05-04Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie
2016-04-18Merge from origin/emacs-25Paul Eggert
2016-04-14substitute-command-keys keeps quotes’ text propsPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert