Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/uuid.go: Use envT in run() | EuAndreh | 2025-05-15 | 1 | -9/+24 |
* | Revamp i18n: use gotext | EuAndreh | 2025-05-14 | 1 | -5/+10 |
* | Support UUIDv7, with -vN for choosing | EuAndreh | 2025-05-07 | 1 | -13/+158 |
* | Add standalone uuid(1) utility | EuAndreh | 2025-05-04 | 2 | -0/+23 |
* | re s/guuid/uuid/g | EuAndreh | 2025-05-03 | 1 | -4/+4 |
* | Makefile: Simplify variable names | EuAndreh | 2025-01-15 | 1 | -1/+3 |
* | tests/guuid.go: Add test for panic inside New() | EuAndreh | 2025-01-14 | 1 | -8/+8 |
* | src/guuid.go: Remove NewBytes() | EuAndreh | 2024-10-19 | 1 | -5/+0 |
* | src/guuid.go: Remove "uuid" prefix from constants | EuAndreh | 2024-09-28 | 1 | -8/+8 |
* | src/guuid.go: Rename XxxError to ErrXxx | EuAndreh | 2024-09-28 | 1 | -9/+6 |
* | src/guuid.go: Add NewBytes() function | EuAndreh | 2024-09-22 | 1 | -0/+5 |
* | src/guuid.go: Export UUIDByteCount | EuAndreh | 2024-09-16 | 1 | -4/+4 |
* | Initial version of v4 UUID | EuAndreh | 2024-09-13 | 1 | -0/+103 |