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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default to UTF-8 when encoding does not appear to be unicode.
Charles Oliver Nutter
2015-05-05
1
-4
/
+9
*
Merge branch 'master' into jruby
Aaron Patterson
2015-03-03
1
-7
/
+0
|
\
|
*
Fix CVE-2014-9130
Florian Frank
2015-02-17
1
-7
/
+0
*
|
setup java platform gem
Christian Meier
2015-02-26
1
-7
/
+18
*
|
Merge remote-tracking branch 'origin/master' into jruby
Charles Oliver Nutter
2015-01-09
25
-49
/
+12962
|
\
\
|
|
/
|
*
fixed build error caused by trunk changes
fix-type-data
SHIBATA Hiroshi
2014-12-02
2
-0
/
+4
|
*
merging from ruby trunk
Aaron Patterson
2014-12-01
5
-26
/
+58
|
*
backport from libyaml-1.1.6
SHIBATA Hiroshi
2014-03-27
3
-7
/
+12
|
*
backport from ruby trunk
SHIBATA Hiroshi
2014-02-21
5
-14
/
+9
|
*
merge from ruby trunk
Aaron Patterson
2014-02-05
8
-38
/
+81
|
*
* ext/psych/yaml/config.h: bump libyaml to 0.1.5
Zachary Scott
2014-02-05
1
-4
/
+4
|
*
* ext/psych/yaml/emitter.c: merge libyaml 0.1.5
Aaron Patterson
2014-02-04
7
-51
/
+91
|
*
fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby...
SHIBATA Hiroshi
2014-01-19
1
-1
/
+1
|
*
fix typo
Akira Matsuda
2013-12-11
1
-4
/
+4
|
*
* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]
Zachary Scott
2013-09-20
1
-1
/
+1
|
*
merging from ruby trunk
Aaron Patterson
2013-07-05
1
-1
/
+1
|
*
* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user
Aaron Patterson
2013-05-14
1
-1
/
+3
|
*
merge from Ruby
Aaron Patterson
2013-05-14
1
-0
/
+3
|
*
* ext/psych/yaml/scanner.c: Typos by James Dabbs [Github Fixes #118]
Zachary Scott
2013-01-13
1
-17
/
+17
|
*
merge changes from ruby trunk
Aaron Patterson
2012-12-13
8
-32
/
+29
|
*
make some header file adjustments for ruby compile
Aaron Patterson
2012-11-27
3
-1
/
+15
|
*
add the license for libyaml
Aaron Patterson
2012-11-27
1
-0
/
+19
|
*
fix c file name
Aaron Patterson
2012-11-17
1
-0
/
+0
|
*
only do have_header checks if we are embedding libyaml
Aaron Patterson
2012-11-17
1
-14
/
+16
|
*
mkmf has a global for this test
Aaron Patterson
2012-11-17
1
-2
/
+1
|
*
fix build on windows
Aaron Patterson
2012-11-17
1
-5
/
+5
|
*
only embed libyaml if the system does not have it
Aaron Patterson
2012-11-17
12
-1
/
+17
|
*
for compiling on mswin
Masaya TARUI
2012-11-17
1
-0
/
+5
|
*
embedding libyaml
Aaron Patterson
2012-11-16
22
-878
/
+13594
|
*
Psych::SyntaxError now inherits from RuntimeError
Eric Hodel
2012-10-22
1
-1
/
+1
|
*
* ext/psych/emitter.c (initialize): allow a configuration object to be
Aaron Patterson
2012-07-18
1
-4
/
+25
|
*
use RbConfig rather than Config
Aaron Patterson
2012-07-18
1
-2
/
+2
|
*
* ext/psych/parser.c (transcode_string): fix encoding index names.
Aaron Patterson
2012-05-17
1
-2
/
+2
*
|
Update to latest code from JRuby master.
Charles Oliver Nutter
2015-01-09
5
-254
/
+345
*
|
version list should be a list
Aaron Patterson
2012-04-28
1
-1
/
+1
*
|
change `parse` arity
Aaron Patterson
2012-04-28
1
-0
/
+7
*
|
put psych in the psych package
Aaron Patterson
2012-04-28
5
-5
/
+5
*
|
import the java implementation from JRuby
Aaron Patterson
2012-04-28
5
-0
/
+850
|
/
*
* 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
*
syncing with ruby trunk
Aaron Patterson
2012-01-17
1
-1
/
+1
*
* 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
*
synching with ruby trunk
v1.1.0
Aaron Patterson
2011-03-30
1
-1
/
+1
[next]