Powered by Apache

CVS log for OpenXM_contrib2/asir2000/parse/load.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 25 23:25:03 2021 UTC (3 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +3 -2 lines
Diff to previous 1.33 (unified)

Removed __FILE__=... in asir2000.
Updated the version of gc.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.32: +274 -274 lines
Diff to previous 1.32 (unified)

Changed a tab to two space charaters.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 7 08:30:31 2017 UTC (7 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (unified)

Renamed reallocarray(). (reallocarray() -> asir_reallocarray())

Revision 1.31 / (download) - annotate - [select for diffs], Tue Aug 30 02:29:11 2016 UTC (7 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.30: +4 -1 lines
Diff to previous 1.30 (unified)

Set the defalut paper for help() to 'less', because it handles UTF-8 files
correctly.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 31 07:33:32 2016 UTC (8 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

Corrected traditional style argument declaration.

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: +9 -9 lines
Diff to previous 1.28 (unified)

Removed unneeded 'defined(__MINGW64__)'.

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

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

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 12 02:35:36 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (unified)

Add new switch "loadpath" to ctrl().

Example:
[0] ctrl("loadpath");
[/home/ohara/OpenXM/lib/asir-contrib,/home/ohara/OpenXM/lib/asir,.]
[1] ctrl("loadpath", cons("/tmp/lib/asir",@@))$
[2] ctrl("loadpath");
[/tmp/lib/asir,/home/ohara/OpenXM/lib/asir-contrib,/home/ohara/OpenXM/lib/asir,.]

Revision 1.26 / (download) - annotate - [select for diffs], Fri May 9 18:32:13 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.25: +4 -3 lines
Diff to previous 1.25 (unified)

Unified directory structures on both unix and windows.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 2 22:08:29 2014 UTC (10 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.24: +18 -19 lines
Diff to previous 1.24 (unified)

1. Changed search path in Windows.
2. Add a builtin function get_asirloadpath().

Revision 1.24 / (download) - annotate - [select for diffs], Sun Mar 30 10:48:16 2014 UTC (10 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.23: +11 -1 lines
Diff to previous 1.23 (unified)

${APPDATA}/asir/lib-asir-contrib is added to asir's search path in Windows.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 13 18:42:11 2013 UTC (10 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (unified)

Some "int" are replaced by "size_t".

Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:45 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 13 02:26:13 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.20: +10 -23 lines
Diff to previous 1.20 (unified)

Fixed a bug in load() in Windows.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:19 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.19: +4 -26 lines
Diff to previous 1.19 (unified)

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

Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 5 08:28:04 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.18: +3 -4 lines
Diff to previous 1.18 (unified)

Fixed a bug in load_and_execfile used in exec() and import().

Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 28 09:20:38 2005 UTC (19 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (unified)

Fixed a bug in load.c (added an sprintf() call for creating asir_libdir).
Updated project files.
Added procedures for copying asir-contrib.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 24 23:40:50 2005 UTC (19 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.16: +28 -6 lines
Diff to previous 1.16 (unified)

If the environmental variable ASIR_CONTRIB_DIR is set,
then this place is looked for to load files.
Else if the environmental variable OpenXM_HOME is set,
then $OpenXM_HOME/lib/asir-contrib is looked for to load files.
If they are not set,
  /usr/local/lib/asir-contrib (unix) or
  getrootdir()/lib-asir-contrib (windows)
are looked for to load files.
cf. ASIR_LIBDIR

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 24 22:54:22 2005 UTC (19 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.15: +7 -3 lines
Diff to previous 1.15 (unified)

When ASIRLOADPATH is not set, asir crashes.
The bug is fixed.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 24 12:46:45 2005 UTC (19 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.14: +13 -3 lines
Diff to previous 1.14 (unified)

There was a buffer overflow vulnerability by utilizing the environmental
variable ASIRLOADPATH.
The vulnerability is fixed.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 18 01:59:41 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b
Changes since 1.13: +5 -2 lines
Diff to previous 1.13 (unified)

Changes for Windows version.
asir32gui now assumes that the HTML help library is in
C:\program files\HTML help workshop\lib.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 5 08:45:49 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

Fixed a bug in search_executable.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 5 08:34:43 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.11: +5 -3 lines
Diff to previous 1.11 (unified)

Fixed a bug in search_executable.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 2 08:28:49 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.10: +16 -13 lines
Diff to previous 1.10 (unified)

Added code to search "jless" if necessary.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 2 07:44:02 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.9: +42 -4 lines
Diff to previous 1.9 (unified)

Added an alias "asir_setenv" for "ctrl".

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:06 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (unified)

Modifications to support cygwin.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:24 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.7: +21 -29 lines
Diff to previous 1.7 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 20 09:14:14 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (unified)

Fixed the bug on printing in load_exec().

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 20 09:03:27 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.5: +23 -1 lines
Diff to previous 1.5 (unified)

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.5 / (download) - annotate - [select for diffs], Fri Nov 10 08:28:53 2000 UTC (23 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.4: +52 -102 lines
Diff to previous 1.4 (unified)

load() in Windows version now uses the content of an environment TMP
as the temporary directory.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:27 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

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

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

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

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 19 05:05:04 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124, RELEASE_1_1_2
Changes since 1.1: +1 -276 lines
Diff to previous 1.1 (unified)

load.c has been Simplified. (Removed old broken codes.)

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

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:12 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>