summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic
Commit message (Expand)AuthorAgeFilesLines
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-062-4/+4
* Rename displayor to displayer in CEDETLars Ingebrigtsen2019-06-272-170/+219
* Use xref in cedetBastian Beischer2019-06-254-4/+14
* Declare semantic-*overlay* aliases obsoleteLars Ingebrigtsen2019-06-201-19/+23
* Throughout cedet, don't use semantic-overlay-* compat aliasesLars Ingebrigtsen2019-06-2020-234/+224
* Remove XEmacs compat code from cedetLars Ingebrigtsen2019-06-209-429/+256
* Allow specifying the expected number of shift/reduce conflictsLars Ingebrigtsen2019-06-193-16/+49
* Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"Lars Ingebrigtsen2019-06-182-19/+8
* Add a mechanism to specify expected shift/reduce .wy conflictsLars Ingebrigtsen2019-06-182-8/+19
* Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"Lars Ingebrigtsen2019-06-182-17/+8
* Add a mechanism to specify expected shift/reduce .wy conflictsLars Ingebrigtsen2019-06-182-8/+17
* Fix use of obsolete constructor in semantic/complete.elLars Ingebrigtsen2019-06-171-2/+2
* Rewrite object-print methods in cedet to be cl-print-object methodsLars Ingebrigtsen2019-06-173-37/+43
* Remove obsolete name arg from two constructorsLars Ingebrigtsen2019-06-161-1/+0
* Fix previous object-print/cl-print-object changesLars Ingebrigtsen2019-06-144-11/+11
* Avoid using registerv-make in senator.elLars Ingebrigtsen2019-06-141-7/+17
* analyze/debug compilation fixLars Ingebrigtsen2019-06-141-0/+1
* semantic/lex-spp compilation fixLars Ingebrigtsen2019-06-141-1/+1
* Use cl-typep instead of obsolete predicate functions throughout cedetLars Ingebrigtsen2019-06-145-8/+8
* Move functions from semantic.el to analyze.el to avoid warningsLars Ingebrigtsen2019-06-141-0/+52
* Use CLOS-style accessors in oref/osetLars Ingebrigtsen2019-06-1415-63/+54
* semantic/senator.el byte compilation fixLars Ingebrigtsen2019-06-131-2/+1
* semantic/idle.el compilation warning fixLars Ingebrigtsen2019-06-131-2/+1
* semantic/grammar byte compilation fixesLars Ingebrigtsen2019-06-131-2/+1
* semantic/chart.el compilation warning fixesLars Ingebrigtsen2019-06-131-5/+2
* Use cl-print-object instead of object-print throughout cedetLars Ingebrigtsen2019-06-134-11/+11
* Update author/maintainer infoPaul Eggert2019-05-2618-19/+19
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-269-9/+0
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-193-4/+3
* Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-151-1/+2
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-3174-74/+74
|\
| * Update copyright year to 2019Paul Eggert2019-01-0174-74/+74
* | Replace insignificant backquotesMichael Heerdegen2018-11-256-20/+20
* | Fix Bug#33006Michael Albinus2018-10-291-4/+6
* | Merge from origin/emacs-26Alan Third2018-09-292-2/+2
|\ \ | |/
| * ; Fix some doc typosGlenn Morris2018-09-282-2/+2
* | file-attributes cleanupPaul Eggert2018-09-233-8/+9
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-8/+1
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-5/+5
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-015-55/+39
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-2/+3
* | (semantic-symref-results-mode-map): Fix typo in previous check-inLars Ingebrigtsen2018-04-161-1/+1
* | Use quit-buffer instead of semantic-symref-hide-bufferLars Ingebrigtsen2018-04-151-6/+1
* | Merge from origin/emacs-26Glenn Morris2018-04-141-1/+1
|\ \ | |/
| * Remove repetitions in documentation stringsRobert Pluim2018-04-131-1/+1
* | cedet: replace cl with cl-libGlenn Morris2018-03-237-17/+10
* | cedet: remove obsolete name args to constructorsGlenn Morris2018-03-1611-41/+22
* | Quieten semantic re-compilation when .elc already existGlenn Morris2018-03-162-0/+24