aboutsummaryrefslogtreecommitdiffstats
path: root/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractNode.java
AgeCommit message (Collapse)Author
2014-09-11simplify 'if' statementsVlad Dumitrescu
2014-03-14erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson
This is just a preparation to allow detection of older nodes that do not understand maps (R16 and older).
2013-02-01jinterface: fix finding cookie file on windowsVlad Dumitrescu
Jinterface uses System.getProperty("user.home") to locate the user's home and the cookie file. On Windows, the result might be different than the value used by Erlang, which looks first to the HOMEDRIVE and HOMEPATH variables. The fix makes jinterface use the same logic.
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-16Implement UTF-8 atom support for jinterfaceRickard Green
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP