Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/shell.c

[BACK] Up to [local] / OpenXM / src / kan96xx / Kan

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:47 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

All causes of the warnings are fixed.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 20 06:02:19 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

Added a note-class in the usages.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 29 02:51:41 2012 UTC (11 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

Added help messages for oxshell (to debug doPolymake).

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 3 11:08:54 2005 UTC (18 years, 10 months ago) by ohara
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.13: +2 -1 lines
Diff to previous 1.13 (colored)

Fixed grammatical problem for gcc4.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:23 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.12: +8 -8 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Thu Oct 14 10:08:09 2004 UTC (19 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

Turn off the error message of [(which) (??)] oxshell.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 23 09:03:42 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

malloc()'s are replaced by sGC_malloc() to solve the memory leak
trouble caused by ~taka/misc-2003/A2/bs-poly/bs2-leak.sm1, foo2.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 5 10:35:04 2004 UTC (20 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.9: +26 -3 lines
Diff to previous 1.9 (colored)

setenv --> mysetenv, unsetenv --> myunsetenv
(for Solaris).

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 13 13:29:44 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.8: +15 -4 lines
Diff to previous 1.8 (colored)

Fixed a bug of oxshell;
[(ls) (stringOut://hoge)]oxshell caused a trouble.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 5 07:05:24 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Remove temporary files after the execution of oxshell.
cf. keep_tmp_files

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 4 06:29:21 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.6: +23 -2 lines
Diff to previous 1.6 (colored)

Implemented killall, which terminates all the child processes.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 4 05:29:12 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.5: +154 -154 lines
Diff to previous 1.5 (colored)

untabify.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 4 05:27:19 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.4: +142 -4 lines
Diff to previous 1.4 (colored)

Some redirection operators are implemented.
Example:
 [(ls) (hoge) (2>) (stringOut://afo)] oxshell
    afo ::

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 3 23:26:39 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.3: +8 -2 lines
Diff to previous 1.3 (colored)

Fixed a bug on the command search.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 3 09:00:46 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +381 -2 lines
Diff to previous 1.2 (colored)

The first simple version of oxshell.
Example:
   /afo
     [(POINTS) nl
      (1 0 0) nl
      (1 1 0) nl
      (1 0 1) nl
      (1 1 1) nl
     ] cat
   def
   [(polymake) (stringInOut://afo.poly) (FACETS)] oxshell

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 3 01:21:43 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +36 -1 lines
Diff to previous 1.1 (colored)

The command shell:which is moved to a part of the primitive command
oxshell.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 24 12:38:17 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN

Added a new function KoxWhich();

Examples:
sm1>[(shell:which) (sm1)] extension ::
$/home/taka/OpenXM/bin/sm1$
sm1>[(shell:which) (hoge)] extension ::
Error: oxWhich_unix: could not find it in the path string.
%[null]
sm1>[(shell:which) (shell.c) (/home/taka/OpenXM/src/kan96xx/Kan)] extension ::
$/home/taka/OpenXM/src/kan96xx/Kan/shell.c$

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>