Fixed minor errors

This commit is contained in:
sjborley 2005-05-21 17:09:25 +00:00
parent e474adb6a1
commit 295b9b01b4
1 changed files with 5 additions and 5 deletions

View File

@ -1,22 +1,22 @@
2005-05-21 Steven Borley <steven.borley@virgin.net>
* src/spicelib/devices/vbic/vbicinit.c Fixed a structure initailisation
problem that occurs when cider is enabled. Also fixe lots of warning
problem that occurs when cider is enabled. Also fixes lots of warning
within ciderlib related to unused variables.
* Fixed a compile waring in src/frontend/com_history.c when readline
* Fixed a compile warning in src/frontend/com_history.c when readline
or editline are used.
* 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, so a ./configure
The relevant makefile.am files have been updated, so a ./configure
will need to be re-run before building.
* 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. Affected src/frontend/spiceif.c and src/misc/alloc.c
This obsoletes the IS_SIZE_T_LONG macro that defined by configure.in, now
removed -it was not working for all platforms (eg. MacOSX)
This makes obsolete the IS_SIZE_T_LONG macro that defined by configure.in,
now removed -it was not working for all platforms (eg. MacOSX)
* configure.in - Removed IS_SIZE_T_LONG (see above). Now only test for
ncurses etc., when either Readline or Editline are being used. This will