[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx:[661] vendor/fuse-emulator/current
Brought to you by:
fredm
From: <fr...@us...> - 2010-12-17 11:05:26
|
Revision: 661 http://fuse-for-macosx.svn.sourceforge.net/fuse-for-macosx/?rev=661&view=rev Author: fredm Date: 2010-12-17 11:05:18 +0000 (Fri, 17 Dec 2010) Log Message: ----------- Load . into vendor/fuse-emulator/current. Modified Paths: -------------- vendor/fuse-emulator/current/fuse/ChangeLog vendor/fuse-emulator/current/fuse/README vendor/fuse-emulator/current/fuse/configure.in vendor/fuse-emulator/current/fuse/hacking/ChangeLog vendor/fuse-emulator/current/fuse/ide/divide.c vendor/fuse-emulator/current/fuse/ide/divide.h vendor/fuse-emulator/current/fuse/ide/ide.c vendor/fuse-emulator/current/fuse/ide/ide.h vendor/fuse-emulator/current/fuse/ide/simpleide.c vendor/fuse-emulator/current/fuse/ide/simpleide.h vendor/fuse-emulator/current/fuse/ide/zxatasp.c vendor/fuse-emulator/current/fuse/ide/zxatasp.h vendor/fuse-emulator/current/fuse/ide/zxcf.c vendor/fuse-emulator/current/fuse/ide/zxcf.h vendor/fuse-emulator/current/fuse/man/fuse.1 vendor/fuse-emulator/current/fuse-utils/ChangeLog vendor/fuse-emulator/current/fuse-utils/README vendor/fuse-emulator/current/fuse-utils/configure.in vendor/fuse-emulator/current/fuse-utils/hacking/ChangeLog vendor/fuse-emulator/current/fuse-utils/man/audio2tape.1 vendor/fuse-emulator/current/fuse-utils/man/createhdf.1 vendor/fuse-emulator/current/fuse-utils/man/fuse-utils.1 vendor/fuse-emulator/current/fuse-utils/man/listbasic.1 vendor/fuse-emulator/current/fuse-utils/man/profile2map.1 vendor/fuse-emulator/current/fuse-utils/man/raw2hdf.1 vendor/fuse-emulator/current/fuse-utils/man/rzxcheck.1 vendor/fuse-emulator/current/fuse-utils/man/rzxdump.1 vendor/fuse-emulator/current/fuse-utils/man/rzxtool.1 vendor/fuse-emulator/current/fuse-utils/man/scl2trd.1 vendor/fuse-emulator/current/fuse-utils/man/snap2tzx.1 vendor/fuse-emulator/current/fuse-utils/man/snapconv.1 vendor/fuse-emulator/current/fuse-utils/man/tape2wav.1 vendor/fuse-emulator/current/fuse-utils/man/tapeconv.1 vendor/fuse-emulator/current/fuse-utils/man/tzxlist.1 vendor/fuse-emulator/current/libspectrum/ChangeLog vendor/fuse-emulator/current/libspectrum/Makefile.am vendor/fuse-emulator/current/libspectrum/README vendor/fuse-emulator/current/libspectrum/configure.in vendor/fuse-emulator/current/libspectrum/doc/libspectrum.3 vendor/fuse-emulator/current/libspectrum/doc/libspectrum.txt vendor/fuse-emulator/current/libspectrum/hacking/ChangeLog vendor/fuse-emulator/current/libspectrum/test/Makefile.am Modified: vendor/fuse-emulator/current/fuse/ChangeLog =================================================================== --- vendor/fuse-emulator/current/fuse/ChangeLog 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ChangeLog 2010-12-17 11:05:18 UTC (rev 661) @@ -1,4 +1,4 @@ -2010-10-xx Philip Kendall <phi...@sh...> +2010-12-16 Philip Kendall <phi...@sh...> * Fuse 1.0.0 released. @@ -1035,4 +1035,4 @@ * Version 0.1.0 released. -$Id: ChangeLog 4165 2010-09-30 21:55:05Z pak21 $ +$Id: ChangeLog 4220 2010-12-17 10:54:29Z fredm $ Modified: vendor/fuse-emulator/current/fuse/README =================================================================== --- vendor/fuse-emulator/current/fuse/README 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/README 2010-12-17 11:05:18 UTC (rev 661) @@ -214,6 +214,6 @@ <http://www.worldofspectrum.org/forums/>. Philip Kendall <phi...@sh...> -FIXME October 2010 +16 December 2010 -$Id: README 4172 2010-10-03 22:51:59Z pak21 $ +$Id: README 4220 2010-12-17 10:54:29Z fredm $ Modified: vendor/fuse-emulator/current/fuse/configure.in =================================================================== --- vendor/fuse-emulator/current/fuse/configure.in 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/configure.in 2010-12-17 11:05:18 UTC (rev 661) @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in 4181 2010-10-10 10:28:09Z fredm $ +dnl $Id: configure.in 4220 2010-12-17 10:54:29Z fredm $ dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h) AC_CANONICAL_SYSTEM -define(FUSE_VERSION, [0.10.0.2]) +define(FUSE_VERSION, [1.0.0]) dnl Use automake to produce `Makefile.in' AM_INIT_AUTOMAKE(fuse, FUSE_VERSION) Modified: vendor/fuse-emulator/current/fuse/hacking/ChangeLog =================================================================== --- vendor/fuse-emulator/current/fuse/hacking/ChangeLog 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/hacking/ChangeLog 2010-12-17 11:05:18 UTC (rev 661) @@ -3368,5 +3368,7 @@ line ordering (patch #3100707) (Sergio Baldovi). 20101129 ui/fb/fbdisplay.c: only call fbdisplay_end() when display is initialised (fixes bug #3119382) (rkd77). +20101129 ChangeLog,README,man/fuse.1: more 1.0 updates. 20101203 ui/fb/fbdisplay.c: improve fb colour handling and initialise scaler system (fixes bugs #3124787 and #3124788) (rkd77). +20101216 ChangeLog,README,configure.in,man/fuse.1: update for 1.0.0 release. Modified: vendor/fuse-emulator/current/fuse/ide/divide.c =================================================================== --- vendor/fuse-emulator/current/fuse/ide/divide.c 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/divide.c 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* divide.c: DivIDE interface routines Copyright (c) 2005-2008 Matthew Westcott, Philip Kendall - $Id: divide.c 4148 2010-08-25 21:20:50Z pak21 $ + $Id: divide.c 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/divide.h =================================================================== --- vendor/fuse-emulator/current/fuse/ide/divide.h 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/divide.h 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* divide.h: DivIDE interface routines Copyright (c) 2005 Matthew Westcott - $Id: divide.h 4148 2010-08-25 21:20:50Z pak21 $ + $Id: divide.h 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/ide.c =================================================================== --- vendor/fuse-emulator/current/fuse/ide/ide.c 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/ide.c 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* ide.c: Generic routines shared between the various IDE devices Copyright (c) 2005 Philip Kendall - $Id: ide.c 4148 2010-08-25 21:20:50Z pak21 $ + $Id: ide.c 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/ide.h =================================================================== --- vendor/fuse-emulator/current/fuse/ide/ide.h 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/ide.h 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* ide.h: Generic routines shared between the various IDE devices Copyright (c) 2005 Philip Kendall - $Id: ide.h 4148 2010-08-25 21:20:50Z pak21 $ + $Id: ide.h 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/simpleide.c =================================================================== --- vendor/fuse-emulator/current/fuse/ide/simpleide.c 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/simpleide.c 2010-12-17 11:05:18 UTC (rev 661) @@ -3,7 +3,7 @@ 2004 Philip Kendall, 2008 Fredrick Meunier - $Id: simpleide.c 4148 2010-08-25 21:20:50Z pak21 $ + $Id: simpleide.c 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/simpleide.h =================================================================== --- vendor/fuse-emulator/current/fuse/ide/simpleide.h 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/simpleide.h 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* simpleide.h: Simple 8-bit IDE interface routines Copyright (c) 2003-2004 Garry Lancaster - $Id: simpleide.h 4148 2010-08-25 21:20:50Z pak21 $ + $Id: simpleide.h 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/zxatasp.c =================================================================== --- vendor/fuse-emulator/current/fuse/ide/zxatasp.c 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/zxatasp.c 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* zxatasp.c: ZXATASP interface routines Copyright (c) 2003-2008 Garry Lancaster and Philip Kendall - $Id: zxatasp.c 4148 2010-08-25 21:20:50Z pak21 $ + $Id: zxatasp.c 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/zxatasp.h =================================================================== --- vendor/fuse-emulator/current/fuse/ide/zxatasp.h 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/zxatasp.h 2010-12-17 11:05:18 UTC (rev 661) @@ -2,7 +2,7 @@ Copyright (c) 2003-2004 Garry Lancaster, 2004 Philip Kendall - $Id: zxatasp.h 4148 2010-08-25 21:20:50Z pak21 $ + $Id: zxatasp.h 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/zxcf.c =================================================================== --- vendor/fuse-emulator/current/fuse/ide/zxcf.c 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/zxcf.c 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ /* zxcf.c: ZXCF interface routines Copyright (c) 2003-2008 Garry Lancaster and Philip Kendall - $Id: zxcf.c 4148 2010-08-25 21:20:50Z pak21 $ + $Id: zxcf.c 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/ide/zxcf.h =================================================================== --- vendor/fuse-emulator/current/fuse/ide/zxcf.h 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/ide/zxcf.h 2010-12-17 11:05:18 UTC (rev 661) @@ -2,7 +2,7 @@ Copyright (c) 2003-2004 Garry Lancaster, 2004 Philip Kendall - $Id: zxcf.h 4148 2010-08-25 21:20:50Z pak21 $ + $Id: zxcf.h 4220 2010-12-17 10:54:29Z fredm $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: vendor/fuse-emulator/current/fuse/man/fuse.1 =================================================================== --- vendor/fuse-emulator/current/fuse/man/fuse.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse/man/fuse.1 2010-12-17 11:05:18 UTC (rev 661) @@ -23,7 +23,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH fuse 1 "FIXME October, 2010" "Version 1.0.0" "Emulators" +.TH fuse 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/ChangeLog =================================================================== --- vendor/fuse-emulator/current/fuse-utils/ChangeLog 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/ChangeLog 2010-12-17 11:05:18 UTC (rev 661) @@ -1,3 +1,23 @@ +2010-12-16 Philip Kendall <phi...@sh...> + + * Version 1.0.0 released + + * audio2tape + * work with stereo sound files (Fredrick Meunier; thanks, + Gilberto Almeida). + * don't crash on an empty ROM block (Fredrick Meunier). + + * tzxlist + * print data from ROM header blocks (Fredrick Meunier). + * Assume non-ASCII characters are in Windows-1252 (Fredrick + Meunier). + + * snapconv: add -f flag to fix .szx files written with old + versions of libspectrum (Fredrick Meunier). + + * raw2hdf: ensure version data is always written (Fredrick + Meunier; thanks, UB880D). + 2008-12-10 Philip Kendall <phi...@sh...> * Version 0.10.0.1 released Modified: vendor/fuse-emulator/current/fuse-utils/README =================================================================== --- vendor/fuse-emulator/current/fuse-utils/README 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/README 2010-12-17 11:05:18 UTC (rev 661) @@ -1,5 +1,5 @@ -The Fuse utilities version 0.10.0.1 -=================================== +The Fuse utilities version 1.0.0 +================================ The Fuse utilities are a few tools which may be of occasional use when dealing with ZX Spectrum emulator files. They were originally @@ -60,6 +60,6 @@ running 'configure' for the first time. Philip Kendall <phi...@sh...> -10 December 2008 +16 December 2010 -$Id: README 3901 2008-12-10 19:36:02Z pak21 $ +$Id: README 4220 2010-12-17 10:54:29Z fredm $ Modified: vendor/fuse-emulator/current/fuse-utils/configure.in =================================================================== --- vendor/fuse-emulator/current/fuse-utils/configure.in 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/configure.in 2010-12-17 11:05:18 UTC (rev 661) @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in 4144 2010-08-06 13:44:35Z fredm $ +dnl $Id: configure.in 4220 2010-12-17 10:54:29Z fredm $ dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h) dnl Use automake to produce `Makefile.in' -AM_INIT_AUTOMAKE(fuse-utils, 0.10.0.1) +AM_INIT_AUTOMAKE(fuse-utils, [1.0.0]) dnl Checks for programs. AC_PROG_CC Modified: vendor/fuse-emulator/current/fuse-utils/hacking/ChangeLog =================================================================== --- vendor/fuse-emulator/current/fuse-utils/hacking/ChangeLog 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/hacking/ChangeLog 2010-12-17 11:05:18 UTC (rev 661) @@ -312,5 +312,8 @@ A and F being transposed. 20101007 raw2hdf.c: add missing default for version (fixes bug #3082566; thanks, UB880D) (Fred). +20101129 ChangeLog,README,man/*.1: updates for 1.0. 20101206 Makefile.am: remember to put all compat directories in the dist tarball (thanks, kizmiaz). +20101216 README,configure.in,man/*.1: updates for 1.0.0 release. +20101216 ChangeLog: update date here as well. Modified: vendor/fuse-emulator/current/fuse-utils/man/audio2tape.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/audio2tape.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/audio2tape.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: fr...@sp... .\" .\" -.TH audio2tape 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH audio2tape 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/createhdf.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/createhdf.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/createhdf.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH createhdf 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH createhdf 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/fuse-utils.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/fuse-utils.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/fuse-utils.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH fuse\-utils 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH fuse\-utils 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/listbasic.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/listbasic.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/listbasic.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH listbasic 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH listbasic 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/profile2map.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/profile2map.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/profile2map.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH profile2map 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH profile2map 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/raw2hdf.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/raw2hdf.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/raw2hdf.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH raw2hdf 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH raw2hdf 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/rzxcheck.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/rzxcheck.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/rzxcheck.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH rzxcheck 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH rzxcheck 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/rzxdump.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/rzxdump.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/rzxdump.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH rzxdump 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH rzxdump 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/rzxtool.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/rzxtool.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/rzxtool.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH rzxtool 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH rzxtool 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/scl2trd.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/scl2trd.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/scl2trd.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH scl2trd 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH scl2trd 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/snap2tzx.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/snap2tzx.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/snap2tzx.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH snap2tzx 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH snap2tzx 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/snapconv.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/snapconv.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/snapconv.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH snapconv 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH snapconv 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/tape2wav.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/tape2wav.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/tape2wav.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: fr...@sp... .\" .\" -.TH tape2wav 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH tape2wav 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/tapeconv.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/tapeconv.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/tapeconv.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH tapeconv 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH tapeconv 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/fuse-utils/man/tzxlist.1 =================================================================== --- vendor/fuse-emulator/current/fuse-utils/man/tzxlist.1 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/fuse-utils/man/tzxlist.1 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH tzxlist 1 "10th December, 2008" "Version 0.10.0.1" "Emulators" +.TH tzxlist 1 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/libspectrum/ChangeLog =================================================================== --- vendor/fuse-emulator/current/libspectrum/ChangeLog 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/ChangeLog 2010-12-17 11:05:18 UTC (rev 661) @@ -1,4 +1,4 @@ -2010-10-?? Philip Kendall <phi...@sh...> +2010-12-16 Philip Kendall <phi...@sh...> * libspectrum 1.0.0 released. @@ -310,5 +310,5 @@ * libspectrum separated from Fuse just before the 0.5.0 release of Fuse; see Fuse's ChangeLog for changes up to this point -$Id: ChangeLog 4165 2010-09-30 21:55:05Z pak21 $ +$Id: ChangeLog 4220 2010-12-17 10:54:29Z fredm $ Modified: vendor/fuse-emulator/current/libspectrum/Makefile.am =================================================================== --- vendor/fuse-emulator/current/libspectrum/Makefile.am 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/Makefile.am 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ## Copyright (c) 2001-2004 Philip Kendall -## $Id: Makefile.am 4158 2010-09-12 11:49:10Z fredm $ +## $Id: Makefile.am 4220 2010-12-17 10:54:29Z fredm $ ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ zlib.c \ zxs.c -libspectrum_la_LDFLAGS = -version-info 7:0:0 -no-undefined @WINDRES_LDFLAGS@ +libspectrum_la_LDFLAGS = -version-info 8:0:0 -no-undefined @WINDRES_LDFLAGS@ libspectrum_la_LIBADD = @AUDIOFILE_LIBS@ -lm Modified: vendor/fuse-emulator/current/libspectrum/README =================================================================== --- vendor/fuse-emulator/current/libspectrum/README 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/README 2010-12-17 11:05:18 UTC (rev 661) @@ -67,6 +67,6 @@ Then, type "make" and if everything went well, "make install". Philip Kendall <phi...@sh...> -FIXME September 2010 +16 December 2010 -$Id: README 4165 2010-09-30 21:55:05Z pak21 $ +$Id: README 4220 2010-12-17 10:54:29Z fredm $ Modified: vendor/fuse-emulator/current/libspectrum/configure.in =================================================================== --- vendor/fuse-emulator/current/libspectrum/configure.in 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/configure.in 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Copyright (c) 1999-2008 Philip Kendall -dnl $Id: configure.in 4181 2010-10-10 10:28:09Z fredm $ +dnl $Id: configure.in 4220 2010-12-17 10:54:29Z fredm $ dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ AC_INIT(libspectrum.c) AM_CONFIG_HEADER(config.h) -define(LIBSPECTRUM_VERSION, [0.5.1]) +define(LIBSPECTRUM_VERSION, [1.0.0]) dnl Use automake to produce `Makefile.in' AM_INIT_AUTOMAKE(libspectrum, LIBSPECTRUM_VERSION) Modified: vendor/fuse-emulator/current/libspectrum/doc/libspectrum.3 =================================================================== --- vendor/fuse-emulator/current/libspectrum/doc/libspectrum.3 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/doc/libspectrum.3 2010-12-17 11:05:18 UTC (rev 661) @@ -22,7 +22,7 @@ .\" E-mail: phi...@sh... .\" .\" -.TH libspectrum 3 "3rd December, 2008" "Version 0.5.0" "Emulators" +.TH libspectrum 3 "16th December, 2010" "Version 1.0.0" "Emulators" .\" .\"------------------------------------------------------------------ .\" Modified: vendor/fuse-emulator/current/libspectrum/doc/libspectrum.txt =================================================================== --- vendor/fuse-emulator/current/libspectrum/doc/libspectrum.txt 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/doc/libspectrum.txt 2010-12-17 11:05:18 UTC (rev 661) @@ -1,4 +1,4 @@ -libspectrum 0.5.0 +libspectrum 1.0.0 ================= libspectrum is a fairly simple library designed to make the handling @@ -166,6 +166,7 @@ LIBSPECTRUM_MACHINE_16 16K Spectrum LIBSPECTRUM_MACHINE_48 48K Spectrum +LIBSPECTRUM_MACHINE_48_NTSC NTSC version of 48K Spectrum LIBSPECTRUM_MACHINE_128 (Original) 128K Spectrum LIBSPECTRUM_MACHINE_PLUS2 Spectrum +2 (the grey one) LIBSPECTRUM_MACHINE_PLUS2A Spectrum +2A (the black one) @@ -1744,4 +1745,4 @@ Write `data' to register `reg' of the IDE channel `chn'. -$Id: libspectrum.txt 4140 2010-07-11 13:02:58Z fredm $ +$Id: libspectrum.txt 4220 2010-12-17 10:54:29Z fredm $ Modified: vendor/fuse-emulator/current/libspectrum/hacking/ChangeLog =================================================================== --- vendor/fuse-emulator/current/libspectrum/hacking/ChangeLog 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/hacking/ChangeLog 2010-12-17 11:05:18 UTC (rev 661) @@ -787,4 +787,10 @@ 20101003 szx.c,test/{empty.szx,test.c}: we also need to swap A' and F'. 20101010 configure.in: pad version number for Win32 if needed (patch #3084574) (Sergio Baldovi). +20101129 ChangeLog,README,doc/libspectrum.{3,txt}: more 1.0 updates. 20101130 warajevo_read.c: remove potential signedness problem. +20101130 Makefile.am,configure.in: bump version numbers for 1.0 release. +20101216 README,configure.in,doc/libspectrum.3: bump version numbers and dates + for 1.0.0 release. +20101216 ChangeLog: update date here as well. +20101216 test/Makefile.am: ensure all test files are distributed. Modified: vendor/fuse-emulator/current/libspectrum/test/Makefile.am =================================================================== --- vendor/fuse-emulator/current/libspectrum/test/Makefile.am 2010-12-08 11:29:46 UTC (rev 660) +++ vendor/fuse-emulator/current/libspectrum/test/Makefile.am 2010-12-17 11:05:18 UTC (rev 661) @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ## Copyright (c) 2007 Philip Kendall -## $Id: Makefile.am 3832 2008-11-18 03:38:51Z fredm $ +## $Id: Makefile.am 4220 2010-12-17 10:54:29Z fredm $ ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -44,6 +44,7 @@ test/complete-tzx.pl \ test/empty-drb.tzx \ test/empty.csw \ + test/empty.szx \ test/empty.z80 \ test/invalid-archiveinfo.tzx \ test/invalid-custominfo.tzx \ @@ -57,6 +58,7 @@ test/loop.tzx \ test/loop2.tzx \ test/loopend.tzx \ + test/plus3.z80 \ test/sp-2000.sna.gz \ test/sp-ffff.sna.gz \ test/turbo-zeropilot.tzx \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |