16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Apr 21, 2023 — Apr 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct opencatalog behaviour - only check the version once the catalog has been parsed.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
fix build
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
[C/Break] Entry from "Bugs" section removed. More... 12 months ago
Updated from source code. More... 12 months ago
[autodoc.py] adapted to recent source code changes. More... 12 months ago
Catalog submodules updated. More... 12 months ago
bump version to match the one in the config file.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
fix formatting
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
bump version after recent fixes
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
Fix ExAll handling. AROS boots correctly from SFS installs.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
Initial fixes and corrections. Fix ExAll behaviour so that it doesn't only operate on a single data entry, with the same filesystem object, for 4GB worth of data (or forever..) ...
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
reformat so it looks less ugly.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
pad on 64bit to keep size/alignment in sync with struct FileLock
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
try the tar.xz aswell
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
# put inline statements in the correct place. # use the correct type for ExtFileLock->objectnode # cast to the correct types to prevent incorrect behaviour (on 64bit particularly) # let the compiler know code falls through.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
cast to LONG to prevent overflow causing Exall to try and read 4Gb of data.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
cleanup/adjust to recent changes and enable build
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
adjust the stdc include path
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
move the crt sub-parts to a common location
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
move the storage test out of the exec tests.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
Move the AROS specific Task storage slot handling out of Exec and into task resource. Use it from there.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
tabs->spaces
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
Small tidy up of formatting.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
fix the PROCESS and PORT args to work with recent changes
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
fix formatting
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
Simplify using task resource to iterate over the complete list of tasks (so it also works on the smp builds), and create a list of matching tasks to operate on. Adjust to iterate over the list of found tasks and signal all matching names.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
[C/Break] Use pattern matching for the NAME parameter. As a side effect it fixes the problem that the NAME was case-sensitive which doesn't make sense. Note that when using pattern matching only one task is signalled. Autodoc updated. More... 12 months ago
link posixc after cunit
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
posixc needs to be linked after cunit.
Kalamatee (NicJA)
as Kalamatee
More... 12 months ago
[C/Status] Made COMMAND parameter case-insensitive More... 12 months ago