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
(4) |
|
8
|
9
|
10
(2) |
11
|
12
|
13
|
14
|
|
15
(2) |
16
|
17
|
18
|
19
|
20
|
21
|
|
22
|
23
(2) |
24
|
25
|
26
|
27
|
28
|
|
29
|
30
|
31
|
|
|
|
|
|
From: Neil H. <nh...@us...> - 2006-10-23 12:37:47
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28866 Modified Files: ChangeLog Log Message: adding a fix for SF bug 1574354 Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.166 retrieving revision 1.167 diff -C2 -r1.166 -r1.167 *** ChangeLog 15 Oct 2006 16:53:42 -0000 1.166 --- ChangeLog 23 Oct 2006 12:37:36 -0000 1.167 *************** *** 1,2 **** --- 1,6 ---- + 2006-10-23 Neil Horman <nh...@tu...> + * src/main.c: Update sigwinch_handler to only register if + linemode is not specified (SF bug 1574354) + 2006-10-15 Hans-Bernhard Broeker <br...@ph...> |
|
From: Neil H. <nh...@us...> - 2006-10-23 12:37:46
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28866/src Modified Files: main.c Log Message: adding a fix for SF bug 1574354 Index: main.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/main.c,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** main.c 10 Oct 2006 11:42:17 -0000 1.42 --- main.c 23 Oct 2006 12:37:36 -0000 1.43 *************** *** 155,164 **** /* save the command name for messages */ argv0 = argv[0]; ! #if defined(KEY_RESIZE) && !defined(__DJGPP__) ! winch_action.sa_sigaction = sigwinch_handler; ! sigemptyset(&winch_action.sa_mask); ! winch_action.sa_flags = SA_SIGINFO; ! sigaction(SIGWINCH,&winch_action,NULL); ! #endif /* set the options */ while (--argc > 0 && (*++argv)[0] == '-') { --- 155,159 ---- /* save the command name for messages */ argv0 = argv[0]; ! /* set the options */ while (--argc > 0 && (*++argv)[0] == '-') { *************** *** 405,408 **** --- 400,410 ---- signal(SIGPIPE, SIG_IGN);/* | command can cause pipe signal */ + #if defined(KEY_RESIZE) && !defined(__DJGPP__) + winch_action.sa_sigaction = sigwinch_handler; + sigemptyset(&winch_action.sa_mask); + winch_action.sa_flags = SA_SIGINFO; + sigaction(SIGWINCH,&winch_action,NULL); + #endif + /* initialize the curses display package */ initscr(); /* initialize the screen */ |
|
From: Hans-Bernhard B. <br...@us...> - 2006-10-15 16:53:48
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32237 Modified Files: ChangeLog Log Message: Test for non-regular files liste in name files. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -r1.165 -r1.166 *** ChangeLog 10 Oct 2006 11:42:16 -0000 1.165 --- ChangeLog 15 Oct 2006 16:53:42 -0000 1.166 *************** *** 1,2 **** --- 1,10 ---- + 2006-10-15 Hans-Bernhard Broeker <br...@ph...> + + * src/dir.c (accessible_file): New function to taste for file + readability more strictly than just access(). + (inviewpath): Use it to avoid unreadable files (directories, in + particular) getting into the srcfilelist, and thus hopefully fix + SF bug #1173768. + 2006-10-10 Neil Horman <nh...@tu...> * src/main.c: Updated sigwinch_handler to not run in the event |
|
From: Hans-Bernhard B. <br...@us...> - 2006-10-15 16:53:30
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32218 Modified Files: dir.c Log Message: Test for non-regular files liste in name files. Index: dir.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/dir.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** dir.c 20 Aug 2006 15:00:34 -0000 1.28 --- dir.c 15 Oct 2006 16:53:24 -0000 1.29 *************** *** 74,77 **** --- 74,78 ---- /* Internal prototypes: */ + static BOOL accessible_file(char *file); static BOOL issrcfile(char *file); static void addsrcdir(char *dir); *************** *** 287,291 **** } else { fprintf(stderr, "cscope: cannot find file %s\n", ! file); errorsfound = YES; } --- 288,292 ---- } else { fprintf(stderr, "cscope: cannot find file %s\n", ! file); errorsfound = YES; } *************** *** 342,346 **** fprintf(stderr, "\ cscope: Syntax error in namelist file %s: unfinished -I or -p option\n", ! namefile); unfinished_option = 0; } --- 343,347 ---- fprintf(stderr, "\ cscope: Syntax error in namelist file %s: unfinished -I or -p option\n", ! namefile); unfinished_option = 0; } *************** *** 371,398 **** * --> make it a macro to avoid unnecessary * duplication */ ! #define HANDLE_OPTION_ARGUMENT(i, s) \ ! switch (i) { \ ! case 'I': /* #include file directory */ \ ! if (firstbuild == YES) { \ ! /* expand $ and ~ */ \ ! shellpath(dir, sizeof(dir), (s)); \ ! includedir(dir); \ ! } \ ! unfinished_option = 0; \ ! done = YES; \ ! break; \ ! case 'p': /* file path components to display */ \ ! if (*(s) < '0' || *(s) > '9') { \ ! fprintf(stderr, \ ! "cscope: -p option in file %s: missing or invalid numeric value\n", \ ! namefile); \ ! } \ ! dispcomponents = atoi(s); \ ! unfinished_option = 0; \ ! done = YES; \ ! break; \ ! default: \ ! done = NO; \ ! } /* switch(i) */ /* ... and now call it for the first time */ --- 372,399 ---- * --> make it a macro to avoid unnecessary * duplication */ ! #define HANDLE_OPTION_ARGUMENT(i, s) \ ! switch (i) { \ ! case 'I': /* #include file directory */ \ ! if (firstbuild == YES) { \ ! /* expand $ and ~ */ \ ! shellpath(dir, sizeof(dir), (s)); \ ! includedir(dir); \ ! } \ ! unfinished_option = 0; \ ! done = YES; \ ! break; \ ! case 'p': /* file path components to display */ \ ! if (*(s) < '0' || *(s) > '9') { \ ! fprintf(stderr, \ ! "cscope: -p option in file %s: missing or invalid numeric value\n", \ ! namefile); \ ! } \ ! dispcomponents = atoi(s); \ ! unfinished_option = 0; \ ! done = YES; \ ! break; \ ! default: \ ! done = NO; \ ! } /* switch(i) */ /* ... and now call it for the first time */ *************** *** 401,405 **** default: fprintf(stderr, "cscope: only -I, -c, -k, -p, and -T options can be in file %s\n", ! namefile); } /* switch(i) */ } /* if('-') */ --- 402,406 ---- default: fprintf(stderr, "cscope: only -I, -c, -k, -p, and -T options can be in file %s\n", ! namefile); } /* switch(i) */ } /* if('-') */ *************** *** 412,416 **** if (point_in_line[in] == '"') { newpath[out] = '\0'; ! /* Tell outer loop to skip over this entire quoted string */ length_of_name = in + 1; break; /* found end of quoted string */ --- 413,418 ---- if (point_in_line[in] == '"') { newpath[out] = '\0'; ! /* Tell outer loop to skip over this entire ! * quoted string */ length_of_name = in + 1; break; /* found end of quoted string */ *************** *** 437,443 **** addsrcfile(s); } else { ! fprintf(stderr, ! "cscope: cannot find file %s\n", ! newpath); errorsfound = YES; } --- 439,444 ---- addsrcfile(s); } else { ! fprintf(stderr, "cscope: cannot find file %s\n", ! newpath); errorsfound = YES; } *************** *** 455,459 **** } else { fprintf(stderr, "cscope: cannot find file %s\n", ! path); errorsfound = YES; } --- 456,460 ---- } else { fprintf(stderr, "cscope: cannot find file %s\n", ! path); errorsfound = YES; } *************** *** 640,645 **** } - /* search for the file in the view path */ char * inviewpath(char *file) --- 641,662 ---- } + /* check if a file is readable enough to be allowed in the + * database */ + static BOOL + accessible_file(char *file) + { + if (access(compath(file), READ) == 0) { + struct stat stats; + + if (lstat(file, &stats) == 0 + && S_ISREG(stats.st_mode)) { + return YES; + } + } + return NO; + } + + /* search for the file in the view path */ char * inviewpath(char *file) *************** *** 649,653 **** /* look for the file */ ! if (access(compath(file), READ) == 0) { return(file); } --- 666,670 ---- /* look for the file */ ! if (accessible_file(file)) { return(file); } *************** *** 663,667 **** PATHLEN - 2 - file_len, srcdirs[i], file); ! if (access(compath(path), READ) == 0) { return(path); } --- 680,684 ---- PATHLEN - 2 - file_len, srcdirs[i], file); ! if (accessible_file(path)) { return(path); } |
|
From: Neil H. <nh...@us...> - 2006-10-10 11:42:28
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21780/src Modified Files: main.c Log Message: fixing SF bug 1574354 Index: main.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/main.c,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -r1.41 -r1.42 *** main.c 20 Aug 2006 15:00:34 -0000 1.41 --- main.c 10 Oct 2006 11:42:17 -0000 1.42 *************** *** 129,133 **** (void) info; (void) unused; ! ungetch(KEY_RESIZE); } #endif --- 129,134 ---- (void) info; (void) unused; ! if(incurses == YES) ! ungetch(KEY_RESIZE); } #endif |
|
From: Neil H. <nh...@us...> - 2006-10-10 11:42:28
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21780 Modified Files: ChangeLog Log Message: fixing SF bug 1574354 Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -r1.164 -r1.165 *** ChangeLog 30 Sep 2006 20:29:14 -0000 1.164 --- ChangeLog 10 Oct 2006 11:42:16 -0000 1.165 *************** *** 1,2 **** --- 1,6 ---- + 2006-10-10 Neil Horman <nh...@tu...> + * src/main.c: Updated sigwinch_handler to not run in the event + that curses is not running to avoid crash (SF bug 1574354) + 2006-09-30 Hans-Bernhard Broeker <br...@ph...> |
|
From: Hans-Bernhard B. <br...@us...> - 2006-10-07 08:56:39
|
Update of /cvsroot/cscope/cscope/packages In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12618/packages Modified Files: Tag: v15_6_base cscope.spec Log Message: Actual V15.6 files Index: cscope.spec =================================================================== RCS file: /cvsroot/cscope/cscope/packages/cscope.spec,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -C2 -r1.11 -r1.11.2.1 *** cscope.spec 30 Apr 2004 12:07:45 -0000 1.11 --- cscope.spec 7 Oct 2006 08:56:34 -0000 1.11.2.1 *************** *** 1,10 **** 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: 16.0a Release: 1 Epoch: 1 License: BSD Group: Development/Tools ! Source: cscope-16.0a.tar.gz URL: http://cscope.sourceforge.net Buildroot: %{_tmppath}/%{name}-root --- 1,10 ---- 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.6 Release: 1 Epoch: 1 License: BSD Group: Development/Tools ! Source: cscope-15.6.tar.gz URL: http://cscope.sourceforge.net Buildroot: %{_tmppath}/%{name}-root *************** *** 34,37 **** --- 34,39 ---- %changelog + * Sun Oct 01 2006 Hans-Bernhard Broeker <br...@us...> + - Changed version number to 15.6 * Sun Mar 21 2004 Adam Monsen <ad...@wa...> - updated packages/cscope.spec to use more RPM macros and shell globs. |
|
From: Hans-Bernhard B. <br...@us...> - 2006-10-07 08:56:37
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12618/src Modified Files: Tag: v15_6_base version.h Log Message: Actual V15.6 files Index: version.h =================================================================== RCS file: /cvsroot/cscope/cscope/src/version.h,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -r1.8 -r1.8.2.1 *** version.h 5 Jul 2001 14:31:00 -0000 1.8 --- version.h 7 Oct 2006 08:56:34 -0000 1.8.2.1 *************** *** 42,47 **** #define CSCOPE_VERSION_H ! #define FILEVERSION 16 /* Initial Open Source and Linux Port */ ! #define FIXVERSION ".0a" /* feature and bug fix version */ #endif /* CSCOPE_VERSION_H */ --- 42,47 ---- #define CSCOPE_VERSION_H ! #define FILEVERSION 15 /* Initial Open Source and Linux Port */ ! #define FIXVERSION ".6" /* feature and bug fix version */ #endif /* CSCOPE_VERSION_H */ |
|
From: Hans-Bernhard B. <br...@us...> - 2006-10-07 08:56:37
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12618 Modified Files: Tag: v15_6_base NEWS configure configure.in Log Message: Actual V15.6 files Index: NEWS =================================================================== RCS file: /cvsroot/cscope/cscope/NEWS,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** NEWS 4 Sep 2003 17:15:34 -0000 1.3 --- NEWS 7 Oct 2006 08:56:34 -0000 1.3.2.1 *************** *** 1,2 **** --- 1,3 ---- + 2006/10/01 - Release of version 15.6. 2003/09/04 - Release of version 15.5. 2002/08/15 - Release of version 15.4. Index: configure =================================================================== RCS file: /cvsroot/cscope/cscope/configure,v retrieving revision 1.29 retrieving revision 1.29.2.1 diff -C2 -r1.29 -r1.29.2.1 *** configure 30 Sep 2006 17:31:14 -0000 1.29 --- configure 7 Oct 2006 08:56:34 -0000 1.29.2.1 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.59. # # Copyright (C) 2003 Free Software Foundation, Inc. --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.59 for cscope 15.6. # # Copyright (C) 2003 Free Software Foundation, Inc. *************** *** 266,274 **** # Identity of this package. ! PACKAGE_NAME= ! PACKAGE_TARNAME= ! PACKAGE_VERSION= ! PACKAGE_STRING= ! PACKAGE_BUGREPORT= ac_unique_file="src/crossref.c" --- 266,274 ---- # Identity of this package. ! PACKAGE_NAME='cscope' ! PACKAGE_TARNAME='cscope' ! PACKAGE_VERSION='15.6' ! PACKAGE_STRING='cscope 15.6' ! PACKAGE_BUGREPORT='' ac_unique_file="src/crossref.c" *************** *** 779,783 **** # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures this package to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 779,783 ---- # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures cscope 15.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 844,848 **** if test -n "$ac_init_help"; then ! cat <<\_ACEOF --- 844,850 ---- if test -n "$ac_init_help"; then ! case $ac_init_help in ! short | recursive ) echo "Configuration of cscope 15.6:";; ! esac cat <<\_ACEOF *************** *** 969,972 **** --- 971,976 ---- if $ac_init_version; then cat <<\_ACEOF + cscope configure 15.6 + generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. *************** *** 981,985 **** running configure, to aid debugging if configure makes a mistake. ! It was created by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was --- 985,989 ---- running configure, to aid debugging if configure makes a mistake. ! It was created by cscope $as_me 15.6, which was generated by GNU Autoconf 2.59. Invocation command line was *************** *** 1310,1313 **** --- 1314,1325 ---- + + + + + + + + am__api_version="1.9" ac_aux_dir= *************** *** 1616,1621 **** # Define the identity of the package. ! PACKAGE=cscope ! VERSION=16.0a --- 1628,1633 ---- # Define the identity of the package. ! PACKAGE='cscope' ! VERSION='15.6' *************** *** 3996,4000 **** ncurses_version=unknown cat > conftest.$ac_ext <<EOF ! #line 3998 "configure" #include "confdefs.h" #ifdef RENAMED_NCURSES --- 4008,4012 ---- ncurses_version=unknown cat > conftest.$ac_ext <<EOF ! #line 4010 "configure" #include "confdefs.h" #ifdef RENAMED_NCURSES *************** *** 4408,4414 **** ( cat <<\_ASBOX ! ## ------------------------------------------ ## ! ## Report this to the AC_PACKAGE_NAME lists. ## ! ## ------------------------------------------ ## _ASBOX ) | --- 4420,4426 ---- ( cat <<\_ASBOX ! ## --------------------------------- ## ! ## Report this to the cscope lists. ## ! ## --------------------------------- ## _ASBOX ) | *************** *** 5253,5259 **** ( cat <<\_ASBOX ! ## ------------------------------------------ ## ! ## Report this to the AC_PACKAGE_NAME lists. ## ! ## ------------------------------------------ ## _ASBOX ) | --- 5265,5271 ---- ( cat <<\_ASBOX ! ## --------------------------------- ## ! ## Report this to the cscope lists. ## ! ## --------------------------------- ## _ASBOX ) | *************** *** 6666,6670 **** cat >&5 <<_CSEOF ! This file was extended by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was --- 6678,6682 ---- cat >&5 <<_CSEOF ! This file was extended by cscope $as_me 15.6, which was generated by GNU Autoconf 2.59. Invocation command line was *************** *** 6729,6733 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! config.status configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" --- 6741,6745 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! cscope config.status 15.6 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Index: configure.in =================================================================== RCS file: /cvsroot/cscope/cscope/configure.in,v retrieving revision 1.34 retrieving revision 1.34.2.1 diff -C2 -r1.34 -r1.34.2.1 *** configure.in 30 Sep 2006 17:31:14 -0000 1.34 --- configure.in 7 Oct 2006 08:56:34 -0000 1.34.2.1 *************** *** 1,6 **** dnl Process this file with autoconf to produce a configure script. ! AC_INIT AC_CONFIG_SRCDIR([src/crossref.c]) ! AM_INIT_AUTOMAKE(cscope, 16.0a) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_PREREQ(2.59) --- 1,6 ---- dnl Process this file with autoconf to produce a configure script. ! AC_INIT(cscope, 15.6) AC_CONFIG_SRCDIR([src/crossref.c]) ! AM_INIT_AUTOMAKE([1.9]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_PREREQ(2.59) |
|
From: Hans-Bernhard B. <br...@us...> - 2006-10-07 08:56:37
|
Update of /cvsroot/cscope/cscope/packages/uw7 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12618/packages/uw7 Modified Files: Tag: v15_6_base cscope_pkg.sh pkginfo Log Message: Actual V15.6 files Index: cscope_pkg.sh =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/cscope_pkg.sh,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** cscope_pkg.sh 3 Jul 2001 22:09:50 -0000 1.3 --- cscope_pkg.sh 7 Oct 2006 08:56:34 -0000 1.3.2.1 *************** *** 90,94 **** # Install the spool dir cscope entry into the package echo "INFO: creating package" >&2 ! pkgtrans -s /var/spool/pkg cscope.16.0a.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.6.pkg cscope if [ $? -ne 0 ] then Index: pkginfo =================================================================== RCS file: /cvsroot/cscope/cscope/packages/uw7/pkginfo,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** pkginfo 3 Jul 2001 22:09:50 -0000 1.3 --- pkginfo 7 Oct 2006 08:56:34 -0000 1.3.2.1 *************** *** 1,5 **** PKG="cscope" NAME="cscope" ! VERSION="16.0a UW7.1.1 07/03/2001" CATEGORY="utilities" ARCH=i386 --- 1,5 ---- PKG="cscope" NAME="cscope" ! VERSION="15.6 UW7.1.1 07/03/2001" CATEGORY="utilities" ARCH=i386 |