Powered by Apache

CVS log for OpenXM_contrib2/asir2000/plot/ox_plot.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:09 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored)

Added function prototypes.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:55 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.30: +231 -231 lines
Diff to previous 1.30 (colored)

Changed a tab to two space charaters.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Aug 30 09:40:30 2017 UTC (6 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.29: +1 -3 lines
Diff to previous 1.29 (colored)

On Windows, pari functions can be interupted.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:56 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.28: +4 -10 lines
Diff to previous 1.28 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:42 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.27: +7 -2 lines
Diff to previous 1.27 (colored)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:53 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 27 07:58:29 2014 UTC (9 years, 10 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.25: +17 -11 lines
Diff to previous 1.25 (colored)

plot function to original version
add new plot function type NG
ifplotOld => ifplot
ifplot => ifplotNG

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 12 16:54:41 2014 UTC (9 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.24: +62 -36 lines
Diff to previous 1.24 (colored)

new plot function plotNGs

Revision 1.24 / (download) - annotate - [select for diffs], Fri Dec 20 02:27:17 2013 UTC (10 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Added #if defined(INTERVAL) in the files in plot.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 19 05:48:24 2013 UTC (10 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.22: +100 -103 lines
Diff to previous 1.22 (colored)

add new ifplot functioin
ifplotD,ifplotQ,ifplotB,ineqnD,ineqnQ,ineqnB,ineqnandD,ineqnandQ,ineqnandB,
ineqnnorD,ineqnnorQ,ineqnnorB,plotoverD,plotoverQ,plotoverB

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 10 04:51:58 2011 UTC (12 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.21: +27 -1 lines
Diff to previous 1.21 (colored)

add ineqn functions.
objcp,ineqn,ineqnover,ineqnand,ineqnor,ineqnxor,ineqnmain,obj_op
include INTERVAL

Revision 1.21 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:20 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (colored)

Corrected the behavior of load operation.
(CAUTION: may contain critical bugs.)

Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 13 05:48:36 2004 UTC (20 years, 2 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

transported asir to FreeBSD amd64

Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:19 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.18 / (download) - annotate - [select for diffs], Fri Aug 2 02:41:04 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

SM_nop is necessary for VC++ version.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 2 02:28:29 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

ifplot, conplot, open_canvas now automatically searches valid ox_plot server.
If no server is available, an ox_plot server is newly invoked.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 10 05:29:36 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15 (colored)

Added a builtin function draw_string().

draw_string(ID,INDEX,POSITION, STRING [,COLOR])
     :: Draws a character string STRING at POSITION  on a canvas.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 27 07:51:18 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

Fixed an incompatibility of jmp_buf and sigjmp_buf.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:07 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Modifications to support cygwin.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:27 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 22 09:19:21 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.11: +11 -4 lines
Diff to previous 1.11 (colored)

memory_ifplot() : a version of ifplot() which pushes
[Width,Height,ByteArray] onto the stack, where ByteArray represents
a bitmap. (experimental)

(x,y) <-> ByteArray[y*len+((x)>>3)] & ((x)&7)

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 20 09:03:28 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

1. load_exec(FileName) : load and execute FileName. It can be used for
   demand loading.
   Caution : load_exec() cannot be nested. load() should be used within
   a load_exec() execution.
   XXX : there is a bug on printing of evaluted value containing load_exec().
2. Arithimetics of quoted objects has been implemented.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 9 01:51:12 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.9: +10 -5 lines
Diff to previous 1.9 (colored)

If the canvas does not exist, ox_plot server pushes an error packet
agaist the draw_obj request.

One can specify colors for draw_obj (currently Windows only).

draw_obj(Id,Index,Point,Color)

Color is specified by 3 bytes integer RRGGBB.
If Color is not specified, black is used.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 7 06:06:40 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.8: +29 -12 lines
Diff to previous 1.8 (colored)

Enhanced the multiplication in Weyl algebra.

Added and modified some new functions related to plotting.
(sorry, not documented yet)

ifplot(), conplot(), plot() : push the 'index' which indicates
the index of the created canvas. A canvas is specified by (Id,Index),
where Id is the identifier for an ox server.

open_canvas(Id): create a white canvas.

draw_obj(Id,Index,PointOrSegment): create a white canvas. This function
also pushes the index.

PointOrSegment : a list. If the length is 2, it is regarded as a point.
If the length is 4, it is regarded as a line segment.

clear_canvas(Id,Index): clears the canvas.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 6 06:05:24 2000 UTC (23 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.7: +23 -367 lines
Diff to previous 1.7 (colored)

Modified launcher related functions so that ox servers run on Windows.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 12 06:05:31 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.6: +3 -15 lines
Diff to previous 1.6 (colored)

ox_send_data() (the function for replying to popCMO) now returns an error
object when the data violates the mathcap.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:31 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Sorry, the email address in the license agreement was incorrect.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:50 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.4: +49 -1 lines
Diff to previous 1.4 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 7 08:46:41 2000 UTC (23 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.3: +31 -1 lines
Diff to previous 1.3 (colored)

Added supports for ox_dupErrors and ox_getsp.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 13 06:51:09 2000 UTC (24 years ago) by noro
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Added '#include <signal.h>' in plot/ox_plot.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:13 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

Cleaned up source files for creating libasir*.a with various
configurations.

Added new targets in src/asir2000/Makefile

install-lib-with-pari : libasir_pari.a -> OpenXM/lib
install-lib-small : libasir.a -> OpenXM/lib
install : asir libasir_pari_X.a libasir_gc.a -> OpenXM/lib

libasir_pari_X.a requires libpari.a and X11 libraries.
libasir_pari.a requires libpari.a.
libasir.a requires nothing.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:13 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:13 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

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>