| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port `testing\core\text\i18n` | Jeroen van Rijn | 2024-06-02 | 1 | -2/+0 |
| | | |||||
| * | Satisfy -vet | Håkon Stormo | 2024-05-23 | 1 | -2/+1 |
| | | |||||
| * | text_edit: better handle failure to resize underlying buffer | Håkon Stormo | 2024-05-23 | 1 | -13/+31 |
| | | |||||
| * | i18n: Add section merge + duplicate key detection to gettext. | Jeroen van Rijn | 2024-05-17 | 1 | -4/+15 |
| | | |||||
| * | Fix .mo contexts | Jeroen van Rijn | 2024-05-17 | 1 | -15/+23 |
| | | | | | | | | Fixes #3590 - `get("key")` - `get("context", "key")` | ||||
| * | Fix .mo parser: Number of plurals | Jeroen van Rijn | 2024-05-17 | 1 | -3/+3 |
| | | | | | | | Fixes #3591 Added plur.mo to tests | ||||
| * | Fix missing `_ =` | gingerBill | 2024-04-27 | 1 | -2/+2 |
| | | |||||
| * | Add attributes to procedures in text/scanner | gingerBill | 2024-04-27 | 1 | -10/+18 |
| | | |||||
| * | Fix #3451 - `core:text/i18n` default `number` value in `get_*_section` proc. | Maurizio M. Gavioli | 2024-04-19 | 1 | -2/+2 |
| | | | | | | | In the to procs `get_single_section()` and `get_by_section()` the `number` parameter should have a default of `1` rather than `0`. See the issue for more details. | ||||
| * | Fix typo | gingerBill | 2024-04-15 | 1 | -1/+1 |
| | | |||||
| * | Add loads of `nil` checks when doing `s.builder` | gingerBill | 2024-04-15 | 1 | -9/+22 |
| | | |||||
| * | Fix the format of some `doc.odin` files of the `core` library which did not ↵ | Maurizio M. Gavioli | 2024-04-14 | 2 | -117/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made into the documentation. `c/frontend/tokenizer`: add proper "Example:" header to demo example code, removed empty lines. `container/bit_array`: moved comment before package; aligned narrative lines to left margin; converted case lines into bulleted lines ("- "); converted individual examples to single-tab-indented preformatted text. `dynlib`: removed "//+build ignore" line; added newline at EOF. `image/netpmb`: converted indented lines of "Reading", "Wrting" and "Some syntax..." into bulleted lists; "Formats" indented lines kept as they are as the preformatted text seems relevant to keep the alignments; doubly indented lines kept as single-indented to keep them different (as the format does not allow for two-level bulleted lists); removed empy lines. `os/os2`: WIP, not modified `sys/info`: removed "//+build ignore" line; converted tab-indented initial description into regular left-margin comment; moved uncommented sample code within the doc comment as an "Example:"; moved simple- and double-tabbed separate comments with sample Windows and macOS outputs within the doc comment as bulleted headlines with preformatted output listings; removed now empty comments and blank lines after the package line. `text/i18n`: removed "//+build ignore" line; moved the pacakge line at the end; de-indented the tab-indented introductory narrative; moved sample code comments into the doc comment as tab-indented code with a proper "Example:" heading; removed "```" MD attempts at code formatting. `text/table`: unindented the comment lines of a descriptive kind; headlines of major subdivisions are marked as bold; kept code samples as tab-indented preformatted text (as there are several of them, the standard "Example:" and "Output:" headings cannot be used) removing the "```" MD attempts at code formatting; removed in-between blank lines. | ||||
| * | correct newly found vets | Laytan Laats | 2024-04-03 | 1 | -1/+1 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 3 | -3/+3 |
| | | |||||
| * | check to see if s.builder is nil | Michael Kutowski | 2023-11-23 | 1 | -1/+1 |
| | | |||||
| * | forgot to use the old package name | Michael Kutowski | 2023-11-23 | 1 | -1/+1 |
| | | |||||
| * | Add setup_once and clear_all, tidy up old code and add a few comments | Michael Kutowski | 2023-11-22 | 1 | -30/+76 |
| | | |||||
| * | Remove default value | gingerBill | 2023-09-30 | 1 | -1/+1 |
| | | |||||
| * | Minor cleanups to the core library | gingerBill | 2023-09-30 | 1 | -9/+8 |
| | | |||||
| * | Use `or_break` and `or_continue` where appropriate in the core library | gingerBill | 2023-09-30 | 2 | -15/+5 |
| | | |||||
| * | Disallow `for in` in favour of `for _ in` | gingerBill | 2023-08-08 | 1 | -2/+2 |
| | | |||||
| * | Fix #2684 | Jeroen van Rijn | 2023-07-28 | 2 | -8/+36 |
| | | |||||
| * | Replace `x in &y` Use `&v in y` syntax through core & vendor for ↵ | gingerBill | 2023-06-26 | 1 | -2/+2 |
| | | | | | `switch`/`for` statements | ||||
| * | Use positional and named arguments within the core library | gingerBill | 2023-06-21 | 1 | -1/+1 |
| | | |||||
| * | Add missing packages to `examples/all` | gingerBill | 2023-06-07 | 2 | -4/+3 |
| | | |||||
| * | Add more text packages to `examples/all` | gingerBill | 2023-06-07 | 1 | -3/+4 |
| | | |||||
| * | Fix check for continuation byte in core/text/text_edit | Clay Murray | 2023-05-02 | 1 | -2/+2 |
| | | |||||
| * | Fix typos in doc | oskarnp | 2023-03-27 | 1 | -3/+3 |
| | | |||||
| * | Fix typo | oskarnp | 2023-03-26 | 1 | -3/+3 |
| | | |||||
| * | Rename init procs | oskarnp | 2023-03-26 | 1 | -6/+6 |
| | | |||||
| * | Remove unnecessary #partial switch | oskarnp | 2023-03-26 | 1 | -2/+2 |
| | | |||||
| * | Remove unnecessary C style loop | oskarnp | 2023-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix cell alignment to default to Left using ZII | oskarnp | 2023-03-26 | 1 | -8/+1 |
| | | |||||
| * | Move helper procs into utility.odin | oskarnp | 2023-03-26 | 2 | -8/+13 |
| | | |||||
| * | text/table: Initial implementation | oskarnp | 2023-03-26 | 2 | -0/+499 |
| | | |||||
| * | refactor SPECIALS_TABLE | skytrias | 2022-12-21 | 1 | -3/+13 |
| | | |||||
| * | package name changed | skytrias | 2022-12-21 | 1 | -1/+1 |
| | | |||||
| * | folder name changed | skytrias | 2022-12-21 | 1 | -0/+0 |
| | | |||||
| * | fix styling issues and use switches in cases its necessary, add comments to ↵ | skytrias | 2022-12-20 | 1 | -281/+190 |
| | | | | | helpers | ||||
| * | add iter_index and update tests to use easier matcher setup | skytrias | 2022-12-20 | 1 | -1/+8 |
| | | |||||
| * | try helper procedures / structs | skytrias | 2022-12-18 | 1 | -1/+133 |
| | | |||||
| * | small fixes and oob checks, stop infinite loops on empty matches | skytrias | 2022-12-18 | 1 | -4/+15 |
| | | |||||
| * | case insensitive helper call | skytrias | 2022-12-18 | 1 | -3/+53 |
| | | |||||
| * | add proper unicode walking | skytrias | 2022-12-18 | 1 | -119/+206 |
| | | |||||
| * | balanced string, frontier pattern, gsub_with and their tests added | skytrias | 2022-12-18 | 1 | -64/+92 |
| | | |||||
| * | create lua strlib text package and tests | skytrias | 2022-12-18 | 1 | -0/+725 |
| | | |||||
| * | Add `core:text/edit` | gingerBill | 2022-11-04 | 1 | -0/+413 |
| | | |||||
| * | Fix +build ignore | gingerBill | 2022-11-04 | 1 | -1/+1 |
| | | |||||
| * | Fix `i18n` | gingerBill | 2022-08-08 | 2 | -7/+7 |
| | | |||||
| * | Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate | gingerBill | 2022-05-16 | 2 | -6/+6 |
| | | |||||