aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/parser.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/parser.c (transcode_string): fix encoding index names.tenderlove2012-05-171-2/+2
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-3/+4
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-24/+119
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-231-2/+89
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-091-24/+4
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-8/+11
* * ext/psych/parser.c: remove unused variable.emboss2011-10-261-1/+0
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-041-6/+21
* * ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove2011-10-041-2/+2
* * 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