Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7. Random indent fixes | jan.nijtmans | 2024-06-27 | 1 | -15/+15 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -15/+15 |
* | | | Simpler commenting of Tcl_ChannelType instances; make zip channel type const | dkf | 2024-06-09 | 1 | -18/+18 |
* | | | Space before tab is an extremely unlikely to be correct indentation pattern | dkf | 2024-06-04 | 1 | -2/+2 |
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -41/+41 |
* | | | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -41/+41 |
* | | | More whitespace cleanup | dkf | 2024-05-10 | 1 | -15/+13 |
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -3/+3 |
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -4/+4 |
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -3/+3 |
* | | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h... | jan.nijtmans | 2023-11-08 | 1 | -9/+9 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-11 | 1 | -8/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-10-11 | 1 | -8/+9 |
| |\ \ | | |/ | |||||
| | * | Remove typecasts, just define directly as Tcl_FreeProc | jan.nijtmans | 2023-10-11 | 1 | -8/+8 |
| | * | Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ... | jan.nijtmans | 2023-10-10 | 1 | -8/+9 |
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -13/+13 |
* | | | More size_t -> Tcl_Size changes, which were missed before. Also (experimental... | jan.nijtmans | 2023-04-26 | 1 | -9/+9 |
* | | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -2/+2 |
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -13/+13 |
|\ \ \ | |||||
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -13/+13 |
| |\ \ \ | | |/ / | |||||
| | * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -13/+13 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-07-03 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2022-05-19 | 1 | -3/+3 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -52/+52 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-11-16 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| * | | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flag | jan.nijtmans | 2021-08-15 | 1 | -1/+1 |
| * | | | | | Proposed TIP #609 implementation | jan.nijtmans | 2021-08-15 | 1 | -2/+2 |
* | | | | | | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | | * | | | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -1/+1 |
* | | | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
* | | | | | | Almost complete (at least the API) | jan.nijtmans | 2022-01-27 | 1 | -8/+7 |
* | | | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build error | jan.nijtmans | 2022-01-14 | 1 | -12/+12 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2022-01-14 | 1 | -14/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Suggested fix for [bca10e3790]: Undefined behavior in ResultAdd(). Make funct... | jan.nijtmans | 2022-01-13 | 1 | -15/+15 |
* | | | | | Merge 8.7 | jan.nijtmans | 2022-01-12 | 1 | -33/+33 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -35/+35 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ... | jan.nijtmans | 2022-01-12 | 1 | -1/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2021-08-23 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 1 | -0/+2 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -38/+57 |
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -11/+11 |
|\ \ \ | |/ / |