summaryrefslogtreecommitdiffstats
path: root/generic/tclAsync.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-10-211-3/+3
|\
* \ Merge 8.7jan.nijtmans2021-08-231-0/+2
|\ \ | |/
| * Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+2
| |\
| | * More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-1/+1
* | | Repair build failure.dgp2021-08-201-1/+1
* | | Merge 8.7jan.nijtmans2021-08-201-57/+151
|\ \ \ | |/ /
| * | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav...jan.nijtmans2021-08-181-1/+1
| * | tip#511 proposed implementationjan.nijtmans2021-08-171-57/+151
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2019-06-301-1/+1
|\ \ \ | |/ /
| * | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-301-1/+1
| |/
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
|/
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-271-1/+9
| | * generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-261-18/+26
| | * Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-111-14/+23
| * | use Tcl_Panic() instead of panic()das2008-05-031-3/+3
| * | Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-271-8/+9
| * | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-271-14/+29
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-2/+2
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
* | | use Tcl_Panic() instead of panic()das2008-05-031-3/+3
* | | Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-271-2/+10
* | | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-261-18/+26
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | fix formattingdas2007-11-101-2/+3
* | * generic/tclAsync.c:Miguel Sofer2007-11-091-1/+7
* | Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-111-14/+23
* | ANSIfydkf2005-11-071-18/+18
* | Getting more systematic about styledkf2005-07-191-92/+85
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
|/
* * generic/tclAsync.c:davygrvy2001-08-301-3/+28
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-54/+82
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-2/+15
* * win/tclWinPipe.c:stanton1999-03-111-1/+3
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+265