Up to [local] / OpenXM_contrib2 / asir2000 / parse
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:09 2020 UTC (4 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Added function prototypes.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 9 06:34:17 2018 UTC (6 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.19: +4 -1
lines
Diff to previous 1.19 (colored)
Defined a macro SIGUSR1 for Visual Studio.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.18: +125 -125
lines
Diff to previous 1.18 (colored)
Changed a tab to two space charaters.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 12 02:37:08 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.17: +6 -3
lines
Diff to previous 1.17 (colored)
Fixed a bug caused by SIGUSR1 signal during GC.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 30 09:40:30 2017 UTC (7 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.16: +21 -9
lines
Diff to previous 1.16 (colored)
On Windows, pari functions can be interupted.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:56 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.15: +5 -5
lines
Diff to previous 1.15 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 6 10:55:52 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Fixed description for mingw32/mingw64.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:53 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.13: +5 -5
lines
Diff to previous 1.13 (colored)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 13 18:40:31 2013 UTC (11 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Add declarations.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 13 07:45:28 2013 UTC (11 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
Fixed a builtin function heap() in Windows x64.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:45 2012 UTC (11 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.10: +33 -1
lines
Diff to previous 1.10 (colored)
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.10 / (download) - annotate - [select for diffs], Wed May 11 06:03:53 2011 UTC (13 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Fixed a bug of the built-in function time(). Now time() returns a correct result for allocated memory in 64 bits computer.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 16 17:23:52 2009 UTC (15 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (colored)
In Visual C++, private/gcconfig.h is included for defining the MSWIN32 macro. it is temporary.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 6 10:11:12 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Add new configure option --with-asir-gc which is yes by default. When --with-asir-gc=no the Risa/Asir is linked with the original Boehm's GC library but lose the following ability: 1. ctrl("adj") accepts only integers, 2. time() ignores the cost of GC.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 6 08:58:28 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.6: +14 -13
lines
Diff to previous 1.6 (colored)
Add new function GC_get_gctime to libasir-gc.a
Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 5 11:25:59 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.5: +2 -0
lines
Diff to previous 1.5 (colored)
Add keyword $OpenXM$ to the file.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 5 11:21:38 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.4: +8 -8
lines
Diff to previous 1.4 (colored)
Now gc_risa.c does not directly access internal variables of the GC library.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 5 08:37:02 2009 UTC (15 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.3: +12 -0
lines
Diff to previous 1.3 (colored)
Add two functions Risa_GC_get_adj and Risa_GC_set_adj to gc_risa.c. They are interfaces to global variables GC_free_space_divisor and GC_free_space_numerator in libasir-gc.a.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 11 15:54:03 2007 UTC (17 years ago) by ohara
Branch: MAIN
Changes since 1.2: +5 -0
lines
Diff to previous 1.2 (colored)
Now configure supports "--with-gc7" option. But patches are incomplete yet. Asir will print a message "stack overflow".
Revision 1.2 / (download) - annotate - [select for diffs], Sat Nov 12 08:10:56 2005 UTC (18 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Fixed a bug in get_allocwords().
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 24 10:01:39 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2
Added gc_risa.c for gc6.