This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
git
Watch
1
Star
0
Fork
0
You've already forked git
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
2d3539e87a75b5f93f9e53bf13a60ef67a28ea62
git
/
compat
History
Junio C Hamano
c0284cea31
Merge branch 'bc/fopen'
...
* bc/fopen: Add compat/fopen.c which returns NULL on attempt to open directory
2008-02-20 16:13:19 -08:00
..
fopen.c
Add compat/fopen.c which returns NULL on attempt to open directory
2008-02-11 18:25:10 -08:00
hstrerror.c
Add a local implementation of hstrerror for the system which do not have it
2007-06-15 22:48:34 -07:00
inet_ntop.c
Remove a couple of duplicated include
2007-11-05 20:50:38 -08:00
inet_pton.c
Remove a couple of duplicated include
2007-11-05 20:50:38 -08:00
memmem.c
add memmem()
2007-09-06 22:46:00 -07:00
mkdtemp.c
Define compat version of mkdtemp for systems lacking it
2007-10-20 22:52:21 -04:00
mmap.c
…
pread.c
…
qsort.c
compat: Add simplified merge sort implementation from glibc
2008-02-06 22:35:28 -08:00
setenv.c
…
strcasestr.c
…
strlcpy.c
…
strtoumax.c
…
unsetenv.c
…