-
New routines required for compiling in windows using MSVC or OpenWatcom.
Compiling with MSVC requires getopt. I have used getopt from http://prantl.host.sk/getopt
most .h files are place holders to reduce the requies changes of existing software.
2008-12-04 20:35:28 UTC in MUMPS Database and Language
-
Changes required to compile in Windows using MSVC or OpenWatcom.
2008-12-04 20:32:07 UTC in MUMPS Database and Language
-
System crash when setting $PIECE and the resulting value is longer that MAX_STRING
After the patch the following does not cause a crash.
S X="" S $P(X,"*",33333)="".
2008-11-24 18:56:17 UTC in MUMPS Database and Language
-
Changes required to allow compiling using GCC 4.2.3 - Slackware 12.1
compiler returns error: lvalue required as increment operand.
2008-11-24 18:49:24 UTC in MUMPS Database and Language