]> www.ginac.de Git - ginac.git/commitdiff
Change www.ginac.de urls to https.
authorRichard Kreckel <kreckel@ginac.de>
Tue, 7 Jan 2020 22:41:40 +0000 (23:41 +0100)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 7 Jan 2020 22:41:40 +0000 (23:41 +0100)
AUTHORS
ChangeLog
GiNaC.spec.in
INSTALL
INSTALL.CMake
README
check/match_bug.cpp
configure.ac
doc/reference/Doxyfooter.in
doc/tutorial/ginac.texi
ginac/numeric.cpp

diff --git a/AUTHORS b/AUTHORS
index 0e7f30920eaf05ed94e50d337d4ae73b71315081..76d97ac1493a31de5140779e98cef1a0be48342f 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,4 +29,4 @@ If you have found a bug, have a patch or a question, or would like to
 make a suggestion please send email to one of our public mailing lists
 instead of to the authors.  This avoids both potential duplication of
 work and delays caused by possible vacations.  Mailing list subscription
-is explained at <http://www.ginac.de/Lists.html>.
+is explained at <https://www.ginac.de/Lists.html>.
index b57ef5bac11d572659fb653c9b4586f5a616b25c..7008bb4901afc9a7126f355d8ccbf8f22dc70513 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,4 +4,4 @@ logged.  This is how to get anonymous read-only access:
 $ git clone git://www.ginac.de/ginac.git ginac
 $ cd ginac; git whatchanged
 Alternatively you can browse the repository on-line at
-http://www.ginac.de/ginac.git
+https://www.ginac.de/ginac.git
index 4c8ebca1c3ffc314a979e9e59e827a3432b5b13a..1ddf85f34f6ea589eeed25e51bc78d5c35e61b69 100644 (file)
@@ -8,8 +8,8 @@ Version: %{version}
 Release: %{release}
 License: GPL
 Group: System Environment/Libraries
-Source0: http://www.ginac.de/%{name}-%{version}.tar.bz2
-URL: http://www.ginac.de/
+Source0: https://www.ginac.de/%{name}-%{version}.tar.bz2
+URL: https://www.ginac.de/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Prefix: %{_prefix}
 
diff --git a/INSTALL b/INSTALL
index d506b79a311f22b6a70e851e5fa3b2974fd30a31..b40d25e5dea5c3e9f720428376edd18347fe42c4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ PREREQUISITES
 =============
 
 GiNaC requires the CLN library by Bruno Haible installed on your system.
-It is available from <http://www.ginac.de/CLN/>.
+It is available from <https://www.ginac.de/CLN/>.
 
 You will also need a decent ISO C++-11 compiler. We recommend the C++
 compiler from the GNU compiler collection, GCC >= 4.8. If you have a
@@ -87,7 +87,7 @@ First, download the code:
 Secondly, make sure all required software is installed. This is *really*
 important step. If some package is missing, the `configure' script might
 be misgenerated, see e.g. this discussion:
-<http://www.ginac.de/pipermail/ginac-list/2007-November/001263.html>
+<https://www.ginac.de/pipermail/ginac-list/2007-November/001263.html>
 
 Finally, run
 
index d4dedb5a22b7af1a68d3e9c409d0e0ff5d9a25d9..3c3b433a516b9b026c0bd95b7507a5588bff76cc 100644 (file)
@@ -2,7 +2,7 @@ PREREQUISITES
 =============
 
 1. A decent ISO C++-11 compiler. GCC (version >= 4.9) is recommended.
-2. CLN library (http://www.ginac.de/CLN), version >= 1.2.2
+2. CLN library (https://www.ginac.de/CLN), version >= 1.2.2
 3. CMake, version >= 2.8 (version 2.6.x might work too).
 4. Python 3
 5. (optional) pkg-config utility (http://pkg-config.freedesktop.org)
diff --git a/README b/README
index 90e549c362beadf3b9e726a9d69bbc965b6464f5..e828a0eba892efa7e21ad18fd1c09bf69d057802 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ with more established areas of computer science (like computation-intense
 numeric applications, graphical interfaces, etc.) under one roof.
 
 The official web site is:
-  http://www.ginac.de/
+  https://www.ginac.de/
 
 A mailing list is located at:
   ginac-list@ginac.de
@@ -17,7 +17,7 @@ You need to be subscribed to be able to post to the list. To subscribe,
 please follow the instructions on
   https://www.cebix.net/mailman/listinfo/ginac-list
 
-See http://www.ginac.de/Lists.html for the list policy.
+See https://www.ginac.de/Lists.html for the list policy.
 
 
 Installation
index 1ea17e8c3554ae6f2fc3221a1100355ede574815..ecce6e2b4c0df14d104ff5c10880f2fad3d6bb9a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file match_bug.cpp
  *
  *  Check for bug in GiNaC::ex::match() described here:
- *  http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */
+ *  https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */
 
 /*
  *  GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany
@@ -32,7 +32,7 @@ using namespace GiNaC;
  * could be modified even if the match failed! Although this "feature"
  * was documented it happened to be very confusing *even for GiNaC
  * developers*, see 
- * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html
+ * https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html
  *
  * It was fixed in 192ed7390b7b2b705ad100e3db0a92eedd2b20ad. Let's make
  * sure it will be never re-added:
index 3c2311b6f15e673d47492d8cec5ea2ed973035bb..0a178069acbc50747d9c1aad73b39183bcd1953f 100644 (file)
@@ -11,7 +11,7 @@ m4_define([ginac_lt_current], GINAC_GET_LTVERSION([CURRENT]))
 m4_define([ginac_lt_age], GINAC_GET_LTVERSION([AGE]))
 m4_define([ginac_lt_revision], GINAC_GET_LTVERSION([REVISION]))
 
-AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [http://www.ginac.de/])
+AC_INIT([GiNaC], ginac_version, [ginac-list@ginac.de], [ginac], [https://www.ginac.de/])
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(ginac/basic.cpp)
 AC_CONFIG_AUX_DIR([config])
index e8de75474b6643e00b0fd7f0f5e6c87807aab804..6901019be979328ab0a6181ab34e01a08e57ebb1 100644 (file)
@@ -1,6 +1,6 @@
 <hr>
 <small><i>This page is part of the <b><a
-href="http://www.ginac.de/">GiNaC</a></b>
+href="https://www.ginac.de/">GiNaC</a></b>
 developer's reference. It was generated automatically by <a
 href="http://www.stack.nl/~dimitri/doxygen/index.html">doxygen</a>. For
 an introduction, see the <a href="../tutorial/">tutorial</a>.</i></small>
index 3b9b4637594eef1703d41bb79410d86ee41c08d8..386dfeafd1d6c92aa8ea84572b1e371eabcb0252 100644 (file)
@@ -48,7 +48,7 @@ notice identical to this one.
 @title GiNaC @value{VERSION}
 @subtitle An open framework for symbolic computation within the C++ programming language
 @subtitle @value{UPDATED}
-@author @uref{http://www.ginac.de}
+@author @uref{https://www.ginac.de}
 
 @page
 @vskip 0pt plus 1filll
@@ -126,7 +126,7 @@ hand-made documentation like this one is difficult to keep in sync with
 the development, the actual documentation is inside the sources in the
 form of comments.  That documentation may be parsed by one of the many
 Javadoc-like documentation systems.  If you fail at generating it you
-may access it from @uref{http://www.ginac.de/reference/, the GiNaC home
+may access it from @uref{https://www.ginac.de/reference/, the GiNaC home
 page}.  It is an invaluable resource not only for the advanced user who
 wishes to extend the system (or chase bugs) but for everybody who wants
 to comprehend the inner workings of GiNaC.  This little tutorial on the
@@ -484,7 +484,7 @@ required for the configuration, it can be downloaded from
 @uref{http://pkg-config.freedesktop.org}.
 Last but not least, the CLN library
 is used extensively and needs to be installed on your system.
-Please get it from @uref{http://www.ginac.de/CLN/} (it is licensed under
+Please get it from @uref{https://www.ginac.de/CLN/} (it is licensed under
 the GPL) and install it prior to trying to install GiNaC.  The configure
 script checks if it can find it and if it cannot, it will refuse to
 continue.
index 4f4ad785ad33c08648376e8e0b93003a91f631f2..ff5d510ca39023a8aa8262ee1cc021bf6bd916ec 100644 (file)
@@ -477,7 +477,7 @@ static inline bool coerce(T1& dst, const T2& arg);
 /** 
  * @brief Check if CLN integer can be converted into int
  *
- * @sa http://www.ginac.de/pipermail/cln-list/2006-October/000248.html
+ * @sa https://www.ginac.de/pipermail/cln-list/2006-October/000248.html
  */
 template<>
 inline bool coerce<int, cln::cl_I>(int& dst, const cln::cl_I& arg)