| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -4/+4 |
|
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| | |\ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on | das | 2008-03-11 | 1 | -7/+3 |
|
|
| | | * | fix missing preprocessor \ line continuation | das | 2007-08-11 | 1 | -2/+2 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation | das | 2007-06-23 | 1 | -3/+22 |
|
|
| | | * | * macosx/tclMacOSXNotify.c: fix warnings. | das | 2007-04-29 | 1 | -27/+27 |
|
|
| | | * | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. | das | 2007-03-07 | 1 | -11/+30 |
|
|
| | | * | * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of | das | 2007-01-19 | 1 | -7/+13 |
|
|
| | | * | add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO... | das | 2006-08-21 | 1 | -3/+15 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -20/+44 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -34/+104 |
|
|
| | | * | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that | das | 2006-05-27 | 1 | -3/+112 |
|
|
| | | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -254/+265 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-20 | 1 | -2/+2 |
|
|
| | | * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-19 | 1 | -2/+2 |
|
|
| | | * | * macosx/tclMacOSXBundle.c: | das | 2005-05-14 | 1 | -0/+1030 |
|
|
| | * | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops | das | 2009-08-24 | 1 | -27/+52 |
|
|
| | * | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 1 | -2/+2 |
|
|
| | * | fix warning | das | 2009-04-10 | 1 | -1/+3 |
|
|
| | * | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 1 | -34/+31 |
|
|
| | * | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -400/+1016 |
|
|
| * | | * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: | donal.k.fellows@manchester.ac.uk | 2010-03-25 | 1 | -154/+177 |
|
|
| * | | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops | das | 2009-08-24 | 1 | -26/+51 |
|
|
| * | | * macosx/tclMacOSXFCmd.c: CONST -> const | nijtmans | 2009-07-22 | 1 | -3/+3 |
|
|
| * | | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 1 | -2/+2 |
|
|
| * | | fix warning | das | 2009-04-10 | 1 | -1/+3 |
|
|
| * | | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 1 | -34/+31 |
|
|
| * | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -392/+991 |
|
|
| * | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | donal.k.fellows@manchester.ac.uk | 2009-01-09 | 1 | -394/+397 |
|
|
| * | | Style improvements - invoking callbacks without visual junk. | donal.k.fellows@manchester.ac.uk | 2008-10-26 | 1 | -3/+3 |
|
|
| * | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -3/+3 |
|
|
| * | | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -384/+412 |
| |/ |
|
| * | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on | das | 2008-03-11 | 1 | -7/+3 |
|
|
| * | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
|
|
| * | fix missing preprocessor \ line continuation | das | 2007-08-11 | 1 | -2/+2 |
|
|
| * | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation | das | 2007-06-23 | 1 | -3/+22 |
|
|
| * | * macosx/Tcl-Common.xcconfig: enable more warnings. | das | 2007-04-23 | 1 | -5/+5 |
|
|
| * | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. | das | 2007-03-07 | 1 | -11/+67 |
|
|
| * | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions | das | 2007-01-19 | 1 | -7/+13 |
|
|
| * | add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO... | das | 2006-08-21 | 1 | -3/+15 |
|
|
| * | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is | das | 2006-08-21 | 1 | -2/+24 |
|
|
| * | Various minor object file size efficiency fixes. [Bug 1530474] | donal.k.fellows@manchester.ac.uk | 2006-08-10 | 1 | -19/+21 |
|
|
| * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create | das | 2006-07-20 | 1 | -34/+104 |
|
|
| * | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that | das | 2006-05-27 | 1 | -3/+112 |
|
|
| * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -6/+7 |
|
|
| * | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 1 | -24/+24 |
|
|
| * | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-07-25 | 1 | -254/+274 |
|
|
| * | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing | das | 2005-05-20 | 1 | -2/+2 |
|
|