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
2014-02-21
backport from ruby trunk
SHIBATA Hiroshi
2014-02-05
merge from ruby trunk
Aaron Patterson
2014-02-05
* ext/psych/yaml/config.h: bump libyaml to 0.1.5
Zachary Scott
2014-02-04
* ext/psych/yaml/emitter.c: merge libyaml 0.1.5
Aaron Patterson
2014-01-19
fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby...
SHIBATA Hiroshi
2013-12-11
fix typo
Akira Matsuda
2013-09-20
* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]
Zachary Scott
2013-07-05
merging from ruby trunk
Aaron Patterson
2013-05-14
* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user
Aaron Patterson
2013-05-14
merge from Ruby
Aaron Patterson
2013-01-13
* ext/psych/yaml/scanner.c: Typos by James Dabbs [Github Fixes #118]
Zachary Scott
2012-12-13
merge changes from ruby trunk
Aaron Patterson
2012-11-27
make some header file adjustments for ruby compile
Aaron Patterson
2012-11-27
add the license for libyaml
Aaron Patterson
2012-11-17
fix c file name
Aaron Patterson
2012-11-17
only do have_header checks if we are embedding libyaml
Aaron Patterson
2012-11-17
mkmf has a global for this test
Aaron Patterson
2012-11-17
fix build on windows
Aaron Patterson
2012-11-17
only embed libyaml if the system does not have it
Aaron Patterson
2012-11-17
for compiling on mswin
Masaya TARUI
2012-11-16
embedding libyaml
Aaron Patterson
2012-10-22
Psych::SyntaxError now inherits from RuntimeError
Eric Hodel
2012-07-18
* ext/psych/emitter.c (initialize): allow a configuration object to be
Aaron Patterson
2012-07-18
use RbConfig rather than Config
Aaron Patterson
2012-05-17
* ext/psych/parser.c (transcode_string): fix encoding index names.
Aaron Patterson
2012-04-28
version list should be a list
Aaron Patterson
2012-04-28
change `parse` arity
Aaron Patterson
2012-04-28
put psych in the psych package
Aaron Patterson
2012-04-28
import the java implementation from JRuby
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
[prev]
[next]