
2012 28th Octorber version 1.1.3

    Prevent stack overflow segmentation error on recurcive function call.

2012 28th Octorber version 1.1.2

    add function with running completion block to "completion" inner command.
    fixed sudo completion. you can use completion to type after sudo.

2012 18th Octorber version 1.1.1

    add "defined" inner command. see help

    add "kanjicode" inner command. see help

    fixed help bug

2012 18th Octorber version 1.1.0

    fixed break in while loop bug
    fixed output pipe bug

    > (print aaa\n; print bbb\n > b; print ccc\n ) > a

    > cat a
    aaa
    ccc

    > cat b
    bbb

    can be worked just as one intended

    fixed selector -preserve-position bug

    fixed var, hash, ary override bug

    fixed inherit arguments bug

    Dynamic library version up

2012 17th Octorber version 1.0.9a

    Change xyzsh_readline_interface_onetime interface.

2012 11th Octorber version 1.0.9

    Fixed inherit bug

    Added line context pipe for xyzsh.

    Dynamic library version up

2012 11th Octorber version 1.0.8b

    Change interface of xyzsh_run

    Dynamic library version up

2012 11th Octorber version 1.0.8a

    Fixed a realated with $() bug

2012 11th Octorber version 1.0.8

    Added $$() to xyzsh. see USAGE

    Dynamic library version up

2012 11th Octorber version 1.0.7d

    Change works with xyzsh_run

2012 11th Octorber version 1.0.7c

    Change return code of xyzsh_readline_interface_onetime.

    Dynamic library version up

2012 11th Octorber version 1.0.7b

    Fixed kanji encode bug with kanji_convert for mfiler4.

2012 7th Octorber version 1.0.7a

    Fixed memory leack bug with block_clone_malloc.

2012 7th Octorber version 1.0.7
    
    Fixed bug which is a redirect file name with variables.

2012 3rd Octorber version 1.0.6a

    change function name of vector_size to vector_count.
    erase macro name of string_size.

    add size function to all objects.

    made smaller size of block_obj.

    change definition of function and class, completion.

    Version up dynamic linked library

2012 3rd Octorber version 1.0.6
    
    made better treatment of binary data in pipe.

2012 3rd Octorber version 1.0.5
    
    Add output redirect. (> and >>)

    Change notaition -> to ::
    You must use sys::ls instead of sys->ls.

2012 2nd Octorber version 1.0.3
    
    Made better working to -c option.

    Made better working to readline history size.

2012 2nd Octorber version 1.0.2

	Version up dynamic linked library

	Add interface for xyzsh

	Made sObject memory size smaller

2012 12th August version 1.0.1a

	Version up dynamic linked library

	Add interface for xyzsh

2012 12th August version 1.0.1

	Deleted write command which behave like a redirect, and make newer write command.

2012 12th August version 1.0.0b

	Fixed valid file archive type.

2012 12th August version 1.0.0a
	
	Fixed dead lock of pipes with big data.

2012 12th August version 1.0.0
	
	Added redirects(<) to xyzsh.

	Fixed write inner command.

2012 12th August version 0.9.9g
	
	Fixed WINCH signal.

2012 12th August version 0.9.9f
	
	Fixed tcsetpgrp argument.

2012 12th August version 0.9.9e

	Gabage Collection bug was fixed.

2012 9th August version 0.9.9d

	Fixed STDOUT buffer bugs.

2012 8th August version 0.9.9c

	Fiexed completion bugs. I'm sorry I've found the bugs yet.

2012 8th August version 0.9.9b

	Fixed completion bugs. I think maybe desipated all completion bugs.

	Version 0.9.9b is Released

2012 7th August version 0.9.9a

	Fixed completion bugs

	Version 0.9.9a is Released

2012 5th August version 0.9.9
	Version 0.9.9 is Released

