Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't quote nil and t in doc strings | Paul Eggert | 2015-05-21 | 1 | -1/+1 |
| | | | | | This is as per "Tips for Documentation Strings" in the elisp manual. For consistency, do the same in diagnostics and comments. | ||||
* | * lisp/emacs-lisp/check-declare.el (check-declare-verify): | Glenn Morris | 2015-05-04 | 1 | -2/+3 |
| | | | | Handle cl-defgeneric, cl-defmethod. | ||||
* | Silence some compilation warnings | Glenn Morris | 2015-04-30 | 1 | -0/+2 |
| | | | | | | | | | | * lisp/emacs-lisp/check-declare.el (compilation-forget-errors): * lisp/emulation/cua-base.el (delete-active-region): * lisp/net/net-utils.el (w32-get-console-output-codepage): * lisp/term/ns-win.el (ns-own-selection-internal) (ns-disown-selection-internal, ns-selection-owner-p) (ns-selection-exists-p, ns-get-selection): Declare for compiler.. | ||||
* | Spelling fixes | Paul Eggert | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | check-declare.el: Use compilation-style warnings | Oleh Krehel | 2015-02-25 | 1 | -8/+32 |
| | | | | | | | | | * lisp/emacs-lisp/check-declare.el (check-declare-warn): Add file-line-column info to the warning. (check-declare-files): Make sure that `check-declare-warning-buffer' is in `compilation-mode'. Make the order of the errors that same as in the file. Add code to ensure that `first-error' will work properly. | ||||
* | check-declare.el (check-declare-ext-errors): New defcustom. | Oleh Krehel | 2015-02-25 | 1 | -1/+10 |
| | | | | | | | * emacs-lisp/check-declare.el (check-declare): New defgroup. (check-declare-verify): When `check-declare-ext-errors' is non-nil, warn about an unfound function, instead of saying "skipping external file". | ||||
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Comment fix | Glenn Morris | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Small check-declare fix. | Glenn Morris | 2011-05-04 | 1 | -4/+6 |
| | | | | | * lisp/emacs-lisp/check-declare.el (check-declare-scan): Handle byte-compile-initial-macro-environment in bytecomp.el | ||||
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | (check-declare-scan): Read the declaration rather than parsing it as a | Glenn Morris | 2009-10-01 | 1 | -23/+23 |
| | | | | | | | regexp. This relaxes the layout requirements and makes errors easier to detect. (check-declare-verify): Check file is regular. (check-declare-directory): Doc fix. | ||||
* | (check-declare-verify): Add basic defmethod and defclass, and | Glenn Morris | 2009-09-29 | 1 | -4/+8 |
| | | | | define-overloadable-function. | ||||
* | (check-declare-locate): Remove pointless file-name-nondirectory call | Glenn Morris | 2009-09-29 | 1 | -2/+2 |
| | | | | | preventing location of cedet files. (check-declare-verify): Use literal search rather than re-search. | ||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (check-declare-locate, check-declare-verify): Handle .m files. | Glenn Morris | 2008-07-16 | 1 | -3/+3 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | (check-declare-errmsg): Fix counting in the `full' case. | Glenn Morris | 2008-04-29 | 1 | -1/+1 |
| | |||||
* | (check-declare-directory): Use `find-program' and | Juanma Barranquero | 2008-01-30 | 1 | -3/+4 |
| | | | | `grep-program' instead of hardcoded program names. | ||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | (check-declare-verify): Handle deffoo. | Glenn Morris | 2007-12-11 | 1 | -1/+5 |
| | |||||
* | (check-declare-scan): Doc fix. | Glenn Morris | 2007-11-30 | 1 | -26/+31 |
| | | | | | | Handle declare-function third argument `t' and fourth argument. (check-declare-verify): Doc fix. Handle `fileonly' case. Use progn rather than prog1. | ||||
* | (check-declare-locate, check-declare-verify): Handle `external' files. | Glenn Morris | 2007-11-29 | 1 | -19/+49 |
| | | | | | | (check-declare-errmsg): New function. (check-declare-verify, check-declare-file, check-declare-directory): Use check-declare-errmsg to report the number of problems. | ||||
* | (check-declare-locate): Reflow doc. | Glenn Morris | 2007-11-28 | 1 | -7/+7 |
| | | | | (check-declare-verify): Handle fset. | ||||
* | (check-declare-locate): Handle compressed files. | Glenn Morris | 2007-11-27 | 1 | -23/+40 |
| | | | | | (check-declare-verify): Handle define-generic-mode, define-global(ized)-minor-mode, define-obsolete-function-alias. | ||||
* | Comment. | Glenn Morris | 2007-11-24 | 1 | -0/+2 |
| | |||||
* | (check-declare-locate): New function. | Glenn Morris | 2007-11-22 | 1 | -15/+20 |
| | | | | | | (check-declare-scan): Use check-declare-locate. (check-declare-verify): No longer adjust fnfile, now check-declare-locate does it. | ||||
* | (check-declare-verify): Fix previous change. Warn if could not find | Glenn Morris | 2007-11-22 | 1 | -19/+29 |
| | | | | an arglist to check. | ||||
* | (check-declare-verify): Implement arglist checking for C files. | Glenn Morris | 2007-11-22 | 1 | -7/+14 |
| | |||||
* | (check-declare-scan): Expand .c files relative to src/ directory. | Glenn Morris | 2007-11-22 | 1 | -52/+65 |
| | | | | (check-declare-verify): Handle .c files (without arg checking). | ||||
* | (check-declare-verify): Skip C files for now. Handle | Glenn Morris | 2007-11-21 | 1 | -37/+53 |
| | | | | define-minor-mode, and defalias (with no argument checking). | ||||
* | (check-declare-verify): Tweak regexp for end of function-name. Handle | Glenn Morris | 2007-11-20 | 1 | -4/+8 |
| | | | | define-derived-mode. | ||||
* | (check-declare-verify): If fnfile does not exist, try adding `.el' | Glenn Morris | 2007-11-19 | 1 | -2/+9 |
| | | | | extension. Also search for defsubsts. | ||||
* | New file. | Glenn Morris | 2007-11-17 | 1 | -0/+195 |