Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.100 / (download) - annotate - [select for diffs], Fri Mar 29 04:43:18 2019 UTC (5 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (unified)

get_gcversion() is up to date.

Revision 1.99 / (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.98: +440 -440 lines
Diff to previous 1.98 (unified)

Changed a tab to two space charaters.

Revision 1.98 / (download) - annotate - [select for diffs], Tue Mar 27 06:29:19 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.97: +3 -1 lines
Diff to previous 1.97 (unified)

If the control switch evalef is set to 1, then elementary functions
are immediately evaluated and no variables corresponding to the values
of elementary functions are appended to the variable list.

Revision 1.97 / (download) - annotate - [select for diffs], Wed Aug 30 09:40:30 2017 UTC (6 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.96: +54 -2 lines
Diff to previous 1.96 (unified)

On Windows, pari functions can be interupted.

Revision 1.96 / (download) - annotate - [select for diffs], Tue Aug 29 07:18:30 2017 UTC (6 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.95: +11 -2 lines
Diff to previous 1.95 (unified)

Added new commandline option "-d" which enables Risa/Asir debugger.
The option works only on Windows console because asir.exe now
disables the debugger by default.

Revision 1.95 / (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.94: +4 -4 lines
Diff to previous 1.94 (unified)

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

Revision 1.94 / (download) - annotate - [select for diffs], Fri Aug 26 04:51:34 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (unified)

Added a declaration of a variable.

Revision 1.93 / (download) - annotate - [select for diffs], Wed Aug 24 08:21:03 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (unified)

replaced checking recv_intr by check_intr().

Revision 1.92 / (download) - annotate - [select for diffs], Wed Aug 24 05:33:58 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.91: +38 -22 lines
Diff to previous 1.91 (unified)

signal() are replaced by sigaction().

Revision 1.91 / (download) - annotate - [select for diffs], Wed Aug 19 05:29:23 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90 (unified)

ox_pari is shut down upon interruption.

Revision 1.90 / (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.89: +50 -37 lines
Diff to previous 1.89 (unified)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:42 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.88: +28 -1 lines
Diff to previous 1.88 (unified)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.88 / (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.87: +19 -19 lines
Diff to previous 1.87 (unified)

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

Revision 1.87 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.86: +1 -20 lines
Diff to previous 1.86 (unified)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.86 / (download) - annotate - [select for diffs], Mon Mar 16 00:08:32 2015 UTC (9 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (unified)

Renamed toplevel() in parse/glob.c to goto_toplevel().
Fixed a bug in Hgfs.c.

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

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

Revision 1.84 / (download) - annotate - [select for diffs], Fri Nov 29 08:21:29 2013 UTC (10 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.83: +17 -1 lines
Diff to previous 1.83 (unified)

1. Fixed the incorrect behavior of Windows asirgui when Ctrl-C is sent.
2. Interruption is now handled during Hensel lifting int the univariate
   factorizor.

Revision 1.83 / (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.82: +6 -1 lines
Diff to previous 1.82 (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.82 / (download) - annotate - [select for diffs], Wed May 30 02:24:33 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.81: +2 -6 lines
Diff to previous 1.81 (unified)

Boehm GC is upgraded to version 7.2b.

Revision 1.81 / (download) - annotate - [select for diffs], Wed May 9 06:17:13 2012 UTC (11 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (unified)

Boehm GC is upgraded to version 7.2 alpha6.
After this commit, Risa/Asir can be built on MacOS X 10.6 and 10.7.

Revision 1.80 / (download) - annotate - [select for diffs], Thu Jun 16 08:17:15 2011 UTC (12 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (unified)

0's in the arguments of mknode, mksnode and mkfnode have been changed to
NULLP (=(void *)0).

Revision 1.79 / (download) - annotate - [select for diffs], Tue Aug 3 04:34:44 2010 UTC (13 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.78: +15 -5 lines
Diff to previous 1.78 (unified)

Modified cppname_init() so that it first searches OpenXM_HOME/bin/ox_cpp.
Modified afternl() so that it accepts #line nn as well as # nn for outputs
of cpp.

Revision 1.78 / (download) - annotate - [select for diffs], Sun Aug 1 08:44:15 2010 UTC (13 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.77: +5 -2 lines
Diff to previous 1.77 (unified)

If ox_cpp exists in $PATH, then it is used as a C pre-processor by asir.

Revision 1.77 / (download) - annotate - [select for diffs], Wed May 26 06:32:49 2010 UTC (13 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.76: +6 -2 lines
Diff to previous 1.76 (unified)

Fixed a bug in int_handler().
Now ctrl-D for interrupt prompt is ignored.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Mar 18 05:13:47 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (unified)

Updated the copyright notice for GC 7.1

Revision 1.75 / (download) - annotate - [select for diffs], Thu Feb 5 08:37:02 2009 UTC (15 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12
Changes since 1.74: +7 -6 lines
Diff to previous 1.74 (unified)

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.74 / (download) - annotate - [select for diffs], Wed Mar 19 07:05:56 2008 UTC (16 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (unified)

1. updated the copyright notice for gc6.
2. reconstructed patches for gc6 as follows:
   gc6.diff      -- a collection of patches on several platforms
   gc6-risa.diff -- related to parse/gc_risa.c

Revision 1.73 / (download) - annotate - [select for diffs], Fri Jan 4 16:42:19 2008 UTC (16 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (unified)

Ed Schouten <ed@fxq.nl> send to me.
includes the <sgtty.h> header file on FreeBSD,
even though it isn't needed (one might wonder which platform *does* need
it). We'd better not include it, because sgtty.h has been deprecated for
a very very long time.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Nov 15 05:39:39 2007 UTC (16 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.71: +18 -8 lines
Diff to previous 1.71 (unified)

Add get_gcversion()

Revision 1.71 / (download) - annotate - [select for diffs], Wed Sep 19 05:56:01 2007 UTC (16 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.70: +1 -2 lines
Diff to previous 1.70 (unified)

Modified dp_get_denomlist() so that it also gathers the head coeffs of
intermediate basis elements.

Revision 1.70 / (download) - annotate - [select for diffs], Wed Sep 19 05:43:00 2007 UTC (16 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (unified)

Add a function dp_get_denomlist() to get the list of removed denominators
during an execution of dp_gr_main().

Revision 1.69 / (download) - annotate - [select for diffs], Sat Sep 15 10:17:08 2007 UTC (16 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.68: +15 -7 lines
Diff to previous 1.68 (unified)

Modified assembly language codes for Darwin.

Revision 1.68 / (download) - annotate - [select for diffs], Wed Jan 3 15:48:08 2007 UTC (17 years, 4 months ago) by fujiwara
Branch: MAIN
CVS Tags: DEB_REL_1_2_3-9
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (unified)



Update copyright strings. (2006-->2007)

Revision 1.67 / (download) - annotate - [select for diffs], Thu Sep 28 07:43:45 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.66: +2 -4 lines
Diff to previous 1.66 (unified)

Removed unnecessary functions.

Revision 1.66 / (download) - annotate - [select for diffs], Mon Sep 25 04:57:54 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.65: +4 -2 lines
Diff to previous 1.65 (unified)

Added a batch mode toplevel function, which is enable by "-batch" option.

Revision 1.65 / (download) - annotate - [select for diffs], Fri Feb 24 01:15:57 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.64: +3 -1 lines
Diff to previous 1.64 (unified)

Fixed a common bug in primdec*.
Fixed a bug in int_hander.

Revision 1.64 / (download) - annotate - [select for diffs], Fri Feb 10 23:56:44 2006 UTC (18 years, 2 months ago) by fujiwara
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (unified)



Update copyright strings. (2005-->2006)

Revision 1.63 / (download) - annotate - [select for diffs], Wed Feb 8 04:33:50 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.62: +5 -1 lines
Diff to previous 1.62 (unified)

Modified asir_terminate() for Windows.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:19 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.61: +12 -23 lines
Diff to previous 1.61 (unified)

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

Revision 1.61 / (download) - annotate - [select for diffs], Fri Feb 3 03:55:18 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.60: +10 -9 lines
Diff to previous 1.60 (unified)

Added a function exec(filename), which is similar to load(), but it
immediately execute statements in the file. (load() simply redirects
the input stream.)

Adde a function import(filename), which is a variant of exec().
It remembers the name of the executed file and it does not execute
the same file twice, unless an option '|reimport=1' is supplied.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Oct 26 07:33:03 2005 UTC (18 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.59: +4 -2 lines
Diff to previous 1.59 (unified)

Added a new category of programming variables for representing patterns:
_X, _Y etc.

Revision 1.59 / (download) - annotate - [select for diffs], Mon Oct 10 15:16:38 2005 UTC (18 years, 6 months ago) by saito
Branch: MAIN
Changes since 1.58: +5 -4 lines
Diff to previous 1.58 (unified)

use PARIVERSION,
and modify pari lib function fetch_named_var interface.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Aug 24 06:28:39 2005 UTC (18 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.57: +11 -6 lines
Diff to previous 1.57 (unified)

Fixed a bug in substitution for Laurent poly.
Added a ctrl switch "terse" for avoiding some messages.

Revision 1.57 / (download) - annotate - [select for diffs], Tue Jul 12 02:37:32 2005 UTC (18 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (unified)

Updated the verison numbers.

Revision 1.56 / (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.55: +2 -1 lines
Diff to previous 1.55 (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.55 / (download) - annotate - [select for diffs], Thu Jan 27 23:58:21 2005 UTC (19 years, 3 months ago) by fujiwara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.54: +3 -3 lines
Diff to previous 1.54 (unified)

update copyright( 2004-->2005 ).

Revision 1.54 / (download) - annotate - [select for diffs], Sat Dec 18 09:25:58 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.53: +7 -7 lines
Diff to previous 1.53 (unified)

asir_terminate() executes callbacks before closing streams.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Dec 17 03:09:08 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.52: +22 -54 lines
Diff to previous 1.52 (unified)

Added functions:
add_handler("intr" or "quit",func) put func on the top of the callback list.
clear_handler("intr" or "quit") clear the callback list.
list_handler("intr" or "quit")  ["fname1","fname2",...].

Revision 1.52 / (download) - annotate - [select for diffs], Wed Dec 15 22:51:40 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (unified)

Added a ctrl flag "no_debug_on_error". If set to 1, the interpreter
does not enter the debug mode.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Nov 24 06:01:04 2004 UTC (19 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.50: +3 -2 lines
Diff to previous 1.50 (unified)

Added a flag for ctrl() : error_in_timer.
if error_in_timer is set to 1, then an error within a timer environment
is properly handled as a usual one. (Default: such an error is identified
with a timer expiration.)

Revision 1.50 / (download) - annotate - [select for diffs], Wed Jun 30 06:26:39 2004 UTC (19 years, 10 months ago) by fujiwara
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (unified)

update copyright

Revision 1.49 / (download) - annotate - [select for diffs], Fri May 14 09:20:57 2004 UTC (19 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (unified)

Modified the treatment of option.
It is set in a variable 'current_option'.
dp_ptod accepts options.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Feb 27 09:13:04 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.47: +58 -13 lines
Diff to previous 1.47 (unified)

Added an experimental interface to TeXmacs.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Feb 25 06:43:52 2004 UTC (20 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.46: +37 -15 lines
Diff to previous 1.46 (unified)

Add asir function "copyright()".

Revision 1.46 / (download) - annotate - [select for diffs], Mon Feb 9 08:23:30 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45 (unified)

Added a function range(x,y), which generates a RANGE object.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Feb 5 08:28:53 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (unified)

Added a new order type (composite order).

Revision 1.44 / (download) - annotate - [select for diffs], Wed Feb 4 07:42:07 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.43: +12 -1 lines
Diff to previous 1.43 (unified)

Added a new data type "Symbol".

Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 25 11:54:10 2004 UTC (20 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (unified)

Add directives for Interix3

Revision 1.42 / (download) - annotate - [select for diffs], Wed Jan 7 06:25:42 2004 UTC (20 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.41: +6 -1 lines
Diff to previous 1.41 (unified)

Add a command line option "-E" and control command "asir_setenv".
If the option set, then Asir use the C preprosesser (cpp) to read
a file specified by the command line option "-f".

Revision 1.41 / (download) - annotate - [select for diffs], Wed Dec 3 09:32:36 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (unified)

Added several functions:
accept_102(port,peerrank),
connect_102(host,port,peerrank),
ox_send_cmo_102(peerrank,data),
ox_recv_cmo_102(peerrank).

Revision 1.40 / (download) - annotate - [select for diffs], Tue Nov 11 06:14:08 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.39: +22 -1 lines
Diff to previous 1.39 (unified)

Added a function toplevel().

Revision 1.39 / (download) - annotate - [select for diffs], Mon Oct 20 09:17:52 2003 UTC (20 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.38: +10 -7 lines
Diff to previous 1.38 (unified)

Added ctrl("prompt",A)

A=0 => no prompt
A=1 => starndard prompt
A=a string with exactly one '%' => format specification for printf.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Oct 19 02:54:41 2003 UTC (20 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.37: +6 -1 lines
Diff to previous 1.37 (unified)

(1) Add a commond line option "-quiet" to asir.
(2) Add a key "quiet_mode" of the builtin function "ctrl".

Revision 1.37 / (download) - annotate - [select for diffs], Fri Sep 12 01:12:41 2003 UTC (20 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (unified)

Fixed a bug in error().
Improved F4 in nd.c.

Revision 1.36 / (download) - annotate - [select for diffs], Fri May 16 07:56:16 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (unified)

Added a declaration of global user-defined function in a module.

module xxx;
...
globalf a,b,c;
...
endmodule;

In the above, a, b, c are searched in the list of user-defined functions,
which are defined outside modules.

Revision 1.35 / (download) - annotate - [select for diffs], Wed May 14 06:20:12 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.34: +5 -2 lines
Diff to previous 1.34 (unified)

'module' has been added experimentally.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Apr 2 09:43:33 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.33: +46 -9 lines
Diff to previous 1.33 (unified)

The function cppname_init() will set a fullpath of cpp to cppname[].

Revision 1.33 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:59 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (unified)

All the modifications wrt switches were reverted.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:31 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.31: +12 -6 lines
Diff to previous 1.31 (unified)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:18 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.30: +9 -9 lines
Diff to previous 1.30 (unified)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jan 6 01:16:40 2003 UTC (21 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (unified)

Added functions to compute minipolys over rational function fields.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 9 00:42:15 2002 UTC (21 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

1. eval_str() now creates new variabls.
2. The registered handler is called before ox_resetenv() is called.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Sep 11 08:57:21 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (unified)

Updated the copyright notice of PARI.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jul 26 00:33:03 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified)

Modified the behavior of red() so that it cancels sign.

Revision 1.26 / (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_1
Changes since 1.25: +7 -7 lines
Diff to previous 1.25 (unified)

Modifications to support cygwin.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Dec 21 08:23:15 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (unified)

Ported to CYGWIN. (IPC has not yet been available.)

Revision 1.24 / (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.23: +23 -40 lines
Diff to previous 1.23 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.23 / (download) - annotate - [select for diffs], Fri Oct 5 10:23:07 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22 (unified)

Updates for linking libpari-2.2 in Windows version.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Sep 5 01:20:19 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (unified)

Fixed a bug in notdef(), which is called when an arithmetic operation
for a data type is undefined.

Revision 1.21 / (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.20: +13 -17 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Wed Jun 27 09:14:08 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.19: +5 -1 lines
Diff to previous 1.19 (unified)

SIGPIPE is now ignored when asir_terminate() is executed.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 15 07:56:06 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.18: +11 -13 lines
Diff to previous 1.18 (unified)

AIX support (32bit version)

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 4 02:49:48 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

Modifications to support Mac OS X.
Note: /usr/bin/cpp of Mac OS X seems to be broken. I had to add

-D__ppc__ -D__NATURAL_ALIGNMENT__ -D__MACH__ -D__BIG_ENDIAN__ -D__APPLE__

as OPTS. Without these options imake does not work properly.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 19 01:26:36 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.16: +6 -1 lines
Diff to previous 1.16 (unified)

Modified the opening message so that it displays '+ Interval Arithmetic'
if the binary is configured with '-DINTERVAL'.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 19 00:44:02 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (unified)

Added #if-#endif for non-Windows specific codes.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 16 01:54:55 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.14: +8 -1 lines
Diff to previous 1.14 (unified)

timer() is now safe against error() call during the execution of the specified
function.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 8 07:49:13 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.13: +10 -4 lines
Diff to previous 1.13 (unified)

Fixed a bug in al.c (QE).
Added a builtin function put_byte().
yylex() now skips CTRL(M).
Modified version(). It returns the information of distribution.
Added copyright notices.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 22 10:03:31 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.12: +22 -1 lines
Diff to previous 1.12 (unified)

Add to Fep function.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:57 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.11: +8 -143 lines
Diff to previous 1.11 (unified)

Removed ugly '#if defined(THINK_C)'.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 8 06:21:18 2000 UTC (23 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (unified)

Several fixes for the Windows version.
A very very dirty hack to use ox_plot without the log window.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 28 06:13:15 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.9: +2 -2 lines
Diff to previous 1.9 (unified)

Corrected the copyright notice.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:26 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

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

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

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

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 13 05:09:03 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (unified)

I'm sorry. I have to commit too many modifications at once.

Major modifications are for optimization of modular groebner base computation.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 5 03:21:58 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (unified)

Fixed a bug in builtin debugger.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:12 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (unified)

Cleaned up source files for creating libasir*.a with various
configurations.

Added new targets in src/asir2000/Makefile

install-lib-with-pari : libasir_pari.a -> OpenXM/lib
install-lib-small : libasir.a -> OpenXM/lib
install : asir libasir_pari_X.a libasir_gc.a -> OpenXM/lib

libasir_pari_X.a requires libpari.a and X11 libraries.
libasir_pari.a requires libpari.a.
libasir.a requires nothing.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 19 01:49:36 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.3: +6 -6 lines
Diff to previous 1.3 (unified)

A dirty fix: Asir crashed when ASIR_LIBDIR is too long.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 11 06:43:38 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2 (unified)

Sorry for many updates at once.

builtin/poly.c : added maxblen().
builtin/int.c : added ntoint32() and int32ton().
io/tcpf.c : added ox_intr().
parse/glob.c : int_hander() has been modified so that it calls
               debug() in ox_asir.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 22 07:01:40 1999 UTC (24 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (unified)

Modified the copyright notice.
Fixed a bug on the MPI version.

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>