summaryrefslogtreecommitdiffstats
path: root/Python/thread_solaris.h
Commit message (Collapse)AuthorAgeFilesLines
* While I can't really test this thoroughly, Pat Knight and the SolarisGuido van Rossum1999-04-131-1/+2
| | | | | | man pages suggest that the proper thing to do is to add THR_NEW_LWP to the flags on thr_create(), and that there really isn't a downside, so I'll do that.
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-42/+42
| | | | | names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names).
* 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
| | | | Note: waitflag not supported on NT.
* 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
| | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error().
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-1/+1
| | | | | | err_fetch/err_restore and so on). But... NOTE: import.c has been rewritten and all the DL stuff is now in the new file importdl.c.
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-231-0/+7
| | | | | | | compile.c: lists and dictionary in code objects become tuples import.c: bump MAGIC thread*.[ch]: added thread_ident() function version.c: added '++' to version number and bumped date
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-091-0/+219
Added Tim Peters' pthread version.