Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer to extract package data from the *contents* not the directory name. | dgp | 2012-12-12 | 1 | -8/+49 |
| | |||||
* | Improve the generation of HTML documentation in 8.6, allowing for contributed | dkf | 2012-12-10 | 1 | -7/+15 |
| | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build. | ||||
* | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|\ | | | | | | | macosx-specific entries, no section at all is created | ||||
| * | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
| |\ | | | | | | | | | | macosx-specific entries, no section at all is created | ||||
| | * | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | macosx-specific entries, no section at all is created <p>revert previous workaround in tclInt.decls | ||||
| | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 1 | -72/+186 |
| | | | | | | | | | | | | <p>backport genStubs::forAllStubs function, to generate dummy entries for some MAC_TCL entries <p>re-generate all tcl*Decls.h files. | ||||
| * | | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵ | oehhar | 2012-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in | ||||
| * | | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | | |||||
| * | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 1 | -0/+5 |
| | | | |||||
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -2/+6 |
| | | | |||||
* | | | merge updates to make HTML generation better | dkf | 2012-11-08 | 2 | -11/+43 |
|\ \ \ | |||||
| * | | | Added tooltip generation to contents and keywords pages.off_trunk | dkf | 2012-11-08 | 2 | -10/+40 |
| | | | | |||||
| * | | | Make HTML generator more resilient against problems when generating docs for | dkf | 2012-11-08 | 1 | -1/+3 |
| | | | | | | | | | | | | older versions of Tcl/Tk. | ||||
* | | | | Remove files and references for long outdated Wise Installer. | dgp | 2012-11-07 | 4 | -2626/+0 |
|/ / / | |||||
* | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 1 | -1/+1 |
| | | | |||||
* | | | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -17/+23 |
| |\ \ | | |/ | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -12/+26 |
| | | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-24 | 1 | -10/+22 |
|\ \ \ | |/ / | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
| * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 1 | -1/+1 |
| | | | |||||
| * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -4/+69 |
| |\ \ | | |/ | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -21/+155 |
| | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
* | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | ||||
| * | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | ||||
| | * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-14 | 1 | -89/+6 |
| | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table | ||||
| | * | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, | jan.nijtmans | 2012-04-03 | 1 | -3/+13 |
| | | | | | | | | | | | | so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit | ||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -35/+42 |
| | | | |||||
* | | | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2012-02-02 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | [Frq 3464401] Support Unicode 6.1 | jan.nijtmans | 2012-02-02 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | merge to feature branchrfe_3464401 | jan.nijtmans | 2012-01-26 | 2 | -26/+76 |
| | |\ | |||||
* | | \ | [Frq 3473670]: Various Unicode-related | jan.nijtmans | 2012-01-22 | 2 | -26/+75 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 2 | -26/+75 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 2 | -26/+75 |
| | |\ \ | |||||
| | | * \ | merge trunkrfe_3473670 | jan.nijtmans | 2012-01-22 | 2 | -8/+49 |
| | | |\ \ | | | |/ / | | |/| | | | | | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3) | ||||
| | | * | | rfe-3473670: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-14 | 1 | -18/+20 |
| | |/ / | |||||
* | | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+1 |
| | |/ | |||||
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -22/+14 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -22/+14 |
| |\ \ | | |/ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 1 | -22/+14 |
| | | | |||||
* | | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -20/+28 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -20/+28 |
| |\ \ | | |/ | |||||
| | * | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -20/+28 |
| | | |