Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
| | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -0/+1 |
|\ | |||||
| * | Experiment: On platforms which support it (gcc), compiled libtommath with ↵ | jan.nijtmans | 2019-03-28 | 1 | -0/+1 |
| | | | | | | | | DIGIT_BIT=60 | ||||
* | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -2/+2 |
|/ | |||||
* | Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and ↵ | jan.nijtmans | 2013-01-07 | 1 | -21/+11 |
| | | | | | Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions. | ||||
* | more result generation conversion | dkf | 2012-08-03 | 1 | -4/+4 |
| | |||||
* | 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). | ||||
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -4/+5 |
| | | | | Typo in rules.vc | ||||
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. | nijtmans | 2010-08-30 | 1 | -5/+4 |
| | |||||
* | Split tommath stub lib source file | nijtmans | 2010-03-04 | 1 | -0/+91 |
in separate file. Don't use -fvisibility=hidden for cygwin |