Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug where we NULL'd before we freed the data causing a memory leak. | nate | 1999-05-14 | 1 | -1/+1 |
* | NULL a pointer after it is freed to avoid trying to free it again. | jb | 1998-09-30 | 1 | -0/+2 |
* | Implement compile time debug support instead of tracking file name and | jb | 1998-06-09 | 1 | -22/+17 |
* | Simplify the handling of thread specific data. Only track if a key | jb | 1998-06-06 | 1 | -45/+33 |
* | Remove some stale code. | jb | 1998-05-31 | 1 | -1/+1 |
* | Change signal model to match POSIX (i.e. one set of signal handlers | jb | 1998-04-29 | 1 | -66/+44 |
* | Modify the return values to comply with POSIX. Previously these | alex | 1997-11-25 | 1 | -1/+0 |
* | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -1/+1 |
* | Make pthread_getspecific() compliant with the final IEEE pthreads | hsu | 1996-11-11 | 1 | -9/+9 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 1 | -10/+10 |
* | Reviewed by: julian | julian | 1996-01-22 | 1 | -0/+237 |