Up to [local] / OpenXM_contrib2 / asir2000 / builtin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:50 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +21 -21
lines
Diff to previous 1.4 (colored)
Changed a tab to two space charaters.
Revision 1.4 / (download) - annotate - [selected], Thu Sep 3 23:05:36 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.3: +26 -1
lines
Diff to previous 1.3 (colored)
Added (private) functions related to restriction of 1F1 equations. comp_f(L1,L2) : comparison of two lists of linear factors with multiplicity. indep_rows_mod(Mat,Mod) : find a basis of the row space.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 6 11:58:51 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.2: +4 -7
lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)
Fixed a bug in Z.c (added #include "base.h").
Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 29 08:50:23 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +41 -1
lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)
Added a file engine/Z.c to Makefile.{am,in}.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 14 03:51:38 2002 UTC (22 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2
Diff to selected 1.4 (colored)
Added a file builtin/user.c to add user-defined builtin functions.