index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
replace
/
replace.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
Stefan Metzmacher
1
-0
/
+29
2007-10-10
r22273: - provide __LINESTR__ macro
Stefan Metzmacher
1
-1
/
+9
2007-10-10
r22270: provide __location__ in replace.h
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22250: try to fix the build on aix1 in the farm
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r22226: move discard_const macros to librelace
Stefan Metzmacher
1
-0
/
+23
2007-10-10
r22215: add strptime replacement to libreplace based on the patch
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r21795: fix the prototype of unsetenv()...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21793: add replacement for unsetenv()
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r20981: Fix cut'n'paste error.
James Peach
1
-1
/
+1
2007-10-10
r19393: Add replacement function for socketpair()
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r19242: merge from samba3:
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r18999: merge from samba3:
Stefan Metzmacher
1
-9
/
+8
2007-10-10
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
Volker Lendecke
1
-0
/
+7
2007-10-10
r18970: avoid strndup and strnlen on AIX. They are quite broken. See
Andrew Tridgell
1
-2
/
+4
2007-10-10
r18862: as andrew pointed our on irc, if we are going to define _TRUE, then
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18861: merge from samba3
Andrew Tridgell
1
-0
/
+11
2007-10-10
r18675: merge from samba3:
Stefan Metzmacher
1
-1
/
+17
2007-10-10
r18674: merge from samba3,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18518: we replace snprintf() if its not C99, so we should also add the rep_
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf does
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r18458: move wins32 stuff to the top dir
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. The
Andrew Tridgell
1
-0
/
+3
2007-10-10
r18419: fix include paths of the configure tests
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r18343: fixed setlinebuf() prototype, added test for it, and use it in two
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18337: more -Ae tests in check_cc.m4
Andrew Tridgell
1
-0
/
+4
2007-10-10
r18335: more portable bool tests
Andrew Tridgell
1
-2
/
+13
2007-10-10
r18278: move more header checks and _GNU_SOURCE into libreplace
Andrew Tridgell
1
-0
/
+8
2007-10-10
r18206: need rep_ macro for setlinebuf
Andrew Tridgell
1
-0
/
+5
2007-10-10
r18205: need rep_ macros for seteuid and setegid
Andrew Tridgell
1
-0
/
+10
2007-10-10
r18160: - pread and pwrite replacements need to be non-static
Andrew Tridgell
1
-7
/
+27
2007-10-10
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
1
-3
/
+13
2007-10-10
r18111: base inclusion of replacement printf fns on function existance, not
Andrew Tridgell
1
-8
/
+13
2007-10-10
r18081: libreplace now uses config.h again
Andrew Tridgell
1
-5
/
+0
2007-10-10
r18067: some tweaks for irix and hpux
Andrew Tridgell
1
-6
/
+2
2007-10-10
r18039: Include header with time_t if needed.
Jelmer Vernooij
1
-5
/
+10
2007-10-10
r18031: Merge my replace fixes:
Jelmer Vernooij
1
-33
/
+72
2007-10-10
r16556: Add mkdtemp to libreplace. This is apparantly available on Linux
James Peach
1
-0
/
+4
2007-10-10
r15986: Declare struct tm
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15953: our timegm() replacement still doesn't work, so grab the one from
Andrew Tridgell
1
-0
/
+4
2007-10-10
r15882: I forgot to add in this prototype for strtok_r()
Andrew Tridgell
1
-0
/
+4
2007-10-10
r15868: Add replacement macro for __STRING()
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r15280: - remove the 2nd check for __FUNCTION__
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r15226: Fix order of typedef specification - caught by kblin
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15224: Check whether -MT is actually supported by the compiler before using
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15203: Allow system 'bool' type to be defined in another header then stdbool.h
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r15200: Move MIN/MAX macros to libreplace as some systems have them
Jelmer Vernooij
1
-0
/
+14
2007-10-10
r15000: Move some more autoconf tests out of build/m4/rewrite.m4
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r14999: Remove more unused autoconf code
Jelmer Vernooij
1
-9
/
+7
[next]