summaryrefslogtreecommitdiff
path: root/Python/thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* Donn Cave <donn@u.washington.edu>:Fred Drake2000-10-061-1/+1
* Make better use of GNU Pth -- patch by Andy Dustman.Guido van Rossum2000-09-191-3/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Prototype yet another forward declaration.Thomas Wouters2000-07-241-1/+1
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-13/+2
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Andy Dustman: add GNU pth user-space thread support.Guido van Rossum2000-05-081-0/+4
* Jack Jansen: Posix threads are now supported on the Macintosh too.Guido van Rossum2000-04-241-0/+4
* Changes by Mark Hammond for Windows CE. Mostly of the formGuido van Rossum1999-04-071-0/+8
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-4/+4
* Need to add default decl of DL_IMPORT, for mymalloc.hGuido van Rossum1998-12-041-0/+5
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+4
* os2 patch by Jeff RushGuido van Rossum1997-11-221-0/+4
* DG/UX thread patches (Ross Andrus)Guido van Rossum1997-05-221-0/+4
* Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined evenGuido van Rossum1997-04-291-0/+6
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-3/+3
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-0/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Always include config.hGuido van Rossum1996-08-191-2/+0
* nt thread supportGuido van Rossum1995-01-171-0/+4
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge back to main trunkGuido van Rossum1994-08-301-546/+53
* Port to Solaris 2.3.Sjoerd Mullender1993-12-031-39/+164
* Added widget methods {Height,Width}{,MM}OfScreen.Sjoerd Mullender1993-10-121-1/+1
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-0/+24
* ushdr_t was not defined so fill in its size instead of using sizeof.Sjoerd Mullender1993-01-131-2/+3
* Added error checking.Sjoerd Mullender1993-01-131-21/+82
* Various changes.Sjoerd Mullender1993-01-061-5/+14
* Added C++ support in thread.h; don't use signals if not strictlySjoerd Mullender1992-09-111-5/+16
* newest versionSjoerd Mullender1992-09-021-91/+0
* adapted SV module to the new svideo library.Sjoerd Mullender1992-09-021-0/+91
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-171-89/+221
* * Makefile: cosmeticsGuido van Rossum1992-08-051-4/+4
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-0/+263