Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | Prepare release | Erlang/OTP | |
2019-03-26 | Revert "Prepare release" | Henrik Nord | |
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. | |||
2019-03-25 | Prepare release | Erlang/OTP | |
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-02-25 | Document deprecations and removals | Rickard Green | |
2019-01-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | Merge pull request #2065 from janchochol/fix-get_diagnos-odbcserver | Ingela Andin | |
odbc: Fix stack corruption in get_diagnos in odbcserver | |||
2018-12-19 | odbc: Fix stack corruption in get_diagnos in odbcserver | Jan Chochol | |
SQLGetDiagRec can fill output buffer and return SQL_SUCCESS_WITH_INFO. In that case we can not use strcat on diagnos.error_msg as it will write outside allocated space. Correctly set acc_errmsg_size in such case. See also ERL-808 at bugs.erlang.org. | |||
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. |