summaryrefslogtreecommitdiff
path: root/lib/psych/scalar_scanner.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-04-261-9/+7
* Remove string_cache in ScalarScannerJean Boussier2019-04-261-10/+1
* Reduce string allocations in scalar_scannerJean Boussier2019-04-261-17/+15
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Preserve time zone offset when deserializing timesMarcus Stollsteimer2017-05-221-1/+1
* Make sexagesimal parsing more strictAaron Patterson2017-03-071-3/+2
* fix serialization of a string that looks like a valid YAML floatCody Cutrer2016-03-291-1/+1
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson2014-08-291-1/+1
* fix support for negative years.Aaron Patterson2013-11-261-2/+2
* fix regexp for matching TIME.Aaron Patterson2013-11-261-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson2013-08-281-1/+1
* merge ruby/ruby@826df7f upstreamZachary Scott2013-07-181-1/+1
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-7/+12
* * ext/psych/lib/psych/scalar_scanner.rb: use constants rather thanAaron Patterson2013-01-161-3/+3
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson2013-01-091-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whenAaron Patterson2012-11-161-13/+21
* Cache symbols while tokenizing.Kevin Menard2012-10-121-2/+4
* Updated the RegExp to catch Strings earlier in the tokenization process.Kevin Menard2012-10-021-1/+3
* Ignore bad timestamps. #82.Rhett Sutphin2012-09-111-1/+5
* Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds2012-09-071-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson2011-12-171-2/+6
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson2011-11-071-1/+1
* postfix rescue statement cannot receive Exception class specification.nagachika2011-10-041-2/+8
* Avoid accepting incorrect floating point values.Aaron Patterson2011-10-031-1/+11
* syncing with ruby trunkAaron Patterson2011-08-171-2/+5
* synching with ruby trunkAaron Patterson2011-05-131-2/+2
* add support for time strings whose timezone format is (+/-)hhmmGonçalo Silva2011-02-251-1/+1
* merging from rubyAaron Patterson2010-07-071-1/+8
* merging changes from rubyAaron Patterson2010-07-051-13/+21
* fixing scalar scanner for dates with timezone like "-08:00". thanks Peter McL...Aaron Patterson2010-02-171-1/+1
* more docsAaron Patterson2010-01-161-0/+2
* caching string conversions in the scalar scannerAaron Patterson2010-01-151-9/+13
* removing tuples, using static method on scalar scannerAaron Patterson2010-01-151-29/+30
* moving time logic to the scalar scannerAaron Patterson2010-01-151-1/+13
* a few tokenizer tweeksAaron Patterson2010-01-151-3/+7
* making more tests pass!Aaron Patterson2009-11-171-2/+2
* integrating some yaml testsAaron Patterson2009-11-171-2/+6
* speed improvementAaron Patterson2009-10-221-6/+11
* time can convert to rubyAaron Patterson2009-10-061-1/+6
* supporting datesAaron Patterson2009-10-051-0/+2
* symbols must be longerAaron Patterson2009-09-301-1/+1
* moving boolean classesAaron Patterson2009-09-301-0/+4
* testing integers before floatsAaron Patterson2009-09-301-1/+1
* return explicit stringsAaron Patterson2009-09-301-6/+6
* using the same logic for string emitting and parsingAaron Patterson2009-09-301-0/+47