OSDN Git Service

happyabc/happyabc.git
14 years agoadd AVM2 instructions master
mzp [Sun, 3 Jan 2010 07:34:14 +0000 (16:34 +0900)]
add AVM2 instructions

14 years agosort AVM2 instruction by tag name
mzp [Sun, 3 Jan 2010 07:32:32 +0000 (16:32 +0900)]
sort AVM2 instruction by tag name

14 years agoMove duplicated function to base/optParseUtil module
mzp [Sun, 20 Dec 2009 08:41:22 +0000 (17:41 +0900)]
Move duplicated function to base/optParseUtil module

To achive this, I use functor.

14 years agoadd --use-network option to driver
mzp [Sun, 20 Dec 2009 07:03:32 +0000 (16:03 +0900)]
add --use-network option to driver

14 years agoAdd use_network option parser to driver
mzp [Sun, 20 Dec 2009 07:03:08 +0000 (16:03 +0900)]
Add use_network option parser to driver

14 years agoadd --use-network to habc-link.
mzp [Sun, 20 Dec 2009 06:27:39 +0000 (15:27 +0900)]
add --use-network to habc-link.

14 years agoImplement --use-network option parser
mzp [Sun, 20 Dec 2009 02:43:03 +0000 (11:43 +0900)]
Implement --use-network option parser

14 years agoadd test case for use_network option
mzp [Sun, 20 Dec 2009 02:31:35 +0000 (11:31 +0900)]
add test case for use_network option

14 years agoadd test case for driver/cmdOpt
mzp [Sun, 20 Dec 2009 06:28:32 +0000 (15:28 +0900)]
add test case for driver/cmdOpt

14 years agochange type of cmdOpt for readbility.
mzp [Sun, 20 Dec 2009 02:30:18 +0000 (11:30 +0900)]
change type of cmdOpt for readbility.

14 years agoAdd .ocamlinit.
mzp [Sun, 20 Dec 2009 02:29:17 +0000 (11:29 +0900)]
Add .ocamlinit.

14 years agoWe implements method flags output
mzp [Sat, 19 Dec 2009 12:51:41 +0000 (21:51 +0900)]
We implements method flags output

14 years agoadd name to AbcOut.array's parameter.
mzp [Sat, 19 Dec 2009 12:51:03 +0000 (21:51 +0900)]
add name to AbcOut.array's parameter.

So, it is useful.

14 years agoUpdate AbcType.method_flags.
mzp [Sat, 19 Dec 2009 12:50:00 +0000 (21:50 +0900)]
Update AbcType.method_flags.

We need type information of namespace. So, we add constructor.

14 years agoAdd unittest for method_flags output.
mzp [Sat, 19 Dec 2009 12:16:00 +0000 (21:16 +0900)]
Add unittest for method_flags output.

14 years agoRemove habc-xml, because it is deprecated
mzp [Sat, 19 Dec 2009 11:59:38 +0000 (20:59 +0900)]
Remove habc-xml, because it is deprecated

habc-xml + swfmill is replaced by habc-link.

14 years agofile for test swf-link
mzp [Sat, 19 Dec 2009 10:09:26 +0000 (19:09 +0900)]
file for test

14 years agobugfix
mzp [Sat, 19 Dec 2009 10:09:15 +0000 (19:09 +0900)]
bugfix

14 years agoadd -L option
mzp [Sat, 14 Nov 2009 06:54:04 +0000 (15:54 +0900)]
add -L option

14 years agoupdate driver/rule to support a self-refered rule
mzp [Sun, 8 Nov 2009 22:22:00 +0000 (07:22 +0900)]
update driver/rule to support a self-refered rule

14 years agofix bug: multiname=0
mzp [Sun, 8 Nov 2009 12:10:52 +0000 (21:10 +0900)]
fix bug: multiname=0

14 years agoupdate habc-link to use link-time compaction
mzp [Sun, 8 Nov 2009 12:00:39 +0000 (21:00 +0900)]
update habc-link to use link-time compaction

14 years agoimplements link-time compaction
mzp [Sun, 8 Nov 2009 11:57:54 +0000 (20:57 +0900)]
implements link-time compaction

14 years agouse structual subtyping
mzp [Sun, 8 Nov 2009 10:27:33 +0000 (19:27 +0900)]
use structual subtyping

14 years agofix typo
mzp [Sun, 8 Nov 2009 10:07:24 +0000 (19:07 +0900)]
fix typo

14 years agoupdate test case
mzp [Sun, 8 Nov 2009 10:06:20 +0000 (19:06 +0900)]
update test case

14 years agouniq test
mzp [Sun, 8 Nov 2009 09:56:19 +0000 (18:56 +0900)]
uniq test

14 years agoreimplement link.ml
mzp [Sun, 8 Nov 2009 07:06:04 +0000 (16:06 +0900)]
reimplement link.ml

14 years agoupdate error report
mzp [Sun, 8 Nov 2009 06:30:17 +0000 (15:30 +0900)]
update error report

14 years agoupdate reloc module
mzp [Sun, 8 Nov 2009 06:30:04 +0000 (15:30 +0900)]
update reloc module

14 years agoMerge branch 'swf-link' of github.com:mzp/scheme-abc into swf-link
mzp [Sun, 8 Nov 2009 05:20:50 +0000 (14:20 +0900)]
Merge branch 'swf-link' of github.com:mzp/scheme-abc into swf-link

14 years agoadd reloc module
mzp [Sun, 8 Nov 2009 05:19:01 +0000 (14:19 +0900)]
add reloc module

14 years agoadd ABC Instruction: DebugLine/DebugFile ABC
mzp [Thu, 5 Nov 2009 22:52:37 +0000 (07:52 +0900)]
add ABC Instruction: DebugLine/DebugFile ABC

14 years agofix: If reads not-supported abc instruction, throw exception
mzp [Thu, 5 Nov 2009 22:30:32 +0000 (07:30 +0900)]
fix: If reads not-supported abc instruction, throw exception

14 years agofix link
mzp [Tue, 3 Nov 2009 21:28:46 +0000 (06:28 +0900)]
fix link

14 years agofix corrupt error
mzp [Tue, 3 Nov 2009 10:53:48 +0000 (19:53 +0900)]
fix corrupt error

14 years agofix makefile
mzp [Tue, 3 Nov 2009 05:14:33 +0000 (14:14 +0900)]
fix makefile

14 years agosupport nodoc tags
mzp [Tue, 3 Nov 2009 04:55:02 +0000 (13:55 +0900)]
support nodoc tags

14 years agoadd zlib patch
mzp [Mon, 2 Nov 2009 14:02:51 +0000 (23:02 +0900)]
add zlib patch

14 years agofix compress swf reader
mzp [Mon, 2 Nov 2009 00:00:34 +0000 (09:00 +0900)]
fix compress swf reader

14 years agoadd zlib
mzp [Sun, 1 Nov 2009 23:53:56 +0000 (08:53 +0900)]
add zlib

14 years agoimplement link driver
mzp [Thu, 29 Oct 2009 00:00:56 +0000 (09:00 +0900)]
implement link driver

14 years agofix instance/method link
mzp [Wed, 28 Oct 2009 23:55:05 +0000 (08:55 +0900)]
fix instance/method link

14 years agoimplements script link
mzp [Wed, 28 Oct 2009 23:52:35 +0000 (08:52 +0900)]
implements script link

14 years agoadd traits link
mzp [Wed, 28 Oct 2009 23:40:40 +0000 (08:40 +0900)]
add traits link

14 years agoimplements class/instance link
mzp [Mon, 26 Oct 2009 23:49:15 +0000 (08:49 +0900)]
implements class/instance link

14 years agoadd unit test
mzp [Sun, 25 Oct 2009 23:43:42 +0000 (08:43 +0900)]
add unit test

14 years agosupport link cpool/method
mzp [Sun, 25 Oct 2009 02:18:31 +0000 (11:18 +0900)]
support link cpool/method

14 years agolink
mzp [Sat, 24 Oct 2009 08:31:41 +0000 (17:31 +0900)]
link

14 years agoMerge branch 'master' of git@github.com:mzp/scheme-abc
mzp [Wed, 21 Oct 2009 22:59:53 +0000 (07:59 +0900)]
Merge branch 'master' of git@github.com:mzp/scheme-abc

14 years agoupdate open_in_with/open_out_with
mzp [Wed, 21 Oct 2009 22:59:30 +0000 (07:59 +0900)]
update open_in_with/open_out_with

14 years agoupdate base
mzp [Wed, 21 Oct 2009 22:56:39 +0000 (07:56 +0900)]
update base

14 years agoupdate base
mzp [Wed, 21 Oct 2009 22:53:40 +0000 (07:53 +0900)]
update base

14 years agoupdate 'omake all' to copy habc-link
mzp [Sun, 18 Oct 2009 21:09:04 +0000 (06:09 +0900)]
update 'omake all' to copy habc-link

14 years agomerge
mzp [Sun, 18 Oct 2009 20:57:32 +0000 (05:57 +0900)]
merge

14 years agoMerge branch 'master' of git.sourceforge.jp:/gitroot/happyabc/happyabc
mzp [Sun, 18 Oct 2009 20:56:50 +0000 (05:56 +0900)]
Merge branch 'master' of git.sourceforge.jp:/gitroot/happyabc/happyabc

14 years agoMerge branch 'master' of ssh://git.sourceforge.jp/gitroot/happyabc/happyabc
mzp [Sun, 18 Oct 2009 12:40:10 +0000 (21:40 +0900)]
Merge branch 'master' of ssh://git.sourceforge.jp/gitroot/happyabc/happyabc

14 years agoChange TagType.t to use with Abc.t
mzp [Sun, 18 Oct 2009 11:15:22 +0000 (20:15 +0900)]
Change TagType.t to use with Abc.t

14 years agoworking commit...
mzp [Sun, 18 Oct 2009 11:15:22 +0000 (20:15 +0900)]
working commit...

14 years agoadd DoABC
mzp [Sun, 18 Oct 2009 10:10:43 +0000 (19:10 +0900)]
add DoABC

14 years agoadd tag type
mzp [Sun, 18 Oct 2009 09:08:41 +0000 (18:08 +0900)]
add tag type

14 years agoremove dead code
mzp [Sun, 18 Oct 2009 06:15:51 +0000 (15:15 +0900)]
remove dead code

14 years agofix tagInTest
mzp [Sun, 18 Oct 2009 06:12:10 +0000 (15:12 +0900)]
fix tagInTest

14 years agofix signature mismatch
mzp [Sun, 18 Oct 2009 06:09:09 +0000 (15:09 +0900)]
fix signature mismatch

14 years agoImplement SwfIn
mzp [Tue, 13 Oct 2009 23:12:40 +0000 (08:12 +0900)]
Implement SwfIn

I implement Swf reading module. But there is imcompatibility between SwfIn and TagIn. This should be fixed.

14 years agoadd swfin
mzp [Tue, 13 Oct 2009 22:31:39 +0000 (07:31 +0900)]
add swfin

14 years agoadd tag input module
mzp [Mon, 12 Oct 2009 23:30:06 +0000 (08:30 +0900)]
add tag input module

14 years agomove Tag type definition to TagType module
mzp [Mon, 12 Oct 2009 23:06:18 +0000 (08:06 +0900)]
move Tag type definition to TagType module

14 years agoadd string/color/rect reader
mzp [Mon, 12 Oct 2009 22:52:37 +0000 (07:52 +0900)]
add string/color/rect reader

14 years agoadd rect
mzp [Mon, 12 Oct 2009 22:14:06 +0000 (07:14 +0900)]
add rect

14 years agoAdd float32/float64 reader for swflib
mzp [Mon, 12 Oct 2009 21:26:57 +0000 (06:26 +0900)]
Add float32/float64 reader for swflib

14 years agoadd fixed floating number reader for swflib
mzp [Mon, 12 Oct 2009 21:00:38 +0000 (06:00 +0900)]
add fixed floating number reader for swflib

14 years agoadd bits input
mzp [Mon, 12 Oct 2009 10:19:22 +0000 (19:19 +0900)]
add bits input

14 years agoadd bits input stream
mzp [Mon, 12 Oct 2009 09:35:14 +0000 (18:35 +0900)]
add bits input stream

14 years agoadd EUi reader
mzp [Mon, 12 Oct 2009 04:46:37 +0000 (13:46 +0900)]
add EUi reader

14 years agoAdd SwfBaseIn module.
mzp [Mon, 12 Oct 2009 03:23:27 +0000 (12:23 +0900)]
Add SwfBaseIn module.

SwfBaseIn module read {Ui,Si}{8,16,24,32} from int stream

14 years agofix testcase
mzp [Mon, 12 Oct 2009 02:44:11 +0000 (11:44 +0900)]
fix testcase

14 years agounify SwfBaseType and SwfType
mzp [Mon, 12 Oct 2009 02:34:12 +0000 (11:34 +0900)]
unify SwfBaseType and SwfType

14 years agoMove common type definition(e.g. rect,mtarix) move to SwfBaseType module.
mzp [Mon, 12 Oct 2009 02:30:00 +0000 (11:30 +0900)]
Move common type definition(e.g. rect,mtarix) move to SwfBaseType module.

Common type definition(e.g. rect,matrix) move to SwfBaseType module.

14 years agoAdd PlaceObject, but not test it.
mzp [Mon, 12 Oct 2009 02:23:03 +0000 (11:23 +0900)]
Add PlaceObject, but not test it.

I add PlaceObject tag, but it is not suuported by swfmill. I could not test it.

14 years agoadd FB
mzp [Mon, 12 Oct 2009 01:40:02 +0000 (10:40 +0900)]
add FB

14 years agofix: byte compile
mzp [Mon, 12 Oct 2009 00:58:21 +0000 (09:58 +0900)]
fix: byte compile

14 years agoReplace habc-xml with habc-link
mzp [Sun, 11 Oct 2009 06:11:43 +0000 (15:11 +0900)]
Replace habc-xml with habc-link

14 years agoupdate OMakefile/gitignore for habc-link
mzp [Sun, 11 Oct 2009 05:48:16 +0000 (14:48 +0900)]
update OMakefile/gitignore for habc-link

14 years agoFix: CmdOpt default value & Template
mzp [Sun, 11 Oct 2009 05:47:27 +0000 (14:47 +0900)]
Fix: CmdOpt default value & Template

14 years agoCreate habc-link command
mzp [Sun, 11 Oct 2009 05:46:17 +0000 (14:46 +0900)]
Create habc-link command

To create habc-link command, Connect CmdOpt module and Template module.

And add Swf module to swflib. It is facade.

14 years agoadd --output to habc-link
mzp [Sun, 11 Oct 2009 01:47:00 +0000 (10:47 +0900)]
add --output to habc-link

14 years agoAdd swf-template generator for habc-link
mzp [Sun, 11 Oct 2009 01:31:55 +0000 (10:31 +0900)]
Add swf-template generator for habc-link

Template module genartes a template. Habc-link use it when generates swf file.

14 years agotypo fix
mzp [Sun, 11 Oct 2009 01:31:48 +0000 (10:31 +0900)]
typo fix

14 years agoChange CmdOpt module's return type
mzp [Sun, 11 Oct 2009 01:04:15 +0000 (10:04 +0900)]
Change CmdOpt module's return type

Change record type to object type. Because, I want to use it over some modules.

14 years agoAdd Command line option parser for habc-linker
mzp [Sun, 11 Oct 2009 00:52:22 +0000 (09:52 +0900)]
Add Command line option parser for habc-linker

I add Command line option parser module for habc-linker. The module name is CmdOpt.

Offcourse I add unit test for it.

14 years agoSubdir for habc linker is created.
mzp [Sat, 10 Oct 2009 23:46:04 +0000 (08:46 +0900)]
Subdir for habc linker is created.

Create a simple stub program to print "hello".

14 years agoadd LANG,ARGB
mzp [Thu, 8 Oct 2009 23:54:31 +0000 (08:54 +0900)]
add LANG,ARGB

14 years agoupdate support TAG
mzp [Thu, 8 Oct 2009 23:27:57 +0000 (08:27 +0900)]
update support TAG

14 years agodisable tagOut.ml generation
mzp [Thu, 8 Oct 2009 22:26:34 +0000 (07:26 +0900)]
disable tagOut.ml generation

14 years agobug fix
mzp [Tue, 6 Oct 2009 23:34:35 +0000 (08:34 +0900)]
bug fix

14 years agoadd doabc
mzp [Tue, 6 Oct 2009 23:23:22 +0000 (08:23 +0900)]
add doabc

14 years agoadd FileAttributes tag
mzp [Tue, 6 Oct 2009 23:01:09 +0000 (08:01 +0900)]
add FileAttributes tag

14 years agoadd `Size to swfBaseOut
mzp [Tue, 6 Oct 2009 21:46:43 +0000 (06:46 +0900)]
add `Size to swfBaseOut

14 years agocode generator for TagOut
mzp [Tue, 6 Oct 2009 00:04:42 +0000 (09:04 +0900)]
code generator for TagOut