Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-13 | erts: Update windows erlang icon | Lukas Larsson | |
2013-11-29 | Merge branch 'maint' | Dan Gudmundsson | |
Conflicts: erts/etc/win32/Install.c | |||
2013-10-03 | sasl: Add no_dot_erlang start script | Dan Gudmundsson | |
Sometimes it is wanted to start erlang without loading the user dependent .erlang file, for example in scripts and configure tests. | |||
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-20 | erts: Windows, convert erlsrv to use widestring | Dan Gudmundsson | |
2013-05-20 | erts: Window start_erl now uses widechars/unicode | Dan Gudmundsson | |
2013-05-20 | erts: Windows, use widechars for all paths during startup | Dan Gudmundsson | |
To enable unicode paths as installation dir and allow unicode in arguments | |||
2013-03-29 | Correct typo in erlsrv usage. | Bryan Hunter | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-22 | Remove the deprecated run_test start program | Lukas Larsson | |
It was replaced by ct_run in R14B. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-27 | Teach Win installer to handle redist on w2012/w8 | Patrik Nyblom | |
Also made check for DLL version against redistributables instead of towards installed system, as some builds required redistributables everytime (installed dll on build machine had higher version than the redist)... | |||
2012-09-18 | Fix bug when making nsis target | Lukas Larsson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-07-31 | erlsrv: gracefully stop emulator on Windows shutdown | Jan Kloetzke | |
Windows will send the SERVICE_CONTROL_SHUTDOWN event to the service control handler when shutting down the system. Instead of ignoring the event, erlsrv will now invoke the stop action. Likewise, the Erlang emulator (and it's port drivers) must not quit upon reception of the CTRL_SHUTDOWN_EVENT event in the console control handler. | |||
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-25 | erts: Make 64-bit installer look for MS Redistributable in the right places | Raimo Niskanen | |
The installer runs in 32-bit mode so 64-bit windows does not show it the system directories a 64-bit application will see. To find out if the MS C++ 2010 Redistributable Package is installed the installer for 64-bit Erlang must search for msvcr100.dll in: $WINDIR\sysnative\ $WINDIR\WinSxS\amd64*\ instead of for 32-bit Erlang $SYSDIR\ $WINDIR\WinSxS\x86*\ This patch also makes the installer if called in silent mode call the MS Redistributable installer in silent mode. | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-02 | Make Win64 build work both under MSYS and Cygwin | Patrik Nyblom | |
2011-12-02 | Make whole of OTP build and release on Win64 | Patrik Nyblom | |
Removed symbolic links from repository. | |||
2011-12-02 | Get cerl and distribution working in Win64 | Patrik Nyblom | |
Can still not setup -a, but cerl works. | |||
2011-12-02 | Get working prompt in Win64 using bootstrap code | Patrik Nyblom | |
2011-12-02 | Build Win64 Erlang emulator using MSYS | unknown | |
Still does not run, just compiles. | |||
2011-11-10 | Remove exec bit from files related to: XML, make, C | Ricardo Catalinas Jiménez | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-16 | Merge branch 'pan/win_erlsrv_stop/OTP-9344' into dev | Björn-Egil Dahlberg | |
* pan/win_erlsrv_stop/OTP-9344: Move init of smp rw mutex from init to sys_args to make sure that it is initialized before the first erts_sys_getenv call Move erts_sys_env_init() to erts_sys_pre_init() Remove _DEBUG from start_erl.c Spelling correction in erlsrv doc Convert windows start_erl to take rootdir on command line Add command start_disabled to erlsrv Add global lock for erlsrv to avoid races Change start order so that service_event gets initialized before it's used | |||
2011-06-15 | Make release_handler work with windows services | Siri Hansen | |
This commit adds test cases from release_handler_SUITE on windows, including some corrections in erlsrv and release_handler. | |||
2011-06-09 | Remove _DEBUG from start_erl.c | Patrik Nyblom | |
2011-05-27 | Convert windows start_erl to take rootdir on command line | Patrik Nyblom | |
2011-05-27 | Add command start_disabled to erlsrv | Patrik Nyblom | |
2011-05-26 | Add global lock for erlsrv to avoid races | Patrik Nyblom | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-05 | support new SDKs in find_redist.sh and fallback to $ERL_TOP as last resort | Dave Cottlehuber | |
find_redist.sh searches for the matching MS VC++ redistributable runtime in likely places. Patch adds support for MS Windows SDK 7.0 and 7.1, used in VS2008 and VS2010. Also supports putting vcredist_x86.exe in $ERL_TOP/.. or $ERL_TOP | |||
2011-03-25 | Merge branch 'pan/win_init_restart_oldshell/OTP-9139' into dev | Patrik Nyblom | |
* pan/win_init_restart_oldshell/OTP-9139: Add testcase Teach win32/sys.c (fd-driver) not to leak readers causing init:restart to fail Make Erlang build with Latest MS SDK, 7.1 (and VStudio 2010) | |||
2011-03-25 | Fix two typos in erlsrv log messages | Tuncer Ayaz | |
2011-03-21 | Make Erlang build with Latest MS SDK, 7.1 (and VStudio 2010) | Patrik Nyblom | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-11-30 | Make Unicode filenames work on Windows | Patrik Nyblom | |
2010-11-30 | Correction of VS2008 redistributables location | Patrik Nyblom | |
2010-11-30 | Allow installer to take redistributables from VC9 | Patrik Nyblom | |
2010-11-29 | Merge branch 'bw/win32-laa' into dev | Patrik Nyblom | |
* bw/win32-laa: Added win32 large address aware link option OTP-8956 | |||
2010-11-29 | Update make and install files to use ct_run instead of run_test and to keep ↵ | Lukas Larsson | |
a link to run_test available | |||
2010-11-15 | Merge branch 'dgud/erts/windows-vs10-express' into dev | Dan Gudmundsson | |
* dgud/erts/windows-vs10-express: Fix manifest files | |||
2010-11-12 | Fix manifest files | Dan Gudmundsson | |
It seems windows have updated manifest files in VS2010 which caused the erlang programs to contain duplicate requestedExecutionLevel entries, which is not allowed. This patch removes the microsoft entry, before adding our own which is known to work with XP and Vista. | |||
2010-11-09 | Implement inet:getifaddrs/0 on Windows | Raimo Niskanen | |
2010-10-06 | Added win32 large address aware link option | Blaine Whittle | |
This link option just sets a flag in the binary and doesn't change OS compatibility. This allows the Erlang VM to use up to 3 gigs of address space instead of the default of 2 gigs. | |||
2010-07-23 | Teach XP to ignore virtualization part of manifest | Patrik Nyblom | |
ld.sh built files not executable on XP, as parts of the manifest were incomprehensible for XP machines. | |||
2010-07-22 | Turn off windows "virtualiztion" | Sverker Eriksson | |