Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update my email address and homepage url | 2015-01-21 | |
| | |||
* | fixed all remaining build warnings on Windows | 2014-12-29 | |
| | |||
* | Windows: Fix crash when user.name is not set in git config. | 2014-10-31 | |
| | |||
* | getUserEntryForID does not work on windows | 2014-10-31 | |
| | | | | Throw an error instead, mentioning the relevant env vars. | ||
* | relicense general utility library code to BSD | 2014-05-10 | |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | get rid of __WINDOWS__, use mingw32_HOST_OS | 2013-08-02 | |
| | | | | | The latter is harder for me to remember, but avoids build failures in code used by the configure program. | ||
* | fix the day's windows permissions damage | 2013-05-12 | |
| | |||
* | check addition env vars so it works on Windows outside of Cygwin | 2013-05-12 | |
| | |||
* | fix permission damage (thanks, Windows) | 2013-05-11 | |
| | |||
* | clean up from windows porting | 2013-05-11 | |
| | |||
* | git-annex now builds on Windows (doesn't work) | 2013-05-11 | |
| | |||
* | fixup #if 0 stubs to use #ifndef mingw32_HOST_OS | 2013-05-10 | |
| | | | | | | That's needed in files used to build the configure program. For the other files, I'm keeping my __WINDOWS__ define, as I find that much easier to type. I may search and replace it to use the mingw32_HOST_OS thing later. | ||
* | stub out posix stuff for Windows | 2013-05-10 | |
| | | | | This is enough to let the configure program build. | ||
* | Makefile now builds using cabal, taking advantage of cabal's automatic ↵ | 2013-02-27 | |
| | | | | | | | | | detection of appropriate build flags. The only thing lost is ./ghci Speed: make fast used to take 20 seconds here, when rebuilding from touching Command/Unused.hs. With cabal, it's 29 seconds. | ||
* | avoid trying to use GECOS on Android, which responds with sig11 | 2013-02-19 | |
| | |||
* | assistant: Detect when system is not configured with a user name, and set ↵ | 2013-01-06 | |
| | | | | environment to prevent git from failing. | ||
* | finished where indentation changes | 2012-12-13 | |
| | |||
* | Use USER and HOME environment when set, and only fall back to getpwent, ↵ | 2012-10-25 | |
which doesn't work with LDAP or NIS. |