summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAge
...
* 'temacs -nw' should not call missing functionsPaul Eggert2015-01-04
* Update copyright year to 2015Paul Eggert2015-01-01
* Use "b" flag more consistently; avoid "t".Paul Eggert2014-07-15
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-14
* * make-docfile.c: Simplify a bit, to simplify further refactoring.Paul Eggert2014-07-13
* Omit redundant extern decls.Paul Eggert2014-06-17
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than charGlenn Morris2013-10-09
* Port to C89.Paul Eggert2013-07-10
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-01
* * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,Paul Eggert2013-05-05
* * make-docfile.c (write_globals): Make it a bit clearer.Paul Eggert2013-01-15
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2012-10-20
* Fix last changes in make-docfile.c.Eli Zaretskii2012-10-20
* * make-docfile.c (scan_lisp_file): Add bounds checking.Andreas Schwab2012-10-20
* Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.Eli Zaretskii2012-10-20
* Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau2012-10-01
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-14
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-10
* Remove some make-docfile.c undes that are no longer neededGlenn Morris2012-08-09
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-09
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* * make-docfile.c (write_globals): Warn about duplicate functionAndreas Schwab2012-07-06
* * make-docfile.c (scan_c_file): Suppress GCC warning.Paul Eggert2012-07-03
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-03
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* * make-docfile.c (search_lisp_doc_at_eol): Unget last readAndreas Schwab2012-06-08
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-29
* Fixes: debbugs:11380Andreas Schwab2012-04-29
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-12-30
* * lib-src/make-docfile.c (scan_lisp_file): Treat defcustom like defvar.Glenn Morris2011-11-23
* [ChangeLog]Paul Eggert2011-05-28
* * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.Paul Eggert2011-04-01
* * make-docfile.c (scan_c_file): Refactor local variable decls to make their s...Paul Eggert2011-02-25
* * make-docfile.c (write_globals): Change char * to char const *Paul Eggert2011-02-25
* * make-docfile.c (input_buffer): Rename variables to avoid shadowing.Paul Eggert2011-02-21
* Merge from mainline.Paul Eggert2011-02-21
|\
| * * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.Ben Key2011-02-21
* | Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-21
|/
* * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.Paul Eggert2011-02-08
* Make globals.h a generated headerTom Tromey2011-02-08
* make-docfile: don't corrupt heap for an invalid .elc fileJim Meyering2011-01-30
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Check return values of some library calls.Paul Eggert2011-01-22
* Merge from mainline.Paul Eggert2011-01-17
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Merge from mainline.Paul Eggert2011-01-14
|\|
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\