aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu2011-05-061-9/+9
* * ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse2011-05-062-2/+1
* * ext/syck/rubyext.c (mktime_do): avoid buffer overrun, byshyouhei2011-05-061-6/+0
* YAML.load time correctly parse usecs smaller than 1 fixes #4571shyouhei2011-05-061-10/+17
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-255-17/+17
* * ext/syck/rubyext.c (syck_node_init_copy): SyckNode is notnobu2011-02-051-1/+3
* * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove2011-02-021-1/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-021-1/+2
* * fix type warnings.nobu2010-11-112-2/+2
* * ext/syck/rubyext.c (struct mktime_arg): constified.nobu2010-10-121-11/+14
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-1/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * ext/syck/lib/syck.rb: fixing unused variable warningstenderlove2010-07-193-8/+7
* * ext/syck/implicit.c (YYFILL): suppress warnings.nobu2010-05-211-1/+1
* * suppress warnings.nobu2010-05-211-0/+1
* * process.c: suppress warning for signed and unsigned typemame2010-05-171-1/+1
* * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu2010-05-021-1/+1
* * ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):nobu2010-04-241-2/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-2211-190/+190
* * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove2010-04-161-1/+4
* * ext/syck/lib/syck/basenode.rb (Syck::BaseNode#match_path): fixednobu2010-04-141-1/+1
* * ext/syck/lib/yaml/syck.rb: split from ext/syck/lib/syck.rb fornobu2010-04-142-94/+99
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-112-154/+0
* * ext/psych/lib/psych/core_ext.rb: remove before alias.naruse2010-04-051-17/+15
* Don't warn when YAML.quick_emit is called by Object#to_yaml.naruse2010-04-051-1/+3
* Remove circular dependency of syck.naruse2010-04-041-1/+0
* * lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove2010-04-0319-7/+2206
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-161-3/+3
* YAML parser don't need identity hash.akr2009-08-221-11/+11
* * ext/syck/rubyext.c (id_hash_new): new function to create a hashakr2009-08-221-3/+12
* * time.c: remove time_t restriction from Time class.akr2009-04-211-3/+4
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-191-3/+34
* * ext/syck/syck.c (syck_lookup_sym): remove reading uninitializedmame2008-10-091-2/+2
* * ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.mame2008-09-111-1/+1
* * ext/syck/syck.c (syck_free_parser): fix memory leak bymame2008-07-311-0/+17
* * ext/syck/syck.h (ASSERT): fix typo at r18176.nobu2008-07-311-1/+1
* * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has nonobu2008-07-311-1/+3
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-312-2/+2
* * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branchmame2008-07-301-2/+3
* * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename):nobu2008-07-251-0/+1
* * ext/syck: suppress warnings more.nobu2008-07-221-1/+1
* * ext/syck: suppress warnings more.nobu2008-07-228-24/+19
* * ext/syck: suppress warnings.nobu2008-07-227-57/+72
* * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame2008-07-226-17/+21
* * ext/syck/rubyext.c: add encoding header.naruse2008-06-161-0/+1
* * ext/syck/rubyext.c (yaml_org_handler): associate encoding.naruse2008-06-151-0/+2
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-171-3/+0
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-0610-10/+0
* * ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz2007-12-221-2/+2
* * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz2007-11-301-2/+6