Changes to 1.0.7: * SYNTAX: Added a possibility to exactly specify which variables are copied into a function's extra dictionary when it is being returned. E.g. "`(x) [x0] = (x-x0)" will copy x0 from the current context. This is a lot more efficient than the current behaviour which tries to copy everything referenced. * SYNTAX: Add "local" variables by specifying "local x,y,z" or "local *" as the first statement in a function. Local variables are not visible from higher contexts (functions called within) * CHANGE: all system parameters are now protected and cannot be redefined using the "parameter" keyword * Add UserVariables, UndefineAll, ProtectAll, and add Undefine as an alias to undefine. * Add trigonometric Fourier series related functions: NumericalFourierSeriesFunction, NumericalFourierSineSeriesFunction, NumericalFourierCosineSeriesFunction, FourierSeriesFunction, NumericalFourierSeriesCoefficients, NumericalFourierSineSeriesCoefficients, NumericalFourierCosineSeriesCoefficients, PeriodicExtension, EvenPeriodicExtension, OddPeriodicExtension * Fix changing floating point precision! * Fix uninitialized variable in graphing (Matthias Drochner) * Improve variable substitution for returned functions to be more efficient. Slightly changes behaviour with respect to global functions and variables used. * Plot windows now not treated annoyingly as dialogs * Fix compilation/decompilation of all function attributes. * Parse/Evaluate with a syntax error at end of string no longer terminate genius * Updated Mersenne stuff for the newest data from mersenne.org and fix MersennePrimeExponents * Fix opening new files from the command line. * Update the gel library to use the new language features. * Various other minor fixes * Translation updates (Philip Withnall, Jen Ockwell, Rodrigo Luiz Marques Flores, Daniel Nylander, Mario BlæÖttermann, me) * For some of the changes the author (Jiri) was partially supported by NSF grant DMS 0900885 and the University of Illinois at Urbana-Champaign
120 lines
4.5 KiB
Text
120 lines
4.5 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2009/09/03 13:15:20 asau Exp $
|
|
bin/genius
|
|
${PLIST.x11}bin/gnome-genius
|
|
include/genius/compil.h
|
|
include/genius/dict.h
|
|
include/genius/eval.h
|
|
include/genius/geloutput.h
|
|
include/genius/genius-i18n.h
|
|
include/genius/lexer.h
|
|
include/genius/matop.h
|
|
include/genius/matrix.h
|
|
include/genius/matrixw.h
|
|
include/genius/mpwrap.h
|
|
include/genius/mpzextra.h
|
|
include/genius/plug_api.h
|
|
include/genius/structs.h
|
|
include/genius/utype.h
|
|
lib/genius/libtestplugin.la
|
|
${PLIST.x11}libexec/genius-readline-helper-fifo
|
|
share/application-registry/genius.applications
|
|
${PLIST.x11}share/applications/gnome-genius.desktop
|
|
share/genius/gel/calculus/differentiation.gel
|
|
share/genius/gel/calculus/fourier.gel
|
|
share/genius/gel/calculus/integration.gel
|
|
share/genius/gel/calculus/limits.gel
|
|
share/genius/gel/calculus/loader.gel
|
|
share/genius/gel/calculus/sums_products.gel
|
|
share/genius/gel/combinatorics/factorial.gel
|
|
share/genius/gel/combinatorics/loader.gel
|
|
share/genius/gel/combinatorics/misc.gel
|
|
share/genius/gel/combinatorics/recursive_sequences.gel
|
|
share/genius/gel/equation_solving/diffeqs.gel
|
|
share/genius/gel/equation_solving/find_root.gel
|
|
share/genius/gel/equation_solving/formulas.gel
|
|
share/genius/gel/equation_solving/loader.gel
|
|
share/genius/gel/functions/complex_numbers.gel
|
|
share/genius/gel/functions/delta.gel
|
|
share/genius/gel/functions/elementary.gel
|
|
share/genius/gel/functions/kernels.gel
|
|
share/genius/gel/functions/loader.gel
|
|
share/genius/gel/functions/numerical.gel
|
|
share/genius/gel/functions/orthogonal_polynomials.gel
|
|
share/genius/gel/lib.cgel
|
|
share/genius/gel/linear_algebra/bilinear_forms.gel
|
|
share/genius/gel/linear_algebra/linear_algebra.gel
|
|
share/genius/gel/linear_algebra/loader.gel
|
|
share/genius/gel/linear_algebra/misc.gel
|
|
share/genius/gel/linear_algebra/special_matrices.gel
|
|
share/genius/gel/linear_algebra/subspaces.gel
|
|
share/genius/gel/loader.gel
|
|
share/genius/gel/misc/loader.gel
|
|
share/genius/gel/misc/misc.gel
|
|
share/genius/gel/number_theory/factoring.gel
|
|
share/genius/gel/number_theory/loader.gel
|
|
share/genius/gel/number_theory/misc.gel
|
|
share/genius/gel/number_theory/modulus.gel
|
|
share/genius/gel/number_theory/primes.gel
|
|
share/genius/gel/number_theory/quadratic.gel
|
|
share/genius/gel/sets/basic.gel
|
|
share/genius/gel/sets/loader.gel
|
|
share/genius/gel/statistics/basic.gel
|
|
share/genius/gel/statistics/loader.gel
|
|
share/genius/gel/symbolic/differentiation.gel
|
|
share/genius/gel/symbolic/loader.gel
|
|
share/genius/genius-graph.png
|
|
share/genius/genius.txt
|
|
share/genius/gtksourceview/genius.lang
|
|
share/genius/plugins/test.plugin
|
|
share/gnome/help/genius/C/figures/genius_window.png
|
|
share/gnome/help/genius/C/figures/line_plot.png
|
|
share/gnome/help/genius/C/figures/line_plot_graph.png
|
|
share/gnome/help/genius/C/figures/parametric.png
|
|
share/gnome/help/genius/C/figures/parametric_graph.png
|
|
share/gnome/help/genius/C/figures/surface_graph.png
|
|
share/gnome/help/genius/C/gel-function-list.xml
|
|
share/gnome/help/genius/C/genius.xml
|
|
share/gnome/help/genius/C/legal.xml
|
|
share/icons/hicolor/32x32/apps/genius-stock-plot.png
|
|
share/icons/hicolor/32x32/apps/gnome-genius.png
|
|
share/icons/hicolor/48x48/apps/genius-stock-plot.png
|
|
share/icons/hicolor/48x48/apps/gnome-genius.png
|
|
share/locale/ar/LC_MESSAGES/genius.mo
|
|
share/locale/az/LC_MESSAGES/genius.mo
|
|
share/locale/ca/LC_MESSAGES/genius.mo
|
|
share/locale/cs/LC_MESSAGES/genius.mo
|
|
share/locale/de/LC_MESSAGES/genius.mo
|
|
share/locale/dz/LC_MESSAGES/genius.mo
|
|
share/locale/el/LC_MESSAGES/genius.mo
|
|
share/locale/en_CA/LC_MESSAGES/genius.mo
|
|
share/locale/en_GB/LC_MESSAGES/genius.mo
|
|
share/locale/es/LC_MESSAGES/genius.mo
|
|
share/locale/fr/LC_MESSAGES/genius.mo
|
|
share/locale/ga/LC_MESSAGES/genius.mo
|
|
share/locale/hi/LC_MESSAGES/genius.mo
|
|
share/locale/hr/LC_MESSAGES/genius.mo
|
|
share/locale/it/LC_MESSAGES/genius.mo
|
|
share/locale/ja/LC_MESSAGES/genius.mo
|
|
share/locale/ko/LC_MESSAGES/genius.mo
|
|
share/locale/lv/LC_MESSAGES/genius.mo
|
|
share/locale/mk/LC_MESSAGES/genius.mo
|
|
share/locale/ml/LC_MESSAGES/genius.mo
|
|
share/locale/nb/LC_MESSAGES/genius.mo
|
|
share/locale/ne/LC_MESSAGES/genius.mo
|
|
share/locale/nl/LC_MESSAGES/genius.mo
|
|
share/locale/oc/LC_MESSAGES/genius.mo
|
|
share/locale/pa/LC_MESSAGES/genius.mo
|
|
share/locale/pl/LC_MESSAGES/genius.mo
|
|
share/locale/pt/LC_MESSAGES/genius.mo
|
|
share/locale/pt_BR/LC_MESSAGES/genius.mo
|
|
share/locale/rw/LC_MESSAGES/genius.mo
|
|
share/locale/sq/LC_MESSAGES/genius.mo
|
|
share/locale/sr/LC_MESSAGES/genius.mo
|
|
share/locale/sr@Latn/LC_MESSAGES/genius.mo
|
|
share/locale/sv/LC_MESSAGES/genius.mo
|
|
share/locale/zh_CN/LC_MESSAGES/genius.mo
|
|
share/locale/zh_TW/LC_MESSAGES/genius.mo
|
|
share/mime-info/genius.keys
|
|
share/mime-info/genius.mime
|
|
share/mime/packages/genius.xml
|
|
share/omf/genius/genius-C.omf
|