summaryrefslogtreecommitdiff
path: root/ext/syck/syck.h
AgeCommit message (Expand)Author
2012-08-22* ext/syck: removed. Fixes [ruby-core:43360]tenderlove
2011-05-06* ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse
2010-11-11* fix type warnings.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2008-07-31* ext/syck/syck.h (ASSERT): fix typo at r18176.nobu
2008-07-22* ext/syck: suppress warnings more.nobu
2008-07-22* ext/syck: suppress warnings.nobu
2008-07-22* ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c,mame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-19* ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean
2005-10-13* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2004-08-07* lib/implicit.c: added sexagecimal float#base60.why
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-03* ext/syck/syck.h: version 0.43.why
2003-11-25* ext/syck/token.c: removed YYTOKTMP references whichwhy
2003-10-17* ext/syck/rubyext.c: YAML::Syck::compile method.why
2003-10-15* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa
2003-10-14* ext/syck/bytecode.c: Checkin of YAML bytecode support.why
2003-10-03* ext/syck/rubyext.c: default keys handled.why
2003-08-19* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why
2003-07-28* ext/syck/syck.h: Added 'syck' yacc prefixes.why
2003-07-24* ext/syck/emitter.c (syck_emitter_flush): accepts countwhy
2003-07-11* ext/syck/emitter.c: new emitter code.why
2003-07-04*** empty log message ***nobu
2003-06-17* ext/syck/gram.c: added grammar for certain empty sequence entries.why
2003-06-05* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why
2003-06-05* ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why
2003-05-29* ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why
2003-05-20* st.h: define ST_DATA_T_DEFINED for portability.eban
2003-05-19* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy
2003-05-15* lib/gram.c: fixes to one-line documents and end of stream documents.why
2003-05-14* ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-10* ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy
2003-05-09Initial checkin of YAML substances.why