Skip to content
Snippets Groups Projects
  1. Apr 20, 2015
  2. Apr 17, 2015
  3. Apr 16, 2015
  4. Apr 15, 2015
  5. Apr 14, 2015
    • Konstantin Osipov's avatar
      gh-791: a fix and a test case · 7a8668d8
      Konstantin Osipov authored
      A fix and a test case for gh-791: call() return value can't contain
      a Lua map.
      
      Treat a map as a scalar, i.e. convert it to a tuple field on return
      from call.
      
      Use a simple heuristics to distinguish a map from an array:
      if the first key of the map is integer 1, it's an array.
      This approach works pretty well for JSON maps, which can't have
      non-string keys anyway.
      7a8668d8
    • Konstantin Osipov's avatar
      setlocale: silence the warning on CentOS 6.6 · d7047223
      Konstantin Osipov authored
      If failed to set locale to C.UTF-8 (the standard one which supports UTF-8),
      try other options. Keep trying ad naeuseam to silence the warning,
      since this raises support questions.
      
      CentOS 6.6 has en_US.utf8.
      Debian, FreeBSD and Darwin have en_US.utf-8.
      d7047223
    • Konstantin Osipov's avatar
      Merge branch 'ocelot-master' · e710df9a
      Konstantin Osipov authored
      e710df9a
  6. Apr 13, 2015
  7. Apr 12, 2015
  8. Apr 11, 2015
  9. Apr 10, 2015
  10. Apr 08, 2015
Loading