Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/cfep-init.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 6 04:33:11 2019 UTC (4 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

no_debug_on_error is set for cfep and jupyter.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 22 07:05:55 2018 UTC (5 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Use of OpenGL is turned off, because it is obsoleted in the recent MacOS.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 29 11:19:55 2014 UTC (10 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.6: +4 -1 lines
Diff to previous 1.6 (colored)

asir_contrib_update() and helph() support cfep/asir.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 12 01:08:35 2006 UTC (17 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.5: +22 -1 lines
Diff to previous 1.5 (colored)

New command cfep.png_form() only for MacOS/cfep/asir.

import("names.rr");
for (I=4; I<10; I++) {
  cfep.png_form(poly_factor(x^I-1));
  print("--------");
}

Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 4 20:35:16 2006 UTC (17 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

Remove unnecessary newline in the cfep output window,
when glib_ functions are used.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 10 11:48:02 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +13 -1 lines
Diff to previous 1.3 (colored)

1. Improved error messages.
2. Added new selctor outputBorderLine:
3. Added new OpenGL commands glDisable, glEnable, glLineStipple, glLineWidth, glNormal3f.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 8 04:58:15 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.2: +37 -3 lines
Diff to previous 1.2 (colored)

1.Bug fix of meta_removeAllInit.
2. glib_clear(), glib_remove_last(), glib_set_pixel_size() are introduced (only cfep for now).

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 7 11:25:09 2006 UTC (18 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Update of the new cfep of the previous commit.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 3 10:55:32 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN

Initial version of cfep-init.rr which is loaded from ox_texmacs with the
option --asirInitFile and is defines cfep.draw_obj() etc.
ox_texmacs removes  \nend$ and \nend; before sending commands to the engine.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>