• R/O
  • HTTP
  • SSH
  • HTTPS

happyabc: List of commits


RSS
Rev. Time Author
3dea296 2009-08-09 09:30:33 mzp

typo fix

b5da38c 2009-08-08 20:23:41 mzp

add unittest

baa1e0b 2009-08-08 15:36:44 mzp

remove dependencies cpool/closureTras

e53a3ec 2009-08-08 13:47:13 mzp

improve OMakefile

- mv base/config.ml to config.ml
- add unit test for base.cma
- remove deadcode from omakefile

fcf7b8d 2009-08-08 12:47:45 mzp

add ENABLE_NATIVE option

18bea8f 2009-08-08 11:32:58 mzp

Update OMakefile

now, We can use following setting:

BYTE_ENABLE=true
NATIVE_ENABLE=false

b02c801 2009-08-08 10:48:20 mzp

suppress warning

8447abc 2009-08-03 22:41:01 mzp

improve OMakefile

- delete duplicate declare NATIVE_ENABLED and BYTE_ENABLED to custamize this setting easilly
- NATIVE_ENABLED/BYTE_ENABLEDの設定が重複していたので削除しました。これで、この設定の変更が楽になりました

ef7c335 2009-08-02 11:45:35 mzp

reduce dependencies: sexp/lexer

3784a5e 2009-08-02 08:59:55 mzp

remove extra dependencies

- I stop link all library on unit test

db3836f 2009-08-01 22:03:18 mzp

Refactoring OMakefile: remove extra dependencies

- One BIG ounit runner is splitted into many small ounit runner

ab999a5 2009-08-01 08:36:51 mzp

update Binary clock example

6449270 2009-08-01 08:24:46 mzp

I implement Array literal.

(array 1 2 3) is same as [1, 2, 3] in AS3.

d604d56 2009-08-01 08:23:17 mzp

[working commit]implement parser & codegen

22b75b5 2009-08-01 08:03:35 mzp

[working commit]update test

9336d36 2009-08-01 07:51:54 mzp

[working commit]Add Array AST node

5118b79 2009-08-01 07:26:07 mzp

I implement --bg option

1155cd9 2009-07-31 09:06:04 mzp

color module

d1f20b5 2009-07-30 09:00:46 mzp

Add color module

cc97678 2009-07-30 08:42:16 mzp

add testcase for binding

8d4fbd3 2009-07-30 08:32:52 mzp

Bugfix: less than & if bug

(if (< n 2) "a" "b") does not works at FP10(Mac). I fix this bug.

86329a1 2009-07-29 21:39:58 mzp

update test

3cb0da2 2009-07-29 08:57:27 mzp

binaryclock

ed01dae 2009-07-28 08:48:15 knothole

Change divide behavior

- '/' means int-divide
- '/.' means float-divide

e.g.
(/ 1 2) => 0
(/. 1 2) => 0.5

c95dd61 2009-07-28 08:30:44 knothole

add Date class

d423a5d 2009-07-07 08:36:03 mzp

implements List.toString

810b034 2009-07-07 08:24:47 mzp

add some list function

8553e32 2009-07-07 08:15:24 mzp

add methods: caar .. cddddr

1df16e4 2009-07-03 07:52:39 mzp

improve error print

71784df 2009-07-03 07:48:32 mzp

add --conf option

Show on old repository browser