Underscode

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

4 descendants and 4 ancestors of [3444ebebff]

2012-04-10
16:03
Remove references to nonexistent Underscode group. check-in: 893c7574eb user: ivan tags: trunk
15:55
There's no longer a Google group for Underscode. check-in: 792a3f0cd6 user: ivan tags: trunk
2011-12-31
15:28
Updated readme to point to the Fossil repository. Leaf check-in: aa5ca738e5 user: ivan tags: trunk
2007-11-28
23:20
Updated version to 0.2.1.dev after tagging release 0.2.0. check-in: d30c445052 user: ivan@selidor.net tags: trunk
22:48
Updated version information for the release of 0.2.0. check-in: 3444ebebff user: ivan@selidor.net tags: trunk, 0.2.0
22:25
Merged in changes from the ``self_quotes_space`` branch.    Now ``__`` escapes the space character instead of the underscore, the main reason of the change being that spaces are expected to happen much more frequently than underscores in strings which *need encoding*, because underscores in the original string are themselves a signal that it has already been converted to some indentifier-compatible form and it doesn't need further encoding.    Besides that, as underscores are frequently used to represent spaces (e.g. ``get_foo`` for "get foo"), it makes more sense to keep them in that role (i.e. ``get__foo_`` instead of ``get_x20foo_``).    This change justifies the bumping of version from 0.1.1.dev to 0.2.0.dev. check-in: f267aa66d2 user: ivan@selidor.net tags: trunk
21:05
Updated the Underscode core to encode and decode using the new encoding. check-in: 326a7c1ad3 user: ivan@selidor.net tags: trunk
21:01
Forgot to update the test for valid strings. check-in: 7986bdcc47 user: ivan@selidor.net tags: trunk
20:48
Changed unit tests to check for the new encoding. check-in: f2cc8d82aa user: ivan@selidor.net tags: trunk