| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/syck/token.c: headerless documents with root-level spacing now | why | 2003-09-03 | 1 | -546/+562 |
* | * implicit.c (syck_type_id_to_taguri): corrected detection of | why | 2003-08-26 | 2 | -79/+84 |
* | * ext/syck/rubyext.c: refactoring of the transfer method | why | 2003-08-21 | 3 | -641/+754 |
* | * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389] | why | 2003-08-19 | 4 | -49/+53 |
* | * ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare | matz | 2003-08-01 | 1 | -4/+4 |
* | * ext/syck/token.c: prefixed many constants and definitions with YAML_ to | why | 2003-07-29 | 3 | -95/+97 |
* | * ext/syck/syck.h: Added 'syck' yacc prefixes. | why | 2003-07-28 | 9 | -132/+215 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -1/+1 |
* | * ext/syck/emitter.c (syck_emitter_flush): accepts count | why | 2003-07-24 | 4 | -117/+237 |
* | * ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning. | eban | 2003-07-15 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark the | why | 2003-07-14 | 1 | -1/+5 |
* | Missed MANIFEST change and addition of ext/syck/emitter.c. | why | 2003-07-11 | 2 | -0/+318 |
* | * ext/syck/emitter.c: new emitter code. | why | 2003-07-11 | 3 | -29/+285 |
* | *** empty log message *** | nobu | 2003-07-04 | 4 | -121/+137 |
* | * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. | why | 2003-06-18 | 1 | -14/+86 |
* | * ext/syck/gram.c: added grammar for certain empty sequence entries. | why | 2003-06-17 | 6 | -755/+1019 |
* | * ext/syck/token.c: preserve newlines prepended to a block. | why | 2003-06-10 | 2 | -1065/+1197 |
* | * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 | matz | 2003-06-10 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. | why | 2003-06-05 | 3 | -63/+62 |
* | * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071] | why | 2003-06-05 | 2 | -15/+41 |
* | * ext/syck/token.c: directives choked on a period. | why | 2003-06-05 | 6 | -193/+317 |
* | * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. | why | 2003-05-30 | 3 | -279/+403 |
* | * ext/syck/token.c: preserve any indentation passed an explicit | why | 2003-05-29 | 1 | -63/+61 |
* | * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format(). | why | 2003-05-29 | 4 | -560/+468 |
* | * lib/token.c: single- and double-quoted root-level fix. | why | 2003-05-22 | 1 | -44/+46 |
* | * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on | why | 2003-05-22 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (syck_parser_load): root-level false was returning | why | 2003-05-22 | 3 | -118/+114 |
* | * st.h: define ST_DATA_T_DEFINED for portability. | eban | 2003-05-20 | 2 | -5/+9 |
* | * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8, | why | 2003-05-19 | 2 | -1488/+3176 |
* | * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numbers | why | 2003-05-19 | 4 | -69/+72 |
* | * lib/gram.c: fixes to one-line documents and end of stream documents. | why | 2003-05-15 | 5 | -172/+190 |
* | * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to | why | 2003-05-15 | 3 | -580/+596 |
* | * ext/syck/syck.c (syck_parser_pop_level): add prototype. | usa | 2003-05-15 | 1 | -0/+3 |
* | * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on | why | 2003-05-14 | 4 | -108/+188 |
* | * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings. | usa | 2003-05-14 | 1 | -0/+4 |
* | * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id | why | 2003-05-13 | 1 | -7/+7 |
* | ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning. | eban | 2003-05-13 | 1 | -1/+1 |
* | * ext/syck/handler.c: add proper casts. | eban | 2003-05-13 | 2 | -6/+6 |
* | * lib/yaml/rubytypes.rb: object and struct loading | why | 2003-05-13 | 8 | -384/+423 |
* | * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native... | why | 2003-05-11 | 3 | -80/+110 |
* | * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c | why | 2003-05-10 | 6 | -120/+913 |
* | * ext/syck/MANIFEST: new file. | eban | 2003-05-10 | 2 | -0/+14 |
* | Initial checkin of YAML substances. | why | 2003-05-09 | 10 | -0/+5899 |