aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban2003-07-151-1/+1
* * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy2003-07-141-1/+5
* Missed MANIFEST change and addition of ext/syck/emitter.c.why2003-07-112-0/+318
* * ext/syck/emitter.c: new emitter code.why2003-07-113-29/+285
* *** empty log message ***nobu2003-07-044-121/+137
* * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why2003-06-181-14/+86
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-176-755/+1019
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-102-1065/+1197
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-1/+1
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-053-63/+62
* * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why2003-06-052-15/+41
* * ext/syck/token.c: directives choked on a period.why2003-06-056-193/+317
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-303-279/+403
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-291-63/+61
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-294-560/+468
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-44/+46
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-1/+1
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-223-118/+114
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-202-5/+9
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-192-1488/+3176