summaryrefslogtreecommitdiff
path: root/lib/ic/examples
Commit message (Collapse)AuthorAgeFilesLines
* Move the corba applcations to separate repositoryLars Thorsen2018-04-2742-3193/+0
| | | | | | All corba applications are moved to a separate repository. E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications cosTime, cosTransactions, cosProperty and cosFileTransfer.
* update copyright-yearHenrik Nord2016-03-1528-28/+28
|
* Change license text to APLv2Bruce Yinhe2015-06-1836-374/+411
|
* erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref}Sverker Eriksson2013-02-183-3/+0
| | | | | | | | | | | 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.
* 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-151-2/+2
|/ | | | | | 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.
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-2/+2
| | | | | OTP-10106 OTP-10107
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
|
* corba applications: Fix broken 'make clean'Lars Thorsen2011-10-121-1/+1
| | | | | The IDL-GENERATED files must be removed too; otherwise the target files will not be made the next time 'make' is invoked.
* ic: Support parallel makeBjörn Gustavsson2011-08-081-1/+6
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2042-0/+3151