summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAgeFilesLines
* Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2012-10-201-1/+3
* Fix last changes in make-docfile.c.Eli Zaretskii2012-10-201-9/+16
* * make-docfile.c (scan_lisp_file): Add bounds checking.Andreas Schwab2012-10-201-11/+12
* Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.Eli Zaretskii2012-10-201-3/+30
* Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau2012-10-011-1/+3
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-141-12/+8
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-101-7/+0
* Remove some make-docfile.c undes that are no longer neededGlenn Morris2012-08-091-15/+10
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-11/+7
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-1/+1
* * make-docfile.c (write_globals): Warn about duplicate functionAndreas Schwab2012-07-061-1/+7
* * make-docfile.c (scan_c_file): Suppress GCC warning.Paul Eggert2012-07-031-1/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-14/+78
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-2/+1
* * make-docfile.c (search_lisp_doc_at_eol): Unget last readAndreas Schwab2012-06-081-1/+3
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-291-100/+53
* Fixes: debbugs:11380Andreas Schwab2012-04-291-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* * lib-src/make-docfile.c (scan_lisp_file): Treat defcustom like defvar.Glenn Morris2011-11-231-1/+3
* [ChangeLog]Paul Eggert2011-05-281-1/+1
* * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.Paul Eggert2011-04-011-1/+8
* * make-docfile.c (scan_c_file): Refactor local variable decls to make their s...Paul Eggert2011-02-251-9/+4
* * make-docfile.c (write_globals): Change char * to char const *Paul Eggert2011-02-251-1/+1
* * make-docfile.c (input_buffer): Rename variables to avoid shadowing.Paul Eggert2011-02-211-8/+9
* Merge from mainline.Paul Eggert2011-02-211-1/+1
|\
| * * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.Ben Key2011-02-211-1/+1
* | Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-211-21/+21
|/
* * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.Paul Eggert2011-02-081-3/+3
* Make globals.h a generated headerTom Tromey2011-02-081-2/+183
* make-docfile: don't corrupt heap for an invalid .elc fileJim Meyering2011-01-301-3/+9
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Check return values of some library calls.Paul Eggert2011-01-221-3/+10
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Fix compilation warnings.Dan Nicolaescu2010-10-031-2/+3
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-111-10/+10
* | * make-docfile.c (write_c_args): Warn for old-style empty arglist ().Juanma Barranquero2010-07-291-1/+7
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-241-0/+1
* | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".Juanma Barranquero2010-07-231-1/+1
* | * make-docfile.c (write_c_args): Restructure scanning loop.Andreas Schwab2010-07-091-62/+41
* | Make make-docfile understand DEFUN arguments written in standard C.Dan Nicolaescu2010-07-081-1/+16
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-021-37/+14
* | Convert some prototypes to standard C.Dan Nicolaescu2010-07-021-3/+3
|/
* Fix typos in comments.Juanma Barranquero2010-01-181-3/+3
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1