aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove2010-11-022-9/+6
* * ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove2010-11-021-10/+11
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove2010-07-081-5/+2
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-081-0/+1
* * ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove2010-07-082-1/+29
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-071-1/+14
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-075-8/+30
* * ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove2010-07-062-5/+12
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): nanosecondstenderlove2010-07-051-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove2010-07-051-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove2010-07-052-17/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove2010-07-033-13/+35
* * ext/psych/lib/psych/visitors/yaml_tree.rb (visit_Time): usetenderlove2010-07-031-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove2010-06-181-4/+4
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-226-19/+50
* * ext/psych/emitter: f..king C99(gcc)-ism.usa2010-05-201-2/+8
* * ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove2010-05-207-10/+92
* * ext/psych/emitter.c: output strings are automatically transcodedtenderlove2010-05-191-2/+66
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-192-0/+10
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-193-34/+56
* * process.c: suppress warning for signed and unsigned typemame2010-05-171-1/+1
* * ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove2010-05-166-127/+118
* * ext/psych/lib/psych/visitors/json_tree.rb: using factory methods fortenderlove2010-05-162-10/+20
* * ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gccnobu2010-05-111-14/+12
* * ext/psych/parser.c: fixed broken indent.nobu2010-05-111-153/+154
* * ext/psych/parser.c (parse): Return strings encoded astenderlove2010-05-101-10/+20
* * ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methodstenderlove2010-05-031-22/+22
* * ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove2010-04-271-0/+7
* * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove2010-04-271-0/+10
* * ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove2010-04-241-0/+6
* * ext/psych/lib/psych.rb: removing unused codetenderlove2010-04-242-2/+1
* * ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove2010-04-243-8/+15
* * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove2010-04-242-1/+6
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-242-6/+19
* * ext/psych/lib/psych.rb: fixing documentationtenderlove2010-04-242-10/+11
* * ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove2010-04-171-2/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb (find_ivars): ignoretenderlove2010-04-171-3/+3
* * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove2010-04-161-0/+13
* * ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove2010-04-163-7/+33
* * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwardstenderlove2010-04-111-0/+2
* * ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove2010-04-101-2/+2
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-093-2/+22
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-091-0/+19
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+1
* * ext/psych/*.c: not executable.nobu2010-04-083-0/+0
* * ext/psych/lib/psych/core_ext.rb: remove before alias.naruse2010-04-051-1/+4
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-312-6/+13
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-1/+10
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-302-2/+2