Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge trunk | jan.nijtmans | 2014-02-11 | 1 | -3/+3 |
|\ | |||||
| * | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. ↵ | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
| | | | | | | | | | | Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | merge trunk | jan.nijtmans | 2013-12-15 | 2 | -1/+2 |
|\ \ | |/ | |||||
| * | Improve descriptions of character escapes and ranges in Tcl.n. | dkf | 2013-12-15 | 2 | -1/+2 |
| | | | | | | Improve output format handlers to cope with added escape for en-dashes. | ||||
* | | merge trunk | jan.nijtmans | 2013-11-04 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Put extern "C" guards around all stub table struct definitions, so it is ↵ | jan.nijtmans | 2013-11-04 | 1 | -2/+3 |
| |\ | | | | | | | | | | | | | usable for C++ compilers as well without the danger of modifying the calling convention. For tclDecls.h and tclOODecls.h it was no problem, because tcl.h and tclOO.h already contain those guards. But for the other *Decls.h files (e.g. tclTomMathDecls.h) it was not correct. | ||||
| | * | Put extern "C" guards around all stub table struct definitions, so it is ↵ | jan.nijtmans | 2013-11-04 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | usable for C++ compilers as well without the danger of modifying the calling convention. For tclDecls.h it was no problem, because tcl.h already contains those guards. But for the other *Decls.h files (e.g. tclTomMathDecls.h) it was not correct. | ||||
* | | | merge trunk | jan.nijtmans | 2013-10-29 | 2 | -3/+8 |
|\ \ \ | |/ / | |||||
| * | | [01b77111e5]: Small fixes relating to this bug. In particular, the package name | dkf | 2013-10-28 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | mapping was not being distributed, and there were some small problems with what the mappings were and how they were applied. Also prevented external URLs from ending with a '.'; that's vanishingly rare... | ||||
* | | | merge trunk | jan.nijtmans | 2013-10-17 | 2 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 2 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 2 | -0/+0 |
| | | | |||||
| | * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2013-06-25 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
* | | | merge trunk | jan.nijtmans | 2013-06-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix uniClass tool which was the real cause for [a876646efe], and add ↵ | jan.nijtmans | 2013-06-18 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | test-case for it. | ||||
| | * | Fix uniClass tool which was the real cause for [a876646efe], and add ↵ | jan.nijtmans | 2013-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | test-case for it. | ||||
| | * | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -1/+1 |
| | | | |||||
* | | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions | jan.nijtmans | 2013-02-11 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2012-12-21 | 1 | -8/+49 |
|\ \ \ | |/ / | |||||
| * | | Prefer to extract package data from the *contents* not the directory name. | dgp | 2012-12-12 | 1 | -8/+49 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2012-12-13 | 1 | -7/+15 |
|\ \ \ | |/ / | |||||
| * | | 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. | ||||
* | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense. | dgp | 2012-11-29 | 1 | -0/+1 |
| | | | |||||
* | | | eliminate CONST/CONST84/CONST86 | jan.nijtmans | 2012-11-16 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merge trunk | jan.nijtmans | 2012-11-16 | 1 | -3/+7 |
|\ \ \ | |/ / | | | | | | | | | | <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff | ||||
| * | | 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 |
| | | | | |||||
* | | | | Kill Octal; bump to 9.0a0; make test suite work again. | dgp | 2012-11-15 | 7 | -8/+8 |
|/ / / | |||||
* | | | 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 |
| | | |