summaryrefslogtreecommitdiff
path: root/src/amiga/map.c
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle p_readsVicent Marti2012-09-111-7/+4
|
* More changes resulting from pull requestChris Young2012-06-141-5/+2
|
* Updates from comments on OS4 compatibility pull request ↵Chris Young2012-06-141-1/+2
| | | | http://github.com/libgit2/libgit2/pull/766
* Make this more generic and mergeable.Chris Young2012-06-131-0/+53
Needs AmigaOS.cmake now from CMake package at OS4Depot, or contents below: --8<-- SET(AMIGA 1) SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-fPIC") SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared") --8<--