Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -9/+10 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -3/+3 |
| |\ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -86/+85 |
| |\ \ | |||||
| * | | | Remove the Tcl_GetValue() functionality. This can always be developed separately | jan.nijtmans | 2020-11-25 | 1 | -3/+2 |
| | | | | |||||
| * | | | Merge 8.7. Also provide a new function for handling ByteArrays | jan.nijtmans | 2018-08-14 | 1 | -0/+8 |
| |\ \ \ | |||||
| * | | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP ↵ | jan.nijtmans | 2017-10-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | #481]: Extend size range of various Tcl_Get*() functions | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
| | |_|/ | |/| | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT. Fix conflict due to Tcl_GetIndexFromObj() having been replaced by a macro in [4d8ee0f939]. | ||||
| * | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -8/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -8/+8 |
| |\ \ \ | |||||
* | \ \ \ | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -33/+16 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -33/+16 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -21/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -15/+23 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Make less dependent on UNICODE definition | jan.nijtmans | 2019-09-18 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -8/+17 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
| * \ \ \ \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -12/+6 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| * | | | | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -21/+21 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-23 | 1 | -23/+17 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-01-23 | 1 | -23/+17 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 1 | -15/+15 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-23 | 1 | -4/+10 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge 8.7, more WIP | jan.nijtmans | 2020-01-21 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, ↵ | jan.nijtmans | 2020-01-20 | 1 | -0/+8 |
| | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | since that's not according to TIP #542. (Those are only deprecated when using TCL_UTF_MAX=4, not in the general case) | ||||
| * | | | | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not ↵ | jan.nijtmans | 2020-01-09 | 1 | -4/+10 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | complete yet. | ||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Fix typo in tclTestObj.c | jan.nijtmans | 2019-11-20 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead ↵ | jan.nijtmans | 2019-11-18 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of statically linking libtommath, whenever possible. | ||||
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| | * | | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2019-11-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Add support for ↵ | jan.nijtmans | 2019-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_init_u64/mp_init_ul/mp_init_ull/mp_set_ull, the main functions in libtommath 1.2.0 for setting values directly in mp_int's. One new stub entry (mp_set_ull), the others make use of already existing stub entries. This is 100% fully upwards compatible. | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -12/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers | ||||
| | * | | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -2/+2 |
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
| * | | | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ↵ | jan.nijtmans | 2019-08-14 | 1 | -10/+4 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | effect that the value is converted to Unicode for, we don't need a separate function "teststringobj getunicode" for that. So, merge the two functions to one. | ||||
* | | | | | | Merge 8.7. Remove the mp_tc_(and|or|xor) stub entries, because they are no ↵ | jan.nijtmans | 2019-05-31 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | longer in use. | ||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | | | |||||
| | * | | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, ↵ | jan.nijtmans | 2019-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development. | ||||
| | * | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵ | jan.nijtmans | 2019-03-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes. | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-04-01 | 1 | -13/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
| * | | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
| | | | | |