Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Merge [52a5f4ab95bc36a8]: Add tcl::idna, expr operators, oo to changes.md. |
|---|---|
| Timelines: | family | ancestors | descendants | both | unchained | INCOMPATIBLE_LICENSE |
| Files: | files | file ages | folders |
| SHA3-256: |
16579ac798bcdb1a152d3d30dca395a2 |
| User & Date: | pooryorick 2024-09-14 12:24:59.331 |
Context
|
2024-09-14
| ||
| 12:25 | Merge [a3a2fb94c04f2764]: Unified naming of the Mac to 'macOS' as other names are outdated since 201... check-in: 03df985336 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 12:24 | Merge [52a5f4ab95bc36a8]: Add tcl::idna, expr operators, oo to changes.md. check-in: 16579ac798 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
| 12:24 | Add generci/tclDate.h. check-in: 5d0a381167 user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE | |
|
2024-09-11
| ||
| 06:31 | Add tcl::idna, expr operators, oo to changes.md check-in: 52a5f4ab95 user: apnadkarni tags: trunk, main | |
Changes
Changes to changes.md.
| ︙ | ︙ | |||
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - `lremove` - `lseq` - `package files` - `string insert`, `string is dict` - `tcl::process` - `*::build-info` - `readFile`, `writeFile`, `foreachLine` ## New command options - `clock scan ... -validate ...` - `info loaded ... ?prefix?` - `lsearch ... -stride ...` - `regsub ... -command ...` - `socket ... -nodelay ... -keepalive ...` - `vwait` controlled by several new options ## Numbers - 0NNN format is no longer octal interpretation. Use 0oNNN. - 0dNNNN format to compel decimal interpretation. - NN_NNN_NNN, underscores in numbers for optional readability - Functions: isinf() isnan() isnormal() issubnormal() isunordered() - `fpclassify` - Function int() no longer truncates to word size ## tcl::oo facilities | > > | > > > | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | - `lremove` - `lseq` - `package files` - `string insert`, `string is dict` - `tcl::process` - `*::build-info` - `readFile`, `writeFile`, `foreachLine` - `tcl::idna::*` ## New command options - `clock scan ... -validate ...` - `info loaded ... ?prefix?` - `lsearch ... -stride ...` - `regsub ... -command ...` - `socket ... -nodelay ... -keepalive ...` - `vwait` controlled by several new options - `expr` string comparators `lt`, `gt`, `le`, `ge` ## Numbers - 0NNN format is no longer octal interpretation. Use 0oNNN. - 0dNNNN format to compel decimal interpretation. - NN_NNN_NNN, underscores in numbers for optional readability - Functions: isinf() isnan() isnormal() issubnormal() isunordered() - `fpclassify` - Function int() no longer truncates to word size ## tcl::oo facilities - private variables and methods - class variables and methods - abstract and singleton classes - configurable properties - `method -export`, `method -unexport` |