1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse-utils synced 2025-08-07 13:42:58 +03:00

Put libspectrum version into creator information, and ensure that

libspectrum_init is called by all programs which use libspectrum functions.

Legacy-ID: 1707
This commit is contained in:
Philip Kendall
2003-10-13 15:42:26 +00:00
parent bacedc25e7
commit d24f07675c
9 changed files with 47 additions and 7 deletions

View File

@@ -49,3 +49,6 @@
20031007 tapeconv.c: remove double-free bug if tape reading fails.
20031009 utils.c: add information from uname() into creator custom data.
20031010 utils.c: on Solaris, uname() returns 1 to indicate success.
20031013 Put libspectrum version into creator information, and ensure that
libspectrum_init is called by all programs which use libspectrum
functions.