summaryrefslogtreecommitdiff
path: root/source3/lib/replace/README
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16libreplace: always provide utime() and utimes()Stefan Metzmacher1-0/+2
I'd like to also provide futimes(), but it seems that some systems doesn't support a it at kernel level. If someone knows how to write a portable replacement for futimes() please tell me... metze (cherry picked from commit a9604fe4a323dccb537cf02ea7594437b4995803) (This used to be commit 8a241cf150fba787c82cbcb03730083ced442fbb)
2008-03-18libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam1-1/+0
Michael (cherry picked from commit 98ee8c84300757d778733a458c6ca3e6022b40ea) (This used to be commit a4f22d6e2b3fc198327deabf4a724cd476e4144c)
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam1-0/+1
inet_aton() is even needed inside libreplace, in the implementation of rep_getaddrinfo(). Michael (cherry picked from commit bcb2f3a880f8da8f9bedb7a8e61d7d7b533f1919) (This used to be commit 83baff78ce752a9129554a456cc24d043d419cd1)
2008-02-19r26470: Update README.Jelmer Vernooij1-0/+2
(cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908) (This used to be commit 556b6b9a2fe5dd9da85b1605d91a7216a6c6d308)
2007-10-10r25557: merge libreplace fixes from samba4Jelmer Vernooij1-0/+6
(This used to be commit 8c1669997c53f0f7bfb9a794083afd01b131f676)
2007-10-10r25232: sync lib/replace with SAMBA_4_0Stefan Metzmacher1-1/+0
metze (This used to be commit 828d2ca0610ab5ee3b96d187b3432b9b4fea72f8)
2007-10-10r24341: Make libreplace provide offsetof.Jelmer Vernooij1-0/+1
(This used to be commit 4a5fa715a6af281282092644817599f79806981d)
2007-10-10r23307: move readahead stuff out of libreplace and make it samba3 specificStefan Metzmacher1-5/+0
as we can't replace this function in libreplace and we do the some stuff for other function in the same way. metze (This used to be commit 5e9b84326b4c65799e6fa6550de870d9a7ebba85)
2007-10-10r22772: - Still working on the fact that readahead() is not declared (on at ↵Derrell Lipman1-0/+5
least one OS) but is available for linking. Instead of running configure tests with -Werror-implicit-function-declaration in developer mode (which may lead to different library functions being used in developer mode than when not in developer mode), add tests for whether readahead is declared. If not, provide a replacement declaration in lib/replace. (This used to be commit 7d05fa8b32b5b33e95fd9d552d2a45013b4803ec)
2007-10-10r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher1-0/+6
metze (This used to be commit 8a7d2e633b98aa9c73cf1f7d1369015b294cf2e1)
2007-10-10r22274: merge from samba4:Stefan Metzmacher1-0/+2
- provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze (This used to be commit 5ca18546444e3e65491c2104cf8eeb1022bb5591)
2007-10-10r22271: merge from samba4:Stefan Metzmacher1-0/+3
provide __location__ in replace.h and see how the build-farm likes this simpler version metze (This used to be commit 3f87165771ecbbcd70e870235e324d25b21a04d4)
2007-10-10r22221: merge from samba4:Stefan Metzmacher1-0/+2
- libreplace unsetenv() and strptime() replacements metze (This used to be commit 057c1c04d09b48c713ebc0b334cabcefc02561e9)
2007-10-10r22151: remove netgr functions from libreplace they're not usedStefan Metzmacher1-2/+0
in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze (This used to be commit 7f61b3f0095efed81adc9022ba44e5c7df84d2f2)
2007-10-10r21388: Merge support for providing replacement system headers.Jelmer Vernooij1-0/+4
(This used to be commit 78d6c88f10d600e05c4346affbba1d95c614dc34)
2007-10-10r20817: sync lib/replace with samba4Stefan Metzmacher1-0/+1
metze (This used to be commit 352ee730308bbc151a742938818c9b8b3a6e8014)
2007-10-10r18864: merge lib/replace changes from samba4Andrew Tridgell1-0/+7
(This used to be commit 6d5f507136be327558e98214b64eca225ca23d66)
2007-10-10r18644: bring in libreplace in lib/replaceStefan Metzmacher1-0/+80
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)