- Oct 28, 2015
-
-
Alexandr Lyapunov authored
Fixed a bug in B-tree that could slightly break structure is presence of freezed iterators
-
- Oct 27, 2015
- Oct 21, 2015
-
-
bigbes authored
-
- Oct 20, 2015
-
-
Nick Zavaritsky authored
getaddrinfo() on osx upto osx 10.8 crashes when AI_NUMERICSERV is set and servername is either NULL or "0" ("00" works fine) Based on the workaround in https://bugs.python.org/issue17269
-
- Oct 16, 2015
-
-
Roman Tsisyk authored
-
Eugene Leonovich authored
E.g. `-128` is packed as `d1ff80` instead of `d080`.
-
- Oct 15, 2015
-
-
Roman Tsisyk authored
Requested by customer.
-
- Oct 13, 2015
-
-
Konstantin Osipov authored
Building Documentation topic for issue #804
-
- Oct 08, 2015
-
-
Daniil Medvedev authored
-
- Oct 05, 2015
-
-
ocelot-inc authored
-
ocelot-inc authored
-
ocelot-inc authored
-
- Oct 02, 2015
-
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
-
condor-the-bird authored
Guidelines to buidling documentation and submitting proposed changes/updates
-
- Oct 01, 2015
-
-
Roman Tsisyk authored
-
- Sep 30, 2015
-
-
Konstantin Osipov authored
Add some OSX-specific files to .gitignore
-
Oleg Efimov authored
-
- Sep 29, 2015
-
-
ocelot-inc authored
-
- Sep 28, 2015
-
-
ocelot-inc authored
-
- Sep 27, 2015
-
-
ocelot-inc authored
-
- Sep 23, 2015
-
-
Nick Zavaritsky authored
_Noreturn kw must appear before the function name as per C11 grammar and clang7 is the first one to enforce that. Ecb_noreturn macro is defined using _Noreturn keyword if C11 support is detected; otherwise __noreturn__ gcc attribute is used. The later must appear after the function parameters list. These two methods to annotate a function are inherently incompatible in terms of the token location relative to the function declaration. Use gcc attribute exclusively since it is always available.
-
- Sep 22, 2015
-
-
Alexandr Lyapunov authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Sep 21, 2015
-
-
ocelot-inc authored
-
- Sep 18, 2015
-
-
ocelot-inc authored
-