Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Tue Aug 10 04:51:19 2021 UTC (2 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

util_v and util_index ignore the letter _ at the beginning.  util_index(_v_12) returns [_v,[1,2]]

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 29 05:08:01 2021 UTC (3 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

The argument of @setfilname should start with asir-contrib-
xxxyyy_toc.html ==> xxxyyy.html
auto-search of browser for helph().

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 11 05:21:42 2021 UTC (3 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

bug fix.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 9 07:46:15 2021 UTC (3 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.22: +13 -3 lines
Diff to previous 1.22 (colored)

util_find_and_replace() accepts strings.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 24 02:47:20 2017 UTC (6 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Added "r" to open_file.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Mar 31 03:06:03 2017 UTC (7 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.20: +5 -1 lines
Diff to previous 1.20 (colored)

Existence of ox_pari.exe is checked and if it is not installed,
oxpari.start_win is aborted.

Revision 1.20 / (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.19: +2 -2 lines
Diff to previous 1.19 (colored)

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

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 27 05:47:56 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.18: +28 -1 lines
Diff to previous 1.18 (colored)

tk_util_damepathq(S)[0] returns 0 when S in the ShiftJIS code string contains no dame moji.
It returns non-zero number when S contains a dame moji.

Revision 1.18 / (download) - annotate - [select for diffs], Tue May 27 01:09:25 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

Bug fixes of helph().

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 26 07:21:31 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.16: +3 -8 lines
Diff to previous 1.16 (colored)

Fixed bugs.

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 26 06:52:43 2014 UTC (10 years ago) by takayama
Branch: MAIN
Changes since 1.15: +61 -1 lines
Diff to previous 1.15 (colored)

Updated helph() and added new utilities util_find_start(), util_docdir(),
util_file_exists().  [They have not been tested.]

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 23 05:40:11 2007 UTC (16 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12
Changes since 1.14: +7 -1 lines
Diff to previous 1.14 (colored)

Fixed taka_util_part() and add taka_util_split().

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 15 02:40:35 2006 UTC (17 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Added close_file().

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 30 08:24:07 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

util_write_string_to_a_file calls
put_byte with a string argument.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 11 22:15:42 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.11: +13 -1 lines
Diff to previous 1.11 (colored)

New command:
   util_timing( Q )
   example:  util_timing( quote([fctr(x^50-y^50), fctr(x^100-1)]));
New file:
   noro_print_default.rr sets the default setting of print_tex_form
   for asir-contrib.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 29 23:48:13 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.10: +1 -38 lines
Diff to previous 1.10 (colored)

Removed the obsolete codes.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jan 29 13:31:55 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.9: +57 -2 lines
Diff to previous 1.9 (colored)

Updated the implementation of taka_util_find_and_replace(),
which no longer uses append().

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 20 03:16:39 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

util_index(): fixed a bug.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 16 00:54:26 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.7: +29 -1 lines
Diff to previous 1.7 (colored)

util_v(V,Index) returns the indexed variable.
util_index(T) returns the name part and the index part of T.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 1 08:07:00 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

There was a typo in the previous commit.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 1 08:03:48 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fixed a bug of util_find_and_replace().

Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 16 07:44:31 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +70 -1 lines
Diff to previous 1.4 (colored)

Added new functions
  util_find_substr(), util_find_and_replace(), util_part().

Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 16 02:17:09 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +11 -1 lines
Diff to previous 1.3 (colored)

Added a new function util_write_string_to_a_file().

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 14 11:23:34 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Fixed a buf of util_filter(Command,In).

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 14 09:29:25 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1 (colored)

Added a new group of functions util.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 13 13:22:19 2002 UTC (21 years, 6 months ago) by takayama
Branch: MAIN

taka_util_filter(Filter Program,Input given in a string):
Output in a string.
Example:  taka_util_filter("sort","dog\ncat\nfish\n");
(It is not the final version.)

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>