aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych/scalar_scanner.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/*, test/psych/*: Update psych-2.1.1hsbt2016-09-071-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thattenderlove2014-08-291-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove2013-11-261-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove2013-11-261-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should betenderlove2013-08-281-1/+1
* * ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-1/+1
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-141-7/+12
* * ext/psych/lib/psych/scalar_scanner.rb: use constants rather thantenderlove2013-01-171-3/+3
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove2013-01-091-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove2012-11-171-13/+21
* * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove2012-10-221-2/+4
* * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove2012-10-221-1/+3
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-1/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove2011-12-181-2/+6
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-071-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove2011-10-041-2/+8
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-031-1/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Only consider stringstenderlove2011-08-131-2/+5
* fix capture to avoid doing a sub on the useconds when parsing datestenderlove2011-05-041-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove2011-02-251-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb (parse_time): dealing withtenderlove2010-07-061-1/+8
* * ext/psych/lib/psych/scalar_scanner.rb: making the code more beautiful.tenderlove2010-07-051-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove2010-07-051-2/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb(visit_Psych_Nodes_Scalar):tenderlove2010-07-031-13/+19
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-301-0/+90