summaryrefslogtreecommitdiff
path: root/source3/lib/replace/README
AgeCommit message (Collapse)AuthorFilesLines
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)