libmatheval.git -

summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--Makefile.am 2
-rw-r--r--NEWS 9
-rw-r--r--README 4
-rw-r--r--configure.in 6
-rw-r--r--doc/Makefile.am 4
-rw-r--r--doc/libmatheval.texi 4
-rw-r--r--lib/Makefile.am 2
-rw-r--r--lib/common.h 2
-rw-r--r--lib/error.c 2
-rw-r--r--lib/error.h 2
-rw-r--r--lib/g77_interface.c 4
-rw-r--r--lib/matheval.c 2
-rw-r--r--lib/matheval.h 2
-rw-r--r--lib/node.c 2
-rw-r--r--lib/node.h 2
-rw-r--r--lib/parser.y 4
-rw-r--r--lib/scanner.l 4
-rw-r--r--lib/symbol_table.c 2
-rw-r--r--lib/symbol_table.h 2
-rw-r--r--lib/xmalloc.c 2
-rw-r--r--lib/xmalloc.h 2
-rw-r--r--lib/xmath.c 2
-rw-r--r--lib/xmath.h 2
-rw-r--r--libmatheval.pc.in 6
-rw-r--r--tests/Makefile.am 4
-rw-r--r--tests/basics.at 4
-rw-r--r--tests/bin_ops.at 4
-rw-r--r--tests/constants.at 4
-rw-r--r--tests/functions.at 4
-rw-r--r--tests/matheval.c 4
-rw-r--r--tests/matheval.sh.in 4
-rw-r--r--tests/numbers.at 4
-rw-r--r--tests/package.m4 4
-rw-r--r--tests/testsuite.at 4
-rw-r--r--tests/un_ops.at 4
-rw-r--r--tests/variables.at 4
36 files changed, 64 insertions, 59 deletions
diff --git a/Makefile.am b/Makefile.am
index f16c2aa..b37e96a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
-# 2012 Free Software Foundation, Inc.
+# 2012, 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/NEWS b/NEWS
index 45db49e..ccc73ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
-Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-Aleksandar Samardzic
+Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+2012, 2013 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.
+Version 1.1.11
+
+* Fixed issue with linking Lex library.
+
+
Version 1.1.10
* Fixed memory leak in evaluator_create function implementation.
diff --git a/README b/README
index e4399f5..0cd542e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-Aleksandar Samardzic
+Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
+2012, 2013 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
diff --git a/configure.in b/configure.in
index 1be3401..fe3f2b5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
-dnl 2012 Free Software Foundation, Inc.
+dnl 2012, 2013 Free Software Foundation, Inc.
dnl
dnl This file is part of GNU libmatheval
dnl
@@ -19,11 +19,11 @@ dnl <http://www.gnu.org/licenses/>.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([libmatheval],[1.1.10],[asamardzic@gnu.org])
+AC_INIT([libmatheval],[1.1.11],[asamardzic@gnu.org])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
AC_SUBST([ac_aux_dir])
-AM_INIT_AUTOMAKE([libmatheval], [1.1.10])
+AM_INIT_AUTOMAKE([libmatheval], [1.1.11])
AC_CONFIG_SRCDIR([configure.in])
AM_CONFIG_HEADER([config.h])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a9ff201..7652ae2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/doc/libmatheval.texi b/doc/libmatheval.texi
index 1b7cddc..cbf5642 100644
--- a/doc/libmatheval.texi
+++ b/doc/libmatheval.texi
@@ -18,7 +18,7 @@
This file documents GNU @code{libmatheval} library.
Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
-2012 Aleksandar Samardzic
+2012, 2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -38,7 +38,7 @@ license is included in the section entitled ``Copying''.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
-2012 Aleksandar Samardzic
+2012, 2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 157176d..7626f26 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
# Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
-# 2012 Free Software Foundation, Inc.
+# 2012, 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/lib/common.h b/lib/common.h
index 89ea60d..7d8884d 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/error.c b/lib/error.c
index e7d9f6e..a7e1667 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/error.h b/lib/error.h
index b4b8773..724572b 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/g77_interface.c b/lib/g77_interface.c
index 2acd74c..c8c7de5 100644
--- a/lib/g77_interface.c
+++ b/lib/g77_interface.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
- * Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+ * 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/matheval.c b/lib/matheval.c
index 0d52192..0e327fb 100644
--- a/lib/matheval.c
+++ b/lib/matheval.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/matheval.h b/lib/matheval.h
index 367a837..4dfffe7 100644
--- a/lib/matheval.h
+++ b/lib/matheval.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/node.c b/lib/node.c
index 1e935ee..25bdf46 100644
--- a/lib/node.c
+++ b/lib/node.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/node.h b/lib/node.h
index caa3fb7..345da0c 100644
--- a/lib/node.h
+++ b/lib/node.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/parser.y b/lib/parser.y
index d634592..65a7c3a 100644
--- a/lib/parser.y
+++ b/lib/parser.y
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
@@ -22,7 +22,7 @@
%{
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* GNU libmatheval is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/scanner.l b/lib/scanner.l
index 0c60cda..08a4171 100644
--- a/lib/scanner.l
+++ b/lib/scanner.l
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
@@ -22,7 +22,7 @@
%{
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/symbol_table.c b/lib/symbol_table.c
index 6f8e3e8..ebfedfc 100644
--- a/lib/symbol_table.c
+++ b/lib/symbol_table.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/symbol_table.h b/lib/symbol_table.h
index 3fc0b77..ecf3d2e 100644
--- a/lib/symbol_table.h
+++ b/lib/symbol_table.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index ea740ee..0bedc16 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmalloc.h b/lib/xmalloc.h
index 052601c..8fc1280 100644
--- a/lib/xmalloc.h
+++ b/lib/xmalloc.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmath.c b/lib/xmath.c
index 27644dc..4567154 100644
--- a/lib/xmath.c
+++ b/lib/xmath.c
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/lib/xmath.h b/lib/xmath.h
index 07fc3ca..acf498b 100644
--- a/lib/xmath.h
+++ b/lib/xmath.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011,
- * 2012 Free Software Foundation, Inc.
+ * 2012, 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/libmatheval.pc.in b/libmatheval.pc.in
index 91c7484..22f2912 100644
--- a/libmatheval.pc.in
+++ b/libmatheval.pc.in
@@ -1,5 +1,5 @@
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
@@ -24,7 +24,7 @@ includedir=@includedir@
Name: libmatheval
Description: Library of functions for evaluating mathematical expressions
-Version: 1.1.10
+Version: 1.1.11
Libs: -L${libdir} -lmatheval
Libs.private: @LEXLIB@ -lm
Cflags: -I${includedir}
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9e6bd7d..90544b6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/basics.at b/tests/basics.at
index b01b596..458b16a 100644
--- a/tests/basics.at
+++ b/tests/basics.at
@@ -1,7 +1,7 @@
# Checking the basics. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/bin_ops.at b/tests/bin_ops.at
index f021021..83b4caf 100644
--- a/tests/bin_ops.at
+++ b/tests/bin_ops.at
@@ -1,7 +1,7 @@
# Checking the binary operations. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/constants.at b/tests/constants.at
index c70a7ad..c179000 100644
--- a/tests/constants.at
+++ b/tests/constants.at
@@ -1,7 +1,7 @@
# Checking the constants. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/functions.at b/tests/functions.at
index 206671b..c5ce20c 100644
--- a/tests/functions.at
+++ b/tests/functions.at
@@ -1,7 +1,7 @@
# Checking the functions. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/matheval.c b/tests/matheval.c
index 023d1dc..789765e 100644
--- a/tests/matheval.c
+++ b/tests/matheval.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
- * Free Software Foundation, Inc.
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+ * 2013 Free Software Foundation, Inc.
*
* This file is part of GNU libmatheval
*
diff --git a/tests/matheval.sh.in b/tests/matheval.sh.in
index d1b1a30..48ee838 100644
--- a/tests/matheval.sh.in
+++ b/tests/matheval.sh.in
@@ -2,8 +2,8 @@
# @configure_input@
# Wrapper around a non installed matheval to make it work as an installed one.
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/numbers.at b/tests/numbers.at
index 87587f3..4a990b3 100644
--- a/tests/numbers.at
+++ b/tests/numbers.at
@@ -1,7 +1,7 @@
# Checking the numbers. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/package.m4 b/tests/package.m4
index 67d11f9..2694e5e 100644
--- a/tests/package.m4
+++ b/tests/package.m4
@@ -1,6 +1,6 @@
# Signature of the current package.
m4_define([AT_PACKAGE_NAME], [libmatheval])
m4_define([AT_PACKAGE_TARNAME], [libmatheval])
-m4_define([AT_PACKAGE_VERSION], [1.1.10])
-m4_define([AT_PACKAGE_STRING], [libmatheval 1.1.10])
+m4_define([AT_PACKAGE_VERSION], [1.1.11])
+m4_define([AT_PACKAGE_STRING], [libmatheval 1.1.11])
m4_define([AT_PACKAGE_BUGREPORT], [asamardzic@gnu.org])
diff --git a/tests/testsuite.at b/tests/testsuite.at
index e857049..dc89741 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,7 +1,7 @@
# Main testsuite file. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/un_ops.at b/tests/un_ops.at
index d26b854..cb990be 100644
--- a/tests/un_ops.at
+++ b/tests/un_ops.at
@@ -1,7 +1,7 @@
# Checking the unary operations. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
diff --git a/tests/variables.at b/tests/variables.at
index ff9cd9c..23beed7 100644
--- a/tests/variables.at
+++ b/tests/variables.at
@@ -1,7 +1,7 @@
# Checking the variables. -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012
-# Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012,
+# 2013 Free Software Foundation, Inc.
#
# This file is part of GNU libmatheval
#
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月05日 13:16:59 +0000

AltStyle によって変換されたページ (->オリジナル) /