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
|
From: Petr S. <pe...@us...> - 2000-12-12 19:54:48
|
Update of /cvsroot/cscope/cscope/packages In directory slayer.i.sourceforge.net:/tmp/cvs-serv28710/packages Modified Files: cscope.spec Log Message: Removed the 'local' directory from the installation paths in cscope.spec. This is more tuned towards Linux/BSD systems. Index: cscope.spec =================================================================== RCS file: /cvsroot/cscope/cscope/packages/cscope.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** cscope.spec 2000/11/21 16:57:06 1.6 --- cscope.spec 2000/12/12 19:54:46 1.7 *************** *** 20,28 **** %install rm -rf $RPM_BUILD_ROOT ! mkdir -p $RPM_BUILD_ROOT/usr/local/bin ! mkdir -p $RPM_BUILD_ROOT/usr/local/man/man1 ! install -s -m 755 src/cscope $RPM_BUILD_ROOT/usr/local/bin/cscope ! install -m 755 doc/cscope.1 $RPM_BUILD_ROOT/usr/local/man/man1/cscope.1 %clean --- 20,28 ---- %install rm -rf $RPM_BUILD_ROOT ! mkdir -p $RPM_BUILD_ROOT/usr/bin ! mkdir -p $RPM_BUILD_ROOT/usr/man/man1 ! install -s -m 755 src/cscope $RPM_BUILD_ROOT/usr/bin/cscope ! install -m 755 doc/cscope.1 $RPM_BUILD_ROOT/usr/man/man1/cscope.1 %clean *************** *** 33,38 **** %doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL ! /usr/local/bin/cscope ! /usr/local/man/man1/cscope.1 %changelog --- 33,38 ---- %doc TODO COPYING ChangeLog AUTHORS README NEWS INSTALL ! /usr/bin/cscope ! /usr/man/man1/cscope.1 %changelog |
From: Petr S. <pe...@us...> - 2000-12-12 19:54:48
|
Update of /cvsroot/cscope/cscope In directory slayer.i.sourceforge.net:/tmp/cvs-serv28710 Modified Files: ChangeLog Log Message: Removed the 'local' directory from the installation paths in cscope.spec. This is more tuned towards Linux/BSD systems. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -r1.58 -r1.59 *** ChangeLog 2000/12/12 14:57:58 1.58 --- ChangeLog 2000/12/12 19:54:45 1.59 *************** *** 1,2 **** --- 1,3 ---- + (2000/12/12 - petrs) packages/cscope.spec has now no local directory (2000/12/12 - petrs) contrib/ocs now checks that cscope is in $PATH (2000/12/11 - frost) Safety feature in mypopen.c |
From: Petr S. <pe...@us...> - 2000-12-12 14:58:02
|
Update of /cvsroot/cscope/cscope/contrib In directory slayer.i.sourceforge.net:/tmp/cvs-serv26503/contrib Modified Files: ocs Log Message: OCS now checks that cscope is in $PATH Index: ocs =================================================================== RCS file: /cvsroot/cscope/cscope/contrib/ocs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ocs 2000/04/21 23:36:26 1.1 --- ocs 2000/12/12 14:57:59 1.2 *************** *** 71,77 **** # Here is where we put things ! CSCOPE=/usr/bin/cscope SYSDIR=/usr/local/lib/cs HOMEDIR=${HOME}/lib/cs # popup editor --- 71,87 ---- # Here is where we put things ! CSCOPE=cscope SYSDIR=/usr/local/lib/cs HOMEDIR=${HOME}/lib/cs + + # Check that cscope is in PATH + type cscope 1>/dev/null 2>&1 + + if [ $? -ne 0 ] + then + echo "ERROR: cscope is not in \$PATH" >&2 + echo " Please set \$PATH correctly or make sure cscope is installed" >&2 + exit 1 + fi # popup editor |
From: Petr S. <pe...@us...> - 2000-12-12 14:58:01
|
Update of /cvsroot/cscope/cscope In directory slayer.i.sourceforge.net:/tmp/cvs-serv26503 Modified Files: ChangeLog Log Message: OCS now checks that cscope is in $PATH Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -r1.57 -r1.58 *** ChangeLog 2000/12/11 20:48:18 1.57 --- ChangeLog 2000/12/12 14:57:58 1.58 *************** *** 1,2 **** --- 1,3 ---- + (2000/12/12 - petrs) contrib/ocs now checks that cscope is in $PATH (2000/12/11 - frost) Safety feature in mypopen.c (2000/11/28 - blank) More FreeBSD support |
From: Petr S. <pe...@us...> - 2000-12-11 20:48:27
|
Update of /cvsroot/cscope/cscope In directory slayer.i.sourceforge.net:/tmp/cvs-serv15540 Modified Files: AUTHORS ChangeLog Log Message: Bruce Frost's suggestion that mypopen has a safety issue with fcntl failing with CLOSE_ON_EXEC Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** AUTHORS 2000/11/28 21:26:10 1.18 --- AUTHORS 2000/12/11 20:48:18 1.19 *************** *** 17,18 **** --- 17,19 ---- Andy Newman <atrn> - FreeBSD support patch Sascha Blank - FreeBSD support + Bruce Frost - Stability Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** ChangeLog 2000/11/28 21:26:10 1.56 --- ChangeLog 2000/12/11 20:48:18 1.57 *************** *** 1,2 **** --- 1,3 ---- + (2000/12/11 - frost) Safety feature in mypopen.c (2000/11/28 - blank) More FreeBSD support (2000/11/23 - broeker) Added check for snprintf() to configure.in |
From: Petr S. <pe...@us...> - 2000-12-11 20:48:27
|
Update of /cvsroot/cscope/cscope/src In directory slayer.i.sourceforge.net:/tmp/cvs-serv15540/src Modified Files: mypopen.c Log Message: Bruce Frost's suggestion that mypopen has a safety issue with fcntl failing with CLOSE_ON_EXEC Index: mypopen.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/mypopen.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** mypopen.c 2000/05/03 22:02:10 1.3 --- mypopen.c 2000/12/11 20:48:18 1.4 *************** *** 63,67 **** return(fd); ! else return(-1); } --- 63,78 ---- return(fd); ! else ! { ! // Ensure that if the fcntl fails and fd is valid, then ! // the file is closed properly. In general this should ! // not happen. ! if (fd != -1) ! { ! close (fd); ! } ! ! return(-1); ! } } |