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
|
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(11) |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 21:04:14
|
Update of /cvsroot/cscope/cscope/doc In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2937/doc Modified Files: cscope.1 Log Message: Document relaxed syntax for detecting function definitions. Index: cscope.1 =================================================================== RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** cscope.1 29 Nov 2004 12:50:21 -0000 1.19 --- cscope.1 30 Sep 2006 21:04:10 -0000 1.20 *************** *** 501,505 **** .TP .I blank ! is zero or more spaces or tabs, not including newlines .TP .I args --- 501,506 ---- .TP .I blank ! is zero or more spaces, tabs, vtabs, form feeds or carriage returns, ! not including newlines .TP .I args *************** *** 507,511 **** .TP .I white ! is zero or more spaces, tabs, or newlines .TP .I arg_decs --- 508,512 ---- .TP .I white ! is zero or more spaces, tabs, vtabs, form feeds, carriage returns or newlines .TP .I arg_decs |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 20:29:17
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21832/src Modified Files: Makefile.am Makefile.in fscanner.l Log Message: Allow non-Unix linebreak characters in more places (fix #1563459). Index: Makefile.am =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile.am 30 Sep 2006 17:31:14 -0000 1.11 --- Makefile.am 30 Sep 2006 20:29:14 -0000 1.12 *************** *** 35,39 **** ## Hack to clean the generated files and not include them in a "make dist". ! # CLEANFILES = scanner.c fscanner.c egrep.c #dist-hook: # rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c --- 35,39 ---- ## Hack to clean the generated files and not include them in a "make dist". ! CLEANFILES = scanner.c fscanner.c egrep.c #dist-hook: # rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.in,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** Makefile.in 30 Sep 2006 17:31:14 -0000 1.13 --- Makefile.in 30 Sep 2006 20:29:14 -0000 1.14 *************** *** 229,234 **** cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) AM_CPPFLAGS = $(CURSES_INCLUDEDIR) ! ! # CLEANFILES = scanner.c fscanner.c egrep.c #dist-hook: # rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c --- 229,233 ---- cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) AM_CPPFLAGS = $(CURSES_INCLUDEDIR) ! CLEANFILES = scanner.c fscanner.c egrep.c #dist-hook: # rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c *************** *** 893,896 **** --- 892,896 ---- clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: Index: fscanner.l =================================================================== RCS file: /cvsroot/cscope/cscope/src/fscanner.l,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** fscanner.l 23 Jul 2006 20:59:20 -0000 1.11 --- fscanner.l 30 Sep 2006 20:29:14 -0000 1.12 *************** *** 131,135 **** comment "/*"([^*]*("*"+[^/])?)*"*/"|"//"[^\n]*\n ws [ \t\r\v\f] ! wsnl [ \t\n]|{comment} /* flex options: stack of start conditions, and don't use yywrap() */ --- 131,135 ---- comment "/*"([^*]*("*"+[^/])?)*"*/"|"//"[^\n]*\n ws [ \t\r\v\f] ! wsnl [ \t\r\v\f\n]|{comment} /* flex options: stack of start conditions, and don't use yywrap() */ |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 20:29:17
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21832 Modified Files: ChangeLog Log Message: Allow non-Unix linebreak characters in more places (fix #1563459). Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.163 retrieving revision 1.164 diff -C2 -r1.163 -r1.164 *** ChangeLog 30 Sep 2006 17:31:14 -0000 1.163 --- ChangeLog 30 Sep 2006 20:29:14 -0000 1.164 *************** *** 1,4 **** --- 1,8 ---- 2006-09-30 Hans-Bernhard Broeker <br...@ph...> + * src/fscanner.l (wsnl): Expand set of allowed characters to make + scanner more tolerant of non-Unix linebreaks (should fix SF Bug + #1563459) + * src/Makefile.am (CLEANFILES, dist-hook): Commented out, to reduce number of user reports from people without lex. *************** *** 9,13 **** * src/invlib.c (invnewterm): Correct loop test to account for ! maxback being unsigned (SF bug #1559495). * src/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES, to quench --- 13,17 ---- * src/invlib.c (invnewterm): Correct loop test to account for ! maxback being unsigned (should fix SF bug #1559495). * src/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES, to quench |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 17:31:20
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18761 Modified Files: ChangeLog aclocal.m4 configure configure.in Log Message: Keep and distribute lex and yacc output files. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.162 retrieving revision 1.163 diff -C2 -r1.162 -r1.163 *** ChangeLog 30 Sep 2006 16:51:44 -0000 1.162 --- ChangeLog 30 Sep 2006 17:31:14 -0000 1.163 *************** *** 1,4 **** --- 1,11 ---- 2006-09-30 Hans-Bernhard Broeker <br...@ph...> + * src/Makefile.am (CLEANFILES, dist-hook): Commented out, to + reduce number of user reports from people without lex. + + * configure.in: Change from AC_PROG_LEX to AM_PROG_LEX. + + * src/Makefile.am (cscope_SOURCES): Added alloc.h. Reindented. + * src/invlib.c (invnewterm): Correct loop test to account for maxback being unsigned (SF bug #1559495). Index: aclocal.m4 =================================================================== RCS file: /cvsroot/cscope/cscope/aclocal.m4,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** aclocal.m4 30 Sep 2006 16:51:45 -0000 1.7 --- aclocal.m4 30 Sep 2006 17:31:14 -0000 1.8 *************** *** 490,493 **** --- 490,514 ---- AC_SUBST([am__leading_dot])]) + # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 + # Free Software Foundation, Inc. + # + # This file is free software; the Free Software Foundation + # gives unlimited permission to copy and/or distribute it, + # with or without modifications, as long as this notice is preserved. + + # serial 5 + + # AM_PROG_LEX + # ----------- + # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a + # "missing" invocation, for better error output. + AC_DEFUN([AM_PROG_LEX], + [AC_PREREQ(2.50)dnl + AC_REQUIRE([AM_MISSING_HAS_RUN])dnl + AC_REQUIRE([AC_PROG_LEX])dnl + if test "$LEX" = :; then + LEX=${am_missing_run}flex + fi]) + # Check to see how 'make' treats includes. -*- Autoconf -*- Index: configure =================================================================== RCS file: /cvsroot/cscope/cscope/configure,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** configure 30 Sep 2006 16:51:45 -0000 1.28 --- configure 30 Sep 2006 17:31:14 -0000 1.29 *************** *** 3265,3268 **** --- 3265,3271 ---- fi + if test "$LEX" = :; then + LEX=${am_missing_run}flex + fi *************** *** 3993,3997 **** ncurses_version=unknown cat > conftest.$ac_ext <<EOF ! #line 3995 "configure" #include "confdefs.h" #ifdef RENAMED_NCURSES --- 3996,4000 ---- ncurses_version=unknown cat > conftest.$ac_ext <<EOF ! #line 3998 "configure" #include "confdefs.h" #ifdef RENAMED_NCURSES Index: configure.in =================================================================== RCS file: /cvsroot/cscope/cscope/configure.in,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** configure.in 30 Sep 2006 16:51:45 -0000 1.33 --- configure.in 30 Sep 2006 17:31:14 -0000 1.34 *************** *** 16,20 **** AC_PROG_CC AC_EXEEXT ! AC_PROG_LEX AM_CONDITIONAL(USING_LEX, test "x$LEX" = "xlex") if test "x$LEX" = "xlex" ; then AC_DEFINE(USING_LEX, 1, --- 16,20 ---- AC_PROG_CC AC_EXEEXT ! AM_PROG_LEX AM_CONDITIONAL(USING_LEX, test "x$LEX" = "xlex") if test "x$LEX" = "xlex" ; then AC_DEFINE(USING_LEX, 1, |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 17:31:20
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18761/src Modified Files: Makefile.am Makefile.in Log Message: Keep and distribute lex and yacc output files. Index: Makefile.am =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** Makefile.am 30 Sep 2006 16:51:45 -0000 1.10 --- Makefile.am 30 Sep 2006 17:31:14 -0000 1.11 *************** *** 20,29 **** endif ! cscope_SOURCES = $(LEXER_SOURCE) egrep.y \ ! alloc.c basename.c build.c build.h command.c compath.c constants.h crossref.c dir.c \ ! display.c edit.c exec.c find.c global.h help.c history.c input.c \ ! invlib.c invlib.h library.h logdir.c lookup.c lookup.h main.c mouse.c \ ! mygetenv.c mypopen.c scanner.h version.h vp.h vpaccess.c vpfopen.c \ ! vpinit.c vpopen.c EXTRA_cscope_SOURCES = scanner.l fscanner.l --- 20,28 ---- endif ! cscope_SOURCES = $(LEXER_SOURCE) egrep.y alloc.c alloc.h basename.c build.c \ ! build.h command.c compath.c constants.h crossref.c dir.c display.c edit.c \ ! exec.c find.c global.h help.c history.c input.c invlib.c invlib.h library.h \ ! logdir.c lookup.c lookup.h main.c mouse.c mygetenv.c mypopen.c scanner.h \ ! version.h vp.h vpaccess.c vpfopen.c vpinit.c vpopen.c EXTRA_cscope_SOURCES = scanner.l fscanner.l *************** *** 36,42 **** ## Hack to clean the generated files and not include them in a "make dist". ! CLEANFILES = scanner.c fscanner.c egrep.c ! dist-hook: ! rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c EXTRA_DIST = emacs.e gmacs.ml --- 35,41 ---- ## Hack to clean the generated files and not include them in a "make dist". ! # CLEANFILES = scanner.c fscanner.c egrep.c ! #dist-hook: ! # rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c EXTRA_DIST = emacs.e gmacs.ml Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** Makefile.in 30 Sep 2006 16:51:45 -0000 1.12 --- Makefile.in 30 Sep 2006 17:31:14 -0000 1.13 *************** *** 52,56 **** binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) ! am__cscope_SOURCES_DIST = fscanner.l scanner.l egrep.y alloc.c \ basename.c build.c build.h command.c compath.c constants.h \ crossref.c dir.c display.c edit.c exec.c find.c global.h \ --- 52,56 ---- binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) ! am__cscope_SOURCES_DIST = fscanner.l scanner.l egrep.y alloc.c alloc.h \ basename.c build.c build.h command.c compath.c constants.h \ crossref.c dir.c display.c edit.c exec.c find.c global.h \ *************** *** 74,78 **** cscope_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__gscope_SOURCES_DIST = gscope.c fscanner.l scanner.l egrep.y \ ! alloc.c basename.c build.c build.h command.c compath.c \ constants.h crossref.c dir.c display.c edit.c exec.c find.c \ global.h help.c history.c input.c invlib.c invlib.h library.h \ --- 74,78 ---- cscope_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__gscope_SOURCES_DIST = gscope.c fscanner.l scanner.l egrep.y \ ! alloc.c alloc.h basename.c build.c build.h command.c compath.c \ constants.h crossref.c dir.c display.c edit.c exec.c find.c \ global.h help.c history.c input.c invlib.c invlib.h library.h \ *************** *** 220,234 **** @USING_LEX_FALSE@LEXER_SOURCE = fscanner.l @USING_LEX_TRUE@LEXER_SOURCE = scanner.l ! cscope_SOURCES = $(LEXER_SOURCE) egrep.y \ ! alloc.c basename.c build.c build.h command.c compath.c constants.h crossref.c dir.c \ ! display.c edit.c exec.c find.c global.h help.c history.c input.c \ ! invlib.c invlib.h library.h logdir.c lookup.c lookup.h main.c mouse.c \ ! mygetenv.c mypopen.c scanner.h version.h vp.h vpaccess.c vpfopen.c \ ! vpinit.c vpopen.c EXTRA_cscope_SOURCES = scanner.l fscanner.l cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) AM_CPPFLAGS = $(CURSES_INCLUDEDIR) ! CLEANFILES = scanner.c fscanner.c egrep.c EXTRA_DIST = emacs.e gmacs.ml @HAS_GNOME_TRUE@GNOME_SWITCH = -DUSING_GNOME_UI --- 220,236 ---- @USING_LEX_FALSE@LEXER_SOURCE = fscanner.l @USING_LEX_TRUE@LEXER_SOURCE = scanner.l ! cscope_SOURCES = $(LEXER_SOURCE) egrep.y alloc.c alloc.h basename.c build.c \ ! build.h command.c compath.c constants.h crossref.c dir.c display.c edit.c \ ! exec.c find.c global.h help.c history.c input.c invlib.c invlib.h library.h \ ! logdir.c lookup.c lookup.h main.c mouse.c mygetenv.c mypopen.c scanner.h \ ! version.h vp.h vpaccess.c vpfopen.c vpinit.c vpopen.c EXTRA_cscope_SOURCES = scanner.l fscanner.l cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) AM_CPPFLAGS = $(CURSES_INCLUDEDIR) ! ! # CLEANFILES = scanner.c fscanner.c egrep.c ! #dist-hook: ! # rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c EXTRA_DIST = emacs.e gmacs.ml @HAS_GNOME_TRUE@GNOME_SWITCH = -DUSING_GNOME_UI *************** *** 867,873 **** fi; \ done - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$(top_distdir)" distdir="$(distdir)" \ - dist-hook check-am: all-am check: check-am --- 869,872 ---- *************** *** 894,898 **** clean-generic: - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: --- 893,896 ---- *************** *** 955,959 **** .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ ! clean-generic ctags dist-hook distclean distclean-compile \ distclean-generic distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ --- 953,957 ---- .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ ! clean-generic ctags distclean distclean-compile \ distclean-generic distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ *************** *** 965,970 **** uninstall-am uninstall-binPROGRAMS uninstall-info-am - dist-hook: - rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. --- 963,966 ---- |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 16:51:48
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3571/src Modified Files: Makefile.am Makefile.in Log Message: Refresh autoconfigury. Index: Makefile.am =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Makefile.am 23 Jan 2003 17:30:44 -0000 1.9 --- Makefile.am 30 Sep 2006 16:51:45 -0000 1.10 *************** *** 33,37 **** cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! INCLUDES = $(CURSES_INCLUDEDIR) ## Hack to clean the generated files and not include them in a "make dist". --- 33,37 ---- cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! AM_CPPFLAGS = $(CURSES_INCLUDEDIR) ## Hack to clean the generated files and not include them in a "make dist". Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile.in 19 Apr 2006 14:30:16 -0000 1.11 --- Makefile.in 30 Sep 2006 16:51:45 -0000 1.12 *************** *** 37,41 **** build_triplet = @build@ host_triplet = @host@ - LIBOBJDIR = @HAS_GNOME_TRUE@EXTRA_PROGRAMS = gscope$(EXEEXT) bin_PROGRAMS = cscope$(EXEEXT) --- 37,40 ---- *************** *** 230,234 **** EXTRA_cscope_SOURCES = scanner.l fscanner.l cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! INCLUDES = $(CURSES_INCLUDEDIR) CLEANFILES = scanner.c fscanner.c egrep.c EXTRA_DIST = emacs.e gmacs.ml --- 229,233 ---- EXTRA_cscope_SOURCES = scanner.l fscanner.l cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! AM_CPPFLAGS = $(CURSES_INCLUDEDIR) CLEANFILES = scanner.c fscanner.c egrep.c EXTRA_DIST = emacs.e gmacs.ml |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 16:51:48
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3571 Modified Files: ChangeLog Makefile.in aclocal.m4 configure configure.in Log Message: Refresh autoconfigury. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.161 retrieving revision 1.162 diff -C2 -r1.161 -r1.162 *** ChangeLog 30 Sep 2006 15:38:16 -0000 1.161 --- ChangeLog 30 Sep 2006 16:51:44 -0000 1.162 *************** *** 2,6 **** * src/invlib.c (invnewterm): Correct loop test to account for ! maxback being unsigned. 2006-08-20 Hans-Bernhard Broeker <br...@ph...> --- 2,16 ---- * src/invlib.c (invnewterm): Correct loop test to account for ! maxback being unsigned (SF bug #1559495). ! ! * src/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES, to quench ! an automake warning. ! ! * configure.in: Modernized via autoupdate. Fixed several ! 'underquoted' warnings from aclocal. Use a more telling source ! file name in AC_CONFIG_SRCDIR. ! ! * configure, aclocal.m4, Makefile.in, contrib/Makefile.in, ! doc/Makefile.in, src/Makefile.in: Regenerated. 2006-08-20 Hans-Bernhard Broeker <br...@ph...> Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Makefile.in 19 Apr 2006 14:30:16 -0000 1.8 --- Makefile.in 30 Sep 2006 16:51:45 -0000 1.9 *************** *** 36,40 **** build_triplet = @build@ host_triplet = @host@ - LIBOBJDIR = DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ --- 36,39 ---- Index: aclocal.m4 =================================================================== RCS file: /cvsroot/cscope/cscope/aclocal.m4,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** aclocal.m4 19 Apr 2006 14:30:16 -0000 1.6 --- aclocal.m4 30 Sep 2006 16:51:45 -0000 1.7 *************** *** 341,356 **** ]) - # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 - # Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - - # serial 8 - - # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. - AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - # Do all the work for Automake. -*- Autoconf -*- --- 341,344 ---- Index: configure =================================================================== RCS file: /cvsroot/cscope/cscope/configure,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** configure 21 Apr 2006 10:41:21 -0000 1.27 --- configure 30 Sep 2006 16:51:45 -0000 1.28 *************** *** 272,276 **** PACKAGE_BUGREPORT= ! ac_unique_file="src/basename.c" # Factoring default headers for most tests. ac_includes_default="\ --- 272,276 ---- PACKAGE_BUGREPORT= ! ac_unique_file="src/crossref.c" # Factoring default headers for most tests. ac_includes_default="\ *************** *** 6334,6341 **** ac_i=`echo "$ac_i" | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` ! # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ! # will be set to the directory where LIBOBJS objects are built. ! ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" ! ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs --- 6334,6340 ---- ac_i=`echo "$ac_i" | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` ! # 2. Add them. ! ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" ! ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' done LIBOBJS=$ac_libobjs Index: configure.in =================================================================== RCS file: /cvsroot/cscope/cscope/configure.in,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -r1.32 -r1.33 *** configure.in 21 Apr 2006 10:41:21 -0000 1.32 --- configure.in 30 Sep 2006 16:51:45 -0000 1.33 *************** *** 1,8 **** dnl Process this file with autoconf to produce a configure script. AC_INIT ! AC_CONFIG_SRCDIR([src/basename.c]) AM_INIT_AUTOMAKE(cscope, 16.0a) ! AM_CONFIG_HEADER(config.h:config.h.in) ! AC_PREREQ(2.57) AC_CANONICAL_HOST --- 1,8 ---- 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) AC_CANONICAL_HOST *************** *** 112,116 **** ! AC_DEFUN(AC_CHECK_CURSES,[ search_ncurses=true screen_manager="" --- 112,116 ---- ! AC_DEFUN([AC_CHECK_CURSES],[ search_ncurses=true screen_manager="" *************** *** 176,180 **** ! AC_DEFUN(AC_USE_SUNOS_CURSES, [ search_ncurses=false screen_manager="SunOS 4.x /usr/5include curses" --- 176,180 ---- ! AC_DEFUN([AC_USE_SUNOS_CURSES], [ search_ncurses=false screen_manager="SunOS 4.x /usr/5include curses" *************** *** 190,194 **** ]) ! AC_DEFUN(AC_USE_OSF1_CURSES, [ AC_MSG_RESULT(Using OSF1 curses) search_ncurses=false --- 190,194 ---- ]) ! AC_DEFUN([AC_USE_OSF1_CURSES], [ AC_MSG_RESULT(Using OSF1 curses) search_ncurses=false *************** *** 201,205 **** ]) ! AC_DEFUN(AC_USE_SYSV_CURSES, [ AC_MSG_RESULT(Using SysV curses) AC_DEFINE(HAS_CURSES) --- 201,205 ---- ]) ! AC_DEFUN([AC_USE_SYSV_CURSES], [ AC_MSG_RESULT(Using SysV curses) AC_DEFINE(HAS_CURSES) *************** *** 236,240 **** dnl Parameters: directory filename cureses_LIBS curses_INCLUDEDIR nicename dnl ! AC_DEFUN(AC_NCURSES, [ if $search_ncurses then --- 236,240 ---- dnl Parameters: directory filename cureses_LIBS curses_INCLUDEDIR nicename dnl ! AC_DEFUN([AC_NCURSES], [ if $search_ncurses then *************** *** 253,257 **** ]) ! AC_DEFUN(AC_SEARCH_NCURSES, [ AS_MESSAGE(checking "location of ncurses.h file"...) --- 253,257 ---- ]) ! AC_DEFUN([AC_SEARCH_NCURSES], [ AS_MESSAGE(checking "location of ncurses.h file"...) *************** *** 360,364 **** dnl Check for a GNOME installation ! AC_DEFUN(AC_CHECK_GNOME,[ has_gnome=false AC_CHECK_PROG(gnome1, gnome-config, true) --- 360,364 ---- dnl Check for a GNOME installation ! AC_DEFUN([AC_CHECK_GNOME],[ has_gnome=false AC_CHECK_PROG(gnome1, gnome-config, true) *************** *** 395,403 **** dnl This test was ripped from gnuplot's configure.in: AC_MSG_CHECKING(for sigsetjmp) ! AC_TRY_LINK([#include <setjmp.h>], [jmp_buf env; sigsetjmp(env, 1);], ! [AC_MSG_RESULT(yes) AC_DEFINE(HAVE_SIGSETJMP,1, ! [ Define if we have sigsetjmp(). ])], ! AC_MSG_RESULT(no)) dnl Checks for library functions. --- 395,401 ---- dnl This test was ripped from gnuplot's configure.in: AC_MSG_CHECKING(for sigsetjmp) ! AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <setjmp.h>]], [[jmp_buf env; sigsetjmp(env, 1);]])],[AC_MSG_RESULT(yes) AC_DEFINE(HAVE_SIGSETJMP,1, ! [ Define if we have sigsetjmp(). ])],[AC_MSG_RESULT(no)]) dnl Checks for library functions. |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 16:51:48
|
Update of /cvsroot/cscope/cscope/doc In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3571/doc Modified Files: Makefile.in Log Message: Refresh autoconfigury. Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/doc/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.in 19 Apr 2006 14:30:16 -0000 1.7 --- Makefile.in 30 Sep 2006 16:51:45 -0000 1.8 *************** *** 36,40 **** build_triplet = @build@ host_triplet = @host@ - LIBOBJDIR = subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in --- 36,39 ---- |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 16:51:48
|
Update of /cvsroot/cscope/cscope/contrib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3571/contrib Modified Files: Makefile.in Log Message: Refresh autoconfigury. Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/contrib/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Makefile.in 19 Apr 2006 14:30:16 -0000 1.8 --- Makefile.in 30 Sep 2006 16:51:45 -0000 1.9 *************** *** 37,41 **** build_triplet = @build@ host_triplet = @host@ - LIBOBJDIR = subdir = contrib DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in --- 37,40 ---- |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 15:50:32
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18606/src Modified Files: invlib.c Log Message: Fix bug 1559495. Index: invlib.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/invlib.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** invlib.c 21 Apr 2006 10:43:42 -0000 1.17 --- invlib.c 30 Sep 2006 15:38:16 -0000 1.18 *************** *** 413,417 **** maxback = numinvitems - 2; howfar = 0; ! while (--maxback > 0) { howfar++; iteminfo.packword[0] = --- 413,417 ---- maxback = numinvitems - 2; howfar = 0; ! while (maxback-- > 1) { howfar++; iteminfo.packword[0] = |
|
From: Hans-Bernhard B. <br...@us...> - 2006-09-30 15:50:23
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18606 Modified Files: ChangeLog Log Message: Fix bug 1559495. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.160 retrieving revision 1.161 diff -C2 -r1.160 -r1.161 *** ChangeLog 20 Aug 2006 19:15:54 -0000 1.160 --- ChangeLog 30 Sep 2006 15:38:16 -0000 1.161 *************** *** 1,2 **** --- 1,7 ---- + 2006-09-30 Hans-Bernhard Broeker <br...@ph...> + + * src/invlib.c (invnewterm): Correct loop test to account for + maxback being unsigned. + 2006-08-20 Hans-Bernhard Broeker <br...@ph...> |