lp:~peterpall/maxima/+git/maxima.code

Owned by PeterPall
Get this repository:
git clone https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://peterpall@git.code.sf.net/p/maxima/code.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Branches

Name Last Modified Last Commit
KoenGu/SBCLumlaute 2021-04-03 07:43:27 UTC
wxMaxima's main branch now has a politically correct name

Author: PeterPall
Author Date: 2021-04-03 07:43:27 UTC

wxMaxima's main branch now has a politically correct name

branch-5_44 2020-12-29 09:22:08 UTC
Windows installer: Updated the wxMaxima version

Author: PeterPall
Author Date: 2020-12-29 09:21:15 UTC

Windows installer: Updated the wxMaxima version

This resolves a small privacy issue: If the user still used the old
Internet Explorer 9 as help browser and opened the wxMaxima manual
the manual downloaded a HTML5 compatibility shim over the internet.

Debian deems downloading a file without asking the user first as a
privacy issue

(cherry picked from commit 2477f34f0fa126e17271ccde3d21a8eb0d20d1e5)

fix-incorrect-zeta-values 2020-12-11 01:05:58 UTC
Merge branch 'master' into fix-incorrect-zeta-values

Author: Raymond Toy
Author Date: 2020-12-11 01:05:58 UTC

Merge branch 'master' into fix-incorrect-zeta-values

rtoy-update-cobyla 2020-12-10 02:06:52 UTC
Add example where ierr = -1

Author: Raymond Toy
Author Date: 2020-12-10 02:06:52 UTC

Add example where ierr = -1

rtoy-fftpack5 2020-10-22 00:11:15 UTC
Add link to fftpack5_fft from fft

Author: Raymond Toy
Author Date: 2020-10-22 00:11:15 UTC

Add link to fftpack5_fft from fft

rtoy-describe-with-docstring 2020-10-14 00:36:48 UTC
Print docstring if exact match fails for documentation

Author: Raymond Toy
Author Date: 2020-10-14 00:36:48 UTC

Print docstring if exact match fails for documentation

When trying to describe something (via "? foo") and there's no exact
match, try to look up the docstring and return that. We print a note
that the exact match failed but there's a docstring. This is to let
the user know there is not such topic in the manual. But perhaps the
symbol has some lisp documentation attached, so it's useful if we can
display that.

You can test this by doing "load(hompack)", and then "?
hompack_fixpdf". There's no manual entry for hompack_fixpdf, but
there is a docstring for this function.

rtoy-hompack 2020-10-03 23:16:02 UTC
Support hompack

Author: Raymond Toy
Author Date: 2020-10-03 23:16:02 UTC

Support hompack

rtoy-new-doc-category-method 2020-09-29 01:23:35 UTC
Update to MathJax 3

Author: Raymond Toy
Author Date: 2020-09-29 01:23:35 UTC

Update to MathJax 3

rtoy-move-polynomialp 2020-09-16 23:35:50 UTC
Define $nonnegintegerp with defmfun for better error checking

Author: Raymond Toy
Author Date: 2020-09-16 23:35:50 UTC

Define $nonnegintegerp with defmfun for better error checking

branch-5_43 2020-08-28 18:34:15 UTC
Merge /u/metayan/maxima/ branch ch-5.43 into branch-5_43

Author: Robert Dodier
Author Date: 2020-08-28 18:34:15 UTC

Merge /u/metayan/maxima/ branch ch-5.43 into branch-5_43

https://sourceforge.net/p/maxima/code/merge-requests/12/

rtoy-defmfunify-cobyla 2020-04-14 23:32:22 UTC
Clean up cobyla interface

Author: Raymond Toy
Author Date: 2020-04-14 23:32:22 UTC

Clean up cobyla interface

* Remove old implementation code
* Add docstring that was originally part of fmin_cobyla.mac
* Indent new code a bit better so the lines aren't so long

rtoy-defmfun-keyword-args 2020-04-11 07:00:29 UTC
Convert run_testsuite to use defmfun.

Author: Raymond Toy
Author Date: 2020-04-11 07:00:29 UTC

Convert run_testsuite to use defmfun.

Straighforward change to rename run-testsuite as $run_testsuite using
defmfun. Get rid of the original $run_testsuite which basically just
called run-testsuite anyway.

rtoy-expand-gamma-regularized 2020-02-16 17:42:19 UTC
Fix typos in new tests

Author: Raymond Toy
Author Date: 2020-02-16 17:42:19 UTC

Fix typos in new tests

rtoy-expand-gamma-incomplete-lower 2020-02-15 00:52:30 UTC
Remove special case for order k/2

Author: Raymond Toy
Author Date: 2020-02-15 00:52:30 UTC

Remove special case for order k/2

This can be handled by the case of rational args and the results are
the same.

rtoy-new-gamma-inc-a-n 2020-02-08 21:49:53 UTC
Update test to match new output form for gamma_incomplete

Author: Raymond Toy
Author Date: 2020-02-08 21:49:42 UTC

Update test to match new output form for gamma_incomplete

rtoy-expand-gamma-inc-rational 2020-02-03 06:38:08 UTC
Add test from the mailing list

Author: Raymond Toy
Author Date: 2020-02-03 06:38:08 UTC

Add test from the mailing list

update-gentran 2019-12-14 05:28:07 UTC
Merge branch 'master' into update-gentran

Author: Raymond Toy
Author Date: 2019-12-14 05:28:07 UTC

Merge branch 'master' into update-gentran

complexRoots 2019-12-04 07:52:37 UTC
Winding number

Author: Fabrizio Caruso
Author Date: 2019-12-04 07:52:37 UTC

Winding number

rtoy-texi-patch-tonymc 2019-09-03 18:44:37 UTC
One more change from Tony Mc

Author: Raymond Toy
Author Date: 2019-09-03 18:44:21 UTC

One more change from Tony Mc

rtoy-fixup-html-docs 2019-08-12 01:51:07 UTC
Remove old commented out rule

Author: Raymond Toy
Author Date: 2019-08-12 01:50:44 UTC

Remove old commented out rule

Rule for building xmaxima.html updated to depend on manual.css.

DebianPackaging-Docker 2019-06-20 17:44:02 UTC
A try to make GCL work: I suspect the dockerfile somehow doesn't use the ANSI...

Author: PeterPall
Author Date: 2019-06-20 17:44:02 UTC

A try to make GCL work: I suspect the dockerfile somehow doesn't use the ANSI version.

rtoy-new-doc-with-new-texinfo 2019-05-19 16:49:18 UTC
Use the new @subentry for subentries

Author: Raymond Toy
Author Date: 2019-05-19 16:49:18 UTC

Use the new @subentry for subentries

We previously used a hack to get multi-level indices. Texinfo 6.6dev
now supports this via @subentry, so have the macros expand out to use
@subntry.

new-gentran 2019-05-06 18:25:53 UTC
Merge branch 'master' into new-gentran

Author: Raymond Toy
Author Date: 2019-05-06 18:25:53 UTC

Merge branch 'master' into new-gentran

KoenGu_AutomaticWxmaximaVersion 2019-05-04 07:36:23 UTC
Windows Installer: Automatically find the newest wxMaxima release

Author: PeterPall
Author Date: 2019-05-04 07:36:23 UTC

Windows Installer: Automatically find the newest wxMaxima release

Pro:
 - The maxima release no more needs to know the maxima version
   number
 - All updating wxMaxima in the Windows Installer requires from
   now on is building a new Windows Installer.

Contra:
 - Often all version numbers being fixed is an requirement, too.

As my private linux box only contains 4 Gigabytes of RAM and
8 Gigabytes are necessary for building an Windows Installer this
commit is entirely untested, unfortunately.

KoenGu_CurdirInSearchPath 2019-03-26 18:22:39 UTC
Created functions that return a search path including $load_directory

Author: PeterPall
Author Date: 2019-03-26 18:22:10 UTC

Created functions that return a search path including $load_directory

raw_gnuplot_command 2019-03-15 06:27:39 UTC
Tried to introduce a way to create a raw gnuplot programm.

Author: PeterPall
Author Date: 2019-03-15 06:27:39 UTC

Tried to introduce a way to create a raw gnuplot programm.

maxima-intern 2019-03-02 15:33:33 UTC
Change calls to maxima-intern to use plain intern

Author: Elias Martenson
Author Date: 2019-03-02 15:33:33 UTC

Change calls to maxima-intern to use plain intern

StandaloneWindowsInstaller 2019-02-24 14:38:42 UTC
Make maxima be built as a standalone application.

Author: PeterPall
Author Date: 2019-02-24 14:38:42 UTC

Make maxima be built as a standalone application.

DebianPackaging_Jupyter 2019-02-10 20:38:18 UTC
Now it seems to build a package.

Author: PeterPall
Author Date: 2019-02-10 20:38:18 UTC

Now it seems to build a package.

branch-5_42 2019-01-25 15:48:06 UTC
Update included wxmaxima in the Windows installer.

Author: Wolfgang Dautermann
Author Date: 2019-01-25 15:48:06 UTC

Update included wxmaxima in the Windows installer.

(already included in the Windows installer, I released yesterday.
The version/md5-checksum did not match for wxmaxima 19.01.1 too...)

rtoy-m4-mathjax 2019-01-19 04:05:11 UTC
Merge branch 'master' into rtoy-m4-mathjax

Author: Raymond Toy
Author Date: 2019-01-19 04:05:11 UTC

Merge branch 'master' into rtoy-m4-mathjax

rtoy-texindex 2019-01-16 03:19:48 UTC
Merge branch 'master' into rtoy-texindex

Author: Raymond Toy
Author Date: 2019-01-16 03:19:48 UTC

Merge branch 'master' into rtoy-texindex

rtoy-separate-indices 2019-01-12 17:30:54 UTC
Separate indices

Author: Raymond Toy
Author Date: 2019-01-12 17:30:54 UTC

Separate indices

Have separate function, variable, and concept indices

rtoy-use-texi2any 2019-01-11 06:45:13 UTC
Merge branch 'master' into rtoy-use-texi2any

Author: Raymond Toy
Author Date: 2019-01-11 06:45:13 UTC

Merge branch 'master' into rtoy-use-texi2any

docfixes 2019-01-03 08:14:19 UTC
Use the @dots{} syntax in documentation

Author: Elias Martenson
Author Date: 2019-01-03 08:14:19 UTC

Use the @dots{} syntax in documentation

documentation-fixes 2018-12-29 05:55:31 UTC
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code into documentati...

Author: Elias Martenson
Author Date: 2018-12-29 05:55:31 UTC

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code into documentation-fixes

rtoy-report-unexpected-pass 2018-12-10 16:05:11 UTC
Put each test file on its own line

Author: Raymond Toy
Author Date: 2018-12-10 16:05:11 UTC

Put each test file on its own line

No functional change.

rtoy-listify-failed-tests 2018-12-05 19:19:49 UTC
Make style uniform and add a comment

Author: Raymond Toy
Author Date: 2018-12-05 19:19:49 UTC

Make style uniform and add a comment

Add comment on the expected format of testsuite_files about using a
(maxima) list for the expected failures.

Make everything be simplified.

Put the list of expected failures on a separate line to make it easier
to see and read.

rtoy-exported-defun-to-defmfun 2018-12-02 20:31:43 UTC
Update maxima.asd to match maxima.system

Author: Raymond Toy
Author Date: 2018-12-02 20:31:43 UTC

Update maxima.asd to match maxima.system

rtoy-defmfun-to-defun 2018-12-01 18:26:11 UTC
Replace defmfun with defun for non-user functions

Author: Raymond Toy
Author Date: 2018-12-01 18:26:11 UTC

Replace defmfun with defun for non-user functions

Find all uses of defmfun for functions that are not user-exposed
functions (those not starting with a $), and use defun instead.

Basically done automatically with

for f in `find src -name '*.lisp'`
do
  sed -i .bak 's;(defmfun \([^$]\);(defun \1;' $f
done

But had to define a new macro named "defun-maclisp" to support some
non-user functions that use the maclisp nargs syntax. These functions
are mformat-translate-open, mformat, map1, mmapcar, and outermap1.

Testsuite passes.

rtoy-verbose-wna-err 2018-11-30 20:03:38 UTC
Remove commented-out stuff

Author: Raymond Toy
Author Date: 2018-11-30 20:03:38 UTC

Remove commented-out stuff

These were replaced by calls to arg-count-check so we don't need the
originals anymore.

rtoy-defmfun-check-default-defun 2018-11-28 19:40:55 UTC
Fix some compiler notes/warnings

Author: Raymond Toy
Author Date: 2018-11-28 19:40:55 UTC

Fix some compiler notes/warnings

* Remove the (declare (values ...)) in parse-lambda-list. It's not
  really needed since it's specific to cmucl (and maybe sbcl).
* In the defmfun expansion, make nargs ignorable to remove the
  compiler note that it might not be used. This happens when the
  function takes only a rest arg without required args.

rtoy-defmfun-check-default 2018-11-26 01:49:34 UTC
Replace defmfun with defmfun-checked

Author: Raymond Toy
Author Date: 2018-11-26 01:49:34 UTC

Replace defmfun with defmfun-checked

Comment out the original defmfun and rename defmun-checked to defmfun.

Needed to modify defmfun not to check for a leading $ for the function
name because maxima currently uses defmfun for many functions not
starting with $. Just print a warning instead. (Maybe remove that
eventually?)

Had to change maxima-display to be a defun instead of a defmfun
because it uses a keyword parameter which the new defmfun doesn't
support. maxima-display isn't a exposed maxima function, so I think
this is harmless.

rtoy-defmfun-check 2018-11-25 23:35:23 UTC
Merge branch 'master' into rtoy-defmfun-check

Author: Raymond Toy
Author Date: 2018-11-25 23:35:23 UTC

Merge branch 'master' into rtoy-defmfun-check

KoenGu_ABCL_in_configure 2018-11-08 18:11:41 UTC
Make check now works

Author: PeterPall
Author Date: 2018-11-08 18:11:41 UTC

Make check now works

 - Committed the wrong file.
 - Exported the path to maxima_imagesdir
 - Pass the command-line arguments to maxima.

KoenGu_SanerClispBuild 2018-10-30 06:50:38 UTC
Un-weirdify the clisp build

Author: PeterPall
Author Date: 2018-10-30 06:50:38 UTC

Un-weirdify the clisp build

Taken from the cygwin patches from Achim Gratz:

* (CLISP_MAXIMA_MEM, CLISP_MAXIMA_EXE, $(CLISP_MAXIMA_MEM,
  $(CLISP_MAXIMA_EXE)): Separate creation of memory image and dumped
  executable since the dump may not work everywhere, add corresponding
  targets.
  (clisplib_DATA, clisplib_SCRIPTS, clisp-depends.mk): Adapt to former
  change.

KoenGu_OutOfTreeBuild_try3 2018-10-24 08:28:59 UTC
Out-of-tree build: Miscellaneous changes

Author: PeterPall
Author Date: 2018-10-24 07:37:24 UTC

Out-of-tree build: Miscellaneous changes

Another backport of a cygwin patch from Achim Gratz.

Original commit message:

* demo/Makefile.am, interfaces/xmaxima/Makefile.am, share/Makefile.am,
  tests/Makefile.am: Use $^, $(VPATH) and $(abspath …) to get the
  correct path.
* lisp-utils/defsystem.lisp (compute-system-path): Do not add relative
  paths to modules.
* share/logic/Makefile.am (logic-index.lisp): Find script via
  $(top_srcdir) instead of relative to the build directory.

Additionally changed the path to "maxima-local" so that "make check"
again works without requiring an install test.

KoenGu_OutOfTreeBuild_try2 2018-10-18 07:48:41 UTC
Tried to make the out-of-source-build of the doc dir work again.

Author: PeterPall
Author Date: 2018-10-18 07:48:33 UTC

Tried to make the out-of-source-build of the doc dir work again.

KoenGu_OutOfTreeBuild 2018-10-03 18:04:38 UTC
A patch chunk I had gotten wrong.

Author: PeterPall
Author Date: 2018-10-03 18:04:38 UTC

A patch chunk I had gotten wrong.

GclHintGarbageCollector 2018-04-28 07:58:45 UTC
Tried to hint gcl's garbage collector on when to run.

Author: PeterPall
Author Date: 2018-04-28 07:58:45 UTC

Tried to hint gcl's garbage collector on when to run.

MaintainableTranslations 2018-03-16 18:51:58 UTC
A try to resolve a few errors.

Author: PeterPall
Author Date: 2018-03-16 18:51:58 UTC

A try to resolve a few errors.

branch-5_41 2017-10-24 06:33:45 UTC
Avoid the endless loop of ECL if wxMaxima crashes

Author: PeterPall
Author Date: 2017-10-05 14:43:28 UTC

Avoid the endless loop of ECL if wxMaxima crashes

wxMaxima is connected to maxima via a network socket - which is the
standard way to connect to maxima. If wxMaxima crashes inexpectedly this
causes maxima to issue an error message - which normally caused an error
(as the error message was sent over the now-extinct network connection)
causing an endles loop that ate up 100% of one CPU => Added code that
causes maxima to quit if outputting an error message causes another error.

OutOfTreeBuilds 2017-10-02 17:52:06 UTC
Now share-subdirs.lisp should always be generated with the right contents if ...

Author: PeterPall
Author Date: 2017-10-02 17:52:06 UTC

Now share-subdirs.lisp should always be generated with the right contents if source_topdir is correct.

branch-5_40 2017-05-30 17:16:57 UTC
One more missing folder in maxima.spec.

Author: Viktor T. Toth
Author Date: 2017-05-30 17:16:57 UTC

One more missing folder in maxima.spec.

manualTranslationTweaks 2017-05-19 15:35:36 UTC
Updated all other .pot files.

Author: PeterPall
Author Date: 2017-05-19 15:35:36 UTC

Updated all other .pot files.

rtoy-compute-share-subdirs 2017-05-08 03:38:55 UTC
Compute share-subdirs at startup instead during configure.

Author: Raymond Toy
Author Date: 2017-05-08 03:38:55 UTC

Compute share-subdirs at startup instead during configure.

Basically restores the code from commit 2627603 that computed the
share subdirs at start up instead of using a fixed set (which is now
derived by configure). Needs more testing, especially with gcl.

rtoy-odepack 2017-05-06 15:47:47 UTC
Move dlsode routine to dlsode-interface.lisp.

Author: Raymond Toy
Author Date: 2017-05-06 15:47:47 UTC

Move dlsode routine to dlsode-interface.lisp.

branch-5_39 2017-03-06 08:15:40 UTC
Mac OS: Now maxima and wxMaxima should find the help system again.

Author: PeterPall
Author Date: 2017-03-06 08:01:03 UTC

Mac OS: Now maxima and wxMaxima should find the help system again.

read-compressed-info 2016-12-12 23:09:37 UTC
In package read_compressed_file, use defsystem to load files.

Author: Robert Dodier
Author Date: 2016-12-12 23:09:37 UTC

In package read_compressed_file, use defsystem to load files.
With this change, load(read_compressed_file) loads the package.

rtoy-complex-numerical-eval-returns-values 2016-10-30 18:47:25 UTC
Use return value from complex numerical eval

Author: Raymond Toy
Author Date: 2016-10-30 18:47:25 UTC

Use return value from complex numerical eval

The last uses of $rectform are gone, in favor of using the returned
values from complex-float-numerical-eval-p and
complex-bigfloat-numerical-eval-p.

Test suite passes.

rtoy-elliptic-pi-eval 2016-10-16 17:37:51 UTC
Add tests from but #3221

Author: Raymond Toy
Author Date: 2016-10-16 17:37:51 UTC

Add tests from but #3221

rtoy-verbose-generr-message 2016-06-05 00:22:45 UTC
Merge branch 'master' into rtoy-verbose-generr-message

Author: Raymond Toy
Author Date: 2016-06-05 00:22:45 UTC

Merge branch 'master' into rtoy-verbose-generr-message

branch-5_38 2016-06-02 17:08:05 UTC
Fix limit((x^(1/​x) - 1)*sqrt(x), x, inf)

Author: Dan Gildea <dgildea>
Author Date: 2016-06-02 17:08:05 UTC

Fix limit((x^(1/​x) - 1)*sqrt(x), x, inf)

src/limit.lisp:
o istrength: remove radicalp clause (can be handled by clauses for basic operators)
  Fixes #3142 limit((x^(1/x) - 1)*sqrt(x), x, inf) => inf
o simplimtimes: typo: 'infinity -> '$infinity
  Fixes #3143 limit((x^(1/x) - 1)*sqrt(x), x, 0, minus) => inf
  (now returns nounform, should be '$infinity)

tests/rtest_limit.mac
o add limit((x^(1/x) - 1)*sqrt(x), x, inf)
o add limit((x^(1/x) - 1)*sqrt(x), x, 0, minus)

rtoy-polylog-eval 2016-04-22 05:13:14 UTC
Update thresholds for ccl32 and ccl64

Author: Raymond Toy
Author Date: 2016-04-22 05:13:14 UTC

Update thresholds for ccl32 and ccl64

The polylog tests now pass on ecl too.

rtoy-add-ccl64-support 2016-04-07 00:38:16 UTC
Add support for testing ccl64.

Author: Raymond Toy
Author Date: 2016-04-07 00:38:16 UTC

Add support for testing ccl64.

rtoy-rfft 2016-04-02 17:20:09 UTC
Fix up some missing @end's and add some descriptions.

Author: Raymond Toy
Author Date: 2016-04-02 17:20:09 UTC

Fix up some missing @end's and add some descriptions.

o Some @end deffn's were missing so correct that error. Add
  appropriate catbox's too.
o Add some text to link between fft and the possible variations. Add
  note to use inverse_real_fft ot compute the inverse of real_fft.

promote-float-to-bigfloat 2016-03-12 06:16:38 UTC
Reapply 50ae20e on branch promote-float-to-bigfloat.

Author: Robert Dodier
Author Date: 2016-03-12 06:16:38 UTC

Reapply 50ae20e on branch promote-float-to-bigfloat.
This is the third of three commits for this purpose. At this point,
with these commits reapplied, we are back to the same version as
the trunk when I started reverting commits.

monstertrig-conditional-results 2015-12-21 21:27:10 UTC
In MONSTERTRIG, return conditional expressions for sin(m*x)*sin(n*x) when

Author: Robert Dodier
Author Date: 2015-12-21 21:27:10 UTC

In MONSTERTRIG, return conditional expressions for sin(m*x)*sin(n*x) when
MEQP cannot determine which case applies. As I am not getting enough support for
this idea, I will put this stuff on a branch in case it can be revived later.

branch-5_37 2015-11-24 19:56:03 UTC
info: A cross-reference from num to denom and vice versa. Also added 2 examples.

Author: PeterPall
Author Date: 2015-11-24 19:56:03 UTC

info: A cross-reference from num to denom and vice versa. Also added 2 examples.

makeinfo 2015-11-01 03:08:34 UTC
Did forget to commit these files.

Author: PeterPall
Author Date: 2015-11-01 03:08:34 UTC

Did forget to commit these files.

branch-5_36 2015-04-30 19:13:49 UTC
Increase version number to 5.36.1.

Author: Robert Dodier
Author Date: 2015-04-30 19:13:49 UTC

Increase version number to 5.36.1.

windows-ccl 2015-01-17 20:21:51 UTC
Fix plot3d with xmaxima format.

Author: andrejv
Author Date: 2015-01-17 20:21:51 UTC

Fix plot3d with xmaxima format.

branch-5_35 2014-12-16 07:30:52 UTC
fix zn_ tables for non-gcl

Author: Volker van Nek
Author Date: 2014-12-16 07:27:16 UTC

fix zn_ tables for non-gcl

(cherry picked from commit fc3f8b9e6d3b7f5d0057552a6b2d4c05beb89118)

branch-5_34 2014-09-08 20:00:24 UTC
Commit new version of coma.mac from Wilhelm Haager.

Author: Robert Dodier
Author Date: 2014-09-08 20:00:24 UTC

Commit new version of coma.mac from Wilhelm Haager.

branch-5_33 2014-04-02 17:22:29 UTC
In configure.in, set version to 5.33.0.

Author: Robert Dodier
Author Date: 2014-04-02 17:22:29 UTC

In configure.in, set version to 5.33.0.

ratsimpexpons-default-true 2014-02-03 02:04:15 UTC
Change default value of ratsimpexpons to true, per discussion on mailing list.

Author: Robert Dodier
Author Date: 2014-01-31 20:31:46 UTC

Change default value of ratsimpexpons to true, per discussion on mailing list.
However, that causes a lot of errors in the test suite, so I have put this
change on a branch. I have not figured out if the test suite discrepancies
are fixable in some way.

subst-lambda-rework 2014-01-10 02:07:59 UTC
Put rtest_subst on list of test suite files.

Author: Robert Dodier
Author Date: 2014-01-10 02:07:59 UTC

Put rtest_subst on list of test suite files.

branch-5_32 2014-01-02 17:46:00 UTC
Roll version forward to 5.32.1.

Author: Robert Dodier
Author Date: 2014-01-02 17:46:00 UTC

Roll version forward to 5.32.1.

prompt-work 2013-12-12 00:32:05 UTC
Add a contrib package to warn on non-decimal ibase

Author: Rupert Swarbrick
Author Date: 2013-12-04 00:41:03 UTC

Add a contrib package to warn on non-decimal ibase

Basically, I made a right idiot of myself at work this morning because I
had ibase: 16 from some hex calculations that I'd done the previous
evening. This package should stop me making the same mistake again, and
hopefully the plumbing that makes it work should be useful for other
users too.

branch-5_31 2013-10-15 04:33:42 UTC
Roll version number forward to 5.31.3.

Author: Robert Dodier
Author Date: 2013-10-15 04:33:42 UTC

Roll version number forward to 5.31.3.

parse-info 2013-06-21 12:09:28 UTC
Fix for bug #2597 (logcontract and subscripted log)

Author: Rupert Swarbrick
Author Date: 2013-06-21 12:05:04 UTC

Fix for bug #2597 (logcontract and subscripted log)

In LGCPLUS, when we acted on 42+log[x], we spotted that log[x] was a
logarithm with x as argument, but we stripped out the fact that it was
called as an array function. This patch fixes that behaviour in the
most simple-minded way possible, just ignoring such terms.

branch-5_30 2013-04-02 22:08:42 UTC
Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code into branch-5_30

Author: robert_dodier
Author Date: 2013-04-02 22:08:42 UTC

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code into branch-5_30

branch-5_29 2012-12-11 18:07:12 UTC
Ensure that CL-USER:*MAXIMA-BUILD-TIME* is defined for ECL.

Author: robert_dodier
Author Date: 2012-12-11 18:02:50 UTC

Ensure that CL-USER:*MAXIMA-BUILD-TIME* is defined for ECL.
This fixes a problem with ECL + Maxima + wxMaxima. Thanks to Edd Barrett for pointing it out.
(cherry picked from commit 041c906f4479935eec28c77219fbe67fce0d49de)

branch-5_28 2012-08-12 21:13:06 UTC
Change rpm "Release" value to omit host OS name.

Author: robert_dodier
Author Date: 2012-08-12 21:13:06 UTC

Change rpm "Release" value to omit host OS name.

branch-5_27 2012-05-01 12:49:16 UTC
Update to version used for 5.27.0 windows release

Author: David Billinghurst
Author Date: 2012-05-01 12:49:16 UTC

Update to version used for 5.27.0 windows release

branch-5_26 2011-12-23 02:45:53 UTC
Enclose multicharacter subscripts in curly braces.

Author: robert_dodier
Author Date: 2011-12-23 02:45:53 UTC

Enclose multicharacter subscripts in curly braces.
Resolves problem reported to mailing list 2011-12-22.

branch-5_25 2011-08-28 16:35:18 UTC
Roll revision forward to 5.25.1.

Author: Robert Dodier
Author Date: 2011-08-28 16:35:18 UTC

Roll revision forward to 5.25.1.

multiple-texinfo-dirs-branch 2011-07-25 14:53:51 UTC
Generalize Texinfo-based help system to handle Texinfo documentation

Author: robert_dodier
Author Date: 2011-07-25 14:53:51 UTC

Generalize Texinfo-based help system to handle Texinfo documentation
in multiple directories. In order to make use of the new system,
execute "perl <someplace>/build_index.pl my.info > my_index.lisp"
in each directory, and then load(my_index); in a Maxima session.
Then ? and ?? find items in my_index as well as the built-in
documentation index. The my.info file must be structured as stated
in share/template-standalone.texi.

From what I can tell, this scheme works as intended in a system
installed via make install or something like that (in which the actual
location of the info file is different from where it was at build time).

101188 of 388 results
This repository contains Public information 
Everyone can see this information.

Subscribers