index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
psych
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/psych] Fix libyaml download failure rescue under miniruby
Alan Wu
2022-06-15
1
-7
/
+9
*
[ruby/psych] Prepare to develop 5.0.0
Hiroshi SHIBATA
2022-05-18
1
-1
/
+1
*
[ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3....
MSP-Greg
2022-05-18
1
-1
/
+1
*
[ruby/psych] tr is typically 4 to 5 times faster than gsub
MSP-Greg
2022-05-10
1
-2
/
+2
*
[ruby/psych] Update autoconf files bundled with yaml-2.5
Nobuyoshi Nakada
2022-04-07
1
-1
/
+5
*
Ignore yaml source
Hiroshi SHIBATA
2022-04-05
1
-0
/
+1
*
[ruby/psych] Improve libyaml source downloading error messages
Alan Wu
2022-04-05
1
-4
/
+10
*
[ruby/psych] Propagate `CC` to libyaml
Nobuyoshi Nakada
2022-04-04
1
-0
/
+1
*
[ruby/psych] Output libyaml configure log
Nobuyoshi Nakada
2022-04-01
1
-7
/
+10
*
[ruby/psych] Make a static library from PIC object files
Nobuyoshi Nakada
2022-03-31
2
-2
/
+11
*
[ruby/psych] Remove `unknown` vendor for cross-compiling tool prefix
Nobuyoshi Nakada
2022-03-31
1
-1
/
+1
*
[ruby/psych] Propagate the host configuration to libyaml
Nobuyoshi Nakada
2022-03-30
1
-0
/
+1
*
[ruby/psych] Configure libyaml from the original source
Nobuyoshi Nakada
2022-03-30
1
-1
/
+9
*
[ruby/psych] Try bundled libyaml source if pre-installed is unavailable
Nobuyoshi Nakada
2022-03-29
1
-6
/
+10
*
Merge psych master
Hiroshi SHIBATA
2022-03-29
2
-34
/
+49
*
ext/psych/extconf.rb: Fail when libyaml is unavailable
Yusuke Endoh
2022-03-27
1
-0
/
+5
*
[ruby/psych] Added condition for macOS homebrew
Hiroshi SHIBATA
2022-03-26
1
-1
/
+1
*
Removed libyaml object files from depends
Hiroshi SHIBATA
2022-03-25
1
-8
/
+0
*
Try to remove yaml sources from depend
Hiroshi SHIBATA
2022-03-25
1
-37
/
+0
*
Merge psych master: Removed the bundled libyaml
Hiroshi SHIBATA
2022-03-25
12
-13028
/
+0
*
[Feature #18249] Update dependencies
Peter Zhu
2022-02-22
1
-0
/
+50
*
[ruby/psych] Add strict_integer option to parse numbers with commas as strings
Seth Boyles
2022-01-22
4
-17
/
+26
*
[ruby/psych] Remove alias of load to unsafe_load
Michael Nikitochkin
2022-01-20
1
-1
/
+0
*
[ruby/psych] Don't require `strscan` unnecessarily
David Rodríguez
2022-01-14
1
-1
/
+0
*
[ruby/psych] psych depends stringio only CRuby
Hiroshi SHIBATA
2021-12-20
1
-1
/
+1
*
[ruby/psych] Bump version to 4.0.3
Hiroshi SHIBATA
2021-12-20
1
-1
/
+1
*
Update dependencies
Nobuyoshi Nakada
2021-11-21
1
-50
/
+0
*
[ruby/psych] Prefer `require_relative` for internal requires
David Rodríguez
2021-10-24
15
-49
/
+49
*
[ruby/psych] Add stringio as a dependency.
Josef Šimánek
2021-10-24
1
-0
/
+2
*
[ruby/psych] Bump up psych version to 4.0.2
Hiroshi SHIBATA
2021-10-21
1
-1
/
+1
*
ruby tool/update-deps --fix
卜部昌平
2021-10-05
1
-0
/
+45
*
[ruby/psych] Replace A-Za-z with [:alpha:]
jory-graham
2021-08-31
1
-1
/
+1
*
[ruby/psych] Add quotes to the strings "y" and "n"
Aaron Patterson
2021-08-31
1
-0
/
+2
*
[ruby/psych] Update lib/psych/scalar_scanner.rb
opak
2021-08-31
1
-1
/
+1
*
[ruby/psych] add more tests
Alexandr Opak
2021-08-31
1
-4
/
+4
*
[ruby/psych] fix parsing integer values with '_' at the end
Alexandr Opak
2021-08-31
1
-4
/
+4
*
[ruby/psych] Improve float scalar scanner
Tomer Brisker
2021-08-31
1
-4
/
+3
*
[ruby/psych] fix: use git repository link for LibYAML in docs
Rhys Powell
2021-07-29
1
-1
/
+1
*
[ruby/psych] Bump version to 4.0.1
Hiroshi SHIBATA
2021-06-07
1
-1
/
+1
*
[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.
Jean Boussier
2021-06-07
4
-5
/
+125
*
[ruby/psych] Make YAML.load_file use YAML.load instead of safe_load
Yusuke Endoh
2021-06-07
1
-2
/
+11
*
[ruby/psych] remove deprecated interface
Aaron Patterson
2021-05-17
1
-54
/
+6
*
[ruby/psych] Bump version
Aaron Patterson
2021-05-17
1
-1
/
+1
*
[ruby/psych] Use Psych.safe_load by default
Aaron Patterson
2021-05-17
1
-6
/
+47
*
[ruby/psych] Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-17
2
-5
/
+7
*
[ruby/psych] Fix symabolize_name with non-string keys
Jean Boussier
2021-05-17
1
-1
/
+1
*
[ruby/psych] feat: allow scalars and sequences to be styled when dumped
Jeremy Ebler
2021-05-17
1
-2
/
+2
*
[ruby/psych] Fix some typos [ci skip]
Ryuta Kamizono
2021-05-10
4
-7
/
+7
*
[ruby/psych] bump version
Aaron Patterson
2021-05-10
1
-1
/
+1
*
[ruby/psych] docs: fix simple typo, expessed -> expressed
Tim Gates
2021-05-10
1
-1
/
+1
[next]