1
0
mirror of https://github.com/git/git.git synced 2024-09-30 16:01:40 +02:00
git/compat
David Aguilar e1c0688692 compat: add a basename() compatibility function
Some systems such as Windows lack libgen.h so provide a
basename() implementation for cross-platform use.

This introduces the NO_LIBGEN_H construct to the Makefile
and autoconf scripts.

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-05-31 17:57:59 -07:00
..
fnmatch Fix more typos/spelling in comments 2009-04-22 19:03:39 -07:00
regex Fix typos / spelling in comments 2009-04-22 19:02:12 -07:00
basename.c compat: add a basename() compatibility function 2009-05-31 17:57:59 -07:00
cygwin.c Fix more typos/spelling in comments 2009-04-22 19:03:39 -07:00
cygwin.h
fopen.c
hstrerror.c
inet_ntop.c
inet_pton.c
memmem.c optimize compat/ memmem() 2009-03-02 18:28:06 -08:00
mingw.c MinGW: Add a simple getpass() 2009-05-23 01:54:45 -07:00
mingw.h MinGW: Add a simple getpass() 2009-05-23 01:54:45 -07:00
mkdtemp.c
mkstemps.c compat: add a mkstemps() compatibility function 2009-05-31 17:56:44 -07:00
mmap.c
pread.c
qsort.c
setenv.c
snprintf.c
strcasestr.c
strlcpy.c
strtoumax.c
unsetenv.c
win32.h
win32mmap.c MinGW: implement mmap 2009-03-18 19:23:04 -07:00
winansi.c winansi: support ESC [ K (erase in line) 2009-03-10 23:23:02 -07:00