summaryrefslogtreecommitdiff
path: root/lib/ic
Commit message (Collapse)AuthorAgeFilesLines
* Start using os:getenv/2 funPeter Lemenkov2014-12-151-5/+1
| | | | | | See #535 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* Update release notesErlang/OTP2014-09-151-1/+16
|
* Update version numbersErlang/OTP2014-09-151-1/+1
|
* ic: Suppress unused-value warningBjörn-Egil Dahlberg2014-06-241-1/+1
|
* Update release notesErlang/OTP2014-04-071-1/+17
|
* [ic] Fix unicode option to io:format in java testLars Thorsen2014-03-281-1/+1
|
* [ic] Fix unicode in erlang install pathLars Thorsen2014-03-281-4/+4
|
* [ic] Fix latin-1 characters in generated erl fileLars Thorsen2014-03-282-1/+4
|
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+2
| | | | | | | | | | | | | Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
* Bump versions and ensure that all are "normal" versionsRickard Green2014-03-201-1/+1
| | | | | Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
* Merge tag 'OTP_R16B03'Magnus Lidén2013-12-102-2/+24
|\ | | | | | | | | | | | | The R16B03 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B03Erlang/OTP2013-12-092-2/+24
| |
* | Merge branch 'maint'Henrik Nord2013-12-026-6/+6
|\ \ | |/
| * Silence warnings about unused return values in icAnthony Ramine2013-12-026-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The warnings are: oe_ei_encode_string.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_string(0,&size,p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_port.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_port(NULL, &size, p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_atom.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_atom(0,&size,p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_pid.c:26::3: warning: expression result unused [-Wunused-value] (int) ei_encode_pid(NULL, &size, p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_ref.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_ref(NULL, &size, p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_term.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_term(NULL, &size, t); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* | Merge branch 'maint'Fredrik Gustafsson2013-10-091-4/+2
|\ \ | |/
| * Fix two small silent rules omissionsAnthony Ramine2013-09-211-4/+2
| |
* | Merge tag 'OTP_R16B02'Magnus Lidén2013-09-172-2/+20
|\ \ | |/ | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-162-2/+20
| |
* | Merge branch 'maint'Lukas Larsson2013-09-021-0/+4
|\ \ | |/ | | | | | | * maint: ei ic: install headers and libs into usr
| * ei ic: install headers and libs into usrLukas Larsson2013-08-291-0/+4
| |
* | Merge branch 'maint'Lukas Larsson2013-08-082-1/+2
|\ \ | |/ | | | | | | * maint: Add smoke tests
| * Add smoke testsLukas Larsson2013-08-052-1/+2
| | | | | | | | Smoke tests are meant to verify that a build of erlang has been successfull.
* | Merge tag 'OTP_R16B01'Björn-Egil Dahlberg2013-06-182-2/+18
|\ \ | |/ | | | | | | | | | | The R16B01 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B01Erlang/OTP2013-06-172-2/+18
| |
* | Merge branch 'maint'Björn-Egil Dahlberg2013-06-121-1/+1
|\ \ | |/
| * Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
| |
* | Merge branch 'dgud/win32_unicode'Dan Gudmundsson2013-06-045-15/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Handle space in paths in test MakefilesDan Gudmundsson2013-05-205-15/+15
| | | | | | | | | | | | | | | | | | test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles
* | | Merge branch 'maint'Fredrik Gustafsson2013-05-062-2/+5
|\ \ \ | |/ / |/| / | |/
| * Fix a shift/reduce conflicts warning in icparseAnthony Ramine2013-04-301-0/+3
| |
| * Fix two deprecation warnings in com.ericsson.otp.ic.EnvironmentAnthony Ramine2013-04-301-2/+2
| |
* | Convert XML files to UTF-8Hans Bolinder2013-04-1923-44/+44
|/
* Checking if jinterface is presentFredrik Gustafsson2013-03-081-1/+1
|
* Prepare releaseOTP_R16BErlang/OTP2013-02-252-2/+20
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-2213-13/+13
|
* erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref}Sverker Eriksson2013-02-189-29/+9
| | | | | | | | | | | 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.
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-2/+25
|
* Merge branch 'sverk/ic/tests'Sverker Eriksson2013-01-2812-16/+51
|\ | | | | | | | | | | | | | | * sverk/ic/tests: ic: Making tests pass after changes in erl_interface and jinterface ic: Revert --enable-silent-rules for test Makefile OTP-10785
| * ic: Making tests pass after changes in erl_interface and jinterfaceSverker Eriksson2013-01-2411-10/+45
| | | | | | | | | | | | | | 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.
| * ic: Revert --enable-silent-rules for test MakefileSverker Eriksson2013-01-241-6/+6
| | | | | | | | | | Seems like this Makefile.src was included by mistake in fed9a8415fc77ed42bf9a94ea421eff4f62c5eb4
* | Update copyright yearsBjörn-Egil Dahlberg2013-01-253-3/+3
|/
* Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson2013-01-233-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * erl_interface: utf8 atoms continuedSverker Eriksson2013-01-183-0/+3
| |
* | Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-155-13/+22
|/ | | | | | 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.
* Fix erroneous skipping for jinterface, erl_interface and icRaimo Niskanen2012-11-262-4/+9
|
* Merge branch 'lukas/jinterface/whitespace_test_fix' into maintLukas Larsson2012-09-101-1/+4
|\ | | | | | | | | | | * lukas/jinterface/whitespace_test_fix: Do not build jinterface test if there is no jinterface Escape whitespace in path
| * Do not build jinterface test if there is no jinterfaceLukas Larsson2012-09-031-1/+4
| |
* | Prepare releaseOTP_R15B02Erlang/OTP2012-09-032-2/+24
|/
* Update copyright yearsBjörn-Egil Dahlberg2012-08-3110-10/+10
|
* ic: add space before '*' in some function prototypesHans Bolinder2012-07-111-7/+7
|