head	1.6;
access;
symbols
	tcllib-1-13:1.6
	tcllib-1-12:1.6
	tklib-0-5:1.4
	tcllib-1-11-1:1.4
	tcllib-1-11:1.4;
locks; strict;
comment	@# @;


1.6
date	2009.05.24.03.26.18;	author kanryu6;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.14.22.03.08;	author kanryu6;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.05.08.53.40;	author kanryu6;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.02.15.33.39;	author kanryu6;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.01.17.03.06;	author kanryu6;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.22.18.54.53;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.6
log
@To read uninitialized yaml::data(current), when there is not empty line
or "---" at the beginning of yaml.
@
text
@#
#  YAML parser for Tcl.
#
# Load this file!
# >> yaml::load "CHANGES"
#
---
title: YAML parser for Tcl.
version: 0.3.5
authors:
  - KATO Kanryu: kanryu6@@users.sourceforge.net
license: tcllib's BSD-style license
copyright: (c) 2008 KATO Kanryu

changes:

  0.3.5:
    - 2009-05-24
    - To read uninitialized yaml::data(current), when there is not empty line
      or "---" at the beginning of yaml.
    - Thanks al_chou!
    - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=2795699&group_id=12883
    - supported for YAML termination(...)
  0.3.4:
    - 2008-09-27
    - fixed for some incorrect use of "string first/last"
  0.3.3:
    - 2008-06-05
    - add benchmark
    - validate check fors scripts
  0.3.2:
    - 2008-06-03
    - add command huddle2yaml
    - validate check fors scripts
  0.3.1:
    - 2008-06-02
    - change comanndname from load to yaml2dict
    - add command huddle2yaml
  0.3.0:
    - 2008-06-01
    - testsuites for Tcl8.4
    - using huddle-lib
    - not to auto-convert for mapping keys
  0.2.2:
    - 2008-05-17
    - begin to implement tag treatment
    - add !!float / !!binary(base64) parsing.
    - merge mapping "<<"
  0.2.1:
    - 2008-05-14
    - add timestamp / integer parsing.
    - improved a manual.
  0.2.0:
    - parser reimplimented from scratch.
    - write a manual.
  0.1.0:
    - Changed the library name, from yapt-0.1.2 to yaml-0.1.0
@


1.5
log
@add "huddle compile"
improve "huddle jsondump"
@
text
@d9 1
a9 1
version: 0.3.4
d17 7
@


1.4
log
@- add benchmark
- validate check fors scripts
@
text
@d9 1
a9 1
version: 0.3.3
d17 7
@


1.3
log
@add command yaml2huddle
validate check fors scripts
@
text
@d9 1
a9 1
version: 0.3.2
d18 2
a19 1
    - add command yaml2huddle
d22 1
@


1.2
log
@using huddle-lib
@
text
@d9 1
a9 1
version: 0.3.0
d17 6
@


1.1
log
@
	* New module for parsing YAML files, by kanryu6.

	* support/installation/modules.tcl: Added 'yaml' to the list
	  of official modules.
@
text
@d9 1
a9 1
version: 0.2.2
d11 1
a11 1
  - KATO Kanryu: k.kanryu@@gmail.com
d17 5
@

