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
(7) |
10
|
|
11
|
12
(2) |
13
|
14
|
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
|
|
|
|
From: Petr S. <pe...@us...> - 2001-02-12 17:38:31
|
Update of /cvsroot/cscope/cscope/doc In directory usw-pr-cvs1:/tmp/cvs-serv27835/doc Modified Files: cscope.1 Log Message: Updated cscope.1 man page for better description of CSCOPE_* environment variables. Index: cscope.1 =================================================================== RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** cscope.1 2001/02/09 21:07:16 1.12 --- cscope.1 2001/02/12 17:39:04 1.13 *************** *** 360,373 **** .PP .SH "ENVIRONMENT VARIABLES" .B CSCOPE_EDITOR ! Overrides the EDITOR and VIEWER variables. To be used when the EDITOR ! or VIEWER value is not compatible when called from cscope. .TP .B CSCOPE_LINEFLAG ! Options to the editor. .TP .B CSCOPE_LINEFLAG_AFTER_FILE ! Options to the editor that are required after the name of the ! file to be edited. .TP .B EDITOR --- 360,385 ---- .PP .SH "ENVIRONMENT VARIABLES" + .TP .B CSCOPE_EDITOR ! Overrides the EDITOR and VIEWER variables. Use this if you wish to use ! a different editor with cscope than that specified by your ! EDITOR/VIEWER variables. .TP .B CSCOPE_LINEFLAG ! Format of the line number flag for your editor. By default, cscope ! invokes your editor via the equivalent of ``editor +N file'', where ! ``N'' is the line number that the editor should jump to. This format ! is used by both emacs and vi. If your editor needs something ! different, specify it in this variable, with ``%s'' as a placeholder ! for the line number. Ex: if your editor needs to be invoked as ! ``editor -#103 file'' to go to line 103, set this variable to ! ``-#%s''. .TP .B CSCOPE_LINEFLAG_AFTER_FILE ! Set this variable to ``yes'' if your editor needs to be invoked with ! the line number option after the filename to be edited. To continue ! the example from CSCOPE_LINEFLAG, above: if your editor needs to see ! ``editor file -#number'', set this environment variable. Users of most ! standard editors (vi, emacs) do not need to set this variable. .TP .B EDITOR *************** *** 410,413 **** --- 422,426 ---- .PP .SH FILES + .TP .B cscope.files Default files containing -I, -p, -q, and -T options and the |
|
From: Petr S. <pe...@us...> - 2001-02-12 17:38:31
|
Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv27835
Modified Files:
ChangeLog
Log Message:
Updated cscope.1 man page for better description of CSCOPE_* environment
variables.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** ChangeLog 2001/02/09 21:07:17 1.62
--- ChangeLog 2001/02/12 17:39:04 1.63
***************
*** 1,2 ****
--- 1,3 ----
+ (2001/02/12 - duell) man page update for CSCOPE_* information
(2001/02/09 - duell & hull) Support for CSCOPE_EDITOR, CSCOPE_LINEFLAG and
CSCOPE_LINEFLAGS_AFTER_FILE
|
|
From: Petr S. <pe...@us...> - 2001-02-09 21:06:52
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv4507 Modified Files: ChangeLog AUTHORS Log Message: Introduced CSCOPE_EDITOR, CSCOPE_LINEFLAG and CSCOPE_LINEFLAG_AFTER_FILE. CSCOPE_EDITOR is to be used when the default EDITOR value is incompatible when called from cscope. CSCOPE_LINEFLAG allows options to be provided for the editor and CSCOPE_LINEFLAG_AFTER_FILE allows options for the editor if they need to be set after the name of the file to be edited. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -r1.61 -r1.62 *** ChangeLog 2001/02/09 19:59:59 1.61 --- ChangeLog 2001/02/09 21:07:17 1.62 *************** *** 1,2 **** --- 1,4 ---- + (2001/02/09 - duell & hull) Support for CSCOPE_EDITOR, CSCOPE_LINEFLAG and + CSCOPE_LINEFLAGS_AFTER_FILE (2001/02/09 - petrs) Updated version number to 15.2b (for beta) (2001/02/09 - chuck & wilfredo) Darwin support Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** AUTHORS 2001/02/09 19:59:59 1.20 --- AUTHORS 2001/02/09 21:07:17 1.21 *************** *** 19,20 **** --- 19,22 ---- Bruce Frost - Stability Chuck Marco and Wilfredo Sanchez - Darwin support + Jason Duell - CSCOPE_EDITOR and CSCOPE_LINEFLAG* + Tom Hull - Similar work to CSCOPE_EDITOR and friends |
|
From: Petr S. <pe...@us...> - 2001-02-09 21:06:52
|
Update of /cvsroot/cscope/cscope/doc In directory usw-pr-cvs1:/tmp/cvs-serv4507/doc Modified Files: cscope.1 Log Message: Introduced CSCOPE_EDITOR, CSCOPE_LINEFLAG and CSCOPE_LINEFLAG_AFTER_FILE. CSCOPE_EDITOR is to be used when the default EDITOR value is incompatible when called from cscope. CSCOPE_LINEFLAG allows options to be provided for the editor and CSCOPE_LINEFLAG_AFTER_FILE allows options for the editor if they need to be set after the name of the file to be edited. Index: cscope.1 =================================================================== RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** cscope.1 2000/11/22 17:37:33 1.11 --- cscope.1 2001/02/09 21:07:16 1.12 *************** *** 360,363 **** --- 360,374 ---- .PP .SH "ENVIRONMENT VARIABLES" + .B CSCOPE_EDITOR + Overrides the EDITOR and VIEWER variables. To be used when the EDITOR + or VIEWER value is not compatible when called from cscope. + .TP + .B CSCOPE_LINEFLAG + Options to the editor. + .TP + .B CSCOPE_LINEFLAG_AFTER_FILE + Options to the editor that are required after the name of the + file to be edited. + .TP .B EDITOR Preferred editor, which defaults to vi. |
|
From: Petr S. <pe...@us...> - 2001-02-09 21:06:52
|
Update of /cvsroot/cscope/cscope/src
In directory usw-pr-cvs1:/tmp/cvs-serv4507/src
Modified Files:
edit.c global.h main.c
Log Message:
Introduced CSCOPE_EDITOR, CSCOPE_LINEFLAG and CSCOPE_LINEFLAG_AFTER_FILE.
CSCOPE_EDITOR is to be used when the default EDITOR value is incompatible
when called from cscope. CSCOPE_LINEFLAG allows options to be provided
for the editor and CSCOPE_LINEFLAG_AFTER_FILE allows options for the editor
if they need to be set after the name of the file to be edited.
Index: edit.c
===================================================================
RCS file: /cvsroot/cscope/cscope/src/edit.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** edit.c 2000/05/31 16:54:10 1.3
--- edit.c 2001/02/09 21:07:17 1.4
***************
*** 102,106 ****
{
char msg[MSGLEN + 1]; /* message */
! char plusnum[NUMLEN + 2]; /* line number option */
char *s;
--- 102,106 ----
{
char msg[MSGLEN + 1]; /* message */
! char plusnum[NUMLEN + 20]; /* line number option: allow space for wordy line# flag */
char *s;
***************
*** 108,113 ****
(void) sprintf(msg, "%s +%s %s", basename(editor), linenum, file);
postmsg(msg);
! (void) sprintf(plusnum, "+%s", linenum);
!
/* if this is the more or page commands */
if (strcmp(s = basename(editor), "more") == 0 || strcmp(s, "page") == 0) {
--- 108,112 ----
(void) sprintf(msg, "%s +%s %s", basename(editor), linenum, file);
postmsg(msg);
! (void) sprintf(plusnum, lineflag, linenum);
/* if this is the more or page commands */
if (strcmp(s = basename(editor), "more") == 0 || strcmp(s, "page") == 0) {
***************
*** 116,119 ****
--- 115,121 ----
length */
(void) execute(editor, editor, plusnum, file, "/dev/null", NULL);
+ }
+ else if (lineflagafterfile) {
+ (void) execute(editor, editor, file, plusnum, NULL);
}
else {
Index: global.h
===================================================================
RCS file: /cvsroot/cscope/cscope/src/global.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** global.h 2000/05/19 04:46:32 1.11
--- global.h 2001/02/09 21:07:17 1.12
***************
*** 94,98 ****
/* main.c global data */
! extern char *editor, *home, *shell; /* environment variables */
extern char *argv0; /* command name */
extern BOOL compress; /* compress the characters in the crossref */
--- 94,99 ----
/* main.c global data */
! extern char *editor, *home, *shell, *lineflag; /* environment variables */
! extern BOOL lineflagafterfile;
extern char *argv0; /* command name */
extern BOOL compress; /* compress the characters in the crossref */
Index: main.c
===================================================================
RCS file: /cvsroot/cscope/cscope/src/main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** main.c 2000/10/27 11:35:01 1.15
--- main.c 2001/02/09 21:07:17 1.16
***************
*** 52,55 ****
--- 52,56 ----
#define EDITOR "vi"
#define SHELL "sh"
+ #define LINEFLAG "+%s" /* default: used by vi and emacs */
#define TMPDIR "/tmp"
#ifndef DFLT_INCDIR
***************
*** 67,71 ****
char dicode2[256]; /* digraph second character code */
! char *editor, *home, *shell; /* environment variables */
char *argv0; /* command name */
BOOL compress = YES; /* compress the characters in the crossref */
--- 68,73 ----
char dicode2[256]; /* digraph second character code */
! char *editor, *home, *shell, *lineflag; /* environment variables */
! BOOL lineflagafterfile;
char *argv0; /* command name */
BOOL compress = YES; /* compress the characters in the crossref */
***************
*** 307,313 ****
/* read the environment */
editor = mygetenv("EDITOR", EDITOR);
! editor = mygetenv("VIEWER", editor); /* use viewer if set */
home = getenv("HOME");
shell = mygetenv("SHELL", SHELL);
tmpdir = mygetenv("TMPDIR", TMPDIR);
--- 309,318 ----
/* read the environment */
editor = mygetenv("EDITOR", EDITOR);
! editor = mygetenv("VIEWER", editor); /* use viewer if set */
! editor = mygetenv("CSCOPE_EDITOR", editor); /* has last word */
home = getenv("HOME");
shell = mygetenv("SHELL", SHELL);
+ lineflag = mygetenv("CSCOPE_LINEFLAG", LINEFLAG);
+ lineflagafterfile = getenv("CSCOPE_LINEFLAG_AFTER_FILE")?1:0;
tmpdir = mygetenv("TMPDIR", TMPDIR);
|
|
From: Petr S. <pe...@us...> - 2001-02-09 19:59:35
|
Update of /cvsroot/cscope/cscope/packages
In directory usw-pr-cvs1:/tmp/cvs-serv30087/packages
Modified Files:
cscope.spec
Log Message:
New version number 15.2.b. Darwin support.
Index: cscope.spec
===================================================================
RCS file: /cvsroot/cscope/cscope/packages/cscope.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** cscope.spec 2000/12/12 19:54:46 1.7
--- cscope.spec 2001/02/09 19:59:59 1.8
***************
*** 1,9 ****
Summary: cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code.
Name: cscope
! Version: 15.1
Release: 1
Copyright: BSD
Group: Development/Tools
! Source: cscope-15.1.tar.gz
Buildroot: /tmp/%{name}-%{version}
--- 1,9 ----
Summary: cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code.
Name: cscope
! Version: 15.2b
Release: 1
Copyright: BSD
Group: Development/Tools
! Source: cscope-15.2b.tar.gz
Buildroot: /tmp/%{name}-%{version}
|
|
From: Petr S. <pe...@us...> - 2001-02-09 19:59:34
|
Update of /cvsroot/cscope/cscope/packages/uw7 In directory usw-pr-cvs1:/tmp/cvs-serv30087/packages/uw7 Modified Files: pkginfo cscope_pkg.sh Log Message: New version number 15.2.b. Darwin support. Index: pkginfo =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/pkginfo,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** pkginfo 2000/11/22 15:42:16 1.1 --- pkginfo 2001/02/09 19:59:59 1.2 *************** *** 1,5 **** PKG="cscope" NAME="cscope" ! VERSION="15.1 UW7.1.1 11/22/2000" CATEGORY="utilities" ARCH=i386 --- 1,5 ---- PKG="cscope" NAME="cscope" ! VERSION="15.2b UW7.1.1 02/09/2001" CATEGORY="utilities" ARCH=i386 Index: cscope_pkg.sh =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/cscope_pkg.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** cscope_pkg.sh 2000/11/22 15:42:16 1.1 --- cscope_pkg.sh 2001/02/09 19:59:59 1.2 *************** *** 90,94 **** # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.15.1.pkg cscope if [ $? -ne 0 ] then --- 90,94 ---- # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.15.2b.pkg cscope if [ $? -ne 0 ] then |
|
From: Petr S. <pe...@us...> - 2001-02-09 19:59:34
|
Update of /cvsroot/cscope/cscope/src In directory usw-pr-cvs1:/tmp/cvs-serv30087/src Modified Files: dir.c input.c version.h Log Message: New version number 15.2.b. Darwin support. Index: dir.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/dir.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** dir.c 2000/10/27 12:36:55 1.8 --- dir.c 2001/02/09 19:59:59 1.9 *************** *** 38,44 **** #include <stdlib.h> #include <dirent.h> #include <stdlib.h> - #include <sys/types.h> /* needed by stat.h */ #include <sys/stat.h> /* stat */ #include "global.h" --- 38,44 ---- #include <stdlib.h> + #include <sys/types.h> /* needed by stat.h and dirent.h */ #include <dirent.h> #include <stdlib.h> #include <sys/stat.h> /* stat */ #include "global.h" Index: input.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/input.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** input.c 2000/05/31 16:54:10 1.5 --- input.c 2001/02/09 19:59:59 1.6 *************** *** 44,47 **** --- 44,48 ---- #include <setjmp.h> /* jmp_buf */ #include <stdlib.h> + #include <sys/termios.h> static char const rcsid[] = "$Id$"; Index: version.h =================================================================== RCS file: /cvsroot/cscope/cscope/src/version.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** version.h 2000/11/20 20:07:24 1.4 --- version.h 2001/02/09 19:59:59 1.5 *************** *** 40,42 **** #define FILEVERSION 15 /* Initial Open Source and Linux Port */ ! #define FIXVERSION ".1" /* feature and bug fix version */ --- 40,42 ---- #define FILEVERSION 15 /* Initial Open Source and Linux Port */ ! #define FIXVERSION ".2b" /* feature and bug fix version */ |
|
From: Petr S. <pe...@us...> - 2001-02-09 19:59:34
|
Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv30087
Modified Files:
config.guess config.sub configure.in AUTHORS ChangeLog
acconfig.h
Log Message:
New version number 15.2.b. Darwin support.
Index: config.guess
===================================================================
RCS file: /cvsroot/cscope/cscope/config.guess,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** config.guess 2000/04/27 15:54:13 1.1
--- config.guess 2001/02/09 19:59:59 1.2
***************
*** 854,857 ****
--- 854,860 ----
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
+ *:Darwin:*:* | *:"Mac OS":*:*)
+ echo `uname -p`-apple-darwin${UNAME_RELEASE}
+ exit 0 ;;
esac
Index: config.sub
===================================================================
RCS file: /cvsroot/cscope/cscope/config.sub,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** config.sub 2000/04/27 15:54:13 1.1
--- config.sub 2001/02/09 19:59:59 1.2
***************
*** 730,734 ****
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \
! | -openstep* | -mpeix* | -oskit*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
--- 730,734 ----
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \
! | -openstep* | -mpeix* | -oskit* | -darwin* )
# Remember, each alternative MUST END IN *, to match a version number.
;;
Index: configure.in
===================================================================
RCS file: /cvsroot/cscope/cscope/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** configure.in 2000/11/28 21:26:10 1.11
--- configure.in 2001/02/09 19:59:59 1.12
***************
*** 1,5 ****
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/basename.c)
! AM_INIT_AUTOMAKE(cscope, 15.1)
AM_CONFIG_HEADER(config.h:config.h.in)
AC_CANONICAL_HOST
--- 1,5 ----
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/basename.c)
! AM_INIT_AUTOMAKE(cscope, 15.2b)
AM_CONFIG_HEADER(config.h:config.h.in)
AC_CANONICAL_HOST
***************
*** 492,496 ****
AC_DEFINE(Linux)
;;
! netbsd*|freebsd*)
AC_DEFINE(BSD)
;;
--- 492,496 ----
AC_DEFINE(Linux)
;;
! netbsd*|freebsd*|darwin*)
AC_DEFINE(BSD)
;;
Index: AUTHORS
===================================================================
RCS file: /cvsroot/cscope/cscope/AUTHORS,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** AUTHORS 2000/12/11 20:48:18 1.19
--- AUTHORS 2001/02/09 19:59:59 1.20
***************
*** 18,19 ****
--- 18,20 ----
Sascha Blank - FreeBSD support
Bruce Frost - Stability
+ Chuck Marco and Wilfredo Sanchez - Darwin support
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** ChangeLog 2001/01/24 16:24:51 1.60
--- ChangeLog 2001/02/09 19:59:59 1.61
***************
*** 1,2 ****
--- 1,4 ----
+ (2001/02/09 - petrs) Updated version number to 15.2b (for beta)
+ (2001/02/09 - chuck & wilfredo) Darwin support
(2001/01/24 - petrs) Replaced new style C comments, i.e. //
(2000/12/12 - petrs) packages/cscope.spec has now no local directory
Index: acconfig.h
===================================================================
RCS file: /cvsroot/cscope/cscope/acconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** acconfig.h 2000/11/20 20:07:24 1.4
--- acconfig.h 2001/02/09 19:59:59 1.5
***************
*** 4,8 ****
#define PACKAGE cscope
! #define VERSION 15.1
/* OS Definitions */
--- 4,8 ----
#define PACKAGE cscope
! #define VERSION 15.2b
/* OS Definitions */
|