Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-09-25 | Merge branch 'maint' | Henrik Nord | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Merge branch 'maint' | Henrik Nord | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-08-21 | Merge branch 'rickard/parallel-configure/OTP-14625' | Rickard Green | |
* rickard/parallel-configure/OTP-14625: Parallel configure Remove undocumented and unused lazy configure | |||
2018-08-21 | Parallel configure | Rickard Green | |
2018-07-27 | Change "can not" into "cannot" | Raimo Niskanen | |
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree. | |||
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-11-18 | odbc: Remove support for old MACs | Ingela Anderton Andin | |
Change configure to skip odbc for old MACs, the change in PR-1227 is not backwards compatible with old MACs, and we do not see a need to continue support for such old versions. However it is still possible to make it work on such machines using the --with-odbc configure option. | |||
2016-11-09 | Update configure to work better on Mac | JT Turner | |
Update to look for -lodbc as well as default to /usr/local as you will need to brew install libiodbc. | |||
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-07-29 | Make ODBC configure handle OS X El Capitan | Lee Bannard | |
Change ODBC configure.in script to recognize OS X El Capitan (Darwin v15.x) | |||
2016-06-27 | odbc: Convert doc clauses form test_server to ct | Ingela Anderton Andin | |
2016-06-27 | odbc: Replace test_server with ct eqvivalents | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy config macros | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy suite clauses from test suites | Ingela Anderton Andin | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-18 | odbc: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-09 | Merge branch 'binarin/fix-build-tool-paths/PR-1023/OTP-13562' | Lukas Larsson | |
* binarin/fix-build-tool-paths/PR-1023/OTP-13562: Fix program paths used in build process Conflicts: erts/configure.in | |||
2016-04-21 | Fix program paths used in build process | Alexey Lebedeff | |
Not every OS has '/bin/rm' or '/bin/pwd' at exactly that location. In some places in configure scripts result of AC_PATH_PROG was already correctly used, this patch makes this usage more consistent. As for `/bin/pwd` in `otp_build`, shell built-in one is already used in mingw parts - so it should cause no harm to use it everywhere. Difference is only in symlinks resolution - non-builtin `pwd` always returns absolute path, and builtin-one could take into account what sequence of user actions lead to current value of $PWD. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson | |
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-09-21 | Prepare release | Erlang/OTP | |
2015-09-16 | odbc: Prepare for release | Ingela Anderton Andin | |
2015-07-02 | add test for odbc port_timeout | Stefan Strigler | |
2015-07-02 | add doc for odbc port_timeout | Stefan Strigler | |
2015-07-02 | introduce odbc port_timeout | Stefan Strigler | |
This introduces a new application environment variable 'port_timeout' that lets you set a custom timeout for ODBC when connecting to the port drivers upon initialization within odbc:connect/2. Default is still 5000 msec. | |||
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-02 | Distribute autoconf helpers | Rickard Green | |
Distribute aclocal.m4, install-sh, config.guess, and config.sub to applications at build time instead of having multiple identical copies committed in the repository. | |||
2014-11-26 | Merge branch 'RumataEstor/odbc-sign-bug' into maint | Marcus Arendt | |
* RumataEstor/odbc-sign-bug: add odbc:start/stop in testcase Fix signedness bug Fix odbcserver warnings Delete odbcserver unused variables Test to reveal odbcserver protocol bug | |||
2014-11-25 | Merge branch 'rickard/libatomic_ops_improvements/OTP-12302' into maint | Rickard Green | |
* rickard/libatomic_ops_improvements/OTP-12302: Implement support for double word atomics using libatomic_ops Improve usage of libatomic_ops for word size atomics | |||
2014-11-24 | add odbc:start/stop in testcase | Marcus Arendt | |
2014-11-14 | Fix signedness bug | Dmitry Belyaev | |
The regression was introduced by making byte type signed. Bitwise OR (|) applied to signed char (byte) and any longer type reqires the former to expand to the same size. When the char is negative it is expanded with sign bit filling the extra bytes causing the unexpected result. | |||
2014-11-14 | Fix odbcserver warnings | Dmitry Belyaev | |
These are signaled by -Wall | |||
2014-11-14 | Delete odbcserver unused variables | Dmitry Belyaev | |
2014-11-14 | Test to reveal odbcserver protocol bug | Dmitry Belyaev | |