Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-27 | Upate to libX11 1.5rc1. Tested by krw@, mpi@, shadchin@. | Matthieu Herrb | |
2011-09-19 | Fix _Xthr_once_stub_() to call the init routine for each different id. | Matthieu Herrb | |
With tweaks from and ok ariane@ | |||
2010-05-18 | Update to libX11 1.3.3. Tested on a bulk ports build by naddy@. | Matthieu Herrb | |
2009-05-03 | update to libX11 1.2.1 | Matthieu Herrb | |
2008-06-10 | - actually zero the memory returned by realloc(). | Matthieu Herrb | |
- set the return value for the pthread_once() stub. | |||
2008-06-10 | Include stdlib.h so we have the prototype for realloc. This means that we don't | Owain Ainsworth | |
assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@. | |||
2008-04-17 | pthread_key_create(3) explicitely says that the value associated | Matthieu 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-26 | Re-enable pthread support in libGL, by providing proper weak stubs in | Matthieu Herrb | |
libX11 (together with other pthread stubs, already there for libX11). ok kurt@, art@, kettenis@ | |||
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |