summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵jan.nijtmans2012-11-151-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.nijtmans2012-11-151-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 filesjan.nijtmans2012-11-151-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, ↵oehhar2012-11-081-2/+2
| | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
* | Release branch for Tcl 8.5.13.dgp2012-11-051-1/+1
| |
* | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-1/+1
| |
* | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+5
| |
* | fix genStubs.tcljan.nijtmans2012-05-251-1/+1
|\ \ | |/
| * fix genStubs.tcljan.nijtmans2012-05-251-1/+1
| |
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-17/+23
|\ \ | |/ | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-12/+26
| | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | MAC_OSX_TK -> MAC_OSX_TCLjan.nijtmans2012-05-221-1/+1
| |
* | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-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.nijtmans2012-05-221-21/+155
| | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
* | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵jan.nijtmans2012-05-151-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.nijtmans2012-05-141-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.nijtmans2012-04-031-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 tclshjan.nijtmans2012-03-201-3/+3
|\ \ | |/
| * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-35/+42
| |
* | [Frq 3464401] Support Unicode 6.1jan.nijtmans2012-02-022-3/+3
|\ \ | |/
| * merge to feature branchrfe_3464401jan.nijtmans2012-01-262-26/+76
| |\
* | \ [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-222-26/+75
|\ \ \ | | |/ | |/|
| * | [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-222-26/+75
| |\ \
| | * \ merge trunkrfe_3473670jan.nijtmans2012-01-222-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/robustnessjan.nijtmans2012-01-141-18/+20
| |/ /
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+1
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+1
| |/
* | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-22/+14
|\ \ | |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-22/+14
| |
* | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-20/+28
|\ \ | |/
| * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-20/+28
| |
* | Use the same shebang comment everywherejan.nijtmans2011-11-302-2/+2
|\ \ | |/ | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
| * Use the same shebang comment everywherejan.nijtmans2011-11-292-2/+2
| |
* | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-1/+1
| |
* | remove some debugging stuffjan.nijtmans2011-08-181-12/+1
|\ \ | |/
| * remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-5/+14
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-5/+14
| |
* | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-1/+1
| |
* | Repair corruption in [string reverse] when string rep invalidation faileddgp2011-04-121-0/+0
| | | | | | to also reset the bytes allocated for string rep to zero [Bug 3285472].
* | minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-0/+0
| |
* | Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and ↵andreask2011-03-301-0/+0
| | | | | | | | trunk are ok, so a merge is not required.
* | merge-markjan.nijtmans2011-03-281-0/+0
|\ \ | |/
* | merge-markjan2011-03-251-0/+0
|\ \ | |/
* | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-1/+1
|\ \ | |/ | | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some more void -> VOID transitions
* | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+0
|\ \ | |/ | | rather than hanging around to trip us up in the future.
* | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. Kevin B Kenny2011-03-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes in month and day so that tzdata2011d parses correctly. * library/tzdata/America/Havana: * library/tzdata/America/Juneau: * library/tzdata/America/Santiago: * library/tzdata/Europe/Istanbul: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Easter: * library/tzdata/Pacific/Honolulu: tzdata2011d
* | Standardize on autoconf-2.59 to generate configure files.dgp2011-03-141-99/+167
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0223-61/+1
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0119-47/+0
| | | | | | more harm than good. Purged them.