Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 15
- Log:
Attempt to update Typo to a Typo SVN HEAD release from around the
time the prototype installation was set up on the RISC OS Open Limited
web site. Timestamps place this at 04-Jul so a revision from 05-Jul or
earlier was pulled and copied over the 2.6.0 tarball stable code.
- Author:
- adh
- Date:
- Sat Jul 22 23:27:35 +0100 2006
- Size:
- 571 Bytes
1 | UUIDTools was designed to be a simple library for generating any |
2 | of the various types of UUIDs. It conforms to RFC 4122 whenever |
3 | possible. |
4 | |
5 | == Example |
6 | UUID.md5_create(UUID_DNS_NAMESPACE, "www.widgets.com") |
7 | => #<UUID:0x287576 UUID:3d813cbb-47fb-32ba-91df-831e1593ac29> |
8 | UUID.sha1_create(UUID_DNS_NAMESPACE, "www.widgets.com") |
9 | => #<UUID:0x2a0116 UUID:21f7f8de-8051-5b89-8680-0195ef798b6a> |
10 | UUID.timestamp_create |
11 | => #<UUID:0x2adfdc UUID:64a5189c-25b3-11da-a97b-00c04fd430c8> |
12 | UUID.random_create |
13 | => #<UUID:0x19013a UUID:984265dc-4200-4f02-ae70-fe4f48964159> |