summaryrefslogtreecommitdiff
path: root/README.OSX
Commit message (Collapse)AuthorAgeFilesLines
* Updated macOS-specific documentation, especially regarding SIP issuesWolfgang Hommel2020-11-161-1/+15
|
* Revert "Automake branch"revert-178-automake-branchWolfgang Hommel2019-11-301-9/+4
|
* Merged master in and cleaned up.Michael D. Stemle, Jr2019-11-271-15/+25
|\ | | | | We no longer need the OSX-specific test. Tests are passing, too.
| * Updated documentation regarding compatibility, use on macOS, and contributionsWolfgang Hommel2019-08-231-16/+26
| |
* | Added GNU autotools support.Michael D. Stemle, Jr2018-10-021-5/+10
|/
* Preparations for 0.9.7 releasev0.9.7Wolfgang Hommel2017-11-141-1/+1
|
* Updated for macOS SierraWolfgang Hommel2017-05-191-13/+21
|
* Updated documentation for v0.9.6 & Makefile consolidationWolfgang Hommel2014-02-141-9/+15
|
* Added installation via Fink on OSXWolfgang Hommel2013-10-271-0/+4
|
* Updated installation notes for OS XWolfgang Hommel2013-10-111-13/+27
|
* renamed library name from libfaketime.dylib.1 to libfaketime.1.dylib based ↵Wolfgang Hommel2013-10-111-3/+3
| | | | on Apple design guidelines. Thanks to ryandesign at MacPorts
* Updated documentation and creditsWolfgang Hommel2013-09-021-6/+21
|
* whitespace cleanupTomi Ollila2012-08-301-5/+4
| | | | | | | | | Used (emacs) M-x untabify for whole faketime.c as the prevailing style in that file used spaces for indentation. Used M-x delete-trailing-whitespace to all files that had either trailing whitespace or empty lines at the end of file to remove those.
* Minor changesWolfgang Hommel2011-10-191-1/+1
| | | | Minor changes to README.OSX
* Fixed issues on Mac OS X 10.7 LionWolfgang Hommel2011-10-191-0/+98
- Changed interception of internal syscalls on OSX and malloc arena treatment - Adapted the faketime wrapper shell script to set the appropriate environment variables on OSX and use gdate instead of date - Added README.OSX to explain the OSX-specific aspects of compiling and using libfaketime