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
*
Properly negotiate encoding from string or IO.
atambo-native_jruby
Charles Oliver Nutter
2013-08-28
1
-20
/
+97
*
Use read encoding from IO to set up parser's reader.
Charles Oliver Nutter
2013-08-28
1
-0
/
+7
*
Use UnsafeHolder, since UnsafeFactory is gone in 1.7.5+.
Charles Oliver Nutter
2013-08-28
1
-2
/
+2
*
Merge branch 'master' into atambo-native_jruby
Aaron Patterson
2013-08-28
1
-1
/
+1
|
\
|
*
merging from ruby trunk
Aaron Patterson
2013-07-05
1
-1
/
+1
*
|
Add native jruby support to psych. Fixes #145
Alex Tambellini
2013-06-23
5
-0
/
+966
|
/
*
* 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
*
* 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
*
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
*
preferred line width may be set
Aaron Patterson
2010-07-07
1
-0
/
+28
*
options are being used, :canonical and :indentation are supported
Aaron Patterson
2010-07-07
1
-1
/
+2
*
merging from ruby
Aaron Patterson
2010-05-22
1
-2
/
+8
*
emitter transcodes to UTF-8 automatically
Aaron Patterson
2010-05-19
1
-2
/
+66
*
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
2
-33
/
+55
*
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
3
-0
/
+0
*
Author: naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Aaron Patterson
2010-03-29
3
-43
/
+43
*
removing cflag modifications
Aaron Patterson
2010-03-28
1
-3
/
+0
[next]