summaryrefslogtreecommitdiffstats
path: root/Python/thread_sgi.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused & broken PyThread_*_sema() functions and related constants.Fred Drake2002-01-191-44/+0
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-2/+2
* 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-25/+25
* 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-13/+13
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-57/+57
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-0/+80
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-3/+3
* 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-3/+10
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Fix waiting for children -- save ppid in pidlist as well.Guido van Rossum1994-05-301-14/+34
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-231-0/+5
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-091-0/+414
ption value='bug_97069ea11a'>bug_97069ea11a Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Typodkf2004-09-291-2/+2
| |
* | Factorize out the code for freeing an object's internal rep.dkf2004-09-2915-173/+102
| |
* | Changelog typoMiguel Sofer2004-09-281-1/+1
| |
* | * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning aboutMiguel Sofer2004-09-272-1/+7
| | | | | | | | uninitialised variable.
* | removed several unused vars in TclObjInvokeKevin B Kenny2004-09-272-4/+4
| |
* | Whitespace/formatting policingdkf2004-09-271-133/+122
| |
* | removed some workarounds for Bug 868489Kevin B Kenny2004-09-274-109/+103
| |
* | * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-27