Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-05 | Update primary bootstrap | Sverker Eriksson | |
2013-11-18 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/kernel/ebin/os.beam | |||
2013-11-11 | Update primary bootstrap | Fredrik Gustafsson | |
2013-11-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-11-01 | Update primary bootstrap | Fredrik Gustafsson | |
2013-10-23 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-10-22 | Merge branch 'mh/dict_orddict_is_empty/OTP-11353' | Fredrik Gustafsson | |
* mh/dict_orddict_is_empty/OTP-11353: Update primary bootstrap Add dict:is_empty/1 and orddict:is_empty/1 | |||
2013-10-16 | Update primary bootstrap | Fredrik Gustafsson | |
2013-09-25 | Update primary bootstrap | Fredrik Gustafsson | |
2013-09-25 | Update primary bootstrap | Fredrik Gustafsson | |
2013-09-19 | Teach erlc to handle UTF-8 file names | Björn Gustavsson | |
The 'erlc' program passes options to the 'erl' program using the '-s' option. The '-s' option causes all options to be converted to atoms, which implies that UTF-8 file names may not be given on the command line. We could solve just the UTF-8 problem by using '-run' and change the erl_compile module to expect strings instead of atoms, but since that is an incompatible change, we should take the opportunity to make more incompatible changes while we are at it. Specifically, when 'erlc' was first written, there was no way to pass command line arguments starting with '-' to Erlang, so 'erlc' did all parsing of arguments and translated options to atoms starting with a '@' character (for example, -I was translated to @i). Since then, the '-extra' option has been introduced which allows us to pass anything to Erlang at the end of the command line. Therefore, while at it, do the minimum of necessary command line parsing in the 'erlc' program (e.g. the '-smp' option), passing the command line essentially unchanged to 'erl' using the '-extra' option, and rewrite the option parsing in Erlang. | |||
2013-09-13 | Update primary bootstrap app- and appup files | Magnus Lidén | |
2013-09-13 | Update primary bootstrap | Magnus Lidén | |
2013-09-09 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | |||
2013-09-09 | Merge branch 'ks/hipe_unified_loader-cleanup/OTP-11301' into maint | Fredrik Gustafsson | |
* ks/hipe_unified_loader-cleanup/OTP-11301: Updated primary bootstrap Cleanup of the file | |||
2013-09-06 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/stdlib/ebin/erl_lint.beam | |||
2013-09-05 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-08-27 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-08-26 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-26 | Merge branch 'nox/match-context-return/OTP-11247' into maint | Fredrik Gustafsson | |
* nox/match-context-return/OTP-11247: Added primary bootstrap Forbid returning a match context in beam_validator | |||
2013-08-26 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-26 | Merge branch 'sze/edlin_understand_keys/OTP-11251' into maint | Fredrik Gustafsson | |
* sze/edlin_understand_keys/OTP-11251: Added primary bootstrap erts: fixed documentation regarding tty and arrow keys make edlin understand a few important control keys | |||
2013-08-21 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-21 | Merge branch 'fh/start-all/OTP-11250' into maint | Fredrik Gustafsson | |
* fh/start-all/OTP-11250: kernel: fix documentation regarding ensure_all_started endtag Updated primary bootstrap Add application:ensure_all_started/1-2 | |||
2013-08-20 | Added primary bootstrap | Fredrik Gustafsson | |
2013-08-20 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-08-01 | Added primary bootstrap | Fredrik Gustafsson | |
2013-07-29 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/compiler/ebin/v3_core.beam | |||
2013-07-29 | Merge branch 'nox/fix-comp-warnings/OTP-11212' into maint | Fredrik Gustafsson | |
* nox/fix-comp-warnings/OTP-11212: Bootstrap Silence a misleading warning with some comprehensions | |||
2013-07-29 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/compiler/ebin/cerl_inline.beam | |||
2013-07-03 | Added primary bootstrap | Fredrik Gustafsson | |
2013-06-12 | Update primary bootstrap appup files | Björn-Egil Dahlberg | |
2013-06-12 | Update primary bootstrap | Björn-Egil Dahlberg | |
2013-06-07 | Bootstrap | Fredrik Gustafsson | |
2013-06-05 | Bootstrap added | Fredrik Gustafsson | |
2013-06-05 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-05 | Merge branch 'jv/erl_lint-default_types/OTP-11143' into maint | Fredrik Gustafsson | |
* jv/erl_lint-default_types/OTP-11143: Updated primary bootstrap stdlib: re-factored erl_lint.erl Improve erl_lint performance | |||
2013-06-04 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/stdlib/ebin/erl_pp.beam | |||
2013-06-04 | Merge branch 'nox/erl_pp-callback/OTP-11140' into maint | Fredrik Gustafsson | |
* nox/erl_pp-callback/OTP-11140: Update primary bootstrap Support callback attributes in erl_pp | |||
2013-06-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-06-03 | Merge branch 'nox/erl_eval-receive/OTP-11137' into maint | Fredrik Gustafsson | |
* nox/erl_eval-receive/OTP-11137: Updated primary bootstrap for erl_eval Added preloaded prim_eval Fix receive support in erl_eval with a BEAM module | |||
2013-05-31 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-31 | Merge branch 'nox/fix-bs_put_string-renaming/OTP-11129' into maint | Fredrik Gustafsson | |
* nox/fix-bs_put_string-renaming/OTP-11129: Bootstrap Fix renaming of bs_put_string instructions | |||
2013-05-30 | Bootstrap | Fredrik Gustafsson | |
2013-05-28 | Update primary bootstrap | Fredrik Gustafsson | |
2013-05-28 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-05-28 | Updated primary bootstrap for erl_eval | Fredrik Gustafsson | |
2013-05-28 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-05-28 | Merge branch 'avi/fix-os-cmd-win/OTP-11104' into maint | Fredrik Gustafsson | |
* avi/fix-os-cmd-win/OTP-11104: Add testcase to exported Added primary bootstrap for os.beam kernel: redefined deep_list_command test Remove unnecessary whitespaces in os.erl and os_SUITE.erl Fix deep list argument error under Windows in os:cmd/1 | |||
2013-05-28 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
Conflicts: bootstrap/lib/stdlib/ebin/beam_lib.beam lib/public_key/test/erl_make_certs.erl |