You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(19) |
Oct
(10) |
Nov
(14) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(5) |
Mar
(33) |
Apr
(31) |
May
(3) |
Jun
(30) |
Jul
(4) |
Aug
(26) |
Sep
(23) |
Oct
|
Nov
(6) |
Dec
(56) |
2008 |
Jan
(12) |
Feb
(9) |
Mar
(2) |
Apr
(8) |
May
(2) |
Jun
(3) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
|
Nov
(16) |
Dec
(4) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(36) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: Florian G. <re...@us...> - 2007-08-02 22:20:25
|
Update of /cvsroot/perfparse/_perfparse/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/images Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/images/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.20 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.21 *************** *** 190,193 **** --- 190,195 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:24
|
Update of /cvsroot/perfparse/_perfparse/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/modules Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/modules/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:22 -0000 1.20 *************** *** 260,263 **** --- 260,265 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:24
|
Update of /cvsroot/perfparse/_perfparse/libpp_postgresql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/libpp_postgresql Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libpp_postgresql/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.20 *************** *** 207,210 **** --- 207,212 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:24
|
Update of /cvsroot/perfparse/_perfparse/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/scripts Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/scripts/Makefile.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.in 14 Apr 2007 00:34:59 -0000 1.21 --- Makefile.in 2 Aug 2007 22:20:22 -0000 1.22 *************** *** 183,186 **** --- 183,188 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:24
|
Update of /cvsroot/perfparse/_perfparse/db_tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/db_tools Modified Files: Makefile.in convert.c Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/db_tools/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.20 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.21 *************** *** 225,228 **** --- 225,230 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ Index: convert.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/db_tools/convert.c,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** convert.c 27 Apr 2007 21:20:06 -0000 1.37 --- convert.c 2 Aug 2007 22:20:21 -0000 1.38 *************** *** 878,882 **** int eh=0, emin=0, esec=0; esec=acttime-starttime; ! sec=round(((float)iODBnumrows / (float)i - 1.0) * (float)esec); if(sec>60) { min=floor(sec/60); --- 878,882 ---- int eh=0, emin=0, esec=0; esec=acttime-starttime; ! sec=floor((((float)iODBnumrows / (float)i - 1.0) * (float)esec)+0.5); if(sec>60) { min=floor(sec/60); |
From: Florian G. <re...@us...> - 2007-08-02 22:20:22
|
Update of /cvsroot/perfparse/_perfparse/contrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/contrib Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/contrib/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.20 *************** *** 179,182 **** --- 179,184 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:22
|
Update of /cvsroot/perfparse/_perfparse/cgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/cgi Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 27 Apr 2007 21:39:41 -0000 1.20 --- Makefile.in 2 Aug 2007 22:20:20 -0000 1.21 *************** *** 216,219 **** --- 216,221 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:22
|
Update of /cvsroot/perfparse/_perfparse/libpp_mysql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/libpp_mysql Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libpp_mysql/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.20 *************** *** 207,210 **** --- 207,212 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:22
|
Update of /cvsroot/perfparse/_perfparse/m4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/m4 Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/m4/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.20 *************** *** 179,182 **** --- 179,184 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:22
|
Update of /cvsroot/perfparse/_perfparse/libpp_common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/libpp_common Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libpp_common/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.20 *************** *** 207,210 **** --- 207,212 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:21
|
Update of /cvsroot/perfparse/_perfparse/libnagios_perfdata_parser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528/libnagios_perfdata_parser Modified Files: Makefile.in Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libnagios_perfdata_parser/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:28 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:21 -0000 1.20 *************** *** 206,209 **** --- 206,211 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ |
From: Florian G. <re...@us...> - 2007-08-02 22:20:21
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11528 Modified Files: INSTALL Makefile.in aclocal.m4 compile config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs Log Message: Did a autoupdate & autoscan. Replaced round(x) with ceil(x+0.5) for Solaris 9 which does not support C99 (See http://forum.java.sun.com/thread.jspa?threadID=5151269&tstart=210) Index: mkinstalldirs =================================================================== RCS file: /cvsroot/perfparse/_perfparse/mkinstalldirs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mkinstalldirs 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- mkinstalldirs 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 1,13 **** #! /bin/sh # mkinstalldirs --- make directory hierarchy ! # Author: Noah Friedman <fri...@pr...> # Created: 1993-05-16 ! # Public domain errstatus=0 ! dirmode="" usage="\ ! Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." # process command line arguments --- 1,25 ---- #! /bin/sh # mkinstalldirs --- make directory hierarchy ! ! scriptversion=2005-06-29.22 ! ! # Original author: Noah Friedman <fri...@pr...> # Created: 1993-05-16 ! # Public domain. ! # ! # This file is maintained in Automake, please report ! # bugs to <bug...@gn...> or send patches to ! # <aut...@gn...>. errstatus=0 ! dirmode= usage="\ ! Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... ! ! Create each directory DIR (with mode MODE, if specified), including all ! leading file name components. ! ! Report bugs to <bug...@gn...>." # process command line arguments *************** *** 15,20 **** case $1 in -h | --help | --h*) # -h for help ! echo "$usage" 1>&2 ! exit 0 ;; -m) # -m PERM arg --- 27,32 ---- case $1 in -h | --help | --h*) # -h for help ! echo "$usage" ! exit $? ;; -m) # -m PERM arg *************** *** 24,27 **** --- 36,43 ---- shift ;; + --version) + echo "$0 $scriptversion" + exit $? + ;; --) # stop option processing shift *************** *** 51,65 **** esac case $dirmode in '') ! if mkdir -p -- . 2>/dev/null; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" fi ;; *) ! if mkdir -m "$dirmode" -p -- . 2>/dev/null; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" fi ;; --- 67,101 ---- esac + # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and + # mkdir -p a/c at the same time, both will detect that a is missing, + # one will create a, then the other will try to create a and die with + # a "File exists" error. This is a problem when calling mkinstalldirs + # from a parallel make. We use --version in the probe to restrict + # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') ! if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" + else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + test -d ./-p && rmdir ./-p + test -d ./--version && rmdir ./--version fi ;; *) ! if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && ! test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" + else + # Clean up after NextStep and OpenStep mkdir. + for d in ./-m ./-p ./--version "./$dirmode"; + do + test -d $d && rmdir $d + done fi ;; *************** *** 68,78 **** for file do ! set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift - pathcomp= for d do ! pathcomp="$pathcomp$d" case $pathcomp in -*) pathcomp=./$pathcomp ;; --- 104,122 ---- for file do ! case $file in ! /*) pathcomp=/ ;; ! *) pathcomp= ;; ! esac ! oIFS=$IFS ! IFS=/ ! set fnord $file shift + IFS=$oIFS for d do ! test "x$d" = x && continue ! ! pathcomp=$pathcomp$d case $pathcomp in -*) pathcomp=./$pathcomp ;; *************** *** 85,103 **** if test ! -d "$pathcomp"; then ! errstatus=$lasterr else ! if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" ! lasterr="" ! chmod "$dirmode" "$pathcomp" || lasterr=$? ! if test ! -z "$lasterr"; then ! errstatus=$lasterr ! fi ! fi fi fi ! pathcomp="$pathcomp/" done done --- 129,147 ---- if test ! -d "$pathcomp"; then ! errstatus=$lasterr else ! if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" ! lasterr= ! chmod "$dirmode" "$pathcomp" || lasterr=$? ! if test ! -z "$lasterr"; then ! errstatus=$lasterr ! fi ! fi fi fi ! pathcomp=$pathcomp/ done done *************** *** 108,111 **** # mode: shell-script # sh-indentation: 2 # End: - # mkinstalldirs ends here --- 152,158 ---- # mode: shell-script # sh-indentation: 2 + # eval: (add-hook 'write-file-hooks 'time-stamp) + # time-stamp-start: "scriptversion=" + # time-stamp-format: "%:y-%02m-%02d.%02H" + # time-stamp-end: "$" # End: Index: config.h.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/config.h.in,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.h.in 15 Jun 2007 23:34:29 -0000 1.8 --- config.h.in 2 Aug 2007 22:20:20 -0000 1.9 *************** *** 1,4 **** --- 1,7 ---- /* config.h.in. Generated from configure.ac by autoheader. */ + /* Define to 1 if the `closedir' function returns void instead of `int'. */ + #undef CLOSEDIR_VOID + /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. *************** *** 56,65 **** --- 59,84 ---- #undef HAVE_DECL__SNWPRINTF + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. + */ + #undef HAVE_DIRENT_H + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H + /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ + #undef HAVE_DOPRNT + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H + /* Define to 1 if you have the <float.h> header file. */ + #undef HAVE_FLOAT_H + + /* Define to 1 if you have the `floor' function. */ + #undef HAVE_FLOOR + + /* Define to 1 if you have the `fork' function. */ + #undef HAVE_FORK + /* Define to 1 if you have the `fwprintf' function. */ #undef HAVE_FWPRINTF *************** *** 77,80 **** --- 96,102 ---- #undef HAVE_GETGID + /* Define to 1 if you have the `gethostbyname' function. */ + #undef HAVE_GETHOSTBYNAME + /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME *************** *** 111,114 **** --- 133,139 ---- #undef HAVE_LANGINFO_CODESET + /* Define to 1 if you have the <langinfo.h> header file. */ + #undef HAVE_LANGINFO_H + /* Define if your <locale.h> file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES *************** *** 117,120 **** --- 142,148 ---- #undef HAVE_LIBGD + /* Define to 1 if you have the <libintl.h> header file. */ + #undef HAVE_LIBINTL_H + /* Define to 1 if you have the `ncurses' library (-lncurses). */ #undef HAVE_LIBNCURSES *************** *** 148,154 **** --- 176,188 ---- #undef HAVE_MEMPCPY + /* Define to 1 if you have the `memset' function. */ + #undef HAVE_MEMSET + /* Define to 1 if you have the `mkdir' function. */ #undef HAVE_MKDIR + /* Define to 1 if you have the `mkfifo' function. */ + #undef HAVE_MKFIFO + /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP *************** *** 157,163 **** --- 191,203 ---- #undef HAVE_MUNMAP + /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ + #undef HAVE_NDIR_H + /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H + /* Define to 1 if you have the `nl_langinfo' function. */ + #undef HAVE_NL_LANGINFO + /* Define to 1 if you have the <nl_types.h> header file. */ #undef HAVE_NL_TYPES_H *************** *** 166,169 **** --- 206,215 ---- #undef HAVE_POSIX_PRINTF + /* Define to 1 if you have the `pow' function. */ + #undef HAVE_POW + + /* Define to 1 if the system has the type `ptrdiff_t'. */ + #undef HAVE_PTRDIFF_T + /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV *************** *** 176,179 **** --- 222,231 ---- #undef HAVE_REGCOMP + /* Define to 1 if you have the `rmdir' function. */ + #undef HAVE_RMDIR + + /* Define to 1 if you have the `select' function. */ + #undef HAVE_SELECT + /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV *************** *** 185,188 **** --- 237,250 ---- #undef HAVE_SNPRINTF + /* Define to 1 if you have the `socket' function. */ + #undef HAVE_SOCKET + + /* Define to 1 if `stat' has the bug that it succeeds when given the + zero-length file name argument. */ + #undef HAVE_STAT_EMPTY_STRING_BUG + + /* Define to 1 if stdbool.h conforms to C99. */ + #undef HAVE_STDBOOL_H + /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H *************** *** 195,198 **** --- 257,263 ---- #undef HAVE_STDINT_H_WITH_UINTMAX + /* Define to 1 if you have the <stdio_ext.h> header file. */ + #undef HAVE_STDIO_EXT_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H *************** *** 207,213 **** --- 272,284 ---- #undef HAVE_STRCHR + /* Define to 1 if you have the `strcspn' function. */ + #undef HAVE_STRCSPN + /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP + /* Define to 1 if you have the `strerror' function. */ + #undef HAVE_STRERROR + /* Define to 1 if you have the `strftime' function. */ #undef HAVE_STRFTIME *************** *** 228,234 **** --- 299,319 ---- #undef HAVE_STRTOUL + /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. + */ + #undef HAVE_SYS_DIR_H + + /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. + */ + #undef HAVE_SYS_NDIR_H + /* Define to 1 if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the <sys/select.h> header file. */ + #undef HAVE_SYS_SELECT_H + + /* Define to 1 if you have the <sys/socket.h> header file. */ + #undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H *************** *** 243,246 **** --- 328,334 ---- #undef HAVE_SYS_UTSNAME_H + /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ + #undef HAVE_SYS_WAIT_H + /* Define to 1 if you have the `tsearch' function. */ #undef HAVE_TSEARCH *************** *** 258,261 **** --- 346,370 ---- #undef HAVE_UNSIGNED_LONG_LONG + /* Define to 1 if you have the `utime' function. */ + #undef HAVE_UTIME + + /* Define to 1 if you have the <utime.h> header file. */ + #undef HAVE_UTIME_H + + /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ + #undef HAVE_UTIME_NULL + + /* Define to 1 if you have the `vfork' function. */ + #undef HAVE_VFORK + + /* Define to 1 if you have the <vfork.h> header file. */ + #undef HAVE_VFORK_H + + /* Define to 1 if you have the `vprintf' function. */ + #undef HAVE_VPRINTF + + /* Define to 1 if you have the <wchar.h> header file. */ + #undef HAVE_WCHAR_H + /* Define if you have the 'wchar_t' type. */ #undef HAVE_WCHAR_T *************** *** 267,270 **** --- 376,388 ---- #undef HAVE_WINT_T + /* Define to 1 if `fork' works. */ + #undef HAVE_WORKING_FORK + + /* Define to 1 if `vfork' works. */ + #undef HAVE_WORKING_VFORK + + /* Define to 1 if the system has the type `_Bool'. */ + #undef HAVE__BOOL + /* Define to 1 if you have the `__argz_count' function. */ #undef HAVE___ARGZ_COUNT *************** *** 291,294 **** --- 409,416 ---- #undef LOG_DEBUG_INFORMATION + /* Define to 1 if `lstat' dereferences a symlink specified with a trailing + slash. */ + #undef LSTAT_FOLLOWS_SLASHED_SYMLINK + /* Compiling on Darwin */ #undef OS_DARWIN *************** *** 327,330 **** --- 449,461 ---- #undef RATE_DISPLAY + /* Define to the type of arg 1 for `select'. */ + #undef SELECT_TYPE_ARG1 + + /* Define to the type of args 2, 3 and 4 for `select'. */ + #undef SELECT_TYPE_ARG234 + + /* Define to the type of arg 5 for `select'. */ + #undef SELECT_TYPE_ARG5 + /* Library extension (so dylib ...) */ #undef SHLIBEXT *************** *** 424,425 **** --- 555,563 ---- <inttypes.h> don't define. */ #undef uintmax_t + + /* Define as `fork' if `vfork' does not work. */ + #undef vfork + + /* Define to empty if the keyword `volatile' does not work. Warning: valid + code using `volatile' can become incorrect without. Disable with care. */ + #undef volatile Index: configure =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** configure 15 Jun 2007 23:34:30 -0000 1.28 --- configure 2 Aug 2007 22:20:20 -0000 1.29 *************** *** 918,921 **** --- 918,923 ---- LIBOBJS POW_LIB + YACC + YFLAGS INST_CGI_PATH cgidir *************** *** 941,945 **** CXXCPP [...5204 lines suppressed...] --- 37411,37416 ---- LIBOBJS!$LIBOBJS$ac_delim POW_LIB!$POW_LIB$ac_delim + YACC!$YACC$ac_delim + YFLAGS!$YFLAGS$ac_delim INST_CGI_PATH!$INST_CGI_PATH$ac_delim cgidir!$cgidir$ac_delim *************** *** 32491,32495 **** _ACEOF ! if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 75; then break elif $ac_last_try; then --- 37424,37428 ---- _ACEOF ! if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 77; then break elif $ac_last_try; then Index: missing =================================================================== RCS file: /cvsroot/perfparse/_perfparse/missing,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** missing 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- missing 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 1,5 **** #! /bin/sh # Common stub for a few missing GNU programs while installing. ! # Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pi...@ir...>, 1996. --- 1,9 ---- #! /bin/sh # Common stub for a few missing GNU programs while installing. ! ! scriptversion=2005-06-08.21 ! ! # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 ! # Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pi...@ir...>, 1996. *************** *** 16,21 **** # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. # As a special exception to the GNU General Public License, if you --- 20,25 ---- # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ! # 02110-1301, USA. # As a special exception to the GNU General Public License, if you *************** *** 39,42 **** --- 43,48 ---- fi + msg="missing on your system" + case "$1" in --run) *************** *** 45,54 **** shift "$@" && exit 0 ;; - esac - - # If it does not exist, or fails to run (possibly an outdated version), - # try to emulate it. - case "$1" in -h|--h|--he|--hel|--help) --- 51,64 ---- shift "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi ;; -h|--h|--he|--hel|--help) *************** *** 75,83 **** makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags ! yacc create \`y.tab.[ch]', if possible, from existing .[ch]" ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) ! echo "missing 0.4 - GNU automake" ;; --- 85,97 ---- makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags ! yacc create \`y.tab.[ch]', if possible, from existing .[ch] ! ! Send bug reports to <bug...@gn...>." ! exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) ! echo "missing $scriptversion (GNU Automake)" ! exit $? ;; *************** *** 88,99 **** ;; ! aclocal*) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 fi echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from --- 102,143 ---- ;; ! esac ! ! # Now exit if we have it, but it failed. Also exit now if we ! # don't have it and --version was passed (most likely to detect ! # the program). ! case "$1" in ! lex|yacc) ! # Not GNU programs, they don't have --version. ! ;; ! ! tar) ! if test -n "$run"; then ! echo 1>&2 "ERROR: \`tar' requires --run" ! exit 1 ! elif test "x$2" = "x--version" || test "x$2" = "x--help"; then ! exit 1 ! fi ! ;; ! ! *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 fi + ;; + esac + # If it does not exist, or fails to run (possibly an outdated version), + # try to emulate it. + case "$1" in + aclocal*) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from *************** *** 103,113 **** autoconf) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - fi - echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU --- 147,152 ---- autoconf) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU *************** *** 117,127 **** autoheader) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - fi - echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them --- 156,161 ---- autoheader) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them *************** *** 141,151 **** automake*) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - fi - echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. --- 175,180 ---- automake*) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. *************** *** 157,170 **** autom4te) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - fi - echo 1>&2 "\ ! WARNING: \`$1' is needed, and you do not seem to have it handy on your ! system. You might have modified some files without having the proper tools for further handling them. ! You can get \`$1Help2man' as part of \`Autoconf' from any GNU archive site." --- 186,194 ---- autom4te) echo 1>&2 "\ ! WARNING: \`$1' is needed, but is $msg. ! You might have modified some files without having the proper tools for further handling them. ! You can get \`$1' as part of \`Autoconf' from any GNU archive site." *************** *** 186,190 **** bison|yacc) echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get --- 210,214 ---- bison|yacc) echo 1>&2 "\ ! WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get *************** *** 216,220 **** lex|flex) echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get --- 240,244 ---- lex|flex) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get *************** *** 238,248 **** help2man) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - fi - echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take --- 262,267 ---- help2man) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take *************** *** 263,273 **** makeinfo) - if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then - # We have makeinfo, but it failed. - exit 1 - fi - echo 1>&2 "\ ! WARNING: \`$1' is missing on your system. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious --- 282,287 ---- makeinfo) echo 1>&2 "\ ! WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious *************** *** 275,283 **** DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then ! file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` ! file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` fi touch $file ;; --- 289,304 ---- DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` if test -z "$file"; then ! # ... or it is the one specified with @setfilename ... ! infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` ! file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` ! # ... or it is derived from the source name (dir/f.texi becomes f.info) ! test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 touch $file ;; *************** *** 285,292 **** tar) shift - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - fi # We have already tried tar in the generic part. --- 306,309 ---- *************** *** 324,331 **** *) echo 1>&2 "\ ! WARNING: \`$1' is needed, and you do not seem to have it handy on your ! system. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, ! it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." --- 341,348 ---- *) echo 1>&2 "\ ! WARNING: \`$1' is needed, and is $msg. ! You might have modified some files without having the proper tools for further handling them. Check the \`README' file, ! it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." *************** *** 335,336 **** --- 352,360 ---- exit 0 + + # Local variables: + # eval: (add-hook 'write-file-hooks 'time-stamp) + # time-stamp-start: "scriptversion=" + # time-stamp-format: "%:y-%02m-%02d.%02H" + # time-stamp-end: "$" + # End: Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/Makefile.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.in 28 Mar 2007 22:54:26 -0000 1.19 --- Makefile.in 2 Aug 2007 22:20:20 -0000 1.20 *************** *** 207,210 **** --- 207,212 ---- VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ + YACC = @YACC@ + YFLAGS = @YFLAGS@ ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ Index: config.guess =================================================================== RCS file: /cvsroot/perfparse/_perfparse/config.guess,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.guess 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- config.guess 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 2,8 **** # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. ! timestamp='2004-09-07' # This file is free software; you can redistribute it and/or modify it --- 2,9 ---- # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, [...1831 lines suppressed...] c4*) echo c4-convex-bsd ! exit ;; esac fi *************** *** 1408,1412 **** download the most up to date version of the config scripts from ! ftp://ftp.gnu.org/pub/gnu/config/ If the version you run ($0) is already up to date, please --- 1466,1472 ---- download the most up to date version of the config scripts from ! http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess ! and ! http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run ($0) is already up to date, please Index: config.sub =================================================================== RCS file: /cvsroot/perfparse/_perfparse/config.sub,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.sub 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- config.sub 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 2,8 **** # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. ! timestamp='2004-08-29' # This file is (in principle) common to ALL GNU software. --- 2,9 ---- # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, ! # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, ! # Inc. ! timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. *************** *** 22,28 **** # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, ! # Boston, MA 02111-1307, USA. ! # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a --- 23,29 ---- # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA ! # 02110-1301, USA. ! # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a *************** *** 30,33 **** --- 31,35 ---- # the same distribution terms that you use for the rest of that program. + # Please send patches to <con...@gn...>. Submit a context # diff and a properly formatted ChangeLog entry. *************** *** 71,75 **** GNU config.sub ($timestamp) ! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. --- 73,77 ---- GNU config.sub ($timestamp) ! Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. *************** *** 84,92 **** case $1 in --time-stamp | --time* | -t ) ! echo "$timestamp" ; exit 0 ;; --version | -v ) ! echo "$version" ; exit 0 ;; --help | --h* | -h ) ! echo "$usage"; exit 0 ;; -- ) # Stop option processing shift; break ;; --- 86,94 ---- case $1 in --time-stamp | --time* | -t ) ! echo "$timestamp" ; exit ;; --version | -v ) ! echo "$version" ; exit ;; --help | --h* | -h ) ! echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; *************** *** 100,104 **** # First pass through any local machine types. echo $1 ! exit 0;; * ) --- 102,106 ---- # First pass through any local machine types. echo $1 ! exit ;; * ) *************** *** 119,124 **** maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in ! nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ ! kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` --- 121,127 ---- maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in ! nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ ! uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ ! storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` *************** *** 171,174 **** --- 174,181 ---- os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 *************** *** 187,190 **** --- 194,201 ---- basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 *************** *** 232,235 **** --- 243,247 ---- | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ *************** *** 238,242 **** | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ ! | m32r | m32rle | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ --- 250,255 ---- | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ ! | m32c | m32r | m32rle | m68000 | m68k | m88k \ ! | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ *************** *** 247,250 **** --- 260,264 ---- | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ *************** *** 255,272 **** | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | msp430 \ | ns16k | ns32k \ ! | openrisc | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ ! | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ ! | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ ! | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ ! | x86 | xscale | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown --- 269,289 ---- | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ ! | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ ! | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ ! | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ ! | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ ! | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ ! | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown *************** *** 279,282 **** --- 296,302 ---- m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' *************** *** 299,303 **** | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ ! | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ --- 319,323 ---- | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ ! | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ *************** *** 309,315 **** | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ ! | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ ! | m88110-* | m88k-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ --- 329,335 ---- | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ ! | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ ! | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ *************** *** 320,323 **** --- 340,344 ---- | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ *************** *** 328,332 **** --- 349,355 ---- | mipstx39-* | mipstx39el-* \ | mmix-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ *************** *** 335,342 **** | pyramid-* \ | romp-* | rs6000-* \ ! | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ ! | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ ! | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ --- 358,366 ---- | pyramid-* \ | romp-* | rs6000-* \ ! | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ ! | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ ! | sparclite-* \ ! | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ *************** *** 344,349 **** | v850-* | v850e-* | vax-* \ | we32k-* \ ! | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ ! | xtensa-* \ | ymp-* \ | z8k-*) --- 368,373 ---- | v850-* | v850e-* | vax-* \ | we32k-* \ ! | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ ! | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) *************** *** 490,493 **** --- 514,521 ---- os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull *************** *** 680,683 **** --- 708,714 ---- os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm *************** *** 755,761 **** os=-proelf ;; ! or32 | or32-*) basic_machine=or32-unknown - os=-coff ;; os400) --- 786,791 ---- os=-proelf ;; ! openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) *************** *** 788,791 **** --- 818,827 ---- basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc *************** *** 844,847 **** --- 880,887 ---- os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k *************** *** 1030,1033 **** --- 1070,1077 ---- os=-proelf ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; xps | xps100) basic_machine=xps100-honeywell *************** *** 1079,1089 **** basic_machine=we32k-att ;; ! sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; ! sh64) ! basic_machine=sh64-unknown ! ;; ! sparc | sparcv8 | sparcv9 | sparcv9b) basic_machine=sparc-sun ;; --- 1123,1130 ---- basic_machine=we32k-att ;; ! sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; ! sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; *************** *** 1158,1162 **** | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ ! | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ --- 1199,1204 ---- | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ ! | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ ! | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ *************** *** 1165,1169 **** | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ ! | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ --- 1207,1212 ---- | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ ! | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ ! | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ *************** *** 1171,1175 **** | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ ! | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) # Remember, each alternative MUST END IN *, to match a version number. ;; --- 1214,1219 ---- | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ ! | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ ! | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; *************** *** 1189,1193 **** ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ ! | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; --- 1233,1237 ---- ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ ! | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; *************** *** 1298,1301 **** --- 1342,1348 ---- os=-kaos ;; + -zvmoe) + os=-zvmoe + ;; -none) ;; *************** *** 1320,1323 **** --- 1367,1373 ---- case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 *************** *** 1329,1335 **** os=-aout ;; ! c4x-* | tic4x-*) ! os=-coff ! ;; # This must come before the *-dec entry. pdp10-*) --- 1379,1385 ---- os=-aout ;; ! c4x-* | tic4x-*) ! os=-coff ! ;; # This must come before the *-dec entry. pdp10-*) *************** *** 1375,1378 **** --- 1425,1431 ---- os=-beos ;; + *-haiku) + os=-haiku + ;; *-ibm) os=-aix *************** *** 1546,1550 **** echo $basic_machine$os ! exit 0 # Local variables: --- 1599,1603 ---- echo $basic_machine$os ! exit # Local variables: Index: ltmain.sh =================================================================== RCS file: /cvsroot/perfparse/_perfparse/ltmain.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ltmain.sh 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- ltmain.sh 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 2,6 **** # NOTE: Changing this file will not affect anything until you rerun configure. # ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit <go...@gn...>, 1996 --- 2,6 ---- # NOTE: Changing this file will not affect anything until you rerun configure. # ! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. [...2440 lines suppressed...] # ### BEGIN LIBTOOL TAG CONFIG: disable-shared ! build_libtool_libs=no ! build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static ! build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static --- 6851,6859 ---- # ### BEGIN LIBTOOL TAG CONFIG: disable-shared ! disable_libs=shared # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static ! disable_libs=static # ### END LIBTOOL TAG CONFIG: disable-static Index: compile =================================================================== RCS file: /cvsroot/perfparse/_perfparse/compile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** compile 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- compile 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 1,7 **** #! /bin/sh - # Wrapper for compilers which do not understand `-c -o'. ! # Copyright 1999, 2000 Free Software Foundation, Inc. # Written by Tom Tromey <tr...@cy...>. # --- 1,8 ---- #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. ! scriptversion=2005-05-14.22 ! ! # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # Written by Tom Tromey <tr...@cy...>. # *************** *** 18,22 **** # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you --- 19,23 ---- # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # As a special exception to the GNU General Public License, if you *************** *** 25,76 **** # the same distribution terms that you use for the rest of that program. ! # Usage: ! # compile PROGRAM [ARGS]... ! # `-o FOO.o' is removed from the args passed to the actual compile. ! prog=$1 ! shift ofile= cfile= ! args= ! while test $# -gt 0; do ! case "$1" in ! -o) ! # configure might choose to run compile as `compile cc -o foo foo.c'. ! # So we do something ugly here. ! ofile=$2 ! shift ! case "$ofile" in ! *.o | *.obj) ! ;; ! *) ! args="$args -o $ofile" ! ofile= ! ;; ! esac ! ;; ! *.c) ! cfile=$1 ! args="$args $1" ! ;; ! *) ! args="$args $1" ! ;; ! esac ! shift done if test -z "$ofile" || test -z "$cfile"; then ! # If no `-o' option was seen then we might have been invoked from a ! # pattern rule where we don't need one. That is ok -- this is a ! # normal compilation that the losing compiler can handle. If no ! # `.c' file was seen then we are probably linking. That is also ! # ok. ! exec "$prog" $args fi # Name of file we expect compiler to create. ! cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'` # Create the lock directory. --- 26,108 ---- # the same distribution terms that you use for the rest of that program. ! # This file is maintained in Automake, please report ! # bugs to <bug...@gn...> or send patches to ! # <aut...@gn...>. ! case $1 in ! '') ! echo "$0: No command. Try \`$0 --help' for more information." 1>&2 ! exit 1; ! ;; ! -h | --h*) ! cat <<\EOF ! Usage: compile [--help] [--version] PROGRAM [ARGS] ! ! Wrapper for compilers which do not understand `-c -o'. ! Remove `-o dest.o' from ARGS, run PROGRAM with the remaining ! arguments, and rename the output as expected. ! ! If you are trying to build a whole package this is not the ! right script to run: please start by reading the file `INSTALL'. ! ! Report bugs to <bug...@gn...>. ! EOF ! exit $? ! ;; ! -v | --v*) ! echo "compile $scriptversion" ! exit $? ! ;; ! esac ofile= cfile= ! eat= ! ! for arg ! do ! if test -n "$eat"; then ! eat= ! else ! case $1 in ! -o) ! # configure might choose to run compile as `compile cc -o foo foo.c'. ! # So we strip `-o arg' only if arg is an object. ! eat=1 ! case $2 in ! *.o | *.obj) ! ofile=$2 ! ;; ! *) ! set x "$@" -o "$2" ! shift ! ;; ! esac ! ;; ! *.c) ! cfile=$1 ! set x "$@" "$1" ! shift ! ;; ! *) ! set x "$@" "$1" ! shift ! ;; ! esac ! fi ! shift done if test -z "$ofile" || test -z "$cfile"; then ! # If no `-o' option was seen then we might have been invoked from a ! # pattern rule where we don't need one. That is ok -- this is a ! # normal compilation that the losing compiler can handle. If no ! # `.c' file was seen then we are probably linking. That is also ! # ok. ! exec "$@" fi # Name of file we expect compiler to create. ! cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` # Create the lock directory. *************** *** 78,99 **** # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. ! lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d while true; do ! if mkdir $lockdir > /dev/null 2>&1; then ! break ! fi ! sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. ! trap "rmdir $lockdir; exit 1" 1 2 15 # Run the compile. ! "$prog" $args ! status=$? if test -f "$cofile"; then ! mv "$cofile" "$ofile" fi ! rmdir $lockdir ! exit $status --- 110,142 ---- # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. ! lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d while true; do ! if mkdir "$lockdir" >/dev/null 2>&1; then ! break ! fi ! sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. ! trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. ! "$@" ! ret=$? if test -f "$cofile"; then ! mv "$cofile" "$ofile" ! elif test -f "${cofile}bj"; then ! mv "${cofile}bj" "$ofile" fi ! rmdir "$lockdir" ! exit $ret ! ! # Local Variables: ! # mode: shell-script ! # sh-indentation: 2 ! # eval: (add-hook 'write-file-hooks 'time-stamp) ! # time-stamp-start: "scriptversion=" ! # time-stamp-format: "%:y-%02m-%02d.%02H" ! # time-stamp-end: "$" ! # End: Index: configure.ac =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure.ac,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** configure.ac 13 Jun 2007 13:56:12 -0000 1.26 --- configure.ac 2 Aug 2007 22:20:20 -0000 1.27 *************** *** 25,33 **** AC_PREREQ(2.59) ! AC_INIT(perfparse, 0.106.2, per...@li...) ! AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libpp_common/config_file.c]) ! AM_CONFIG_HEADER([config.h]) AC_GNU_SOURCE --- 25,33 ---- AC_PREREQ(2.59) ! AC_INIT([perfparse],[0.106.2],[per...@li...]) ! AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libpp_common/config_file.c]) ! AC_CONFIG_HEADER([config.h]) AC_GNU_SOURCE *************** *** 310,313 **** --- 310,347 ---- ]) + + # suggestions from autoscan: + AC_CHECK_FUNCS([floor]) + AC_CHECK_FUNCS([gethostbyname]) + AC_CHECK_FUNCS([memset]) + AC_CHECK_FUNCS([mkfifo]) + AC_CHECK_FUNCS([nl_langinfo]) + AC_CHECK_FUNCS([pow]) + AC_CHECK_FUNCS([rmdir]) + AC_CHECK_FUNCS([select]) + AC_CHECK_FUNCS([socket]) + AC_CHECK_FUNCS([strcspn]) + AC_CHECK_FUNCS([strerror]) + AC_CHECK_FUNCS([utime]) + AC_CHECK_HEADERS([float.h]) + AC_CHECK_HEADERS([langinfo.h]) + AC_CHECK_HEADERS([libintl.h]) + AC_CHECK_HEADERS([stdio_ext.h]) + AC_CHECK_HEADERS([sys/socket.h]) + AC_CHECK_HEADERS([utime.h]) + AC_CHECK_HEADERS([wchar.h]) + AC_CHECK_TYPES([ptrdiff_t]) + AC_C_VOLATILE + AC_FUNC_CLOSEDIR_VOID + AC_FUNC_FORK + AC_FUNC_SELECT_ARGTYPES + AC_FUNC_STAT + AC_FUNC_UTIME_NULL + AC_FUNC_VPRINTF + AC_HEADER_DIRENT + AC_HEADER_STDBOOL + AC_HEADER_SYS_WAIT + AC_PROG_YACC + INST_CGI_PATH=${sbindir} AC_ARG_WITH(cgidir, Index: depcomp =================================================================== RCS file: /cvsroot/perfparse/_perfparse/depcomp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** depcomp 26 Sep 2005 14:36:32 -0000 1.1.1.1 --- depcomp 2 Aug 2007 22:20:20 -0000 1.2 *************** *** 1,6 **** #! /bin/sh - # depcomp - compile a program generating dependencies as side-effects ! # Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify --- 1,8 ---- #! /bin/sh # depcomp - compile a program generating dependencies as side-effects ! ! scriptversion=2005-07-09.11 ! ! # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify *************** *** 16,21 **** # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ! # 02111-1307, USA. # As a special exception to the GNU General Public License, if you --- 18,23 ---- # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software ! # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ! # 02110-1301, USA. # As a special exception to the GNU General Public License, if you *************** *** 26,45 **** # Originally written by Alexandre Oliva <ol...@dc...>. if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi - # `libtool' can also be set to `yes' or `no'. - - if test -z "$depfile"; then - base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` - dir=`echo "$object" | sed 's,/.*$,/,'` - if test "$dir" = "$object"; then - dir= - fi - # FIXME: should be _deps on DOS. - depfile="$dir.deps/$base" - fi tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} --- 28,70 ---- # Originally written by Alexandre Oliva <ol...@dc...>. + case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF + Usage: depcomp [--help] [--version] PROGRAM [ARGS] + + Run PROGRAMS ARGS to compile a file, generating dependencies + as side-effects. + + Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputing dependencies. + libtool Whether libtool is used (yes/no). + + Report bugs to <bug...@gn...>. + EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; + esac + if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi + # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. + depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} *************** *** 173,182 **** aix) # The C for AIX Compiler uses -M and outputs the dependencies ! # in a .u file. This file always lives in the current directory. ! # Also, the AIX compiler puts `$object:' at the start of each line; ! # $object doesn't have directory information. ! stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` tmpdepfile="$stripped.u" - outname="$stripped.o" if test "$libtool" = yes; then "$@" -Wc,-M --- 198,207 ---- aix) # The C for AIX Compiler uses -M and outputs the dependencies ! # in a .u file. In older versions, this file always lives in the ! # current directory. Also, the AIX compiler puts `$object:' at the ! # start of each line; $object doesn't have directory information. ! # Version 6 uses the directory in both cases. ! stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` tmpdepfile="$stripped.u" if test "$libtool" = yes; then "$@" -Wc,-M *************** *** 184,189 **** "$@" -M fi - stat=$? if test $stat -eq 0; then : else --- 209,220 ---- "$@" -M fi stat=$? + + if test -f "$tmpdepfile"; then : + else + stripped=`echo "$stripped" | sed 's,^.*/,,'` + tmpdepfile="$stripped.u" + fi + if test $stat -eq 0; then : else *************** *** 193,196 **** --- 224,228 ---- if test -f "$tmpdepfile"; then + outname="$stripped.o" # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to *************** *** 207,210 **** --- 239,280 ---- ;; + icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + tru64) # The Tru64 compiler uses -MD to generate dependencies as a side *************** *** 218,227 **** if test "$libtool" = yes; then ! tmpdepfile1="$dir.libs/$base.lo.d" ! tmpdepfile2="$dir.libs/$base.d" "$@" -Wc,-MD else ! tmpdepfile1="$dir$base.o.d" ! tmpdepfile2="$dir$base.d" "$@" -MD fi --- 288,314 ---- if test "$libtool" = yes; then ! # With Tru64 cc, shared objects can also be used to make a ! # static library. This mecanism is used in libtool 1.4 series to ! # handle both shared and static libraries in a single compilation. ! # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. ! # ! # With libtool 1.5 this exception was removed, and libtool now ! # generates 2 separate objects for the 2 libraries. These two ! # compilations output dependencies in in $dir.libs/$base.o.d and ! # in $dir$base.o.d. We have to check for both files, because ! # one of the two compilations can be disabled. We sho... [truncated message content] |
From: Florian G. <re...@us...> - 2007-07-30 22:32:06
|
Update of /cvsroot/perfparse/_perfparse/db_tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6960/db_tools Modified Files: perfparse-db-purge.c Log Message: start convert db_purge for new schema Index: perfparse-db-purge.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/db_tools/perfparse-db-purge.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** perfparse-db-purge.c 31 Oct 2006 23:23:08 -0000 1.6 --- perfparse-db-purge.c 30 Jul 2007 22:32:06 -0000 1.7 *************** *** 4,7 **** --- 4,8 ---- * * Copyright (c) 2004 Ben Clewett (per...@cl...) + * Florian Gleixner * $Id$ * *************** *** 172,177 **** delete_deleted_items(); - update_policy(); - deleteBinData(); --- 173,176 ---- *************** *** 180,264 **** } - void update_policy(void) { - - #ifdef testing - #ifdef USE_DB_POSTGRESQL - int numberOfRows; - #endif - #endif - - query_no_return("UPDATE perfdata_host,perfdata_delete_policy " - "SET perfdata_host.raw_delete_policy = perfdata_delete_policy.delete_policy " - "WHERE perfdata_host.raw_delete_policy_type = 'template' " - "AND perfdata_host.raw_delete_policy_name = perfdata_delete_policy.policy_name "); - - query_no_return("UPDATE perfdata_host,perfdata_delete_policy " - "SET perfdata_host.bin_delete_policy = perfdata_delete_policy.delete_policy " - "WHERE perfdata_host.bin_delete_policy_type = 'template' " - "AND perfdata_host.bin_delete_policy_name = perfdata_delete_policy.policy_name "); - - query_no_return("UPDATE perfdata_service,perfdata_delete_policy " - "SET perfdata_service.raw_delete_policy = perfdata_delete_policy.delete_policy " - "WHERE perfdata_service.raw_delete_policy_type = 'template' " - "AND perfdata_service.raw_delete_policy_name = perfdata_delete_policy.policy_name "); - - query_no_return("UPDATE perfdata_service,perfdata_host " - "SET perfdata_service.raw_delete_policy = perfdata_host.raw_delete_policy " - "WHERE perfdata_service.raw_delete_policy_type = 'host' " - "AND perfdata_service.host_name = perfdata_host.host_name "); - check_need_for_sleep(); - - query_no_return("UPDATE perfdata_service_metric,perfdata_delete_policy " - "SET perfdata_service_metric.bin_delete_policy = perfdata_delete_policy.delete_policy " - "WHERE perfdata_service_metric.bin_delete_policy_type = 'template' " - "AND perfdata_service_metric.bin_delete_policy_name = perfdata_delete_policy.policy_name "); - - query_no_return("UPDATE perfdata_service_metric,perfdata_host " - "SET perfdata_service_metric.bin_delete_policy = perfdata_host.bin_delete_policy " - "WHERE perfdata_service_metric.bin_delete_policy_type = 'host' " - "AND perfdata_service_metric.host_name = perfdata_host.host_name "); - - #ifdef TESTING - - printf(_("Binary delete policies:\n")); - - g_string_printf(s_SQL, "SELECT host_name, service_description, metric, bin_delete_policy FROM perfdata_service_metric"); - query(s_SQL->str); - - #ifdef USE_DB_MYSQL - while ((result_row = mysql_fetch_row(query_result))) { - #elif defined USE_DB_POSTGRESQL - numberOfRows = rows(); - for (currentRow=0;currentRow<numberOfRows;currentRow++){ - #endif - - printf("%-20s %-20s %-20s %s\n", - sData(0), sData(1), sData(2), - (sData(3)[0]) ? sData(3) : "Never"); - - } - - printf(_("\nRaw delete policies:\n")); - - g_string_printf(s_SQL, "SELECT host_name, service_description, raw_delete_policy FROM perfdata_service"); - query(s_SQL->str); - - #ifdef USE_DB_MYSQL - while ((result_row = mysql_fetch_row(query_result))) { - #elif defined USE_DB_POSTGRESQL - numberOfRows = rows(); - for (currentRow=0;currentRow<numberOfRows;currentRow++){ - #endif - - printf("%-20s %-20s %-20s %s\n", - sData(0), sData(1), "", - (sData(2)[0]) ? sData(2) : "Never"); - - } - - #endif - - } - void delete_deleted_items(void) --- 179,182 ---- |
From: Florian G. <re...@us...> - 2007-07-30 22:32:06
|
Update of /cvsroot/perfparse/_perfparse/perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6960/perfparse Modified Files: storage.c Log Message: start convert db_purge for new schema Index: storage.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/perfparse/storage.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** storage.c 6 Jun 2007 09:53:14 -0000 1.5 --- storage.c 30 Jul 2007 22:32:06 -0000 1.6 *************** *** 287,293 **** for(this=storage_modules; this; this = this->next) { pp_log(__FILE__,__LINE__,LOG_INFO, _("Perfparsed : periodic cleanup of storage modules\n")); ! if(this->module->enabled && this->module->periodic_cleanup) this->module->periodic_cleanup(this->module); } ! pp_log(__FILE__,__LINE__,LOG_INFO, _("Perfparsed : periodic cleanup finished\n")); if(config_get_value_as_boolean(CONFIG_ITEM_ID_DAEMONIZE)) { exit(EXIT_SUCCESS); --- 287,298 ---- for(this=storage_modules; this; this = this->next) { pp_log(__FILE__,__LINE__,LOG_INFO, _("Perfparsed : periodic cleanup of storage modules\n")); ! if(this->module->enabled && this->module->periodic_cleanup) { ! pp_log(__FILE__,__LINE__,LOG_INFO, _("Perfparsed : periodic cleanup of storage module %s\n")); ! this->module->periodic_cleanup(this->module);} ! else { ! pp_log(__FILE__,__LINE__,LOG_INFO, _("Perfparsed : periodic cleanup of storage module %s not supported or module disabled\n"),this->module->id); ! } } ! pp_log(__FILE__,__LINE__,LOG_INFO, _("Perfparsed : periodic cleanup finished\n"),this->module->id); if(config_get_value_as_boolean(CONFIG_ITEM_ID_DAEMONIZE)) { exit(EXIT_SUCCESS); |
From: Florian G. <re...@us...> - 2007-07-02 22:25:24
|
Update of /cvsroot/perfparse/_perfparse/cgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24678/cgi Modified Files: perfchart.c Log Message: show saved graphs not yet finished Index: perfchart.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/perfchart.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** perfchart.c 1 Jun 2007 08:51:05 -0000 1.11 --- perfchart.c 2 Jul 2007 22:25:24 -0000 1.12 *************** *** 73,76 **** --- 73,77 ---- int bMin, bMax; char sFileName[128]; + int iGraphId = FALSE; /* Scale works on integers between 0 and 1000 */ *************** *** 1516,1520 **** /*************************************** * ! * Misk * ***************************************/ --- 1517,1521 ---- /*************************************** * ! * Misc * ***************************************/ *************** *** 1524,1527 **** --- 1525,1530 ---- { char *s; + char c; + time_t t; setlocale(LC_NUMERIC, "POSIX"); *************** *** 1529,1633 **** getCGIDBVars(); ! ! /* Graph details */ ! sMetricId=atoi(scgi("metric_id")); ! ! if ((s = scgi("max"))[0] > ' ') { ! sscanf(s, "%lf", &dMax); ! bMax = TRUE; ! } else { ! /* To be calculated */ ! bMax = FALSE; ! } ! ! if ((s = scgi("min"))[0] > ' ') { ! sscanf(s, "%lf", &dMin); ! bMin = TRUE; ! } else { ! /* To be calculated */ ! bMin = FALSE; ! } ! ! strncpy(sUnit, scgi("unit"),20); ! ! sscanf(scgi("size"), "%[^x]x%d", sLabel, &iHeight); ! iWidth = atoi(sLabel); ! if (!iWidth || !iHeight) ! iWidth = 585, iHeight = 300; ! ! s = scgi("output"); ! if (!strcmp(s, "Histogram")) iType = TYPE_HISTEROGRAM; ! else if (!strcmp(s, "Average")) iType = TYPE_AVERAGE; ! else if (!strcmp(s, "Diff")) iType = TYPE_DIFFERENTIAL; ! else if (!strcmp(s, "Int")) iType = TYPE_INTEGRAL; ! ! /* Time period and type */ ! strncpy(sTimeRange, scgi("timeperiod"),2); ! if (sTimeRange[0] == 'r') { ! ! /* Relative */ ! tRelativeTime = atoi(scgi("reldays")); ! tRelativeTime *= 3600 * 24; ! tRelativeTime += time2UnixTime(scgi("reltime")); ! getTimeRange(tRelativeTime); ! ! } else { ! ! /* Absolute */ ! strncpy(sFrom, scgi("from"),30); ! strncpy(sTo, scgi("to"),30); ! tRelativeTime = 0; ! ! } ! ! /* Scale */ ! /* New: */ ! bForceScale = icgi("forcescale", 0); ! /* Old: */ ! s = scgi("forcemax"); ! if (s && s[0]) bForceScale = TRUE; ! ! /* respect the max value */ ! bAccurateScale = icgi("accuratescale", 0); ! ! /* Show values as percent */ ! bPercent = icgi("percent", 0); ! ! /* Title */ ! sTitle = strdup(scgi("title")); ! ! /* Lines */ ! bSelectLine = icgi("select_line", 0); ! if (bSelectLine) { ! bVal = icgi("s_val", 0); ! bSmooth = icgi("s_smo", 0); ! bWarn = icgi("s_war", 0); ! bCrit = icgi("s_cri", 0); ! bStanDev = icgi("s_sta", 0); ! } else { ! bVal = TRUE; ! bSmooth = TRUE; ! bWarn = TRUE; ! bCrit = TRUE; ! bStanDev = TRUE; ! } ! ! /* Hide lines if type does not allow */ ! if (iType == TYPE_DIFFERENTIAL || iType == TYPE_INTEGRAL) { ! bWarn = FALSE; ! bCrit = FALSE; ! } ! if (iType != TYPE_AVERAGE) { ! bStanDev = FALSE; ! } else { ! bSmooth = FALSE; ! } ! ! /* Gaussian Theta */ ! fGaussianSigma = atof(scgi("g_sigma")) / 2; ! if (fGaussianSigma <= 0) fGaussianSigma = GAUSSIAN_SIGMA_DEFAULT; ! ! /* PID of calling code */ ! iParentPID = icgi("pid", 0); setlocale(LC_NUMERIC, ""); --- 1532,1693 ---- getCGIDBVars(); ! /* get graph id for stored graphs */ ! iGraphId=atoi(scgi("graph_id")); ! if(iGraphId>0) { ! /* get graph details from database */ ! g_string_printf(s_SQL, "SELECT metric_id,scale,minin,maxin,timerange,relativetime,fromtime,totime,output,sizex,sizey,s_val,s_war,s_cri,s_sta,graphtitle,g_sigma FROM perfdata_graphs WHERE id=%d",iGraphId); ! #ifdef USE_DB_MYSQL ! if (mysql_query(&db_mysql, s_SQL->str)) ! print_sql_failure_image(__FILE__,__LINE__, s_SQL->str, mysql_error(&db_mysql)); ! query_result = mysql_use_result(&db_mysql); ! while ((result_row = mysql_fetch_row(query_result))) { ! #elif defined USE_DB_POSTGRESQL ! /* pgsql untested here*/ ! query_result = PQexec(db_postgresql, s_SQL->str); ! if(PQresultStatus(query_result) == PGRES_BAD_RESPONSE || PQresultStatus(query_result) == PGRES_FATAL_ERROR) ! print_sql_failure_image(__FILE__,__LINE__, s_SQL->str, PQresultErrorMessage(query_result)); ! numberOfRows = rows(); ! for (currentRow = 0; currentRow<numberOfRows; currentRow++){ ! #endif ! sMetricId=iData(0); ! // scale ! // minin ! // maxin ! ! c=sData(4)[0]; // timerange ! if(c=='r') { ! getTimeRange(iData(5)); // relativetime ! } ! if(c=='a') { ! t=(time_t) iData(6); ! strftime(sFrom,30,"%Y-%m-%d %H:%M:%S",localtime(&t)); ! t=(time_t) iData(7); ! strftime(sTo,30,"%Y-%m-%d %H:%M:%S",localtime(&t)); ! } ! c=sData(8)[0]; // output ! switch(c) { ! case 'h': ! iType = TYPE_HISTEROGRAM; ! break; ! case 'a': ! iType = TYPE_AVERAGE; ! break; ! case 'd': ! iType = TYPE_DIFFERENTIAL; ! break; ! case 'i': ! iType = TYPE_INTEGRAL; ! break; ! default: ! iType = TYPE_HISTEROGRAM; ! break; ! } ! iWidth=iData(9); ! iHeight=iData(10); ! ! ! } ! } else { ! /* get graph details from cgi*/ ! sMetricId=atoi(scgi("metric_id")); ! ! if ((s = scgi("max"))[0] > ' ') { ! sscanf(s, "%lf", &dMax); ! bMax = TRUE; ! } else { ! /* To be calculated */ ! bMax = FALSE; ! } ! ! if ((s = scgi("min"))[0] > ' ') { ! sscanf(s, "%lf", &dMin); ! bMin = TRUE; ! } else { ! /* To be calculated */ ! bMin = FALSE; ! } ! ! strncpy(sUnit, scgi("unit"),20); ! ! sscanf(scgi("size"), "%[^x]x%d", sLabel, &iHeight); ! iWidth = atoi(sLabel); ! if (!iWidth || !iHeight) ! iWidth = 585, iHeight = 300; ! ! s = scgi("output"); ! if (!strcmp(s, "Histogram")) iType = TYPE_HISTEROGRAM; ! else if (!strcmp(s, "Average")) iType = TYPE_AVERAGE; ! else if (!strcmp(s, "Diff")) iType = TYPE_DIFFERENTIAL; ! else if (!strcmp(s, "Int")) iType = TYPE_INTEGRAL; ! ! /* Time period and type */ ! strncpy(sTimeRange, scgi("timeperiod"),2); ! if (sTimeRange[0] == 'r') { ! ! /* Relative */ ! tRelativeTime = atoi(scgi("reldays")); ! tRelativeTime *= 3600 * 24; ! tRelativeTime += time2UnixTime(scgi("reltime")); ! getTimeRange(tRelativeTime); ! ! } else { ! ! /* Absolute */ ! strncpy(sFrom, scgi("from"),30); ! strncpy(sTo, scgi("to"),30); ! tRelativeTime = 0; ! ! } ! ! /* Scale */ ! /* New: */ ! bForceScale = icgi("forcescale", 0); ! /* Old: */ ! s = scgi("forcemax"); ! if (s && s[0]) bForceScale = TRUE; ! ! /* respect the max value */ ! bAccurateScale = icgi("accuratescale", 0); ! ! /* Show values as percent */ ! bPercent = icgi("percent", 0); ! ! /* Title */ ! sTitle = strdup(scgi("title")); ! ! /* Lines */ ! bSelectLine = icgi("select_line", 0); ! if (bSelectLine) { ! bVal = icgi("s_val", 0); ! bSmooth = icgi("s_smo", 0); ! bWarn = icgi("s_war", 0); ! bCrit = icgi("s_cri", 0); ! bStanDev = icgi("s_sta", 0); ! } else { ! bVal = TRUE; ! bSmooth = TRUE; ! bWarn = TRUE; ! bCrit = TRUE; ! bStanDev = TRUE; ! } ! ! /* Hide lines if type does not allow */ ! if (iType == TYPE_DIFFERENTIAL || iType == TYPE_INTEGRAL) { ! bWarn = FALSE; ! bCrit = FALSE; ! } ! if (iType != TYPE_AVERAGE) { ! bStanDev = FALSE; ! } else { ! bSmooth = FALSE; ! } ! ! /* Gaussian Theta */ ! fGaussianSigma = atof(scgi("g_sigma")) / 2; ! if (fGaussianSigma <= 0) fGaussianSigma = GAUSSIAN_SIGMA_DEFAULT; ! ! /* PID of calling code */ ! iParentPID = icgi("pid", 0); ! } setlocale(LC_NUMERIC, ""); *************** *** 1744,1749 **** - - /*************************************** * --- 1804,1807 ---- |
From: Florian G. <re...@us...> - 2007-07-01 20:27:31
|
Update of /cvsroot/perfparse/_perfparse/doc/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9668 Modified Files: database_schema_v20.odp Log Message: update documentation for schema - reports and saved graphs Index: database_schema_v20.odp =================================================================== RCS file: /cvsroot/perfparse/_perfparse/doc/database/database_schema_v20.odp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsRbmDiZ and /tmp/cvsGr8lOH differ |
From: Florian G. <re...@us...> - 2007-06-20 22:25:12
|
Update of /cvsroot/perfparse/_perfparse/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3408/scripts Modified Files: mysql_create.sql Log Message: start reports Index: mysql_create.sql =================================================================== RCS file: /cvsroot/perfparse/_perfparse/scripts/mysql_create.sql,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mysql_create.sql 18 Jun 2007 22:12:38 -0000 1.21 --- mysql_create.sql 20 Jun 2007 22:25:11 -0000 1.22 *************** *** 345,348 **** --- 345,369 ---- # + # Reports are graph collections + # + + CREATE TABLE IF NOT EXISTS perfdata_reports ( + id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, + title VARCHAR(80), + descript TEXT + ) type=InnoDB; + + + CREATE TABLE IF NOT EXISTS perfdata_report_graphs ( + report_id INT + REFERENCES perfdata_reports(id) + ON DELETE RESTRICT, + graph_id INT + REFERENCES perfdata_graphs(id) + ON DELETE RESTRICT, + position INT NOT NULL default 0 + ) type=InnoDB; + + # # Remembers User Settings # |
From: Florian G. <re...@us...> - 2007-06-18 22:12:39
|
Update of /cvsroot/perfparse/_perfparse/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9737/scripts Modified Files: mysql_create.sql Log Message: save graphs Index: mysql_create.sql =================================================================== RCS file: /cvsroot/perfparse/_perfparse/scripts/mysql_create.sql,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** mysql_create.sql 15 Jun 2007 23:34:30 -0000 1.20 --- mysql_create.sql 18 Jun 2007 22:12:38 -0000 1.21 *************** *** 326,345 **** REFERENCES perfdata_service_metric(metric_id) ON DELETE RESTRICT, ! scale INT, minin INT, maxin INT, ! timerange CHAR(1), relativetime INT, fromtime INT, totime INT, ! output CHAR(1), ! sizex INT, ! sizey INT, ! s_val BOOLEAN, ! s_war BOOLEAN, ! s_cri BOOLEAN, ! s_sta BOOLEAN, graphtitle VARCHAR(250), ! g_sigma INT ) type=InnoDB; --- 326,345 ---- REFERENCES perfdata_service_metric(metric_id) ON DELETE RESTRICT, ! scale INT NOT NULL, minin INT, maxin INT, ! timerange CHAR(1) NOT NULL, relativetime INT, fromtime INT, totime INT, ! output CHAR(1) NOT NULL, ! sizex INT NOT NULL, ! sizey INT NOT NULL, ! s_val BOOLEAN NOT NULL, ! s_war BOOLEAN NOT NULL, ! s_cri BOOLEAN NOT NULL, ! s_sta BOOLEAN NOT NULL, graphtitle VARCHAR(250), ! g_sigma INT NOT NULL ) type=InnoDB; |
From: Florian G. <re...@us...> - 2007-06-18 22:12:39
|
Update of /cvsroot/perfparse/_perfparse-phpgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9737/phpgui Modified Files: perfparse.php utils.php Log Message: save graphs Index: utils.php =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/utils.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** utils.php 15 Jun 2007 23:34:30 -0000 1.38 --- utils.php 18 Jun 2007 22:12:38 -0000 1.39 *************** *** 576,581 **** } ! function save_graph(&$db,$grapharray) { // echo "<pre>in utils: save_graph. grapharray: \n";print_r($grapharray);echo "</pre>"; $query='insert into perfdata_graphs (title,descript,refresh_time,metric_id,scale,minin,maxin,timerange,'; --- 576,590 ---- } ! function save_graph(&$db,&$grapharray) { // echo "<pre>in utils: save_graph. grapharray: \n";print_r($grapharray);echo "</pre>"; + // sanatize grapharray + list($grapharray['sizex'],$grapharray['sizey'])=split('x',$grapharray['size'],2); + $notempty=array('graph_name','refresh_time','metric_id','scale','timerange','output','sizex','sizey','s_val','s_war','s_cri','s_sta','g_sigma'); + foreach($notempty as $checkvar) { + if(!isset($grapharray[$checkvar]) || (is_string($grapharray[$checkvar]) && empty($grapharray[$checkvar]))) { + $errormsg="Parameter $checkvar missing in ".__FILE__.":".__LINE__.' '.__FUNCTION__; + return($errormsg); + } + } $query='insert into perfdata_graphs (title,descript,refresh_time,metric_id,scale,minin,maxin,timerange,'; *************** *** 628,633 **** // echo "<pre>q:\n$query\n";print_r($bindarray);echo "</pre>"; if(!$db->Execute($query,$bindarray)) { ! echo "Error saving graph: ".$db->ErrorMsg(); } } --- 637,644 ---- // echo "<pre>q:\n$query\n";print_r($bindarray);echo "</pre>"; if(!$db->Execute($query,$bindarray)) { ! $errormsg="Error saving graph: ".$db->ErrorMsg(); } + if(isset($errormsg)) return($errormsg); + } Index: perfparse.php =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/perfparse.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** perfparse.php 15 Jun 2007 23:34:30 -0000 1.50 --- perfparse.php 18 Jun 2007 22:12:38 -0000 1.51 *************** *** 338,342 **** // handle saving graphs here if(isset($save_graph_metric_id[$metric_id])) { ! save_graph($db,$actgraph); // todo: error handling and feedback to user } --- 338,344 ---- // handle saving graphs here if(isset($save_graph_metric_id[$metric_id])) { ! $actgraph['refresh_time']=0; ! $errorsave[$metric_id]=save_graph($db,$actgraph); ! $smarty->assign_by_ref('errorsave',$errorsave); } |
From: Florian G. <re...@us...> - 2007-06-18 22:12:39
|
Update of /cvsroot/perfparse/_perfparse-phpgui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9737/phpgui/templates Modified Files: graph.tpl.html Log Message: save graphs Index: graph.tpl.html =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/graph.tpl.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** graph.tpl.html 15 Jun 2007 23:34:30 -0000 1.12 --- graph.tpl.html 18 Jun 2007 22:12:38 -0000 1.13 *************** *** 177,180 **** --- 177,181 ---- <td align=right colspan=2><font face="Arial, Helvetica" size=2><nobr> <input type="submit" name="save_graph_metric_id[<{$metricarray.metric_id}>]" value="Save graph" /> + <b><{$errorsave[$metricarray.metric_id]}></b> </font></td> <td align=right colspan=2><font face="Arial, Helvetica" size=2><nobr> |
From: Florian G. <re...@us...> - 2007-06-15 23:34:35
|
Update of /cvsroot/perfparse/_perfparse-phpgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27476/phpgui Modified Files: perfparse.php utils.php Log Message: saving graphs another way Index: utils.php =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/utils.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** utils.php 6 Jun 2007 13:08:31 -0000 1.37 --- utils.php 15 Jun 2007 23:34:30 -0000 1.38 *************** *** 576,583 **** } ! function save_graph(&$db,$group_name,$title,$descript,$url) { ! $query='insert into perfdata_graphs (group_name,title,descript,url) '; ! $query.='values (?,?,?,?)'; ! if(!$db->Execute($query,array($group_name,$title,$descript,$url))) { echo "Error saving graph: ".$db->ErrorMsg(); } --- 576,631 ---- } ! function save_graph(&$db,$grapharray) { ! // echo "<pre>in utils: save_graph. grapharray: \n";print_r($grapharray);echo "</pre>"; ! ! $query='insert into perfdata_graphs (title,descript,refresh_time,metric_id,scale,minin,maxin,timerange,'; ! $query.='relativetime,fromtime,totime,output,sizex,sizey,s_val,s_war,s_cri,s_sta,graphtitle,g_sigma) '; ! $query.='values (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)'; ! $bindarray=array($grapharray['graph_name'],$grapharray['desc'],$grapharray['refresh_time'],$grapharray['metric_id'], ! $grapharray['scale'],$grapharray['minin'],$grapharray['maxin'],$grapharray['timerange']); ! if($grapharray['timerange'] =='r') { ! list($relhours,$relmins) = split(':',$grapharray['relativetime'],2); ! $bindarray[]=24*3600*(int) $grapharray['relativedays'] + 3600*(int) $relhours +60* (int) $relmins; // time in seconds ! $bindarray[]=0; ! $bindarray[]=0; ! } else { ! $bindarray[]=0; ! $bindarray[]=strtotime($grapharray['from']); ! $bindarray[]=strtotime($grapharray['to']); ! } ! ! switch ($grapharray['output']) { ! case 'Histogram': ! $bindarray[]='h'; ! break; ! case 'Average': ! $bindarray[]='a'; ! break; ! case 'Diff': ! $bindarray[]='d'; ! break; ! case 'Int': ! $bindarray[]='i'; ! break; ! default: ! $bindarray[]=''; ! } ! ! list($sizex,$sizey)=split('x',$grapharray['size'],2); ! $bindarray[]=$sizex; ! $bindarray[]=$sizey; ! ! //s_val,s_war,s_cri,s_sta,graphtitle,g_sigma ! ! $bindarray[]=$grapharray['s_val']; ! $bindarray[]=$grapharray['s_war']; ! $bindarray[]=$grapharray['s_cri']; ! $bindarray[]=$grapharray['s_sta']; ! $bindarray[]=$grapharray['title']; ! $bindarray[]=$grapharray['g_sigma']; ! ! ! // echo "<pre>q:\n$query\n";print_r($bindarray);echo "</pre>"; ! if(!$db->Execute($query,$bindarray)) { echo "Error saving graph: ".$db->ErrorMsg(); } Index: perfparse.php =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/perfparse.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** perfparse.php 12 Jun 2007 15:11:09 -0000 1.49 --- perfparse.php 15 Jun 2007 23:34:30 -0000 1.50 *************** *** 216,219 **** --- 216,222 ---- $numgraphs=0; + get_request_var('save_graph_metric_id','array'); + + if(get_request_var('graphs','array')) { // echo "<pre>\ngraphs from Request:\n";print_r($graphs); echo "</pre>"; *************** *** 241,248 **** $actgraph['unit']=$tmparr['unit']; // id is for making input fields uniq $id=md5($host_name.$service.$metric); $actgraph['id']=$id; $deftitle='Host \''.$host_name.'\' Service \''.$service.'\' Metric \''.$metric.'\''; ! $actgraph['title']=$deftitle; // get_request_var(variable, type, default value) // check_setdefault(variable, type, default value) --- 244,255 ---- $actgraph['unit']=$tmparr['unit']; // id is for making input fields uniq + // -- not needed any more? use metric_ids? $id=md5($host_name.$service.$metric); $actgraph['id']=$id; + $actgraph['metric_id']=$metric_id; $deftitle='Host \''.$host_name.'\' Service \''.$service.'\' Metric \''.$metric.'\''; ! if(!isset($actgraph['title'])) { ! $actgraph['title']=$deftitle; ! } // get_request_var(variable, type, default value) // check_setdefault(variable, type, default value) *************** *** 329,332 **** --- 336,344 ---- $actgraph['url'].='&title='.urlencode($actgraph['title']); + // handle saving graphs here + if(isset($save_graph_metric_id[$metric_id])) { + save_graph($db,$actgraph); // todo: error handling and feedback to user + } + } else { // if(have_service_metric ... // should we write a error message??? *************** *** 344,351 **** $smarty->assign_by_ref('displaygraphs',$displaygraphs); - // handle saving graph - if(isset($_REQUEST['save_graph'])) { - save_graph($db,NULL /*todo: handle group*/,$graph_name,$title,$url); - } $smarty->display($config['PHP_Style'].'graph.tpl.html'); } else { --- 356,359 ---- |
From: Florian G. <re...@us...> - 2007-06-15 23:34:35
|
Update of /cvsroot/perfparse/_perfparse/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27476/scripts Modified Files: mysql_create.sql Log Message: saving graphs another way Index: mysql_create.sql =================================================================== RCS file: /cvsroot/perfparse/_perfparse/scripts/mysql_create.sql,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mysql_create.sql 27 Apr 2007 20:54:03 -0000 1.19 --- mysql_create.sql 15 Jun 2007 23:34:30 -0000 1.20 *************** *** 320,332 **** CREATE TABLE IF NOT EXISTS perfdata_graphs ( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, - group_id INT, - INDEX host_ix0 (group_id), - FOREIGN KEY (group_id) - REFERENCES perfdata_groups (group_id) - ON DELETE SET NULL, title VARCHAR(80), descript TEXT, ! url TEXT, ! refresh_time INT NOT NULL DEFAULT 0 ) type=InnoDB; --- 320,345 ---- CREATE TABLE IF NOT EXISTS perfdata_graphs ( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, title VARCHAR(80), descript TEXT, ! refresh_time INT NOT NULL DEFAULT 0, ! metric_id INT ! REFERENCES perfdata_service_metric(metric_id) ! ON DELETE RESTRICT, ! scale INT, ! minin INT, ! maxin INT, ! timerange CHAR(1), ! relativetime INT, ! fromtime INT, ! totime INT, ! output CHAR(1), ! sizex INT, ! sizey INT, ! s_val BOOLEAN, ! s_war BOOLEAN, ! s_cri BOOLEAN, ! s_sta BOOLEAN, ! graphtitle VARCHAR(250), ! g_sigma INT ) type=InnoDB; |
From: Florian G. <re...@us...> - 2007-06-15 23:34:35
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27476 Modified Files: config.h.in configure Log Message: saving graphs another way Index: config.h.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/config.h.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** config.h.in 28 Mar 2007 22:54:26 -0000 1.7 --- config.h.in 15 Jun 2007 23:34:29 -0000 1.8 *************** *** 385,388 **** --- 385,393 ---- #undef VERSION + /* Enable GNU extensions on systems that have them. */ + #ifndef _GNU_SOURCE + # undef _GNU_SOURCE + #endif + /* Define to empty if `const' does not conform to ANSI C. */ #undef const Index: configure =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** configure 12 Jun 2007 23:39:08 -0000 1.27 --- configure 15 Jun 2007 23:34:30 -0000 1.28 *************** *** 2604,2607 **** --- 2604,2613 ---- + cat >>confdefs.h <<\_ACEOF + #define _GNU_SOURCE 1 + _ACEOF + + + # Checks for programs. ac_ext=cpp *************** *** 5403,5407 **** *-*-irix6*) # Find out which ABI we are using. ! echo '#line 5405 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 --- 5409,5413 ---- *-*-irix6*) # Find out which ABI we are using. ! echo '#line 5411 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 *************** *** 7568,7576 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7570: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:7574: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized --- 7574,7582 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7576: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:7580: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized *************** *** 7836,7844 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7838: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:7842: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized --- 7842,7850 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7844: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:7848: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized *************** *** 7940,7948 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7942: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:7946: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then --- 7946,7954 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:7948: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:7952: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then *************** *** 10392,10396 **** lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF ! #line 10394 "configure" #include "confdefs.h" --- 10398,10402 ---- lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF ! #line 10400 "configure" #include "confdefs.h" *************** *** 10492,10496 **** lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF ! #line 10494 "configure" #include "confdefs.h" --- 10498,10502 ---- lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF ! #line 10500 "configure" #include "confdefs.h" *************** *** 12860,12868 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:12862: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:12866: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized --- 12866,12874 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:12868: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:12872: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized *************** *** 12964,12972 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:12966: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:12970: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then --- 12970,12978 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:12972: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:12976: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then *************** *** 14534,14542 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:14536: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:14540: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized --- 14540,14548 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:14542: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:14546: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized *************** *** 14638,14646 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:14640: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:14644: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then --- 14644,14652 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:14646: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:14650: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then *************** *** 16868,16876 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16870: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:16874: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized --- 16874,16882 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:16876: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:16880: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized *************** *** 17136,17144 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:17138: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:17142: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized --- 17142,17150 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:17144: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 ! echo "$as_me:17148: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized *************** *** 17240,17248 **** -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:17242: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:17246: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then --- 17246,17254 ---- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` ! (eval echo "\"\$as_me:17248: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 ! echo "$as_me:17252: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then |
From: Florian G. <re...@us...> - 2007-06-15 23:34:35
|
Update of /cvsroot/perfparse/_perfparse-phpgui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27476/phpgui/templates Modified Files: graph.tpl.html Log Message: saving graphs another way Index: graph.tpl.html =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/graph.tpl.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** graph.tpl.html 14 Sep 2006 14:02:06 -0000 1.11 --- graph.tpl.html 15 Jun 2007 23:34:30 -0000 1.12 *************** *** 173,180 **** <tr> <td align=right colspan=2><font face="Arial, Helvetica" size=2> ! <{tr}>Save graph for future reference<{/tr}>: </font></td> ! <td><input type=checkbox name="displaygraphs[<{$host_name}>][<{$service}>][<{$metric}>][save_graph]" value="<{$metricarray.save_graph}>"></td> ! <td align=right><font face="Arial, Helvetica" size=2><nobr> <{tr}>Save with Title<{/tr}>: <input type="text" name="displaygraphs[<{$host_name}>][<{$service}>][<{$metric}>][graph_name]" value="<{$metricarray.graph_name}>" size=40 maxlength=80> --- 173,182 ---- <tr> <td align=right colspan=2><font face="Arial, Helvetica" size=2> ! <{tr}>Save graph for future reference<{/tr}> </font></td> ! <td align=right colspan=2><font face="Arial, Helvetica" size=2><nobr> ! <input type="submit" name="save_graph_metric_id[<{$metricarray.metric_id}>]" value="Save graph" /> ! </font></td> ! <td align=right colspan=2><font face="Arial, Helvetica" size=2><nobr> <{tr}>Save with Title<{/tr}>: <input type="text" name="displaygraphs[<{$host_name}>][<{$service}>][<{$metric}>][graph_name]" value="<{$metricarray.graph_name}>" size=40 maxlength=80> |
From: Florian G. <re...@us...> - 2007-06-13 13:56:12
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1804 Modified Files: configure.ac Log Message: use gnu extensions - and remove compiler warnings Index: configure.ac =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure.ac,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** configure.ac 5 Jun 2007 20:16:26 -0000 1.25 --- configure.ac 13 Jun 2007 13:56:12 -0000 1.26 *************** *** 31,34 **** --- 31,35 ---- AM_CONFIG_HEADER([config.h]) + AC_GNU_SOURCE # Checks for programs. |