index
:
psych
cr/drop_ruby_2.x.x
master
A libyaml wrapper for Ruby
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2012-05-17
* ext/psych/parser.c (transcode_string): fix encoding index names.
Aaron Patterson
2012-04-06
* ext/psych/parser.c: fall back to any encoding if the external
Aaron Patterson
2012-02-27
* ext/psych/parser.c: prevent a memory leak by protecting calls to
Aaron Patterson
2012-02-23
* ext/psych/parser.c: set parser encoding based on the YAML input
Aaron Patterson
2012-02-09
* ext/psych/parser.c: removed external encoding setter, allow parser
Aaron Patterson
2012-01-17
syncing with ruby trunk
Aaron Patterson
2011-12-06
* ext/psych/parser.c (parse): parse method can take an option file
Aaron Patterson
2011-11-01
merging from ruby
Aaron Patterson
2011-10-04
adding more information to the syntax error exception
Aaron Patterson
2011-10-04
Using context_mark from the parser struct for accuruate line / column
Aaron Patterson
2011-06-05
release memory associated with yaml_event using yaml_event_delete at bottom o...
Mark J. Titorenko
2011-04-21
setting correct taint status for strings
Aaron Patterson
2011-03-30
synching with ruby trunk
Aaron Patterson
2011-03-29
pulling in changes from ruby core
Aaron Patterson
2011-02-06
merging from ruby
Aaron Patterson
2011-01-21
syncing up with ruby trunk
Aaron Patterson
2010-07-07
preferred line width may be set
Aaron Patterson
2010-07-07
options are being used, :canonical and :indentation are supported
Aaron Patterson
2010-05-22
merging from ruby
Aaron Patterson
2010-05-19
emitter transcodes to UTF-8 automatically
Aaron Patterson
2010-05-18
setting the encoding twice is not allowed
Aaron Patterson
2010-05-18
adding UTF-16 and UTF-16+BOM support
Aaron Patterson
2010-05-15
merging from ruby
Aaron Patterson
2010-04-16
merging from ruby
Aaron Patterson
2010-04-09
implementing some deprecated api methods
Aaron Patterson
2010-04-09
merging from ruby to psych
Aaron Patterson
2010-03-29
Author: naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Aaron Patterson
2010-03-28
removing cflag modifications
Aaron Patterson
2010-03-28
cleaning up some warnings
Aaron Patterson
2010-02-20
matching indentation with ruby
Aaron Patterson
2010-02-05
indentation level can be set
Aaron Patterson
2010-02-05
canonical output may be set
Aaron Patterson
2010-01-16
more docs
Aaron Patterson
2010-01-16
1.8 compatibility
Aaron Patterson
2010-01-15
switching inject to use rb_path_to_class
Aaron Patterson
2010-01-15
raise an exception when bogus values are returned from an IO object
Aaron Patterson
2010-01-09
testing args for scalar method
Aaron Patterson
2010-01-09
adding init api
Aaron Patterson
2010-01-09
adding encoding support checks
Aaron Patterson
2010-01-09
document tags have the correct encoding
Aaron Patterson
2010-01-09
list anchors have encodings
Aaron Patterson
2010-01-09
anchors and aliases have an encoding
Aaron Patterson
2010-01-05
caching rb_intern calls
Aaron Patterson
2010-01-05
code cleanup
Aaron Patterson
2010-01-05
emitting unicode by default
Aaron Patterson
2010-01-04
speeding up and caching encoding lookup
Aaron Patterson
2010-01-04
testing scalar encoding supprt
Aaron Patterson
2010-01-03
adding more documentation
Aaron Patterson
2010-01-03
not using *args in the tree builder
Aaron Patterson
2010-01-03
supporting io objects in the parse method
Aaron Patterson
[next]