summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ld-script.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Derive some programming modes from prog-mode.Dan Nicolaescu2011-06-151-1/+1
| | | | | | | * lisp/progmodes/python.el (python-mode): Derive from prog-mode. * lisp/progmodes/ps-mode.el (ps-mode): * lisp/progmodes/mixal-mode.el (mixal-mode): * lisp/progmodes/ld-script.el (ld-script-mode): Likewise.
* * lisp/progmodes/ld-script.el (ld-script-keywords)Andreas Schwab2011-05-121-8/+19
| | | | (ld-script-builtins): Update keywords list.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Define ld-script auto-mode-alist entries in the standard place.Glenn Morris2010-09-231-17/+5
|/ | | | | | * lisp/progmodes/ld-script.el (auto-mode-alist): Move to files.el. * lisp/files.el (auto-mode-alist): Move ld-script entries here, further down the list.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * progmodes/ld-script.el (auto-mode-alist):Dan Nicolaescu2009-11-061-3/+4
| | | | | | * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings. * cus-face.el (custom-declare-face): Purecopy face spec.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-7/+5
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (ld-script-keywords): Fix a typo.Masatake YAMATO2006-12-101-1/+1
|
* (ld-script-keywords) (ld-script-font-lock-keywords, ld-script-builtins): ↵Masatake YAMATO2006-07-251-11/+44
| | | | Update keywords and add comments.
* Update copyright for 2006.Nick Roberts2006-02-101-1/+2
|
* (auto-mode-alist): Use \' rather than $.Stefan Monnier2006-01-131-5/+5
| | | | (ld-script-mode): Don't set indent-line-function since we don't have one.
* Update copyright year.Masatake YAMATO2006-01-131-2/+2
|
* * progmodes/ld-script.el (auto-mode-alist): Support suffix conventions used ↵Masatake YAMATO2006-01-121-1/+7
| | | | in netbsd and eCos.
* 2006-01-06 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2006-01-111-9/+10
| | | | | | | | | | | | | * font-lock.el (cpp-font-lock-keywords): Font lock keywords for C preprocessor forward ported from GNU Emacs 21.2. * progmodes/asm-mode.el (asm-font-lock-keywords): Use `cpp-font-lock-keywords'. * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto. * progmodes/ld-script.el (auto-mode-alist): Use \\> instead of $ for "\\.ld[s]?".
* (auto-mode-alist): Recognize linker scripts whose file-name extensions areEli Zaretskii2006-01-061-0/+2
| | | | "\.x[bdsru]?[cn]?$".
* (ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",Masatake YAMATO2005-11-011-1/+7
| | | | | | "DATA_SEGMENT_END", "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START". (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-419Miles Bader2005-06-151-3/+5
| | | | | | | | | | | | Remove "-face" suffix from ld-script faces 2005-06-14 Miles Bader <miles@gnu.org> * lisp/progmodes/ld-script.el (ld-script-location-counter): Remove "-face" suffix from face name. (ld-script-location-counter-face): New backward-compatibility alias for renamed face. (ld-script-location-counter-face): Use renamed face.
* Add Commentary section, minor cleanup of file header.John Paul Wallington2003-09-221-8/+16
| | | | | (ld-script-font-lock-keywords): Doc fix. (toplevel): Provide `ld-script' feature.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Added ld-script.el.Masatake YAMATO2003-08-241-0/+126