Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-21 | Fix two small silent rules omissions | Anthony Ramine | |
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-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: ei ic: install headers and libs into usr | |||
2013-08-29 | ei ic: install headers and libs into usr | Lukas Larsson | |
2013-08-08 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add smoke tests | |||
2013-08-05 | Add smoke tests | Lukas Larsson | |
Smoke tests are meant to verify that a build of erlang has been successfull. | |||
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-06-04 | Merge branch 'dgud/win32_unicode' | Dan Gudmundsson | |
* dgud/win32_unicode: erts: Windows, convert erlsrv to use widestring erts: Window start_erl now uses widechars/unicode Quote windows paths with spaces Handle space in paths in test Makefiles erts: Fix windows widestring args and paths in tools erts: Windows, use widechars for all paths during startup OTP-11135 | |||
2013-05-20 | Handle space in paths in test Makefiles | Dan Gudmundsson | |
test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles | |||
2013-05-06 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-30 | Fix a shift/reduce conflicts warning in icparse | Anthony Ramine | |
2013-04-30 | Fix two deprecation warnings in com.ericsson.otp.ic.Environment | Anthony Ramine | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-03-08 | Checking if jinterface is present | Fredrik Gustafsson | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref} | Sverker Eriksson | |
in order to be backward compatible with user code that accesses the members of erlang_pid and friend. The documentation does not mention the content of these structs, but we have example code that does. So the safe way it the revert the node_org_enc field (added in R16A) and instead determine in runtime which atom encoding to use depending on if the node atom contains unicode (>255) characters or not. | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-28 | Merge branch 'sverk/ic/tests' | Sverker Eriksson | |
* sverk/ic/tests: ic: Making tests pass after changes in erl_interface and jinterface ic: Revert --enable-silent-rules for test Makefile OTP-10785 | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-24 | ic: Making tests pass after changes in erl_interface and jinterface | Sverker Eriksson | |
Note that all these changes was needed due to violations of the APIs in erl_interface and jinterface. One might of course argue that these violations was made due to shortages in erl_interface and jinterface. | |||
2013-01-24 | ic: Revert --enable-silent-rules for test Makefile | Sverker Eriksson | |
Seems like this Makefile.src was included by mistake in fed9a8415fc77ed42bf9a94ea421eff4f62c5eb4 | |||
2013-01-23 | Merge branch 'sverk/r16/utf8-atoms' | Sverker Eriksson | |
* sverk/r16/utf8-atoms: erl_interface: Fix bug when transcoding atoms from and to UTF8 erl_interface: Changed erlang_char_encoding interface erts: Testcase doing unicode atom printout with ~w erl_interface: even more utf8 atom stuff erts: Fix bug in analyze_utf8 causing faulty latin1 detection Add UTF-8 node name support for epmd workaround... Fix merge conflict with hasse UTF-8 atom documentation test case erl_interface: utf8 atoms continued Add utf8 atom distribution test cases atom fixes for NIFs and atom_to_binary UTF-8 support for distribution Implement UTF-8 atom support for jinterface erl_interface: Enable decode of unicode atoms stdlib: Fix printing of unicode atoms erts: Change internal representation of atoms to utf8 erts: Refactor rename DFLAG(S)_INTERNAL_TAGS for conformity Conflicts: erts/emulator/beam/io.c OTP-10753 | |||
2013-01-18 | erl_interface: utf8 atoms continued | Sverker Eriksson | |
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. | |||
2012-11-26 | Fix erroneous skipping for jinterface, erl_interface and ic | Raimo Niskanen | |
2012-09-10 | Merge branch 'lukas/jinterface/whitespace_test_fix' into maint | Lukas Larsson | |
* lukas/jinterface/whitespace_test_fix: Do not build jinterface test if there is no jinterface Escape whitespace in path | |||
2012-09-03 | Do not build jinterface test if there is no jinterface | Lukas Larsson | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-07-11 | ic: add space before '*' in some function prototypes | Hans Bolinder | |
2012-06-08 | Update to work with space in include path | Lukas Larsson | |
OTP-10109 | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-21 | Align java test Makefile.src with c tests ditto in ic | Patrik Nyblom | |
2012-03-21 | Teach ei testsuites parallel make | Patrik Nyblom | |
2012-03-20 | Bump version from 4.2.29 to 4.2.30 | Gustav Simonsson | |
2012-03-15 | Add generation of Erlang callback functions to avoid compiler warnings | Gustav Simonsson | |
of generated Erlang source code. See seq12023. | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. |