Commit Graph

4 Commits

Author SHA1 Message Date
mmirate e9db0df402 mu-sexp-convert: Fix conversion of elisp times.
Previously, the first element was used where the second should have been.

In essence, whereas the algorithm is T[0]<<16 & T[1], the code was previously performing T[0]<<16 & T[0].

The timestamp produced was therefore inaccurate by up to about 18 hours.
2013-01-23 17:22:21 -05:00
mmirate e8c00e3001 mu-sexp-convert: fix intra-array separator
It is now ", " rather than " ".
2012-12-19 22:32:47 -05:00
djcb f6ec3665ae * some improvements for mu-sexp-convert
(output should now pass xmllint, json_verify)
2012-09-18 21:24:45 +03:00
djcb 244696d6e0 * add mu-sexp-convert, a guile script to convert sexps into XML or JSON (WIP) 2012-09-18 02:15:50 +03:00