Age | Commit message (Expand) | Author | Files | Lines |
2008-03-11 | autoconf: Test FREAD_READS_DIRECTORIES | Michal Rokos | 1 | -0/+20 |
2008-03-05 | Add compat/snprintf.c for systems that return bogus | Michal Rokos | 1 | -0/+34 |
2008-01-25 | autoconf: define NO_SYS_SELECT_H on systems without <sys/select.h>. | Jakub Narebski | 1 | -0/+6 |
2008-01-17 | autoconf: Add checking for unsetenv function | Jakub Narebski | 1 | -0/+6 |
2007-12-11 | autoconf: Check asciidoc version to automatically set ASCIIDOC8 | Jakub Narebski | 1 | -0/+21 |
2007-12-06 | autoconf: Add test for OLD_ICONV (squelching compiler warning) | Jakub Narebski | 1 | -0/+22 |
2007-11-30 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-11-30 | Replace the word 'update-cache' by 'update-index' everywhere | Johannes Schindelin | 1 | -1/+1 |
2007-11-20 | autoconf: Add tests for memmem, strtoumax and mkdtemp functions | Jakub Narebski | 1 | -0/+18 |
2007-11-07 | Merge branch 'ds/maint-deflatebound' | Junio C Hamano | 1 | -0/+20 |
2007-11-07 | Fix minor nits in configure.ac | Ralf Wildenhues | 1 | -3/+3 |
2007-11-07 | Improve accuracy of check for presence of deflateBound. | David Symonds | 1 | -0/+20 |
2007-10-02 | the ar tool is called gar on some systems | Robert Schiele | 1 | -1/+1 |
2007-07-31 | make the name of the library directory a config option | Robert Schiele | 1 | -0/+11 |
2007-07-31 | add option to find zlib in custom path | Robert Schiele | 1 | -0/+3 |
2007-03-31 | Eliminate checks of user-specified Tcl/Tk interpreter. | Eygene Ryabinkin | 1 | -3/+1 |
2007-03-31 | Add --with-tcltk and --without-tcltk to configure. | Eygene Ryabinkin | 1 | -0/+26 |
2007-02-18 | New autoconf test for iconv | Fredrik Kuivinen | 1 | -6/+25 |
2006-12-22 | Remove NO_ACCURATE_DIFF options from build systems | Eric Wong | 1 | -3/+0 |
2006-12-19 | Remove COLLISION_CHECK from Makefile since it's not used. | Brian Gernhardt | 1 | -4/+0 |
2006-11-21 | remove merge-recursive-old | Junio C Hamano | 1 | -39/+0 |
2006-09-30 | Merge branch 'jc/gitpm' | Junio C Hamano | 1 | -1/+1 |
2006-09-29 | Remove -fPIC which was only needed for Git.xs | Junio C Hamano | 1 | -7/+0 |
2006-09-24 | Deprecate merge-recursive.py | Junio C Hamano | 1 | -2/+0 |
2006-09-07 | autoconf: Add support for setting NO_ICONV and ICONVDIR | Jakub Narebski | 1 | -1/+12 |
2006-09-07 | autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv | Jakub Narebski | 1 | -2/+5 |
2006-09-05 | autoconf: Fix copy'n'paste error | Jakub Narebski | 1 | -1/+1 |
2006-09-04 | autoconf: Quote AC_CACHE_CHECK arguments | Jakub Narebski | 1 | -4/+4 |
2006-09-04 | autoconf: Check for subprocess.py | Jakub Narebski | 1 | -0/+10 |
2006-09-04 | autoconf: Add -liconv to LIBS when NEEDS_LIBICONV | Jakub Narebski | 1 | -0/+1 |
2006-08-15 | Fix compilation with Sun CC | Dennis Stosberg | 1 | -1/+8 |
2006-08-15 | Fix detection of ipv6 on Solaris | Dennis Stosberg | 1 | -0/+1 |
2006-08-15 | Look for sockaddr_storage in sys/socket.h | Dennis Stosberg | 1 | -2/+4 |
2006-08-08 | autoconf: Add support for setting CURLDIR, OPENSSLDIR, EXPATDIR | Jakub Narebski | 1 | -57/+101 |
2006-08-08 | autoconf: It is --without-python, not --no-python | Jakub Narebski | 1 | -1/+1 |
2006-08-08 | autoconf: Move variables which we always set to config.mak.in | Jakub Narebski | 1 | -31/+44 |
2006-08-08 | autoconf: Improvements in NO_PYTHON/PYTHON_PATH handling | Jakub Narebski | 1 | -6/+9 |
2006-08-08 | autoconf: Error out on --without-shell and --without-perl | Jakub Narebski | 1 | -1/+1 |
2006-08-08 | autoconf: Add configure target to main Makefile | Jakub Narebski | 1 | -1/+1 |
2006-08-07 | autoconf: Unset NO_STH and NEED_STH when it is detected not needed | Jakub Narebski | 1 | -16/+31 |
2006-08-04 | autoconf: NO_IPV6 | Junio C Hamano | 1 | -2/+8 |
2006-08-04 | autoconf: Set NEEDS_LIBICONV unconditionally if there is no iconv in libc | Jakub Narebski | 1 | -2/+1 |
2006-08-04 | autoconf: fix NEEDS_SSL_WITH_CRYPTO | Junio C Hamano | 1 | -2/+2 |
2006-08-04 | Copy description of new build configuration variables to configure.ac | Jakub Narebski | 1 | -0/+12 |
2006-08-04 | autoconf: Typo cleanup, reordering etc. | Jakub Narebski | 1 | -20/+23 |
2006-08-04 | autoconf: Check for ll hh j z t size specifiers introduced by C99 | Jakub Narebski | 1 | -0/+21 |
2006-08-02 | autoconf: Add support for setting PYTHON_PATH or NO_PYTHON | Jakub Narebski | 1 | -0/+22 |
2006-08-02 | autoconf: Move site configuration section earlier in configure.ac | Jakub Narebski | 1 | -50/+50 |
2006-08-02 | autoconf: Add support for setting SHELL_PATH and PERL_PATH | Jakub Narebski | 1 | -2/+33 |
2006-07-14 | Quote all calls to GIT_CONF_APPEND_LINE | Pavel Roskin | 1 | -12/+12 |