source: git/Singular/iplib.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2a26e5   6 years hannes minor opt. in iplib.cc for c-routines fieker-DuValspielwiese
(edit) @4457b4   6 years hannes chg: avoid this(==library_stack) fieker-DuValspielwiese
(edit) @117e00e   6 years hannes removed unused system includes, math.h ->cmath for .cc files fieker-DuValspielwiese
(edit) @a959df   6 years hannes fix: typos fieker-DuValspielwiese
(edit) @aad4ca4   6 years hannes format: Warn -> WarnS, trailing spaces fieker-DuValspielwiese
(edit) @5783b1   7 years hannes fix: memory leak: enterid does not need omStrDup fieker-DuValspielwiese
(edit) @db3bdd   7 years hannes introduce LANG_MIX for packages with C and SINGULAR fieker-DuValspielwiese
(edit) @8d7105   7 years hannes fix: allow _ in package name fieker-DuValspielwiese
(edit) @e8b1f3   7 years hannes fix: construction of package name and libname in package fieker-DuValspielwiese
(edit) @85d1a44   7 years hannes opt: make iiGetLibName static inline fieker-DuValspielwiese
(edit) @6aa50d   7 years hannes fix: load("..","try") fieker-DuValspielwiese
(edit) @fd2698   7 years hannes fix: load(".."."try"); fieker-DuValspielwiese
(edit) @bea67e   7 years hannes fix: autgradalg.lib, handling of dyn.mod. fieker-DuValspielwiese
(edit) @a4b31c   7 years hannes use include ".." for singular related .h, p4 fieker-DuValspielwiese
(edit) @94d691   7 years hannes add iiCallLibProc1, iiCallLibProcM (<- iiCallLib): call LIB-proc from C++ fieker-DuValspielwiese
(edit) @d12a29   7 years hannes add: iiCallLib fieker-DuValspielwiese
(edit) @43fb497   7 years hannes code cleanup: sleftv* -> leftv, calling proc. etc. fieker-DuValspielwiese
(edit) @19ac4b   7 years hannes add comment about memory usage for arguments in procedure calls fieker-DuValspielwiese
(edit) @b9502a   7 years hannes dyn_mod: python: setring fieker-DuValspielwiese
(edit) @f22f22a   7 years vbraun.name fix: Increase library filename buffer length Increase the buffer size ... fieker-DuValspielwiese
(edit) @951177   7 years hannes fix: crash at defining proc in .lib and .so twice ... fieker-DuValspielwiese
(edit) @2f6b7cb   8 years hannes chg: redefine warning only if option(redefine) fieker-DuValspielwiese
(edit) @469903   8 years hannes cooperation of *.lib and *.so: keep example and help part from *.lib fieker-DuValspielwiese
(edit) @f9b0bd   8 years hannes chg: Print -> PrintS, PrintLn if possible fieker-DuValspielwiese
(edit) @7b9b8e5   8 years hannes fix: Werror -> WerrorS if possible fieker-DuValspielwiese
(edit) @4811126   8 years hannes removed procstack->cRing fieker-DuValspielwiese
(edit) @42de40f   8 years hannes removed USE_IILOCALRING fieker-DuValspielwiese
(edit) @cd73d1   8 years hannes const for some tables fieker-DuValspielwiese
(edit) @80f8f6c   8 years quatermaster correct spelling errors as detected by Lintian fieker-DuValspielwiese
(edit) @1c6cfa   8 years hannes fix: warning message fieker-DuValspielwiese
(edit) @afbc156   8 years hannes more chnages for SINGULAR_4_1 fieker-DuValspielwiese
(edit) @66417b9   9 years hannes fix tr. #738 (\n in argument list) fieker-DuValspielwiese
(edit) @237216   9 years hannes load("...","try") fieker-DuValspielwiese
(edit) @69cd39   9 years hannes fix: auto-creating pacakgaes with packages fieker-DuValspielwiese
(edit) @351717f   10 years hannes windows port: use __CYGWIN__ instead of ix86_Win fieker-DuValspielwiese
(edit) @cbdc7a4   10 years hannes changed return value of mod_init from "grammar"-version to "all ... fieker-DuValspielwiese
(edit) @5e3968   10 years hannes check version of grammar tokens for dynamic modules fieker-DuValspielwiese
(edit) @68e8dd   10 years hannes better error message while loading dynamic modules fieker-DuValspielwiese
(edit) @3c7cefe   10 years Oleksandr Singular expects all build-in-related mod_init_* functions to be as ... fieker-DuValspielwiese
(edit) @810238   10 years Oleksandr List internal builtins in m4/options.m4 fieker-DuValspielwiese
(edit) @2e59b2   10 years Oleksandr Separated staticdemo module fieker-DuValspielwiese
(edit) @bb506bf   10 years hannes moved class Voice to fevoices.h fieker-DuValspielwiese
(edit) @72a01e   10 years hannes removed unused febase.h, moved parts to ipshell.h/subexpr.h/structs.h fieker-DuValspielwiese
(edit) @4676d5   10 years Oleksandr Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ ... fieker-DuValspielwiese
(edit) @cbe2a4c   10 years hannes chg: simplify rFindHdl fieker-DuValspielwiese
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... fieker-DuValspielwiese
(edit) @e5ba1d   10 years hannes fix: ring dep. for multiple return results fieker-DuValspielwiese
(edit) @3907ab   10 years hannes simplifyed rindep. tests fieker-DuValspielwiese
(edit) @9351bb   10 years hannes fix: typo fieker-DuValspielwiese
(edit) @116023   10 years hannes update iiLocateLib,iiInitSingularProcinfo fieker-DuValspielwiese
(edit) @7fe9e13   10 years Oleksandr Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro fieker-DuValspielwiese
(edit) @f5d2647   10 years hannes fix: remove some LIBSINGULAR stuff, activate option(warn) for options fieker-DuValspielwiese
(edit) @aee346d   10 years hannes chg: debug message: also for proc outside of libs fieker-DuValspielwiese
(edit) @989d6b   10 years Oleksandr Minor fixes + cleanup fieker-DuValspielwiese
(edit) @e2202ee   11 years hannes fix: compiler warnings (64bit/const char*) fieker-DuValspielwiese
(edit) @d7bdb0   11 years hannes fix: memory leak while calling (external) C routines fieker-DuValspielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... fieker-DuValspielwiese
(edit) @9eb3048   11 years Oleksandr Minor improvements&fixes to builtins fieker-DuValspielwiese
(edit) @83192d   11 years Oleksandr Fixing the including of "config.h"-files before any other headers + ... fieker-DuValspielwiese
(edit) @adc0a4   11 years hannes chg: moved type_of_LIB for Singular/mod_lib.* fieker-DuValspielwiese
(edit) @0d25fc   11 years Oleksandr Fixed static mod_init handling (on OSX / clang) fix: wrong function ... fieker-DuValspielwiese
(edit) @e7cb20   11 years hannes chg: staticdemo: demo of a statically linked C-module fieker-DuValspielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) fieker-DuValspielwiese
(edit) @15a1c5   11 years hannes chg: minor simplification fieker-DuValspielwiese
(edit) @36d920   11 years hannes fix: module loading, help in modules from master fieker-DuValspielwiese
(edit) @825fb7   11 years hannes fixes for the static version fieker-DuValspielwiese
(edit) @2e4ec14   11 years ren fix: -Wunused-parameter warnings fieker-DuValspielwiese
(edit) @6909cfb   11 years ren fix: -Wunused-variable warnings fieker-DuValspielwiese
(edit) @3621e73   11 years hannes fix: jjLOAD from master fieker-DuValspielwiese
(edit) @5b32a1   11 years Oleksandr Merge branch 'spielwiese' into sw_fix * spielwiese: fix: warning ... fieker-DuValspielwiese
(edit) @271d25   11 years hannes fix: warning for option changes does not work for libsingular (from ... fieker-DuValspielwiese
(edit) @016648   12 years hannes port: solaris does not like local structs fieker-DuValspielwiese
(edit) @9875202   12 years hannes fix: warning for option chnges does not work for libsingular ... fieker-DuValspielwiese
(edit) @65eb96f   13 years hannes fix #383 leads to changes in ... fieker-DuValspielwiese
(edit) @f4399e   11 years adreyer fix: reloading of modules (multiply calling LIB("file.so")) is ignored ... fieker-DuValspielwiese
(edit) @57dcd6   11 years adreyer using LIB("pyobject.so"); instead of system("pyobject"); fieker-DuValspielwiese
(edit) @801d2b   12 years hannes add: help for modules, "static" modules - part 1 fieker-DuValspielwiese
(edit) @5edb77   11 years hannes fix: iiMake_proc (gcc 4.7) fieker-DuValspielwiese
(edit) @f92a39   12 years hannes fix: implementation of return(..) improved fieker-DuValspielwiese
(edit) @17228e   12 years hannes fix: make check (for non-dbug version) removed: static.h fieker-DuValspielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... fieker-DuValspielwiese
(edit) @762407   12 years Oleksandr config.h is for sources files only FIX: config.h should only be used ... fieker-DuValspielwiese
(edit) @db34980   12 years hannes fix: alias in proc headers (tr. 404) (from master) fix: alias and ... fieker-DuValspielwiese
(edit) @ce0ca7   12 years hannes chg: const char* in iiAddCProc fieker-DuValspielwiese
(edit) @fe72e1   13 years Oleksandr FIX: symbol duplicate: iiInitSingularProcinfo fieker-DuValspielwiese
(edit) @0fb34ba   13 years hannes start with dir Singular: fix includes and makefile fieker-DuValspielwiese
(edit) @a71a00   13 years hannes iiAllStart for iiPStart and iiEStart git-svn-id: ... fieker-DuValspielwiese
(edit) @5f4463   13 years hannes making the sun-c/c++ compiler happy (still waiting for to issues...) ... fieker-DuValspielwiese
(edit) @01d9463   13 years hannes add x86_64Mac-darwin to singuname.sh git-svn-id: ... fieker-DuValspielwiese
(edit) @1cb879   13 years dreyer Merge branch 'master' of ... fieker-DuValspielwiese
(edit) @b90cc8   13 years hannes iiAddCproc not only for dynamic loading git-svn-id: ... fieker-DuValspielwiese
(edit) @c599b4   14 years hannes listall, piShowProcList: only for debugging git-svn-id: ... fieker-DuValspielwiese
(edit) @b1dfaf   14 years seelisch patch from Kai (checked for problems under Windows OS: no problems) ... fieker-DuValspielwiese
(edit) @31a392   14 years hannes pagelength (mostly) removed git-svn-id: ... fieker-DuValspielwiese
(edit) @42c4e6   14 years hannes iiRunInit git-svn-id: file:///usr/local/Singular/svn/trunk@13167 ... fieker-DuValspielwiese
(edit) @da8702   14 years hannes code cleanup: removed HAVE_FGLM, HAVE_TCL git-svn-id: ... fieker-DuValspielwiese
(edit) @599326   14 years krueger Anne, Kai, Frank: - changes to #include "..." statements to allow ... fieker-DuValspielwiese
(edit) @ea947e   14 years hannes alias, variant 1 git-svn-id: ... fieker-DuValspielwiese
(edit) @2f8028   14 years hannes fix version message of libraries (for non-existent version strings) ... fieker-DuValspielwiese
(edit) @b78b73   14 years hannes limit proc depth to 480 on windows git-svn-id: ... fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.