aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu2005-02-221-0/+2
* * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean2005-01-201-2/+2
* * ext/syck/rubyext.c (syck_loader_transfer): check type conversion.nobu2004-12-231-211/+218
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-6/+9
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-16/+0
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-133-1973/+3821
* * lib/implicit.c: added sexagecimal float#base60.why2004-08-074-2944/+1375
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-301-1152/+964
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-154-355/+626
* * ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy2004-06-291-5/+4
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-1/+2
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
* * ext/syck/depend: add ruby's headers.eban2004-05-151-10/+12
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-152-0/+11
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-156-194/+203
* * ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy2004-05-131-1/+1
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0610-236/+246
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-266-308/+406
* * ext/syck/syck.h: version 0.43.why2004-04-031-1/+1
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-307/+327
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-29/+40
* * ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.usa2004-02-171-1/+1
* * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa2004-02-171-2/+2
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-16/+21
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-131-0/+8
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-123-617/+698
* * ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu2004-01-071-176/+179
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-1/+1
* * ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz2003-12-212-3/+12
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-7/+8
* * ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu2003-12-081-1/+1
* * ext/syck/syck.c: string buffering bug. decrementing by fullwhy2003-12-011-1/+1
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-255-91/+134
* * ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why2003-10-301-1/+1
* * ext/syck/MANIFEST: Add yamlbyte.h.knu2003-10-301-0/+1
* C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu2003-10-212-17/+17
* * ext/syck/yamlbyte.h: Ditto.why2003-10-171-0/+170
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-178-1558/+4098
* * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa2003-10-151-0/+1
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-1411-3647/+2613
* * ext/syck/rubyext.c: default keys handled.why2003-10-032-10/+25
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-031-546/+562
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-262-79/+84
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-213-641/+754
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-194-49/+53
* * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz2003-08-011-4/+4
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-293-95/+97
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-289-132/+215
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-1/+1
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-244-117/+237