index
:
delta/psych.git
1-2-stable
3-3-stable
4-0-stable
actions
appveyor
atambo-native_jruby
bundlerize
coder
cross
delegate
did-works-travis
drop-to-support-fatgem
embed
fix-broken-test
fix-jruby-build-task
fix-type-data
frozen
ignore-warnings
issue-11988
jruby
libyaml-0.2.1
master
minitest5
relax-restricted-classes
remove-deprecated-methods
remove-syck
retire-changelog
revert-335-revert-325-fix_324
safeload
strict-hash-keys
travis
tweak-actions
unify-version-number
update_snakeyaml
use-actions
use-relative-versions
github.com: tenderlove/psych.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
psych
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
only embed libyaml if the system does not have it
Aaron Patterson
2012-11-17
1
-1374
/
+0
*
embedding libyaml
Aaron Patterson
2012-11-16
1
-487
/
+1282
*
Psych::SyntaxError now inherits from RuntimeError
Eric Hodel
2012-10-22
1
-1
/
+1
*
* ext/psych/parser.c (transcode_string): fix encoding index names.
Aaron Patterson
2012-05-17
1
-2
/
+2
*
* ext/psych/parser.c: fall back to any encoding if the external
Aaron Patterson
2012-04-06
1
-3
/
+4
*
* ext/psych/parser.c: prevent a memory leak by protecting calls to
Aaron Patterson
2012-02-27
1
-24
/
+119
*
* ext/psych/parser.c: set parser encoding based on the YAML input
Aaron Patterson
2012-02-23
1
-2
/
+89
*
* ext/psych/parser.c: removed external encoding setter, allow parser
Aaron Patterson
2012-02-09
1
-24
/
+4
*
* ext/psych/parser.c (parse): parse method can take an option file
Aaron Patterson
2011-12-06
1
-8
/
+11
*
merging from ruby
Aaron Patterson
2011-11-01
1
-1
/
+0
*
adding more information to the syntax error exception
Aaron Patterson
2011-10-04
1
-6
/
+21
*
Using context_mark from the parser struct for accuruate line / column
Aaron Patterson
2011-10-04
1
-2
/
+2
*
release memory associated with yaml_event using yaml_event_delete at bottom o...
Mark J. Titorenko
2011-06-05
1
-0
/
+1
*
setting correct taint status for strings
Aaron Patterson
2011-04-21
1
-0
/
+14
*
pulling in changes from ruby core
Aaron Patterson
2011-03-29
1
-2
/
+2
*
merging from ruby
Aaron Patterson
2011-02-06
1
-1
/
+13
*
syncing up with ruby trunk
Aaron Patterson
2011-01-21
1
-0
/
+23
*
setting the encoding twice is not allowed
Aaron Patterson
2010-05-18
1
-0
/
+7
*
adding UTF-16 and UTF-16+BOM support
Aaron Patterson
2010-05-18
1
-30
/
+46
*
merging from ruby
Aaron Patterson
2010-05-15
1
-152
/
+161
*
merging from ruby
Aaron Patterson
2010-04-16
1
-2
/
+2
*
implementing some deprecated api methods
Aaron Patterson
2010-04-09
1
-0
/
+1
*
merging from ruby to psych
Aaron Patterson
2010-04-09
1
-0
/
+0
*
Author: naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Aaron Patterson
2010-03-29
1
-24
/
+26
*
matching indentation with ruby
Aaron Patterson
2010-02-20
1
-220
/
+221
*
more docs
Aaron Patterson
2010-01-16
1
-0
/
+4
*
raise an exception when bogus values are returned from an IO object
Aaron Patterson
2010-01-15
1
-1
/
+2
*
adding encoding support checks
Aaron Patterson
2010-01-09
1
-0
/
+24
*
document tags have the correct encoding
Aaron Patterson
2010-01-09
1
-10
/
+23
*
list anchors have encodings
Aaron Patterson
2010-01-09
1
-3
/
+5
*
anchors and aliases have an encoding
Aaron Patterson
2010-01-09
1
-14
/
+24
*
caching rb_intern calls
Aaron Patterson
2010-01-05
1
-13
/
+39
*
speeding up and caching encoding lookup
Aaron Patterson
2010-01-04
1
-3
/
+18
*
testing scalar encoding supprt
Aaron Patterson
2010-01-04
1
-0
/
+5
*
adding more documentation
Aaron Patterson
2010-01-03
1
-0
/
+13
*
supporting io objects in the parse method
Aaron Patterson
2010-01-03
1
-8
/
+36
*
adding yaml syntax error
Aaron Patterson
2009-09-27
1
-3
/
+9
*
all events handled
Aaron Patterson
2009-09-27
1
-0
/
+3
*
end mapping event handled
Aaron Patterson
2009-09-27
1
-0
/
+3
*
mapping start tested
Aaron Patterson
2009-09-27
1
-2
/
+21
*
end_sequence supported
Aaron Patterson
2009-09-27
1
-0
/
+3
*
start_sequence implemented
Aaron Patterson
2009-09-27
1
-0
/
+19
*
folded scalars
Aaron Patterson
2009-09-27
1
-1
/
+10
*
scalar supports anchors
Aaron Patterson
2009-09-26
1
-1
/
+5
*
supporting scalar tags
Aaron Patterson
2009-09-26
1
-1
/
+6
*
eliminating warnings
Aaron Patterson
2009-09-26
1
-7
/
+7
*
scalar found
Aaron Patterson
2009-09-26
1
-0
/
+9
*
alias supported
Aaron Patterson
2009-09-26
1
-0
/
+7
*
implicit start and end document
Aaron Patterson
2009-09-26
1
-0
/
+5
*
start docuemnt flushed out
Aaron Patterson
2009-09-26
1
-2
/
+4
[next]