aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/parser.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/parser.c (parse): release event objects to plug memorytenderlove2011-06-061-0/+1
* * ext/psych/parser.c (parse): strings from psych have proper tainttenderlove2011-04-211-0/+14
* * ext/psych/parser.c: parenthesize macro arguments.akr2011-03-221-2/+2
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-221-1/+1
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-221-1/+1
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-221-1/+10
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-221-0/+3
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-171-0/+23
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-191-0/+7
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-191-30/+46
* * process.c: suppress warning for signed and unsigned typemame2010-05-171-1/+1
* * 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/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove2010-04-101-2/+2
* * 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-081-0/+0
* * ext/psych/{emitter,parser,psych}.c: move variablenaruse2010-03-291-24/+26
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+314