| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | | Clarify docs | dkf | 2024-05-23 | 1 | -2/+5 |
|
|
* | | | | | | | | | | | | | | | | add/document the zlib command to the set of commands in a safe interpreter | jan.nijtmans | 2024-08-05 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | add/document the zlib command to the set of commands in a safe interpreter | jan.nijtmans | 2024-08-05 | 1 | -0/+1 |
|
|
* | | | | | | | | | | | | | | | | Missed some backports from 9.0. Some indenting | jan.nijtmans | 2024-08-05 | 4 | -9/+20 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflate | oehhar | 2024-07-30 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / /
| | | | | | | | | | | | | | /
| |_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflate | oehhar | 2024-07-30 | 1 | -1/+4 |
|
|
* | | | | | | | | | | | | | | doc/clock.n: cherry-pick from apn-clock-now, [cd257619] Change -now to now in... | sebres | 2024-07-29 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | closes [cd25761979]: `clock format` and `clock add` will accept `now` as cloc... | sebres | 2024-07-28 | 1 | -4/+4 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Merge 8.6 branch | dkf | 2024-07-18 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
| | | | | | | | | | | /
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Make [self] work inside [$obj eval]. [91b3a5bb14e6e8ae] | dkf | 2024-07-15 | 1 | -0/+5 |
|
|
* | | | | | | | | | | | Merge 8.6 - Fix docs for tcl::tm::roots - takes a single argument. | apnadkarni | 2024-06-29 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
| | | | | | | | | | /
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
| * | | | | | | | | | Fix docs for tcl::tm::roots - takes a single argument. | apnadkarni | 2024-06-29 | 1 | -3/+3 |
|
|
* | | | | | | | | | | Fix "chan isbinary" documentation for 8.7 | jan.nijtmans | 2024-06-28 | 1 | -2/+2 |
|
|
* | | | | | | | | | | Add "chan isbinary" command. Part of TIP #699, meant for 8.7 | jan.nijtmans | 2024-06-28 | 1 | -0/+8 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Fix examples, using "-translation binary" correctly in stead of "-encoding bi... | jan.nijtmans | 2024-06-21 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Fix wrong example: Should be "-translation binary" here, not "-encoding binary" | jan.nijtmans | 2024-06-21 | 1 | -1/+1 |
|
|
* | | | | | | | | | (backport) Update string is integer docs as per TIP 514. | jan.nijtmans | 2024-06-21 | 1 | -6/+4 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 15 | -95/+95 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Change "channelId" to "channel" in documentation, error-handling and testcases | jan.nijtmans | 2024-06-17 | 15 | -95/+95 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | Use tabs for indenting in stead of 8 spaces. Unbreak clang build | jan.nijtmans | 2024-06-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Tcl_AppendResultVA() is gone in Tcl 9.0 | jan.nijtmans | 2024-06-12 | 1 | -1/+1 |
|
|
| * | | | | | | | | channelName -> channelId, for consistancy with other *.n manpages | jan.nijtmans | 2024-06-11 | 1 | -1/+1 |
|
|
| * | | | | | | | | Revert [eb627bda27] from 9.0, will be put in a separate branch for review | jan.nijtmans | 2024-06-11 | 1 | -350/+502 |
|
|
| * | | | | | | | | No need to refer to Tcl 8.6, in some places | jan.nijtmans | 2024-06-11 | 4 | -19/+14 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | There are twelve functions in Tcl_ObjType now. | jan.nijtmans | 2024-06-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2024-06-11 | 1 | -0/+9 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge 8.7. Remove "-profile strict" from examples, since it's already the def... | jan.nijtmans | 2024-06-11 | 2 | -16/+19 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ \ \ \ | Backout [92ee031f32ea98ba]: "Make the documentation of [encoding] more concis... | jan.nijtmans | 2024-06-11 | 1 | -106/+123 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 9.0 | jan.nijtmans | 2024-06-04 | 215 | -3641/+3911 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|_|_|/
| | | |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | Let's review the encoding.n changes in 8.7/trunk (which were never backported... | jan.nijtmans | 2024-06-04 | 1 | -78/+105 |
|
|
| * | | | | | | | | | | | | | | There are no "two triplets" any more in 9.0 | jan.nijtmans | 2024-06-11 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | | | Backout [0ef72df401df2216]: "Tighten up SaveResult.3". Will be put in a separ... | jan.nijtmans | 2024-06-11 | 1 | -19/+38 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | TIP #494 changes were not fully incorporated in the documentation, so let's c... | jan.nijtmans | 2024-06-10 | 3 | -7/+4 |
|
|
| * | | | | | | | | | | | | | | | Revert [8dba618fe6b6f8bb] from 9.0, will be put in a separate review for 9.0. | jan.nijtmans | 2024-06-10 | 1 | -67/+172 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | Let's review the SetResult.3 changes in trunk (which were never backported to... | jan.nijtmans | 2024-06-03 | 1 | -67/+172 |
|
|
| * | | | | | | | | | | | | | | | Remove outdated parts of documentation | jan.nijtmans | 2024-06-03 | 2 | -9/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Use (char *)NULL as end sentinel in documentation (as Linux man-pages already... | jan.nijtmans | 2024-06-03 | 4 | -8/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Since int() doesn't truncate any more (TIP #514), adapt the documentation acc... | jan.nijtmans | 2024-05-31 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Fix [9c258a841a]: document %t/%z/%j/%q size field specifiers. Fix %j/%z/%t ma... | jan.nijtmans | 2024-05-30 | 1 | -8/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | Fix spelling errors. | griffin | 2024-05-26 | 1 | -3/+3 |
|
|
| * | | | | | | | | | | | | | | | | Add note about static vs dynamic builds. | griffin | 2024-05-25 | 1 | -0/+12 |
|
|
| * | | | | | | | | | | | | | | | | address ticket [43b7e5b511] - Improve zipfs description in tclsh manual. | griffin | 2024-05-24 | 1 | -9/+17 |
|
|
| * | | | | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2024-05-23 | 1 | -5/+34 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | Backout [b49efeca6a] (so people can judge whether this is just a textual impr... | jan.nijtmans | 2024-05-13 | 1 | -129/+194 |
|
|
| * | | | | | | | | | | | | | | | | | [unknown] only calls shell command in interactive tclsh sessions | mjanssen | 2024-05-02 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | | | | Merge 8.7 | oehhar | 2024-05-02 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Consolidate channel documentation. close, puts etc. manpages now just referen... | apnadkarni | 2024-04-22 | 12 | -1061/+361 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | Done with consolidating chan related docs except chan copy | apnadkarni | 2024-04-11 | 4 | -95/+46 |
|
|
| | * | | | | | | | | | | | | | | | | | | Start on consolidating chan related docs | apnadkarni | 2024-04-10 | 10 | -955/+299 |
|
|
| * | | | | | | | | | | | | | | | | | | | Merge 8.7 | oehhar | 2024-04-22 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|