source: git/Singular/grammar.y

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94466fd   4 years hannes error message: use VoiceLine() spielwiese
(edit) @1bb52a   4 years hannes add: iiSetReturn (return without copy) spielwiese
(edit) @4e5fda   5 years hannes debug: numbering "no ring active" spielwiese
(edit) @1c16bf   5 years hannes grammar: test currRing, not currRingHdl spielwiese
(edit) @d389e9   5 years hannes add syMakeMonom (and tests) spielwiese
(edit) @85bf0b   5 years hannes rename token RINGVAR -> MONOM spielwiese
(edit) @db143c   5 years hannes integrate xalloc into omalloc (./configure --disable-omalloc) spielwiese
(edit) @e6cdad   6 years hannes use xalloc if omalloc is disabled spielwiese
(edit) @2ffd25   6 years hannes introduce smatrix (sparse matrix) spielwiese
(edit) @0efdb1   6 years hannes opt: simplified grammar.y spielwiese
(edit) @9ae5a3   6 years hannes add: polyBucket stuff spielwiese
(edit) @5476e83   6 years hannes opt: grammar spielwiese
(edit) @63b86a   6 years hannes fix: minor memory leak in string constants (grammar.y) spielwiese
(edit) @a0d569   6 years hannes opt: simplified newFile spielwiese
(edit) @71e2bd   6 years hannes fix: memory leak in -> spielwiese
(edit) @fb1675   7 years hannes use include ".." for singular related .h, p8 spielwiese
(edit) @7647014   7 years hannes fix: memory leak in "kill unknown" spielwiese
(edit) @3c0710   7 years hannes 4-1-0: sources spielwiese
(edit) @e4292e   7 years hannes add: multi-indices p(1,1,2,3,4) (p2) spielwiese
(edit) @f263b5   7 years hannes add: multi-indices p(1,1,2,3,4) spielwiese
(edit) @cf3505   7 years hannes Singular_4_1: QQ[x,y,z,t], (ZZ/p)[x..] spielwiese
(edit) @f7d268   8 years hannes Revert "chg: remove LIB as SYSVAR" This reverts commit ... spielwiese
(edit) @0f36a0   8 years hannes chg: remove LIB as SYSVAR spielwiese
(edit) @d2fc5c5   8 years hannes removed unused test for QRING_CMD spielwiese
(edit) @c12c262   8 years hannes remove internal type QRING_CMD (except for iiDeclCommand): it is ... spielwiese
(edit) @e54c6ee   8 years hannes Singular_4_1: new names; Ring. Matrix, Number, construction cf[x], .... spielwiese
(edit) @52e6ef   8 years hannes chg: use misc/auxiliary.h in libpolys and kernel/mod2.h in Singular ... spielwiese
(edit) @4811126   8 years hannes removed procstack->cRing spielwiese
(edit) @42de40f   8 years hannes removed USE_IILOCALRING spielwiese
(edit) @b93a53   8 years hannes fix: precedence of .. spielwiese
(edit) @e024cb6   8 years hannes Revert "move handling of '[' to Singular/table.h, Singular/iparith.cc" ... spielwiese
(edit) @2b1818   8 years hannes move handling of '[' to Singular/table.h, Singular/iparith.cc spielwiese
(edit) @bd4d6a   8 years hannes tokens in grammar,* and tok.h reorganized spielwiese
(edit) @9f2069   8 years hannes revert ff3119a9dd3c4ff5f8f594edaffaffd569a49cd8 for grammar.y (see rInit) spielwiese
(edit) @ff3119   8 years hannes fix mem. leak in ring construction with indexed variable names spielwiese
(edit) @f8589f   9 years hannes move test row/col of matrix to mpNew spielwiese
(edit) @f642e4   9 years hannes allow: 0 x n matrix spielwiese
(edit) @810491   9 years Oleksandr Fix including "libpolys/" and removal of unnecessary header includes + ... spielwiese
(edit) @f0e7c4   9 years hannes add: branchTo spielwiese
(edit) @922890   10 years hannes moved stairc.h to kernel/combinatorics/ spielwiese
(edit) @33d610   10 years hannes add: iiAssignCR: assign for rings (prepare for cring) spielwiese
(edit) @6be074   10 years hannes introduce "->" (ARROW) spielwiese
(edit) @ba93e6   10 years hannes chg: simplified grammar.y spielwiese
(edit) @6bf0b4   10 years martinlee84 chg: rm libfac_interruptflag from grammar spielwiese
(edit) @14814e3   10 years Oleksandr Do NOT specify libpolys while including /libpolys/*/*.h spielwiese
(edit) @c5e82e   10 years hannes moved timing stuff to kernel/oswrapper part2 spielwiese
(edit) @3f61490   10 years hannes moved line reading stuff to kernel/oswrapper part2 spielwiese
(edit) @bb506bf   10 years hannes moved class Voice to fevoices.h spielwiese
(edit) @4676d5   10 years Oleksandr Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ ... spielwiese
(edit) @cbe2a4c   10 years hannes chg: simplify rFindHdl spielwiese
(edit) @fd1b1be   10 years Oleksandr Minor header correction spielwiese
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... spielwiese
(edit) @57fa2c4   10 years adi_popescum Separating Headers kernel/GBEngine spielwiese
(edit) @f4f403   10 years hannes fix: quote(not something) spielwiese
(edit) @6b5a71   10 years hannes introduce ASSUME(<level>,<int expr>) Conflicts: Singular/ipshell.h spielwiese
(edit) @dc4782   10 years hannes chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC spielwiese
(edit) @9d864a   10 years hannes fix: run mod_init in the package of the library spielwiese
(edit) @6416f83   10 years hannes fix: newstruct, '.', etc. from master spielwiese
(edit) @39d427   10 years hannes chg: allow l[i].j from master spielwiese
(edit) @c623e3e   11 years hannes fix: mac osx port: need extern int in a c file (D, not C code part) spielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... spielwiese
(edit) @a44806   11 years hannes chg: toward a removal of kernel/longrat.h spielwiese
(edit) @78c0dbe   11 years hannes add: initial stuff for apply from master spielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) spielwiese
(edit) @5d442e   11 years hannes fix: iiLibCmd -> jjLOAD in grammar.y from master spielwiese
(edit) @665ca8   11 years hannes fix: removed some unsed variables spielwiese
(edit) @f92a39   12 years hannes fix: implementation of return(..) improved spielwiese
(edit) @c78bded   12 years Christian Eder adds sba() call => signature-based algorithms available in spielwiese spielwiese
(edit) @91c8a9   12 years hannes fix: memory leak in if (#430) (from master) spielwiese
(edit) @e73abe2   12 years hannes fix: newstruct in a list spielwiese
(edit) @d0015c   12 years hannes fix: newstruct in a list: access to parts: <list>[<int>].<elem> (from ... spielwiese
(edit) @fe02b1   12 years Oleksandr my rewrite of bigintmat as a matrix of numbers from any coeff. domain ... spielwiese
(edit) @84fc1f   12 years Oleksandr moved Hans's bigintmat from libmisc to libcoeffs (almost verbatim) spielwiese
(edit) @9127cc   12 years hannes add: basics for bigintmat spielwiese
(edit) @1f03aba   12 years hannes fix(from master): bug in memeroy management of mpr_base.cc chg(from ... spielwiese
(edit) @e554162   12 years Oleksandr CHG: INT_MAX -> MAX_INT_VAL spielwiese
(edit) @e7d5ef   12 years Oleksandr FIX: consistenly include <misc/mylimits.h> (no omalloc/mylimits.h anymore!) spielwiese
(edit) @5348866   13 years Oleksandr FIX: guarding all libfac_* variables with HAVE_LIBFAC spielwiese
(edit) @737a68   13 years Oleksandr CHG: moved libpolys/polys/polys.h to kernel/polys.h & updated includes ... spielwiese
(edit) @db45a2   13 years hannes fix grammar.y/grammar.cc spielwiese
(edit) @88ece17   13 years hannes kernel: make check works (moved febase stuff to Singular/fevoices.cc, ... spielwiese
(edit) @0fb34ba   13 years hannes start with dir Singular: fix includes and makefile spielwiese
(edit) @e39eb55   13 years hannes fix tr. 355 again git-svn-id: ... spielwiese
(edit) @74bb49   13 years hannes fix tr. 355 git-svn-id: file:///usr/local/Singular/svn/trunk@14371 ... spielwiese
(edit) @16566b   13 years hannes syntax fix git-svn-id: file:///usr/local/Singular/svn/trunk@14366 ... spielwiese
(edit) @a2dde00   13 years hannes ring creation simplyfied git-svn-id: ... spielwiese
(edit) @103560   13 years hannes redesign of command type, fix tr. 343 git-svn-id: ... spielwiese
(edit) @a5a8a1   13 years hannes trac 343 git-svn-id: file:///usr/local/Singular/svn/trunk@14256 ... spielwiese
(edit) @55b1687   13 years hannes chinrem for bigint without ring(tr. 260) git-svn-id: ... spielwiese
(edit) @1cb879   13 years dreyer Merge branch 'master' of ... spielwiese
(edit) @da2bd0   13 years hannes fix tr307 again git-svn-id: ... spielwiese
(edit) @971e31   13 years hannes fix tr.307 git-svn-id: file:///usr/local/Singular/svn/trunk@13791 ... spielwiese
(edit) @c44371   13 years hannes x(i)(j) expansion git-svn-id: ... spielwiese
(edit) @37dc41   13 years hannes x(i)(j) fixed git-svn-id: file:///usr/local/Singular/svn/trunk@13757 ... spielwiese
(edit) @cde708   13 years hannes LIB, PROC, etc reorgenized git-svn-id: ... spielwiese
(edit) @4b889d   14 years hannes RTIMER simplification git-svn-id: ... spielwiese
(edit) @3fd9575   14 years hannes removed HAVE_RTIMER git-svn-id: ... spielwiese
(edit) @b1dfaf   14 years seelisch patch from Kai (checked for problems under Windows OS: no problems) ... spielwiese
(edit) @da8702   14 years hannes code cleanup: removed HAVE_FGLM, HAVE_TCL git-svn-id: ... spielwiese
(edit) @599326   14 years krueger Anne, Kai, Frank: - changes to #include "..." statements to allow ... spielwiese
Note: See TracRevisionLog for help on using the revision log.