source: EcnlProtoTool/trunk/mruby-1.2.0/ChangeLog@ 286

Last change on this file since 286 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

File size: 409 bytes
Line 
1Thu Apl 19 17:25:18 2012 Yukihiro Matsumoto <matz@ruby-lang.org>
2
3 * first release version 1.0.0 released.
4
5Local variables:
6add-log-time-format: (lambda ()
7 (let* ((time (current-time))
8 (system-time-locale "C")
9 (diff (+ (cadr time) 32400))
10 (lo (% diff 65536))
11 (hi (+ (car time) (/ diff 65536))))
12 (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
13indent-tabs-mode: t
14tab-width: 8
15end:
Note: See TracBrowser for help on using the repository browser.