summaryrefslogtreecommitdiff
path: root/lib/libX11/src/UIThrStubs.c
AgeCommit message (Collapse)Author
2012-03-27Upate to libX11 1.5rc1. Tested by krw@, mpi@, shadchin@.Matthieu Herrb
2011-09-19Fix _Xthr_once_stub_() to call the init routine for each different id.Matthieu Herrb
With tweaks from and ok ariane@
2010-05-18Update to libX11 1.3.3. Tested on a bulk ports build by naddy@.Matthieu Herrb
2009-05-03update to libX11 1.2.1Matthieu Herrb
2008-06-10- actually zero the memory returned by realloc().Matthieu Herrb
- set the return value for the pthread_once() stub.
2008-06-10Include stdlib.h so we have the prototype for realloc. This means that we don'tOwain Ainsworth
assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@.
2008-04-17pthread_key_create(3) explicitely says that the value associatedMatthieu Herrb
with a new key is NULL. So set the allocated memory to zero.
2008-03-30- get rid of recalloc() that got introduced here.Matthieu Herrb
- while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@.
2007-11-26Re-enable pthread support in libGL, by providing proper weak stubs inMatthieu Herrb
libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@
2006-11-25import from X.Org 7.2RC2Matthieu Herrb