summaryrefslogtreecommitdiff
path: root/lib/psych/scalar_scanner.rb
AgeCommit message (Expand)Author
2020-03-03Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn
2019-04-26Do not allocate a string to check if a scalar is an integerJean Boussier
2019-04-26Remove string_cache in ScalarScannerJean Boussier
2019-04-26Reduce string allocations in scalar_scannerJean Boussier
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-05-22Preserve time zone offset when deserializing timesMarcus Stollsteimer
2017-03-07Make sexagesimal parsing more strictAaron Patterson
2016-03-29fix serialization of a string that looks like a valid YAML floatCody Cutrer
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2014-08-29* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson
2013-11-26fix support for negative years.Aaron Patterson
2013-11-26fix regexp for matching TIME.Aaron Patterson
2013-08-28* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson
2013-07-18merge ruby/ruby@826df7f upstreamZachary Scott
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-01-16* ext/psych/lib/psych/scalar_scanner.rb: use constants rather thanAaron Patterson
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson
2012-11-16* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whenAaron Patterson
2012-10-12Cache symbols while tokenizing.Kevin Menard
2012-10-02Updated the RegExp to catch Strings earlier in the tokenization process.Kevin Menard
2012-09-11Ignore bad timestamps. #82.Rhett Sutphin
2012-09-07Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds
2011-12-17* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson
2011-10-04postfix rescue statement cannot receive Exception class specification.nagachika
2011-10-03Avoid accepting incorrect floating point values.Aaron Patterson
2011-08-17syncing with ruby trunkAaron Patterson
2011-05-13synching with ruby trunkAaron Patterson
2011-02-25add support for time strings whose timezone format is (+/-)hhmmGonçalo Silva
2010-07-07merging from rubyAaron Patterson
2010-07-05merging changes from rubyAaron Patterson
2010-02-17fixing scalar scanner for dates with timezone like "-08:00". thanks Peter McL...Aaron Patterson
2010-01-16more docsAaron Patterson
2010-01-15caching string conversions in the scalar scannerAaron Patterson
2010-01-15removing tuples, using static method on scalar scannerAaron Patterson
2010-01-15moving time logic to the scalar scannerAaron Patterson
2010-01-15a few tokenizer tweeksAaron Patterson
2009-11-17making more tests pass!Aaron Patterson
2009-11-17integrating some yaml testsAaron Patterson
2009-10-22speed improvementAaron Patterson
2009-10-06time can convert to rubyAaron Patterson
2009-10-05supporting datesAaron Patterson
2009-09-30symbols must be longerAaron Patterson
2009-09-30moving boolean classesAaron Patterson
2009-09-30testing integers before floatsAaron Patterson
2009-09-30return explicit stringsAaron Patterson
2009-09-30using the same logic for string emitting and parsingAaron Patterson