Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file embedded/man/index.n version 2848cf77a5
2024-09-28
| ||
16:09 | Tcl 9 compatibility work. Bumped version to 0.6. Bumped copyrights. Regenerated documentation. Leaf check-in: 3f1ddf589d user: aku tags: trunk, v0.6 | |
2021-03-25
| ||
12:22 | fix: relative links in the fossil README :( check-in: 5cfcaec151 user: aku tags: trunk | |
2021-03-15
| ||
20:26 | fix: Split README into fossil and github variants Use general structure from Ankh. check-in: 016223c327 user: aku tags: trunk | |
19:57 | fix: Typo check-in: 73bbb3c5fa user: aku tags: trunk | |
17:39 | feat: Reworked documentation for downloading sources, for clarity fix: Bad title for changes document fix: Added v1.0 to the link texts for the example of modified download fix: Added markdown to the doc formats and note that it is default for the embedded docs feat: More macro usage. chore: Updated the places using various renamed macros. check-in: 744a03954d user: aku tags: trunk | |
2021-03-06
| ||
19:03 | Bumped to version 0.5 -- ATTENTION -- BREAKING CHANGES Removed the untyped structure tag `scalar`. Replaced it with five new tags providing type information: - `bool` - `float` - `int` - `null` - `string` When reading YAML data types are now determined as per the YAML Core schema rules. And the assumption that quoted values are always strings, and none of the other types. Read values are now normalized, as per their type. For example, the internally seen value of an integer is always in decimal form, regardless of if it was octal or hex in the input. On the writing side the new structural tags now exist as pre-defined type converters. The `scalar` converter is still present, and aliases to `string`. In the previous version `string` aliased to `scalar` as the only scalar type. Most styling of scalar values is now automatically determined by their type, and, in case of strings, by the value as well. Further changes, non-breaking: - Added a testsuite. - Updated the documentation to match the changes above. - Regenerated the dependent files. check-in: 43a2ab4b92 user: aku tags: trunk, v0.5 | |