Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-09 | Merge branch 'bjorn/xml-encoding-fix/OTP-11310' into maint | Björn Gustavsson | |
* bjorn/xml-encoding-fix/OTP-11310: Change encoding of troublesome notes.xml files to utf-8 Convert some notes.xml files from latin-1 to utf-8 | |||
2013-09-09 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-09-09 | Merge branch 'kenneth/doc_to_dtd/OTP-11193' into maint | Björn-Egil Dahlberg | |
* kenneth/doc_to_dtd/OTP-11193: Corrections so that the documentation confirms to the DTD Minor correction of xml structure to conform to the DTD | |||
2013-09-06 | Merge branch 'maint' | Lukas Larsson | |
* maint: Ignore odbc cores Cross compilation is now a supported feature | |||
2013-09-06 | Merge branch 'lukas/r16b02/docfixes' into maint | Lukas Larsson | |
* lukas/r16b02/docfixes: Ignore odbc cores Cross compilation is now a supported feature | |||
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-09-04 | Ignore odbc cores | Lukas Larsson | |
2013-08-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-14 | Merge branch 'sg/odbcserver_crash_fix/OTP-11233' into maint | Fredrik Gustafsson | |
* sg/odbcserver_crash_fix/OTP-11233: Added a few input checks which prevent odbcserver crash if it's executed and supplied incorrect data to stdin. A crash example: | |||
2013-07-12 | Merge branch 'maint' | Rickard Green | |
* maint: Fix configure detection of ethread native atomics on powerpc | |||
2013-07-12 | Fix configure detection of ethread native atomics on powerpc | Rickard Green | |
2013-07-10 | Merge branch 'maint' | Rickard Green | |
* maint: Add test cases for native atomics and jump table Refuse to build SMP runtime by default without native atomics Make information about use of jump table available via system_info BIF Make ethread library information available via system_info BIF Make emulator arguments available via the system_info BIF | |||
2013-07-09 | Refuse to build SMP runtime by default without native atomics | Rickard Green | |
Build with fallback can be enabled by passing the `configure` command line argument `--disable-smp-require-native-atomics` | |||
2013-07-04 | Minor correction of xml structure to conform to the DTD | Kenneth Lundin | |
2013-06-27 | Added a few input checks which prevent odbcserver crash if it's executed | Sergei Golovan | |
and supplied incorrect data to stdin. A crash example: echo -en "\x0\x0\x0\x1\x0" | ./odbcserver | |||
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-30 | Fix checking for odbc in standard locations when "with-odbc" flag present. | Alexey.Saltanov | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-03-27 | explain postgres pecularity for param query out parameters | Raimo Niskanen | |
2013-03-27 | postgresql test case for 64bit bug for param_query | Satoshi Kinoshita | |
2013-03-27 | rollback disabling scrollable_cursors for oracle | Satoshi Kinoshita | |
2013-03-27 | drop procedure after testing | Satoshi Kinoshita | |
2013-03-27 | set scrollable_cursors to off for oracle driver | Satoshi Kinoshita | |
2013-03-27 | drop procedure after testing | Satoshi Kinoshita | |
2013-03-27 | test case for stored procedure with (32bit) integer out params on 64bit platform | Satoshi Kinoshita | |
2013-03-27 | odbcserver 64bit bug for SQL_C_SLONG type | Satoshi Kinoshita | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | Merge branch 'ia/odbc/port_info' | Ingela Anderton Andin | |
* ia/odbc/port_info: odbc: Use erlang:port_info to make sure test cases chooses the correct port | |||
2013-02-14 | odbc: Use erlang:port_info to make sure test cases chooses the correct port | Ingela Anderton Andin | |
2013-02-08 | Bumped version number | Fredrik Gustafsson | |
2013-02-08 | Merge branch 'kp/odbc-empty-params/OTP-10798' | Fredrik Gustafsson | |
* kp/odbc-empty-params/OTP-10798: Add testcases for odbc:param_query Fix odbc:param_query/3 and odbc:param_query/4. | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Add testcases for odbc:param_query | Danil Onishchenko | |
Add testcases for odbc:param_query/3 and odbc:param_query4 with unparameterized query string and empty parameters list. | |||
2013-01-24 | Merge branch 'kp/odbc-oracle-autocommit-fix/OTP-10735' | Fredrik Gustafsson | |
* kp/odbc-oracle-autocommit-fix/OTP-10735: Fix aotocommit for Oracle ODBC driver in Linux. | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-15 | Fix LM_TRY_ENABLE_CFLAG to use correct environment | Björn-Egil Dahlberg | |
LM_TRY_ENABLE_CFLAG takes which environment variable should be updated but only CFLAGS was updated. Though CFLAGS is the normally the intended variable, others may be used. For instance CXXFLAGS. | |||
2013-01-11 | If GCC is used, treat -Wreturn-type as error | Tuncer Ayaz | |
2013-01-11 | Fix odbc:param_query/3 and odbc:param_query/4. | Danil Onishchenko | |
Issue: Calling odbc:param_query/3 and odbc:param_query/4 with unparameterized query string and empty parameters list causes error in pattern matching in function param_values/1. This patch fixes this problem and allow to do things such as odbc:param_query(ConRef, "select * from some_table", []). |