Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 81 | -8025/+20782 |
* | Fix bits that (should, and now do) refer to tk::IconList_CurSelection | donal.k.fellows@manchester.ac.uk | 2005-11-25 | 3 | -6/+6 |
* | Renamed Makefile to GNUmakefile | das | 2005-11-22 | 1 | -1/+1 |
* | Bits and pieces relating to [Bug 600313] | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 2 | -18/+11 |
* | Fix [Bug 1151523] the non-embarrasing way! | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 3 | -11/+23 |
* | Plug potential memory leak... | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 1 | -1/+2 |
* | Fix [Bug 1335485] | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 2 | -30/+40 |
* | Minor formatting alterations | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 1 | -2/+4 |
* | ANSIfy (might as well finish the job!) | donal.k.fellows@manchester.ac.uk | 2005-11-18 | 1 | -1127/+1004 |
* | ANSIfy and reduce casting of NULL to promote readability | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 22 | -2643/+2488 |
* | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 36 | -2617/+2623 |
* | clarify text index documentation | vincentdarley | 2005-11-16 | 2 | -2/+12 |
* | ANSI function decls | donal.k.fellows@manchester.ac.uk | 2005-11-16 | 1 | -43/+40 |
* | Added support for [wm attributes] on X11 [TIP#231, patch#1062022]. | jenglish@flightlab.com | 2005-11-16 | 4 | -34/+436 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-15 | 18 | -2917/+2885 |
* | bgerror dialog: Truncate error messages at 45 characters | jenglish@flightlab.com | 2005-11-15 | 2 | -6/+11 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 4 | -1013/+966 |
* | Fix problem in default selection handler outlined by test select-9.5 | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 2 | -12/+19 |
* | Oops! Very stupid typo. | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 1 | -13/+16 |
* | missing commas; typos? | dgp@users.sourceforge.net | 2005-11-14 | 1 | -4/+4 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 8 | -1531/+1598 |
* | Finish ANSIfying | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 1 | -124/+130 |
* | Quell warning | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 1 | -2/+2 |
* | Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces. | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 2 | -45/+42 |
* | Fix [Bug 1353414] by doing the list generation using standard Tcl utilities. | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 2 | -54/+34 |
* | Added test for [Bug 1353414] | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 2 | -30/+39 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 7 | -922/+928 |
* | Typo fix | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 1 | -2/+2 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 4 | -598/+595 |
* | More bits of ANSIfying | donal.k.fellows@manchester.ac.uk | 2005-11-11 | 5 | -1606/+1563 |
* | Error fixes in GetFileNameW and GetFileNameA | chengyemao | 2005-11-11 | 1 | -3/+3 |
* | Fixes of other issues raised in [Bug 1353022] | donal.k.fellows@manchester.ac.uk | 2005-11-10 | 4 | -8/+17 |
* | Fix [Bug 1353022] | donal.k.fellows@manchester.ac.uk | 2005-11-10 | 2 | -4/+16 |
* | Factor out external-filename-to-internal code; the same pattern occurred a lot! | donal.k.fellows@manchester.ac.uk | 2005-11-10 | 2 | -201/+153 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-07 | 2 | -395/+364 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-07 | 2 | -256/+250 |
* | Fix SHLIB_LD_LIBS for building tclkit on OpenBSD. | patthoyts@users.sourceforge.net | 2005-11-06 | 3 | -2/+7 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 1 | -109/+98 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 11 | -3258/+3137 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 10 | -2019/+1981 |
* | fix for count displaylines bug | vincentdarley | 2005-10-31 | 3 | -2/+42 |
* | Whitespace/style/ANSI improvements | donal.k.fellows@manchester.ac.uk | 2005-10-21 | 8 | -2876/+2785 |
* | * generic/tkMain.c: Rewrote code that sets the ::argv value | dgp@users.sourceforge.net | 2005-10-18 | 2 | -24/+30 |
* | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtr | hobbs | 2005-10-18 | 2 | -16/+20 |
* | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -279/+278 |
* | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -587/+585 |
* | whitespace cleaning | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -5/+5 |
* | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -345/+335 |
* | Format for style and remove non-ANSI declarations | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -421/+386 |
* | Formatting cleanup and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -160/+185 |