Skip to content

Commit

Permalink
Preparing for release 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Oct 25, 2013
1 parent 8fc9ffe commit 480ce79
Show file tree
Hide file tree
Showing 76 changed files with 90 additions and 89 deletions.
11 changes: 6 additions & 5 deletions INSTALL
Expand Up @@ -42,9 +42,9 @@ version 4.2. The zlib library should be a recent version, >= 1.2.
Preparations
============

If you have acquired the FORM sources via CVS, several files will be missing,
especially the script "configure". To generate these files you have to issue the
command
If you have acquired the FORM sources via CVS or GIT, several files will be
missing, especially the script "configure". To generate these files you have to
issue the command

autoreconf -i

Expand Down Expand Up @@ -152,8 +152,9 @@ To cleanup the distribution directory, the command
can be used.

The production date printed by the executable will be set to the time of the
compilation. If one wants to have another date printed one can give the DATE
option to the make command like
release of the tar-file distribution, or the time of the compilation if you
use the sources acquired from CVS or GIT. If one wants to have another date
printed one can give the DATE option to the make command like

make vorm DATE="11 Nov 2011"

Expand Down
2 changes: 2 additions & 0 deletions Makefile.am
@@ -1 +1,3 @@
SUBDIRS = doc sources check

EXTRA_DIST = README.md
15 changes: 6 additions & 9 deletions README.md
Expand Up @@ -17,24 +17,21 @@ Installation

See the file "INSTALL".

Documentation
-------------

See [our website](http://vermaseren.github.io/form/) for documentation, lectures and papers on FORM.


Additional Information
----------------------

Information about copying and licencing of this software can be found in the
file "COPYING".

More background information and a collection of FORM programs can be found on the old FORM website:
More background information, the latest version and a collection of FORM
programs can be found on the official FORM website: http://www.nikhef.nl/~form.

http://www.nikhef.nl/~form

Bugs and remarks
----------------
Bugs can be reported via the [Issue Tracker](https://github.com/vermaseren/form/issues) of Github.
Bugs can be reported via the
[Issue Tracker](https://github.com/vermaseren/form/issues) of Github.

In case of more question or remarks, please visit the official FORM [forum](http://www.nikhef.nl/~form/forum/).
In case of more question or remarks, please visit the official
FORM [forum](http://www.nikhef.nl/~form/forum/).
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
m4_define([FORM_MAJORVERSION], [4])
m4_define([FORM_MINORVERSION], [0])
m4_define([FORM_MINORVERSION], [1])
m4_define([FORM_VERSION], [FORM_MAJORVERSION.FORM_MINORVERSION])
# set to 'yes' for beta verstions
m4_define([VERSION_IS_BETA], [no])
Expand Down
1 change: 1 addition & 0 deletions doc/manual/Makefile.am
Expand Up @@ -8,6 +8,7 @@ TEXFILES = \
manual.tex \
metric.tex \
module.tex \
optim.tex \
parallel.tex \
pattern.tex \
polynomials.tex \
Expand Down
2 changes: 1 addition & 1 deletion sources/argument.c
Expand Up @@ -6,7 +6,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/bugtool.c
Expand Up @@ -5,7 +5,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/checkpoint.c
Expand Up @@ -53,7 +53,7 @@
#] Explanations :
#[ License :
*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/comexpr.c
Expand Up @@ -7,7 +7,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/compcomm.c
Expand Up @@ -9,7 +9,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/compiler.c
Expand Up @@ -14,7 +14,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/compress.c
Expand Up @@ -6,7 +6,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/comtool.c
Expand Up @@ -4,7 +4,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/declare.h
Expand Up @@ -9,7 +9,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/dollar.c
Expand Up @@ -5,7 +5,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/execute.c
Expand Up @@ -5,7 +5,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/extcmd.c
Expand Up @@ -4,7 +4,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/factor.c
Expand Up @@ -4,7 +4,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/findpat.c
Expand Up @@ -12,7 +12,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
8 changes: 4 additions & 4 deletions sources/form3.h
Expand Up @@ -7,7 +7,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down Expand Up @@ -41,14 +41,14 @@

#else /* HAVE_CONFIG_H */

#define VERSION "4.0"
#define VERSION "4.1"
#define MAJORVERSION 4
#define MINORVERSION 0
#define MINORVERSION 1

#ifdef __DATE__
#define PRODUCTIONDATE __DATE__
#else
#define PRODUCTIONDATE "29-mar-2012"
#define PRODUCTIONDATE "25-oct-2013"
#endif

#undef BETAVERSION
Expand Down
2 changes: 1 addition & 1 deletion sources/fsizes.h
Expand Up @@ -5,7 +5,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/ftypes.h
Expand Up @@ -8,7 +8,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/function.c
Expand Up @@ -7,7 +7,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/fwin.h
Expand Up @@ -5,7 +5,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/if.c
Expand Up @@ -4,7 +4,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/index.c
Expand Up @@ -7,7 +7,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/inivar.h
Expand Up @@ -6,7 +6,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/lus.c
Expand Up @@ -6,7 +6,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/mallocprotect.h
Expand Up @@ -9,7 +9,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/message.c
Expand Up @@ -8,7 +8,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/minos.c
Expand Up @@ -6,7 +6,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/minos.h
Expand Up @@ -16,7 +16,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/module.c
Expand Up @@ -6,7 +6,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/mpi.c
Expand Up @@ -8,7 +8,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/mpidbg.h
Expand Up @@ -9,7 +9,7 @@

/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/mytime.h
@@ -1,7 +1,7 @@
#pragma once
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/names.c
Expand Up @@ -8,7 +8,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/normal.c
Expand Up @@ -9,7 +9,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down
2 changes: 1 addition & 1 deletion sources/notation.c
Expand Up @@ -5,7 +5,7 @@
*/
/* #[ License : */
/*
* Copyright (C) 1984-2012 J.A.M. Vermaseren
* Copyright (C) 1984-2013 J.A.M. Vermaseren
* When using this file you are requested to refer to the publication
* J.A.M.Vermaseren "New features of FORM" math-ph/0010025
* This is considered a matter of courtesy as the development was paid
Expand Down

0 comments on commit 480ce79

Please sign in to comment.