Browse Source

Fixed minor errors

pre-master-46
sjborley 21 years ago
parent
commit
295b9b01b4
  1. 10
      ChangeLog

10
ChangeLog

@ -1,22 +1,22 @@
2005-05-21 Steven Borley <steven.borley@virgin.net> 2005-05-21 Steven Borley <steven.borley@virgin.net>
* src/spicelib/devices/vbic/vbicinit.c Fixed a structure initailisation * 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. 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. or editline are used.
* Removed the files src/misc/terminal.h/.c and src/include/terminal.h * 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 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. will need to be re-run before building.
* Fixed problems where printf format was int yet on some systems the argument * 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 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 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 * 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 ncurses etc., when either Readline or Editline are being used. This will

Loading…
Cancel
Save