Update copyright year.

This commit is contained in:
2020-12-31 23:13:50 +00:00
parent a949e4c793
commit 71a814d595
56 changed files with 6290 additions and 5943 deletions

View File

@@ -26,7 +26,7 @@ Contains directory handlers
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#define INCL_DOSFILEMGR // File Manager values

View File

@@ -26,7 +26,7 @@ Contains directory definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_DIR_H

View File

@@ -26,7 +26,7 @@ Contains extended attribute definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_EA_H

View File

@@ -26,7 +26,7 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "dir.h"

View File

@@ -26,13 +26,13 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_MAIN_H
#define AARU_FSTESTER_GETTER_OS2_MAIN_H
#define AARU_FSTESTER_VERSION "0.1"
#define AARU_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
#define AARU_COPYRIGHT "Copyright (C) 2011-2021 Natalia Portillo"
#endif

0
getter/os2_32/OS2.EXE Normal file → Executable file
View File

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/setter.iml" filepath="$PROJECT_DIR$/.idea/setter.iml" />
</modules>
</component>
</project>

0
setter/binaries/fssetter.linux.3.2.x86_64 Normal file → Executable file
View File

0
setter/projects/msvc10/FSSETTER.MAK Normal file → Executable file
View File

View File

@@ -0,0 +1,347 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objects = {
/* Begin PBXBuildFile section */
A9CCCA2324B81DB400AE7346 /* os2_32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA0F24B81DB400AE7346 /* os2_32.c */; };
A9CCCA2424B81DB400AE7346 /* darwin.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1024B81DB400AE7346 /* darwin.c */; };
A9CCCA2524B81DB400AE7346 /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1324B81DB400AE7346 /* unix.c */; };
A9CCCA2624B81DB400AE7346 /* dos.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1424B81DB400AE7346 /* dos.c */; };
A9CCCA2724B81DB400AE7346 /* os2_16.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1824B81DB400AE7346 /* os2_16.c */; };
A9CCCA2824B81DB400AE7346 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1924B81DB400AE7346 /* main.c */; };
A9CCCA2924B81DB400AE7346 /* linux.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1D24B81DB400AE7346 /* linux.c */; };
A9CCCA2A24B81DB400AE7346 /* macos.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1E24B81DB400AE7346 /* macos.c */; };
A9CCCA2B24B81DB400AE7346 /* win32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1F24B81DB400AE7346 /* win32.c */; };
A9CCCA2C24B81DB400AE7346 /* netware.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA2224B81DB400AE7346 /* netware.c */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
A97B756824B818FE00E84B3B /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
A97B756A24B818FE00E84B3B /* fstester.setter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fstester.setter; sourceTree = BUILT_PRODUCTS_DIR; };
A9CCCA0B24B81DB400AE7346 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
A9CCCA0C24B81DB400AE7346 /* os2_16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2_16.h; sourceTree = "<group>"; };
A9CCCA0D24B81DB400AE7346 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
A9CCCA0E24B81DB400AE7346 /* linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linux.h; sourceTree = "<group>"; };
A9CCCA0F24B81DB400AE7346 /* os2_32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os2_32.c; sourceTree = "<group>"; };
A9CCCA1024B81DB400AE7346 /* darwin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = darwin.c; sourceTree = "<group>"; };
A9CCCA1124B81DB400AE7346 /* netware.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netware.h; sourceTree = "<group>"; };
A9CCCA1224B81DB400AE7346 /* macos.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = macos.r; sourceTree = "<group>"; };
A9CCCA1324B81DB400AE7346 /* unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unix.c; sourceTree = "<group>"; };
A9CCCA1424B81DB400AE7346 /* dos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dos.c; sourceTree = "<group>"; };
A9CCCA1524B81DB400AE7346 /* win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = win32.h; sourceTree = "<group>"; };
A9CCCA1624B81DB400AE7346 /* macos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos.h; sourceTree = "<group>"; };
A9CCCA1724B81DB400AE7346 /* dosos2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dosos2.h; sourceTree = "<group>"; };
A9CCCA1824B81DB400AE7346 /* os2_16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os2_16.c; sourceTree = "<group>"; };
A9CCCA1924B81DB400AE7346 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
A9CCCA1A24B81DB400AE7346 /* consts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = consts.h; sourceTree = "<group>"; };
A9CCCA1B24B81DB400AE7346 /* os2_32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2_32.h; sourceTree = "<group>"; };
A9CCCA1C24B81DB400AE7346 /* darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = darwin.h; sourceTree = "<group>"; };
A9CCCA1D24B81DB400AE7346 /* linux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linux.c; sourceTree = "<group>"; };
A9CCCA1E24B81DB400AE7346 /* macos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = macos.c; sourceTree = "<group>"; };
A9CCCA1F24B81DB400AE7346 /* win32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = win32.c; sourceTree = "<group>"; };
A9CCCA2024B81DB400AE7346 /* dos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dos.h; sourceTree = "<group>"; };
A9CCCA2124B81DB400AE7346 /* unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unix.h; sourceTree = "<group>"; };
A9CCCA2224B81DB400AE7346 /* netware.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = netware.c; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
A97B756724B818FE00E84B3B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
A97B756124B818FD00E84B3B = {
isa = PBXGroup;
children = (
A9CCCA0A24B81DB400AE7346 /* src */,
A97B756B24B818FE00E84B3B /* Products */,
);
sourceTree = "<group>";
};
A97B756B24B818FE00E84B3B /* Products */ = {
isa = PBXGroup;
children = (
A97B756A24B818FE00E84B3B /* fstester.setter */,
);
name = Products;
sourceTree = "<group>";
};
A9CCCA0A24B81DB400AE7346 /* src */ = {
isa = PBXGroup;
children = (
A9CCCA0B24B81DB400AE7346 /* main.h */,
A9CCCA0C24B81DB400AE7346 /* os2_16.h */,
A9CCCA0D24B81DB400AE7346 /* defs.h */,
A9CCCA0E24B81DB400AE7346 /* linux.h */,
A9CCCA0F24B81DB400AE7346 /* os2_32.c */,
A9CCCA1024B81DB400AE7346 /* darwin.c */,
A9CCCA1124B81DB400AE7346 /* netware.h */,
A9CCCA1224B81DB400AE7346 /* macos.r */,
A9CCCA1324B81DB400AE7346 /* unix.c */,
A9CCCA1424B81DB400AE7346 /* dos.c */,
A9CCCA1524B81DB400AE7346 /* win32.h */,
A9CCCA1624B81DB400AE7346 /* macos.h */,
A9CCCA1724B81DB400AE7346 /* dosos2.h */,
A9CCCA1824B81DB400AE7346 /* os2_16.c */,
A9CCCA1924B81DB400AE7346 /* main.c */,
A9CCCA1A24B81DB400AE7346 /* consts.h */,
A9CCCA1B24B81DB400AE7346 /* os2_32.h */,
A9CCCA1C24B81DB400AE7346 /* darwin.h */,
A9CCCA1D24B81DB400AE7346 /* linux.c */,
A9CCCA1E24B81DB400AE7346 /* macos.c */,
A9CCCA1F24B81DB400AE7346 /* win32.c */,
A9CCCA2024B81DB400AE7346 /* dos.h */,
A9CCCA2124B81DB400AE7346 /* unix.h */,
A9CCCA2224B81DB400AE7346 /* netware.c */,
);
name = src;
path = ../../src;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
A97B756924B818FE00E84B3B /* fstester.setter */ = {
isa = PBXNativeTarget;
buildConfigurationList = A97B757124B818FE00E84B3B /* Build configuration list for PBXNativeTarget "fstester.setter" */;
buildPhases = (
A97B756624B818FE00E84B3B /* Sources */,
A97B756724B818FE00E84B3B /* Frameworks */,
A97B756824B818FE00E84B3B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = fstester.setter;
productName = fstester;
productReference = A97B756A24B818FE00E84B3B /* fstester.setter */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
A97B756224B818FD00E84B3B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = Claunia.com;
TargetAttributes = {
A97B756924B818FE00E84B3B = {
CreatedOnToolsVersion = 11.5;
};
};
};
buildConfigurationList = A97B756524B818FD00E84B3B /* Build configuration list for PBXProject "fstester.setter" */;
compatibilityVersion = "Xcode 11.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A97B756124B818FD00E84B3B;
productRefGroup = A97B756B24B818FE00E84B3B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A97B756924B818FE00E84B3B /* fstester.setter */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
A97B756624B818FE00E84B3B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9CCCA2C24B81DB400AE7346 /* netware.c in Sources */,
A9CCCA2624B81DB400AE7346 /* dos.c in Sources */,
A9CCCA2924B81DB400AE7346 /* linux.c in Sources */,
A9CCCA2724B81DB400AE7346 /* os2_16.c in Sources */,
A9CCCA2A24B81DB400AE7346 /* macos.c in Sources */,
A9CCCA2824B81DB400AE7346 /* main.c in Sources */,
A9CCCA2424B81DB400AE7346 /* darwin.c in Sources */,
A9CCCA2B24B81DB400AE7346 /* win32.c in Sources */,
A9CCCA2324B81DB400AE7346 /* os2_32.c in Sources */,
A9CCCA2524B81DB400AE7346 /* unix.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
A97B756F24B818FE00E84B3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
A97B757024B818FE00E84B3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
};
name = Release;
};
A97B757224B818FE00E84B3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = c99;
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
A97B757324B818FE00E84B3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = c99;
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
A97B756524B818FD00E84B3B /* Build configuration list for PBXProject "fstester.setter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A97B756F24B818FE00E84B3B /* Debug */,
A97B757024B818FE00E84B3B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A97B757124B818FE00E84B3B /* Build configuration list for PBXNativeTarget "fstester.setter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A97B757224B818FE00E84B3B /* Debug */,
A97B757324B818FE00E84B3B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A97B756224B818FD00E84B3B /* Project object */;
}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:/Users/claunia/Development/Aaru/fstester/setter/projects/xcode11/fstester.setter.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@@ -26,7 +26,7 @@ Contains common definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_SETTER_DEFS_H
@@ -34,7 +34,7 @@ Copyright (C) 2011-2020 Natalia Portillo
#include <stddef.h>
void GetOsInfo();
void GetOsInfo(void);
void GetVolumeInfo(const char *path, size_t *clusterSize);

View File

@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains definitions common to DOS and OS/2
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__OS2__) || defined(__os2__) || defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains Linux implementations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)

View File

@@ -26,7 +26,7 @@ Contains Linux definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_LINUX_H

View File

@@ -26,7 +26,7 @@ Contains Mac OS code.
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)

View File

@@ -26,7 +26,7 @@ Contains Mac OS definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)

View File

@@ -26,17 +26,9 @@ Contains Mac OS resources
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "Types.r"
#include "Types.r"
resource 'vers' (1) {
0x00,
0x01,
development,
0x00,
verUS,
"0.1",
"0.1, <20> 2011-2020 Natalia Portillo"
};
resource 'vers'(1){0x00, 0x01, development, 0x00, verUS, "0.1", "0.1, <20> 2011-2021 Natalia Portillo"};

View File

@@ -26,10 +26,9 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "main.h"
#include "defs.h"

View File

@@ -26,14 +26,14 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_MAIN_H
#define AARU_FSTESTER_GETTER_MAIN_H
#define AARU_FSTESTER_VERSION "4.5.99.2020"
#define AARU_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
#define AARU_COPYRIGHT "Copyright (C) 2011-2021 Natalia Portillo"
#if defined(__alpha__) || defined(_M_ALPHA)
#define OS_ARCH "axp"
@@ -47,7 +47,7 @@ Copyright (C) 2011-2020 Natalia Portillo
#define OS_ARCH "ia32"
#elif defined(__ia64__) || defined(_M_IA64)
#define OS_ARCH "ia64"
#elif defined(__m68k__) || defined(_M_M68K) || defined(M68000) || defined(__MC68K__)
#elif defined(__m68k__) || defined(_M_M68K) || defined(M68000) || defined(__MC68K__) || defined(mc68000)
#define OS_ARCH "m68k"
#elif defined(__mips__) || defined(__mips) || defined(__MIPS__)
#define OS_ARCH "mips"
@@ -111,6 +111,8 @@ Copyright (C) 2011-2020 Natalia Portillo
#define OS_NAME "NetBSD"
#elif defined(__NETWARE__) || defined(__netware__)
#define OS_NAME "NetWare"
#elif defined(NeXT) && defined(__MACH__)
#define OS_NAME "NeXTStep"
#elif defined(__OpenBSD__)
#define OS_NAME "OpenBSD"
#elif defined(__OS2__) || defined(__os2__) && !defined(__DOS__)

View File

@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__NETWARE_386__)

View File

@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__NETWARE_386__)

View File

@@ -26,7 +26,7 @@ Contains 16-bit OS/2 code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__I86__) || defined(__i86__) || defined(_M_I86)) && (defined(__OS2__) || defined(__os2__)) && \

View File

@@ -26,7 +26,7 @@ Contains 16-bit OS/2 definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && (defined(__I86__) || defined(__i86__) || defined(_M_I86))

View File

@@ -26,7 +26,7 @@ Contains 32-bit OS/2 code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__I386__) || defined(__i386__) || defined(__THW_INTEL) || defined(_M_I386)) && \

View File

@@ -26,7 +26,7 @@ Contains 32-bit OS/2 declarations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && \

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)

View File

@@ -26,7 +26,7 @@ Contains UNIX definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_UNIX_H

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
// ReSharper disable CppJoinDeclarationAndAssignment

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows declarations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \