Powered by Apache

CVS log for OpenXM/src/k097/d.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 12 06:45:55 2021 UTC (3 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +4 -3 lines
Diff to previous 1.21 (colored)

cosmetic changes to remove warnings on MacOS.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 7 23:53:25 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.20: +15 -14 lines
Diff to previous 1.20 (colored)

All causes of the warnings are fixed.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Nov 2 01:33:26 2018 UTC (5 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.19: +6 -3 lines
Diff to previous 1.19 (colored)

clang cpp is called on FreeBSD.
k0 mode for emacs.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 2 08:20:09 2016 UTC (8 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Fixed for Clang.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 6 06:23:23 2013 UTC (10 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

return; in int valued functions is replaced by return number;

It still stops with a core for the input
(2).. /ff set
ff ::
cf. coeff.c

Revision 1.17 / (download) - annotate - [select for diffs], Sat May 6 09:40:26 2006 UTC (18 years 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.16: +2 -2 lines
Diff to previous 1.16 (colored)

Use cpp instead of gcc. (The current option does not work on gcc 4.x on MacOS X.)

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:24 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

The initialization of the variables of the type struct object
are added.  It is necessary to initialize the field "attr"
(object attribute) of stuct object.  cf. misc-2005/06/gfan/opt.sm1 test2.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 30 08:00:18 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Using gcc -E -P instead of cpp -P.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 16 02:40:10 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.13: +9 -1 lines
Diff to previous 1.13 (colored)

A workaround for Darwin (MacOS X) cpp trouble.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jul 22 07:39:57 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.12: +5 -4 lines
Diff to previous 1.12 (colored)

A workaround of a trouble of loadFileWithCpp on cygwin.
A trouble = temporary files cannot be unlinked.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 22 03:34:08 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.11: +1 -4 lines
Diff to previous 1.11 (colored)

Fixed a bug of the new loadFileWithCpp().

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 22 03:25:55 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.10: +41 -13 lines
Diff to previous 1.10 (colored)

The function loadFileWithCpp() is expected to work both on unix and
Windows.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 21 12:41:22 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.9: +3 -209 lines
Diff to previous 1.9 (colored)

The library libox_pathfinder.a is linked to ox_sm1, ox_k0, sm1, d0, and k0.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jul 13 08:18:27 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.8: +206 -9 lines
Diff to previous 1.8 (colored)

getLOAD_K0_PATH() becomes to work on windows-cygwin, windows-cygwin-on-X, windows-native
as well as unix.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 24 10:27:21 2002 UTC (22 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.7: +12 -3 lines
Diff to previous 1.7 (colored)

setjmp --> sigsetjmp
longjmp --> siglongjmp

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 8 05:26:48 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +20 -2 lines
Diff to previous 1.6 (colored)

* Cleaned unnecessary files and functions.
* Completed the new help system. Type in make in the directory
  OpenXM/src/k097/Doc

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 10 02:21:45 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.5: +43 -9 lines
Diff to previous 1.5 (colored)

BUG: load["xxx"];; did not search the file "xxx" in the LOAD_K_PATH.
The bug is fixed.

The function GetEnv is added.

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 4 11:05:19 2000 UTC (24 years ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)

Made a bug fix of selection strategy.
But, there still remain bugs for a class of problems.

Revision 1.4 / (download) - annotate - [select for diffs], Mon May 1 07:26:58 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

/lib/cpp ==> cpp

Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 23 07:59:55 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

outfile is NULL at startup.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 21 03:01:25 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124, RELEASE_1_1_2
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Added the tag $OpenXM$

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:14 1999 UTC (24 years, 7 months ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

o import OpenXM sources

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:14 1999 UTC (24 years, 7 months ago) by maekawa
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>