Browse Source

Version 0.60

pull/1/merge
Patrick Foubet 5 years ago
parent
commit
041d4870d3
44 changed files with 54 additions and 54 deletions
  1. +10
    -10
      configure
  2. +1
    -1
      configure.ac
  3. +2
    -2
      src/conf.h
  4. +1
    -1
      src/debug.c
  5. +1
    -1
      src/debug.h
  6. +1
    -1
      src/dev.c
  7. +1
    -1
      src/dev.h
  8. +1
    -1
      src/err.c
  9. +1
    -1
      src/err.h
  10. +1
    -1
      src/foncs.c
  11. +1
    -1
      src/foncs.h
  12. +1
    -1
      src/gplot.c
  13. +1
    -1
      src/gplot.h
  14. +1
    -1
      src/help.c
  15. +1
    -1
      src/help.h
  16. +1
    -1
      src/histo.c
  17. +1
    -1
      src/histo.h
  18. +1
    -1
      src/i2c.c
  19. +1
    -1
      src/i2c.h
  20. +1
    -1
      src/lib.c
  21. +1
    -1
      src/lib.h
  22. +1
    -1
      src/libmath.c
  23. +1
    -1
      src/libmath.h
  24. +1
    -1
      src/libmathc99.c
  25. +1
    -1
      src/mth.c
  26. +1
    -1
      src/mth.h
  27. +1
    -1
      src/net.c
  28. +1
    -1
      src/net.h
  29. +1
    -1
      src/nife.c
  30. +1
    -1
      src/nife.h
  31. +1
    -1
      src/scs.c
  32. +1
    -1
      src/scs.h
  33. +1
    -1
      src/stackC.c
  34. +1
    -1
      src/stackC.h
  35. +1
    -1
      src/stackF.c
  36. +1
    -1
      src/stackF.h
  37. +1
    -1
      src/stackL.c
  38. +1
    -1
      src/stackL.h
  39. +1
    -1
      src/stackN.c
  40. +1
    -1
      src/stackN.h
  41. +1
    -1
      src/stackV.c
  42. +1
    -1
      src/stackV.h
  43. +1
    -1
      src/tasks.c
  44. +1
    -1
      src/tasks.h

+ 10
- 10
configure View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for nife 0.59.
# Generated by GNU Autoconf 2.69 for nife 0.60.
#
# Report bugs to <nife@seriane.fr>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='nife'
PACKAGE_TARNAME='nife'
PACKAGE_VERSION='0.59'
PACKAGE_STRING='nife 0.59'
PACKAGE_VERSION='0.60'
PACKAGE_STRING='nife 0.60'
PACKAGE_BUGREPORT='nife@seriane.fr'
PACKAGE_URL=''

@@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures nife 0.59 to adapt to many kinds of systems.
\`configure' configures nife 0.60 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

@@ -1328,7 +1328,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of nife 0.59:";;
short | recursive ) echo "Configuration of nife 0.60:";;
esac
cat <<\_ACEOF

@@ -1415,7 +1415,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
nife configure 0.59
nife configure 0.60
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1838,7 +1838,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nife $as_me 0.59, which was
It was created by nife $as_me 0.60, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
@@ -2653,7 +2653,7 @@ fi

# Define the identity of the package.
PACKAGE='nife'
VERSION='0.59'
VERSION='0.60'


cat >>confdefs.h <<_ACEOF
@@ -5480,7 +5480,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by nife $as_me 0.59, which was
This file was extended by nife $as_me 0.60, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
@@ -5546,7 +5546,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
nife config.status 0.59
nife config.status 0.60
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"



+ 1
- 1
configure.ac View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([nife], [0.59], [nife@seriane.fr])
AC_INIT([nife], [0.60], [nife@seriane.fr])
AM_INIT_AUTOMAKE

AC_CONFIG_SRCDIR([src/tasks.c])


+ 2
- 2
src/conf.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#else
#define VERSION "0.59"
#define VERSION "0.60"
#endif

#ifdef HAVE_COMEDILIB_H


+ 1
- 1
src/debug.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/debug.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/dev.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/dev.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/err.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/err.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/foncs.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/foncs.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/gplot.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/gplot.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/help.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/help.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/histo.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/histo.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/i2c.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/i2c.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/lib.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/lib.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/libmath.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/libmath.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/libmathc99.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/mth.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/mth.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/net.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/net.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/nife.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/nife.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/scs.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/scs.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackC.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackC.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackF.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackF.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackL.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackL.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackN.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackN.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackV.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackV.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/tasks.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


+ 1
- 1
src/tasks.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2016 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2019 Patrick H. E. Foubet - S.E.R.I.A.N.E.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


Loading…
Cancel
Save