Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|\ | |||||
* | | Only set dllfile,runtime key info when doing a shared build | jan.nijtmans | 2021-02-09 | 1 | -0/+2 |
| | | |||||
* | | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵ | jan.nijtmans | 2021-02-08 | 1 | -1/+0 |
| | | | | | | | | other external packages) | ||||
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | TIP #587: One place more where TCL_CFGVAL_ENCODING should fall back to utf-8 | jan.nijtmans | 2020-10-22 | 1 | -5/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-10-16 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Remove use of CFG_ENCODING from rules.vc/makefile.vc: It will become ↵ | jan.nijtmans | 2020-10-15 | 1 | -0/+8 |
| | | | | | | | | obsolete with TIP #587. In stead, move the default handling to tclPkgConfig.c for now | ||||
* | | merge 8.7 | dgp | 2018-05-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | ||||
| * | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
| |/ | |||||
* | | Improvements to tip430 to embed the /library file system within a shared library | hypnotoad | 2017-11-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | or as a zip archive with a canonical name matching the current patch level This new version also builds a native executable version of minizip to allow archive to be built within make, even when cross compiling Added a new function TclZipfs_AppHook which implements tip430 core behavior startups to stock tclsh Embedding the file system as a zip archive can be defeated with --enable-zipfs=no | ||||
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -2/+2 |
|\ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -2/+2 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
* | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -2/+2 |
| | | |||||
* | | * doc/RegConfig.3: CONSTified the configuration argument | nijtmans | 2008-10-04 | 1 | -2/+2 |
|/ | | | | | | | | | * generic/tcl.decls: of Tcl_RegisterConfig. * generic/tclConfig.c * generic/tclPkgConfig.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. | ||||
* | ANSIfy | dkf | 2005-11-07 | 1 | -3/+3 |
| | |||||
* | Systematizing the formatting | dkf | 2005-07-21 | 1 | -67/+82 |
| | |||||
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -0/+122 |
* generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test: |