From: <sba...@us...> - 2012-11-26 22:57:36
|
Revision: 4774 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=4774&view=rev Author: sbaldovi Date: 2012-11-26 22:57:29 +0000 (Mon, 26 Nov 2012) Log Message: ----------- Fix harcoded Id tags and add missing properties (Sergio). Modified Paths: -------------- trunk/libspectrum/hacking/ChangeLog trunk/libspectrum/windres.rc Property Changed: ---------------- trunk/libspectrum/memory.c trunk/libspectrum/myglib/garray.c trunk/libspectrum/windres.rc Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2012-11-25 22:49:17 UTC (rev 4773) +++ trunk/libspectrum/hacking/ChangeLog 2012-11-26 22:57:29 UTC (rev 4774) @@ -900,3 +900,5 @@ (thanks, clang 4.1) (Fred). 20121107 libspectrum.c: fix potential leak of memory pointed to by 'new_filename' (thanks, clang 4.1) (Fred). +20121126 memory.c,myglib/garray.c,windres.rc: fix harcoded Id tags and add + missing properties (Sergio). Property changes on: trunk/libspectrum/memory.c ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: trunk/libspectrum/myglib/garray.c ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Modified: trunk/libspectrum/windres.rc =================================================================== --- trunk/libspectrum/windres.rc 2012-11-25 22:49:17 UTC (rev 4773) +++ trunk/libspectrum/windres.rc 2012-11-26 22:57:29 UTC (rev 4774) @@ -1,7 +1,7 @@ /* windres.rc: resources for Windows Copyright (c) 2007-2009 Stuart Brady, Marek Januszewski - $Id: windres.rc 4075 2009-08-31 19:41:41Z specu $ + $Id$ 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 Property changes on: trunk/libspectrum/windres.rc ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |