Commit Graph

1465 Commits

Author SHA1 Message Date
sjborley 83810a9f59 Fixed a 'core-dump' that could be caused by the interactive 'write' command when the plot contains more than one dimension. This was due to improper use of a buffer in raw_write(), as pointed out by Dietmar Warning. 2005-05-24 03:18:08 +00:00
sjborley ef3a924d53 Fixed a 'core-dump' that could be caused by the interactive 'write' command when the plot contains more than one dimension. This was due to improper use of a buffer in raw_write(), as pointed out by Dietmar Warning. 2005-05-24 03:03:00 +00:00
sjborley 7ef2b45828 Fixed a divide-by-zero bug in the MOS level=2 device model. The fix was supplied by Hitoshi Tanaka. 2005-05-23 20:36:50 +00:00
sjborley 3c0fab2bfb Fixed a divide-by-zero bug in the MOS level=2 device model. The fix was supplied by Hitoshi Tanaka. 2005-05-23 20:30:43 +00:00
sjborley 11e978a77e logged latest chnages 2005-05-23 07:01:27 +00:00
sjborley 427c3e3b3c Removed unused variables to avoid compile warnings 2005-05-23 06:58:42 +00:00
sjborley 4d667b05b2 Added include required by MinGW build 2005-05-22 21:34:01 +00:00
sjborley 3e875fadbc Removed C style comment 2005-05-22 20:44:08 +00:00
sjborley 358b5f829a Replace C++ style comment with C style comment 2005-05-22 20:39:07 +00:00
sjborley c61b756ea2 Replace C++ style comment with C style comment 2005-05-22 20:37:06 +00:00
sjborley 760d8ff918 Replace C++ style comment with C style comment 2005-05-22 01:02:18 +00:00
sjborley 295b9b01b4 Fixed minor errors 2005-05-21 17:09:25 +00:00
sjborley e474adb6a1 Updated with todays changes 2005-05-21 17:07:01 +00:00
sjborley 705d40681b Removed IS_SIZE_T_LONG.
Now only test for ncurses etc., when either Readline or Editline are being used.  This will fix the basic problem of building on MinGW which does not have these libraries as standard.
Fixed the typo in the AC_REVISION() macro.
2005-05-21 17:05:48 +00:00
sjborley 6f01a35b81 Fixed problems where printf format was int yet on some systems the argument is long (due to size_t being long). Fixed by always using long format and casting to long, rather than using the IS_SIZE_T_LONG macro to switch formats. 2005-05-21 15:56:20 +00:00
sjborley 86106cfee9 Fixed problems where printf format was int yet on some systems the argument is long (due to size_t being long). Fixed by always using long format and casting to long. 2005-05-21 15:51:32 +00:00
sjborley fd7d4001f6 Removed the files src/misc/terminal.h/.c and src/include/terminal.h The first two were empty and the last just included the second. The relavent makefile.am files have been updated 2005-05-21 13:37:31 +00:00
sjborley eec6b623b0 Fixed compile warning that occur due to unused variables 2005-05-21 13:33:49 +00:00
sjborley 91914c5340 Fixed compile warning that occur when readline or editline are used 2005-05-21 13:25:28 +00:00
sjborley 5c08bf1576 Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 2005-05-21 12:37:23 +00:00
sjborley 1a26f2218d Change to fix compiler warning 2005-05-21 12:24:09 +00:00
sjborley 7d70a68c96 updated for recent changes - MinGW related 2005-05-20 14:11:20 +00:00
sjborley 52cab1ce1a Under MinGW window is now kept open until a key is pressed 2005-05-20 13:40:17 +00:00
sjborley c9eb061bd3 Changes to correct warning when compiled with gcc 2005-05-20 13:00:17 +00:00
sjborley 0f102b2fe1 Nghelp now uses conf.c 2005-05-20 11:28:03 +00:00
sjborley 966dd07845 now uses values set by AC_INIT in configure.in 2005-05-20 11:26:32 +00:00
sjborley dd12d818d9 Added bug list details and fixed minor spelling errors 2005-05-20 09:03:30 +00:00
sjborley f06cce1acf Updated for recent fixes for MinGW 2005-05-19 15:34:33 +00:00
sjborley 8cdf0e148d Fixed compile of makeidx for MinGW 2005-05-19 15:21:59 +00:00
sjborley 7271c3ce01 Fixed declaration of oflag 2005-05-19 15:18:43 +00:00
sjborley c2b62fa151 Updated for conversion to ASCII of German comments by Dietmar Warning 2005-05-18 21:10:37 +00:00
sjborley 05941422ae Conversion to ASCII of German comments by Dietmar Warning 2005-05-18 21:08:41 +00:00
sjborley c80365cbf3 Conversion to ASCII of German comments by Dietmar Warning 2005-05-18 20:59:11 +00:00
sjborley d2fd6d545a Updated for move of isnan() 2005-05-18 20:26:13 +00:00
sjborley eff209d8a3 Moved isnan() to src/misc/missing_math.c from src/spicelib/devices/dev.c following suggestion from Dietmar warning. Also took opportunity to fixed a compiler warning in dev.c 2005-05-18 20:25:05 +00:00
sjborley 9f24102048 Updated for fix to restemp.c 2005-05-18 19:24:30 +00:00
sjborley f1ab1481ea Reverted to previous version. Changes in this file were intended for temporary debug and should not have been committed to CVS. 2005-05-18 19:17:13 +00:00
sjborley 81108db6f9 Fix for linkage problem with winmain.o 2005-05-18 14:51:11 +00:00
sjborley e62d45ad4f Exclude local isnan() when library version exists - MinGW prompted change 2005-05-18 13:09:16 +00:00
sjborley 23273668b6 Exclude test files that don't compile when Windows (MinGW) 2005-05-18 12:47:24 +00:00
sjborley 066114fb6d Added .cvsignore files for each directory 2005-05-17 23:01:34 +00:00
sjborley f5ba9c2745 updated with latest changes to allow compile under MinGW 2005-05-17 21:54:22 +00:00
sjborley 368f6b0699 Changes to allow compile with MinGW. Macros JMP_BUF, LONGJMP, and SETJMP 2005-05-17 21:52:14 +00:00
sjborley c9120c1d8c Fixed problem of duplicated define of BOOL when compiled with MinGW 2005-05-17 21:50:05 +00:00
sjborley 3c843de4ad Changes to allow compile with MinGW. Macros used for sigjmp_buf (JMP_BUF), siglongjmp (LONGJMP) and sigsetjmp (SETJMP) 2005-05-17 21:49:07 +00:00
sjborley a0823f7dc7 Aded configuration for HAVE_SIGSETJMP required for changes to allow compile under MinGW 2005-05-17 21:46:26 +00:00
sjborley e733f2e8b3 Modified to work with winmain.c for compile under MinGW 2005-05-17 21:44:53 +00:00
sjborley 47e726bf12 Macros used for sigjmp_buf (JMP_BUF) and sigsetjmp (SETJMP) 2005-05-17 21:43:31 +00:00
sjborley 2ed1565c81 Updates configure.in. Notably this removes the need for acconfig.h (the use of which is deprecated by autoconf). Most of the remaining changes just tidy with the aim of following guidlines in the autoconf manual. Fixed an issue with CFLAGS usage and --disable-debug. Some fixes aimed as support for MinGW. 2005-05-17 18:31:56 +00:00
sjborley f659b71017 Fixed line-endings (DOS to UNIX)
and translated German to English in comments.
2005-05-11 21:49:52 +00:00