]> www.ginac.de Git - ginac.git/log
ginac.git
24 years ago- fixed minor typos
Christian Bauer [Fri, 26 Nov 1999 01:44:52 +0000 (01:44 +0000)]
- fixed minor typos

24 years ago- .png files were missing from install target
Christian Bauer [Thu, 25 Nov 1999 23:46:43 +0000 (23:46 +0000)]
- .png files were missing from install target

24 years ago- added missing bullets to some lists
Christian Bauer [Thu, 25 Nov 1999 23:35:28 +0000 (23:35 +0000)]
- added missing bullets to some lists

24 years ago- tutorial now built with texinfo
Christian Bauer [Thu, 25 Nov 1999 23:30:22 +0000 (23:30 +0000)]
- tutorial now built with texinfo

24 years ago- automake 1.4 was complaining about EXTRA_DATA in the doc Makefile.ams
Christian Bauer [Thu, 25 Nov 1999 18:13:41 +0000 (18:13 +0000)]
- automake 1.4 was complaining about EXTRA_DATA in the doc Makefile.ams

24 years ago- changed to new URL.
Richard Kreckel [Thu, 25 Nov 1999 17:07:20 +0000 (17:07 +0000)]
- changed to new URL.

24 years ago- added one more sample for our friends at NASA. :-)
Richard Kreckel [Thu, 25 Nov 1999 17:06:57 +0000 (17:06 +0000)]
- added one more sample for our friends at NASA.  :-)

24 years ago- automake 1.4 was complaining about AM_PROG_INSTALL in configure.in
Christian Bauer [Thu, 25 Nov 1999 17:01:42 +0000 (17:01 +0000)]
- automake 1.4 was complaining about AM_PROG_INSTALL in configure.in

24 years ago- new official GiNaC homepage: www.ginac.de
Christian Bauer [Thu, 25 Nov 1999 16:38:20 +0000 (16:38 +0000)]
- new official GiNaC homepage: www.ginac.de

24 years ago- changed placement of version number
Richard Kreckel [Wed, 24 Nov 1999 20:12:02 +0000 (20:12 +0000)]
- changed placement of version number

24 years ago- Finished tutorial :-)
Richard Kreckel [Wed, 24 Nov 1999 19:30:34 +0000 (19:30 +0000)]
- Finished tutorial  :-)

24 years ago- Finished last chapter. I guess it's 95% complete now.
Richard Kreckel [Tue, 23 Nov 1999 19:14:32 +0000 (19:14 +0000)]
- Finished last chapter.  I guess it's 95% complete now.

24 years ago- Disabled bloat-parameter
Richard Kreckel [Tue, 23 Nov 1999 19:14:08 +0000 (19:14 +0000)]
- Disabled bloat-parameter

24 years ago- Deleted some legacy code.
Richard Kreckel [Tue, 23 Nov 1999 19:13:21 +0000 (19:13 +0000)]
- Deleted some legacy code.
- Clarified some comments.

24 years ago- Added a little test for Riemmann's Zeta function
Richard Kreckel [Tue, 23 Nov 1999 19:11:51 +0000 (19:11 +0000)]
- Added a little test for Riemmann's Zeta function

24 years ago- ASSERT macro renamed to GINAC_ASSERT
Christian Bauer [Mon, 22 Nov 1999 19:44:58 +0000 (19:44 +0000)]
- ASSERT macro renamed to GINAC_ASSERT

24 years ago- is_zero() is now called on expanded expressions in gcd()
Christian Bauer [Mon, 22 Nov 1999 19:16:33 +0000 (19:16 +0000)]
- is_zero() is now called on expanded expressions in gcd()

24 years ago- added Bernoulli numbers
Richard Kreckel [Mon, 22 Nov 1999 18:26:18 +0000 (18:26 +0000)]
- added Bernoulli numbers
- fixed Riemann's Zeta function for integer arguments

24 years ago- One more hyperclever example and two more fixed from Alex' list.
Richard Kreckel [Mon, 22 Nov 1999 18:24:16 +0000 (18:24 +0000)]
- One more hyperclever example and two more fixed from Alex' list.

24 years ago- Fixed the timings-table
Richard Kreckel [Mon, 22 Nov 1999 18:22:54 +0000 (18:22 +0000)]
- Fixed the timings-table

24 years ago- fixed exp/log checks
Christian Bauer [Mon, 22 Nov 1999 17:22:29 +0000 (17:22 +0000)]
- fixed exp/log checks

24 years ago- a little bit more consistent evaluation of zeta(x)
Richard Kreckel [Fri, 19 Nov 1999 21:43:46 +0000 (21:43 +0000)]
- a little bit more consistent evaluation of zeta(x)

24 years ago- rotate_31() and golden_hash_ratio() moved to utils.h
Christian Bauer [Fri, 19 Nov 1999 19:22:11 +0000 (19:22 +0000)]
- rotate_31() and golden_hash_ratio() moved to utils.h
- golden_hash_ratio() looks for a suitable data type by means of defines
  from config.h

24 years ago- split into smaller functions to make it compile faster
Christian Bauer [Fri, 19 Nov 1999 19:21:08 +0000 (19:21 +0000)]
- split into smaller functions to make it compile faster

24 years ago- added checks for sizeof(long/long long/long double) for golden_hash_ratio()
Christian Bauer [Fri, 19 Nov 1999 19:20:49 +0000 (19:20 +0000)]
- added checks for sizeof(long/long long/long double) for golden_hash_ratio()

24 years ago- architectural checkpoint for zeta-function.
Richard Kreckel [Fri, 19 Nov 1999 18:46:19 +0000 (18:46 +0000)]
- architectural checkpoint for zeta-function.

24 years ago- some files were missing in the distribution
Christian Bauer [Fri, 19 Nov 1999 15:36:07 +0000 (15:36 +0000)]
- some files were missing in the distribution

24 years ago- fixed differentiation of gamma(x)
Richard Kreckel [Fri, 19 Nov 1999 01:07:01 +0000 (01:07 +0000)]
- fixed differentiation of gamma(x)
- preliminary support for polygamma-functions psi(n,x)

24 years ago- removed an obscure reference that broke internal functions.
Richard Kreckel [Fri, 19 Nov 1999 00:26:51 +0000 (00:26 +0000)]
- removed an obscure reference that broke internal functions.

24 years ago- revamped output of add again to make it use the precedence-rules, which
Richard Kreckel [Thu, 18 Nov 1999 20:54:30 +0000 (20:54 +0000)]
- revamped output of add again to make it use the precedence-rules, which
  should result in the same output but is more robust and elegant.

24 years ago- small type-fixes to male gcc -Wall shut up
Richard Kreckel [Thu, 18 Nov 1999 20:53:14 +0000 (20:53 +0000)]
- small type-fixes to male gcc -Wall shut up

24 years ago- added on-line help system
Christian Bauer [Thu, 18 Nov 1999 20:47:39 +0000 (20:47 +0000)]
- added on-line help system

24 years ago- added documentation to ex_to_series() and series_to_poly()
Christian Bauer [Thu, 18 Nov 1999 20:47:27 +0000 (20:47 +0000)]
- added documentation to ex_to_series() and series_to_poly()

24 years ago- adapted for new and enhanced version of doxygen
Richard Kreckel [Thu, 18 Nov 1999 18:27:20 +0000 (18:27 +0000)]
- adapted for new and enhanced version of doxygen

24 years agoremoved debugging output in lsolve()
Alexander Frink [Thu, 18 Nov 1999 16:37:38 +0000 (16:37 +0000)]
removed debugging output in lsolve()

24 years ago- deleted add::printpair() since this has become obsolete
Richard Kreckel [Thu, 18 Nov 1999 00:22:09 +0000 (00:22 +0000)]
- deleted add::printpair() since this has become obsolete
- revamped add::print() in order to fix all those output-bugs like
  this infamous one: x-2*y --> x(-2)*y

24 years ago- added using namespace GiNaC; after each #include<ginac/ginac.h>;
Richard Kreckel [Thu, 18 Nov 1999 00:08:06 +0000 (00:08 +0000)]
- added using namespace GiNaC; after each #include<ginac/ginac.h>;

24 years ago- fixed typo.
Richard Kreckel [Thu, 18 Nov 1999 00:05:12 +0000 (00:05 +0000)]
- fixed typo.

24 years ago- libginac.la no longer includes a dependency on libreadline
Christian Bauer [Wed, 17 Nov 1999 20:59:08 +0000 (20:59 +0000)]
- libginac.la no longer includes a dependency on libreadline

24 years ago- most functions were not static, but they should have been
Christian Bauer [Wed, 17 Nov 1999 20:34:08 +0000 (20:34 +0000)]
- most functions were not static, but they should have been

24 years ago- put everything in "GiNaC" namespace
Christian Bauer [Wed, 17 Nov 1999 19:58:28 +0000 (19:58 +0000)]
- put everything in "GiNaC" namespace
- ginsh should work on systems that don't have libreadline (untested)

24 years ago- put everything in "GiNaC" namespace
Christian Bauer [Wed, 17 Nov 1999 19:57:49 +0000 (19:57 +0000)]
- put everything in "GiNaC" namespace
- converted some macros into inline functions
- split debugmsg.h into assertion.h (public) and debugmsg.h (private)

24 years ago- modified the comment blocks so the copyright message no longer appears in
Christian Bauer [Tue, 16 Nov 1999 19:35:24 +0000 (19:35 +0000)]
- modified the comment blocks so the copyright message no longer appears in
  the reference manual (made by Doxygen)

24 years ago- corrected meaning of "GiNaC" acronym
Christian Bauer [Tue, 16 Nov 1999 19:34:37 +0000 (19:34 +0000)]
- corrected meaning of "GiNaC" acronym

24 years ago- ginsh can handle multiple input files which are specified on the command line
Christian Bauer [Tue, 16 Nov 1999 18:05:11 +0000 (18:05 +0000)]
- ginsh can handle multiple input files which are specified on the command line

24 years ago- account for new GNU-automake built-scheme
Richard Kreckel [Mon, 15 Nov 1999 17:50:43 +0000 (17:50 +0000)]
- account for new GNU-automake built-scheme
- added example of computation of Pi using Mechain's formula

24 years ago- "make clean" works better
Christian Bauer [Mon, 15 Nov 1999 17:13:01 +0000 (17:13 +0000)]
- "make clean" works better

24 years ago- added spec file
Christian Bauer [Mon, 15 Nov 1999 17:12:50 +0000 (17:12 +0000)]
- added spec file

24 years agoadded setname/getname to idx
Alexander Frink [Fri, 12 Nov 1999 21:36:04 +0000 (21:36 +0000)]
added setname/getname to idx

24 years ago- removed translated ginsh sources from CVS; they should be in the distribution,
Christian Bauer [Fri, 12 Nov 1999 21:01:14 +0000 (21:01 +0000)]
- removed translated ginsh sources from CVS; they should be in the distribution,
  but they don't have to be in CVS

24 years ago- docs now under automake control
Christian Bauer [Fri, 12 Nov 1999 20:02:49 +0000 (20:02 +0000)]
- docs now under automake control

24 years ago- check program is not built until you say "make check"
Christian Bauer [Fri, 12 Nov 1999 20:02:37 +0000 (20:02 +0000)]
- check program is not built until you say "make check"

24 years ago- docs are now under automake control
Christian Bauer [Fri, 12 Nov 1999 20:02:20 +0000 (20:02 +0000)]
- docs are now under automake control

24 years ago- removed strdup() replacement from ginsh
Christian Bauer [Thu, 11 Nov 1999 18:51:50 +0000 (18:51 +0000)]
- removed strdup() replacement from ginsh

24 years ago- "make dist" should now include all necessary files (except docs)
Christian Bauer [Thu, 11 Nov 1999 00:33:35 +0000 (00:33 +0000)]
- "make dist" should now include all necessary files (except docs)

24 years agoFixed 50 percent of the bugs on Alex' list. More, soon...
Richard Kreckel [Wed, 10 Nov 1999 23:47:17 +0000 (23:47 +0000)]
Fixed 50 percent of the bugs on Alex' list.  More, soon...

24 years agoIncluded more classes.
Richard Kreckel [Wed, 10 Nov 1999 23:46:36 +0000 (23:46 +0000)]
Included more classes.

24 years ago- removed unnecessary include of ginac/ginac.h (only needed <iostream>)
Christian Bauer [Wed, 10 Nov 1999 23:44:58 +0000 (23:44 +0000)]
- removed unnecessary include of ginac/ginac.h (only needed <iostream>)

24 years ago- "make clean" removes result.out
Christian Bauer [Wed, 10 Nov 1999 23:31:54 +0000 (23:31 +0000)]
- "make clean" removes result.out

24 years ago- fixed some typos
Christian Bauer [Wed, 10 Nov 1999 23:31:32 +0000 (23:31 +0000)]
- fixed some typos

24 years agofixed minor typos.
Richard Kreckel [Wed, 10 Nov 1999 22:37:31 +0000 (22:37 +0000)]
fixed minor typos.

24 years ago- modified GiNaC headers to Alexander's liking
Christian Bauer [Wed, 10 Nov 1999 22:35:47 +0000 (22:35 +0000)]
- modified GiNaC headers to Alexander's liking

24 years ago- added "check.h" to sources
Christian Bauer [Wed, 10 Nov 1999 22:35:33 +0000 (22:35 +0000)]
- added "check.h" to sources

24 years ago- enforced GiNaC coding standards :-)
Christian Bauer [Wed, 10 Nov 1999 19:36:04 +0000 (19:36 +0000)]
- enforced GiNaC coding standards :-)
- flex/bison output files are now also in CVS (if someone wants to compile
  on a system that doesn't have flex/bison)

24 years ago- enforced GiNaC coding standards :-)
Christian Bauer [Wed, 10 Nov 1999 19:34:55 +0000 (19:34 +0000)]
- enforced GiNaC coding standards :-)

24 years ago- updated automake- and libtool-related helper files
Christian Bauer [Wed, 10 Nov 1999 19:34:28 +0000 (19:34 +0000)]
- updated automake- and libtool-related helper files
- version information is set properly for libginac and ginsh (the only
  place to specify the version is now "configure.in")

24 years agoHunted down some output bugs. Hope it can be safely piped into Maple now.
Richard Kreckel [Wed, 10 Nov 1999 19:30:25 +0000 (19:30 +0000)]
Hunted down some output bugs.  Hope it can be safely piped into Maple now.

24 years ago- created AUTHORS and README files, updated INSTALL
Christian Bauer [Wed, 10 Nov 1999 16:53:17 +0000 (16:53 +0000)]
- created AUTHORS and README files, updated INSTALL

24 years ago- added missing acconfig.h
Christian Bauer [Tue, 9 Nov 1999 23:02:52 +0000 (23:02 +0000)]
- added missing acconfig.h

24 years ago- added missing automake and libtool helpers
Christian Bauer [Tue, 9 Nov 1999 23:01:43 +0000 (23:01 +0000)]
- added missing automake and libtool helpers

24 years ago- switched to automake build environment
Christian Bauer [Tue, 9 Nov 1999 22:56:40 +0000 (22:56 +0000)]
- switched to automake build environment

24 years agokilled typo.
Richard Kreckel [Tue, 9 Nov 1999 21:01:58 +0000 (21:01 +0000)]
killed typo.

24 years agoAnother restructuring: moved include/*.h -> include/GiNaC/*.h in order to
Richard Kreckel [Tue, 9 Nov 1999 18:51:11 +0000 (18:51 +0000)]
Another restructuring: moved include/*.h -> include/GiNaC/*.h in order to
allow compiling against GiNaC without having to make install first.

24 years agoTarget install should work now more or less.
Richard Kreckel [Tue, 9 Nov 1999 17:12:41 +0000 (17:12 +0000)]
Target install should work now more or less.

24 years agoInitial revision
Richard Kreckel [Mon, 8 Nov 1999 21:43:49 +0000 (21:43 +0000)]
Initial revision

24 years agoinitial checkin
Richard Kreckel [Mon, 8 Nov 1999 21:43:27 +0000 (21:43 +0000)]
initial checkin