Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hungdluit/maxima

Tags

5.26.0

Toggle 5.26.0's commit message
Mark this version as 5.26.0.

branch-5_26-base

Toggle branch-5_26-base's commit message
Resolve merge conflict in git pull.

version-5_25_1

Toggle version-5_25_1's commit message
Roll revision forward to 5.25.1.

version-5_25_0

Toggle version-5_25_0's commit message
Merge changes from master: remove some .texis from doc/info/es/Makefi…

…le.am.

branch-5_25-base

Toggle branch-5_25-base's commit message
Change log for Maxima 5.25 (empty at present).

split-of-cvs-modules-into-git-repos

Toggle split-of-cvs-modules-into-git-repos's commit message
Merge branch 'master' of ssh://maxima.git.sourceforge.net/gitroot/max…

…ima/repo

cvs-head-at-conversion-to-git

Toggle cvs-head-at-conversion-to-git's commit message

Fixing a typo... also, an opportunity to test commit mails.

release-5_24-base

Toggle release-5_24-base's commit message
Work on the German translation.

release-5_23-base

Toggle release-5_23-base's commit message
(1) Put ChangeLog-5.23 on list of files (and some other change logs).

(2) Remove getopt-license.txt because it causes trouble with build.
It would be better to figure out what is wrong and fix it.
(3) Create new, empty ChangeLog-5.23 in anticipation of release.

release-5_22-base

Toggle release-5_22-base's commit message
Try to recognize and allow ccl, the new name of hte former openmcl

Lisp.

configure.in:
o Recognize --enable-ccl and --with-ccl as, essentially, aliases of
  --enable-openmcl and --with-openmcl.  All bets are off if you
  specify different values for --with-openmcl and --with-ccl or if you
  enable ccl but disable openmcl.

src/maxima.in:
o Recognize -l ccl as if the user entered -l openmcl.