Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-27 | Fix cross compilation for Android | Jérôme de Bretagne | |
2014-10-30 | erts: Mend run_erl to set windows size of terminal sent from to_erl | Sverker Eriksson | |
Need to include sys/ioctl.h for TIOCSWINSZ to be defined. Seems this was broken when refactoring run_erl for OSE in OTP 17.0. | |||
2014-06-24 | erts: Fix tentative-definition-incomplete-type | Björn-Egil Dahlberg | |
2014-02-24 | ose: Refactor global variables to ppdata | Lukas Larsson | |
This is needed because when starting multiple processes from the same shell command they will see the same global data if using status variables. | |||
2014-02-24 | ose: Port run_erl and to_erl | Lukas Larsson | |
2014-02-24 | erts: Refactor common parts out of run_erl and to_erl | Lukas Larsson | |
This is in preperation for writing ose version of run_erl and to_erl |