summaryrefslogtreecommitdiff
path: root/Python/thread_solaris.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-71/+71
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-231-47/+3
* Patch #716969: Detect thread creation failure. Will backport to 2.2.Martin v. Löwis2003-04-191-3/+1
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-60/+0
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-1/+0
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-3/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-20/+37
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-10/+10
* While I can't really test this thoroughly, Pat Knight and the SolarisGuido van Rossum1999-04-131-1/+2
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-42/+42
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Sjoerd's thread changes (including down_sema typo fix).Guido van Rossum1996-10-081-4/+18
* typo (#indef -> #undef)Guido van Rossum1996-08-261-1/+1
* Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd).Guido van Rossum1996-08-211-0/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-1/+1
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-231-0/+7
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-091-0/+219