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 | -4/+4 |
| | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -5/+5 |
|\ | |||||
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -5/+5 |
| | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -5/+5 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -4/+4 |
|\ \ | |/ | |||||
* | | Resolve gcc compiler warnings, only on 32-bit builds (gcc-7) | jan.nijtmans | 2020-03-20 | 1 | -2/+2 |
| | | |||||
* | | more | dgp | 2020-03-06 | 1 | -6/+6 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add 64-bit seek to the ZipChannel | jan.nijtmans | 2020-01-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary ↵ | jan.nijtmans | 2020-01-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | since 8.7. Small missing piece in Tcl_LinkArray() implementation, handling (unsigned) longs on 64-bit platforms. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | More WIP: All makefile builds appear to work fine, makefile.vc build still ↵ | jan.nijtmans | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | to be done. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-10-24 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, ↵ | jan.nijtmans | 2019-10-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | mp_to_unsigned_bin_n, because they are deprecated in libtommath 1.2.0 too. Add replacement functions mp_to_ubin, mp_ubin_size and mp_to_radix to libtommath stub table. | ||||
* | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally) | jan.nijtmans | 2019-09-02 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -16/+16 |
|/ / | |||||
* | | Merge 8.6. | jan.nijtmans | 2019-05-09 | 1 | -2/+0 |
|\ \ | |/ | | | Fix compilation warning. No longer return linked adress as interp result in Tcl_LinkArra(): This is not documented, not tested, and simply dangerous: It leaks pointer values into the Tcl space. | ||||
| * | merge 8.5 | dgp | 2019-05-04 | 1 | -1/+17 |
| |\ | |||||
| | * | Plug memleak when deleting a namespace destroys a linked Tcl var. | dgp | 2019-05-04 | 1 | -1/+17 |
| | | | |||||
* | | | leak plug completed | dgp | 2019-05-03 | 1 | -5/+12 |
| | | | |||||
* | | | WIP | dgp | 2019-05-01 | 1 | -0/+12 |
| | | | |||||
* | | | Do not access allocated memory before initializing it. | dgp | 2019-04-17 | 1 | -0/+11 |
| | | | |||||
* | | | Removed TCL_LINK_ALLOC; it wasn't used. | dkf | 2019-04-14 | 1 | -2/+1 |
| | | | |||||
* | | | More efficient version (after feedback from KBK). Better test too. | dkf | 2019-04-05 | 1 | -6/+6 |
| | | | |||||
* | | | Clean up and refactor a bit | dkf | 2019-04-04 | 1 | -113/+142 |
| | | | |||||
* | | | Now with fewer memory leaks | dkf | 2019-04-04 | 1 | -12/+27 |
| | | | |||||
* | | | Fix unsigned wide linking. | dkf | 2019-04-04 | 1 | -26/+80 |
| | | | |||||
* | | | Docs | dkf | 2019-04-03 | 1 | -2/+2 |
| | | | |||||
* | | | refactor; mark broken tests as broken | dkf | 2019-04-03 | 1 | -113/+102 |
| | | | |||||
* | | | Some fixes. Still broken on 64-bit systems | dkf | 2019-04-03 | 1 | -58/+76 |
| | | | |||||
* | | | Import of TIP 312 implementation | dkf | 2019-04-03 | 1 | -143/+784 |
| | | | |||||
* | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
| | | | | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill. | ||||
* | | | merge 8.7 | dgp | 2017-11-30 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | merge core-8-6-branch. | jan.nijtmans | 2017-11-30 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | Provide compatibility macro's, compensating for the internal stub table change, so Itcl 3.4 builds again. Thanks to Don Porter for bringing this to my attention! | ||||
| | * | | Don't provide the setFromAnyProc through the invalidRealType objType. This ↵ | jan.nijtmans | 2017-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | is a Tcl internal type, extensions shouldn't be able to convert their own Tcl_Obj to this. This shouldn't have been exposed to begin with. Tcl itself never calls it this way. | ||||
* | | | | merge trunk | dgp | 2017-06-26 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * \ \ | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | 0d in LinkVar | griffin | 2017-05-28 | 1 | -2/+2 |
| | |/ / | |/| | | |||||
* | | | | merge trunk | dgp | 2017-02-16 | 1 | -0/+16 |
|\ \ \ \ | |/ / / | |||||
| * | | | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in ↵ | jan.nijtmans | 2017-02-14 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | tclLink.c, since its size is equal to either 'int' or 'Tcl_WideInt'. This enhances interoperabilty between win64 extensions loaded in cygwin64 using Tcl_LinkVar(), whill still being 100% compatible. init.tcl: unnecessary spacing. | ||||
* | | | | merge trunk | dgp | 2017-02-09 | 1 | -102/+79 |
|\ \ \ \ | |/ / / | |||||
| * | | | Code cleanup (based on feedback from René Zaumseil): Only call ↵ | jan.nijtmans | 2017-02-07 | 1 | -102/+79 |
| |\ \ \ | | |/ / | | | | | | | | | GetInvalidIntFromObj() when Tcl_GetIntFromObj() fails. | ||||
| | * | | Code cleanup (based on feedback from René Zaumseil): Only call ↵ | jan.nijtmans | 2017-02-07 | 1 | -118/+85 |
| | | | | | | | | | | | | | | | | GetInvalidIntFromObj() when Tcl_GetIntFromObj() fails. | ||||
* | | | | merge trunk | dgp | 2017-02-02 | 1 | -14/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -14/+17 |
| |\ \ \ | | |/ / | | | | | Minor code clean-up. No functional changes. | ||||
| | * | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | Don't use TCL_NO_DEPRECATED for disabling tests-cases: Those were not deprecated in 8.6 yet. Minor code clean-up. No functional changes. |