You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(2) |
Feb
(9) |
Mar
(6) |
Apr
(8) |
May
(7) |
Jun
(49) |
Jul
(36) |
Aug
(8) |
Sep
(4) |
Oct
(11) |
Nov
(3) |
Dec
|
| 2002 |
Jan
(8) |
Feb
|
Mar
(7) |
Apr
(2) |
May
|
Jun
(3) |
Jul
(9) |
Aug
(2) |
Sep
|
Oct
(3) |
Nov
|
Dec
(2) |
| 2003 |
Jan
(6) |
Feb
|
Mar
(2) |
Apr
(3) |
May
|
Jun
(5) |
Jul
|
Aug
(6) |
Sep
(6) |
Oct
(2) |
Nov
|
Dec
|
| 2004 |
Jan
(2) |
Feb
(12) |
Mar
|
Apr
(10) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
(4) |
| 2005 |
Jan
(4) |
Feb
(6) |
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
(12) |
May
(2) |
Jun
|
Jul
(6) |
Aug
(4) |
Sep
(11) |
Oct
(10) |
Nov
|
Dec
|
| 2007 |
Jan
(4) |
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2008 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
(2) |
May
|
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(8) |
| 2010 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
|
7
|
8
|
9
(2) |
10
|
11
|
12
|
13
|
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
|
28
|
29
|
30
|
|
|
|
|
|
From: Neil H. <nh...@us...> - 2013-04-09 14:36:01
|
Update of /cvsroot/cscope/cscope In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12486 Modified Files: ChangeLog Log Message: Add find assignments search to xcscope.el Resolves https://sourceforge.net/p/cscope/patches/79/ Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.207 retrieving revision 1.208 diff -C2 -r1.207 -r1.208 *** ChangeLog 29 Dec 2012 13:46:39 -0000 1.207 --- ChangeLog 9 Apr 2013 14:35:57 -0000 1.208 *************** *** 1,2 **** --- 1,6 ---- + 2013-04-09 Neil Horman <nh...@tu...> + * contrib/xcscope/xcscope.el: Add find assignments search to + xcscope.el + 2012-12-29 Hans-Bernhard Broeker <br...@ph...> |
|
From: Neil H. <nh...@us...> - 2013-04-09 14:36:00
|
Update of /cvsroot/cscope/cscope/contrib/xcscope In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12486/contrib/xcscope Modified Files: xcscope.el Log Message: Add find assignments search to xcscope.el Resolves https://sourceforge.net/p/cscope/patches/79/ Index: xcscope.el =================================================================== RCS file: /cvsroot/cscope/cscope/contrib/xcscope/xcscope.el,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** xcscope.el 10 Apr 2002 16:59:00 -0000 1.14 --- xcscope.el 9 Apr 2013 14:35:57 -0000 1.15 *************** *** 928,931 **** --- 928,932 ---- (define-key cscope-list-entry-keymap "G" 'cscope-find-global-definition-no-prompting) + (define-key cscope-list-entry-keymap "=" 'cscope-find-assignments-to-this-symbol) (define-key cscope-list-entry-keymap "c" 'cscope-find-functions-calling-this-function) (define-key cscope-list-entry-keymap "C" 'cscope-find-called-functions) *************** *** 1120,1123 **** --- 1121,1125 ---- (define-key cscope:map "\C-csg" 'cscope-find-global-definition) (define-key cscope:map "\C-csG" 'cscope-find-global-definition-no-prompting) + (define-key cscope:map "\C-cs=" 'cscope-find-assignments-to-this-symbol) (define-key cscope:map "\C-csc" 'cscope-find-functions-calling-this-function) (define-key cscope:map "\C-csC" 'cscope-find-called-functions) *************** *** 1155,1158 **** --- 1157,1162 ---- [ "Find global definition no prompting" cscope-find-global-definition-no-prompting t ] + [ "Find assignments to symbol" + cscope-find-assignments-to-this-symbol t ] [ "Find functions calling a function" cscope-find-functions-calling-this-function t ] *************** *** 2425,2428 **** --- 2429,2446 ---- + (defun cscope-find-assignments-to-this-symbol (symbol) + "Locate assignments to a symbol in the source code." + (interactive (list + (cscope-prompt-for-symbol "Find assignments to this symbol: " nil) + )) + (let ( (cscope-adjust t) ) ;; Use fuzzy matching. + (setq cscope-symbol symbol) + (cscope-call (format "Finding assignments to symbol: %s" symbol) + (list "-9" symbol) nil 'cscope-process-filter + 'cscope-process-sentinel) + )) + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |