Powered by Apache

CVS log for OpenXM/src/ox_ntl/ntlconv.cpp

[BACK] Up to [local] / OpenXM / src / ox_ntl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 18 01:28:52 2013 UTC (10 years, 6 months ago) by iwane
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.5: +10 -12 lines
Diff to previous 1.5 (colored)

update NTL 5.3.3 -> 6.0.0 and fix compile errors

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 27 14:19:50 2003 UTC (20 years, 5 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.4: +3 -8 lines
Diff to previous 1.4 (colored)

fixed

Revision 1.4 / (download) - annotate - [select for diffs], Mon Nov 17 12:04:20 2003 UTC (20 years, 5 months ago) by iwane
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

fix a bug

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 16 13:48:08 2003 UTC (20 years, 5 months ago) by iwane
Branch: MAIN
Changes since 1.2: +9 -2 lines
Diff to previous 1.2 (colored)

fixed memory leak in ZZ_to_cmo_zz(ostrstream)

Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 15 09:06:20 2003 UTC (20 years, 5 months ago) by iwane
Branch: MAIN
Changes since 1.1: +207 -3 lines
Diff to previous 1.1 (colored)

block interrupt input.

add ox_ntl command "lll"
e.g.
[1081] M=newmat(2,2,[[10,0],[-7,3]]);
[ 10 0 ]
[ -7 3 ]
[1082] ntl.lll(PID, M);
[ 3 3 ]
[ 4 -6 ]

add local cmo-object

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 8 12:34:00 2003 UTC (20 years, 5 months ago) by iwane
Branch: MAIN

added signal handler - SIGUSR1
move stack functions   oxserv.c ==> oxstack.c
                       oxserv.h ==> oxstack.h
move convert functions ntl.cpp  ==> ntlconv.cpp

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>