index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
cedet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use xref in cedet
Bastian Beischer
2019-06-25
4
-4
/
+14
*
Declare semantic-*overlay* aliases obsolete
Lars Ingebrigtsen
2019-06-20
1
-19
/
+23
*
Throughout cedet, don't use semantic-overlay-* compat aliases
Lars Ingebrigtsen
2019-06-20
21
-235
/
+225
*
Remove XEmacs compat code from cedet
Lars Ingebrigtsen
2019-06-20
12
-500
/
+292
*
Allow specifying the expected number of shift/reduce conflicts
Lars Ingebrigtsen
2019-06-19
3
-16
/
+49
*
Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"
Lars Ingebrigtsen
2019-06-18
2
-19
/
+8
*
Add a mechanism to specify expected shift/reduce .wy conflicts
Lars Ingebrigtsen
2019-06-18
2
-8
/
+19
*
Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"
Lars Ingebrigtsen
2019-06-18
2
-17
/
+8
*
Add a mechanism to specify expected shift/reduce .wy conflicts
Lars Ingebrigtsen
2019-06-18
2
-8
/
+17
*
Declare unknown slots to silence the compiler
Lars Ingebrigtsen
2019-06-17
2
-8
/
+6
*
Fix use of obsolete constructor in semantic/complete.el
Lars Ingebrigtsen
2019-06-17
1
-2
/
+2
*
Fix compilation warning by having ede-target inherit from eieio-named
Lars Ingebrigtsen
2019-06-17
1
-1
/
+1
*
Suppress compilation warning in srt-mode
Lars Ingebrigtsen
2019-06-17
1
-1
/
+4
*
Suppress warning about out-of-tree Java class in cedet
Lars Ingebrigtsen
2019-06-17
1
-1
/
+5
*
Rewrite object-print methods in cedet to be cl-print-object methods
Lars Ingebrigtsen
2019-06-17
3
-37
/
+43
*
Fix compilation warning in ede.el
Lars Ingebrigtsen
2019-06-16
2
-2
/
+3
*
Revert "Fix compilation warning in ede.el"
Lars Ingebrigtsen
2019-06-16
2
-2
/
+2
*
Fix compilation warning in ede.el
Lars Ingebrigtsen
2019-06-16
2
-2
/
+2
*
Remove obsolete name arg from two constructors
Lars Ingebrigtsen
2019-06-16
2
-3
/
+1
*
Avoid a compilation warning in srt-mode.el
Lars Ingebrigtsen
2019-06-16
1
-3
/
+4
*
Merge from origin/emacs-26
Glenn Morris
2019-06-15
1
-2
/
+1
|
\
|
*
Fix doc of srecompile-compile-split-code (Bug#36200)
Juanma Barranquero
2019-06-15
1
-2
/
+1
*
|
Fix build warning in srecode/srt-mode
Lars Ingebrigtsen
2019-06-15
1
-0
/
+2
*
|
Revert "srecode/srt-mode compilation fix"
Lars Ingebrigtsen
2019-06-14
1
-1
/
+2
*
|
Fix previous object-print/cl-print-object changes
Lars Ingebrigtsen
2019-06-14
5
-12
/
+12
*
|
Avoid using registerv-make in senator.el
Lars Ingebrigtsen
2019-06-14
1
-7
/
+17
*
|
analyze/debug compilation fix
Lars Ingebrigtsen
2019-06-14
1
-0
/
+1
*
|
semantic/lex-spp compilation fix
Lars Ingebrigtsen
2019-06-14
1
-1
/
+1
*
|
Use cl-typep instead of obsolete predicate functions throughout cedet
Lars Ingebrigtsen
2019-06-14
7
-13
/
+13
*
|
srecode/srt-mode compilation fix
Lars Ingebrigtsen
2019-06-14
1
-2
/
+1
*
|
srecode/find compilation fix
Lars Ingebrigtsen
2019-06-14
1
-3
/
+1
*
|
srecode/dictionary compilation warning fix
Lars Ingebrigtsen
2019-06-14
1
-2
/
+1
*
|
srecode/dictionary compilation fix
Lars Ingebrigtsen
2019-06-14
1
-4
/
+1
*
|
srecode-inserter-prin-example compilation fix
Lars Ingebrigtsen
2019-06-14
2
-12
/
+13
*
|
Move functions from semantic.el to analyze.el to avoid warnings
Lars Ingebrigtsen
2019-06-14
2
-51
/
+62
*
|
Use CLOS-style accessors in oref/oset
Lars Ingebrigtsen
2019-06-14
35
-212
/
+200
*
|
Fix typo in object-print cleanup
Lars Ingebrigtsen
2019-06-13
1
-1
/
+1
*
|
semantic/senator.el byte compilation fix
Lars Ingebrigtsen
2019-06-13
1
-2
/
+1
*
|
semantic/idle.el compilation warning fix
Lars Ingebrigtsen
2019-06-13
1
-2
/
+1
*
|
semantic/grammar byte compilation fixes
Lars Ingebrigtsen
2019-06-13
1
-2
/
+1
*
|
semantic/chart.el compilation warning fixes
Lars Ingebrigtsen
2019-06-13
1
-5
/
+2
*
|
Fix some cedet compilation warnings pertaining to semantic/db
Lars Ingebrigtsen
2019-06-13
4
-15
/
+4
*
|
Use cl-print-object instead of object-print throughout cedet
Lars Ingebrigtsen
2019-06-13
5
-12
/
+12
*
|
Update author/maintainer info
Paul Eggert
2019-05-26
55
-56
/
+56
*
|
Remove Maintainer: when it duplicates Author:
Paul Eggert
2019-05-26
10
-10
/
+0
*
|
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
|
* lisp/cedet/srecode/insert.el: Use lexical-binding
Stefan Monnier
2019-05-22
1
-19
/
+15
*
|
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
4
-5
/
+4
*
|
Properly bracket concat of comment-start-skip (Bug#34805)
Noam Postavsky
2019-04-15
1
-1
/
+2
*
|
Omit/rewrite useless regexp repetitions
Paul Eggert
2019-04-12
1
-1
/
+1
[next]