index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
psych
/
parser.c
Age
Commit message (
Expand
)
Author
2012-05-17
* ext/psych/parser.c (transcode_string): fix encoding index names.
tenderlove
2012-04-06
* ext/psych/parser.c: fall back to any encoding if the external
tenderlove
2012-02-24
* ext/psych/parser.c: prevent a memory leak by protecting calls to
tenderlove
2012-02-23
* ext/psych/parser.c: set parser encoding based on the YAML input
tenderlove
2012-02-09
* ext/psych/parser.c: removed external encoding setter, allow parser
tenderlove
2011-11-30
* ext/psych/parser.c (parse): parse method can take an option file
tenderlove
2011-10-26
* ext/psych/parser.c: remove unused variable.
emboss
2011-10-04
* ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, and
tenderlove
2011-10-04
* ext/psych/parser.c (parse): Use context_mark for indicating error
tenderlove
2011-06-06
* ext/psych/parser.c (parse): release event objects to plug memory
tenderlove
2011-04-21
* ext/psych/parser.c (parse): strings from psych have proper taint
tenderlove
2011-03-22
* ext/psych/parser.c: parenthesize macro arguments.
akr
2011-01-22
reverting r30628 since this seems like a bug in libyaml
tenderlove
2011-01-22
* ext/psych/parser.c (parse): fixing off-by-one error on line numbers
tenderlove
2011-01-22
* ext/psych/parser.c (parse): add the file name to the exception when
tenderlove
2011-01-22
* ext/psych/parser.c (parse): fix assertion error when reusing a
tenderlove
2011-01-17
* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wrap
tenderlove
2010-05-19
* ext/psych/lib/psych.rb: Adding Psych::Exception
tenderlove
2010-05-19
* ext/psych/emitter.c: using xmalloc and xfree for memory allocation
tenderlove
2010-05-17
* process.c: suppress warning for signed and unsigned type
mame
2010-05-11
* ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gcc
nobu
2010-05-11
* ext/psych/parser.c: fixed broken indent.
nobu
2010-05-10
* ext/psych/parser.c (parse): Return strings encoded as
tenderlove
2010-04-10
* ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!
tenderlove
2010-04-09
* ext/psych/parser.c: parse raises a TypeError when nil is passed in.
tenderlove
2010-04-08
* ext/psych/*.c: not executable.
nobu
2010-03-29
* ext/psych/{emitter,parser,psych}.c: move variable
naruse
2010-03-28
* ext/psych/*: importing Psych to trunk
tenderlove