summaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Fredrik Gustafsson2013-11-181-0/+0
|\ | | | | | | | | Conflicts: bootstrap/lib/kernel/ebin/os.beam
| * Update primary bootstrapFredrik Gustafsson2013-11-111-0/+0
| |
* | Merge branch 'maint'Fredrik Gustafsson2013-11-041-0/+0
|\ \ | |/
| * Update primary bootstrapFredrik Gustafsson2013-11-011-0/+0
| |
* | Merge branch 'maint'Fredrik Gustafsson2013-10-231-0/+0
|\ \ | |/
| * Update primary bootstrapFredrik Gustafsson2013-10-161-0/+0
| |
| * Update primary bootstrap app- and appup filesMagnus Lidén2013-09-136-6/+6
| |
| * Update primary bootstrapMagnus Lidén2013-09-1313-0/+0
| |
* | Merge branch 'mh/dict_orddict_is_empty/OTP-11353'Fredrik Gustafsson2013-10-222-0/+0
|\ \ | | | | | | | | | | | | | | | * mh/dict_orddict_is_empty/OTP-11353: Update primary bootstrap Add dict:is_empty/1 and orddict:is_empty/1
| * | Update primary bootstrapFredrik Gustafsson2013-09-252-0/+0
| | |
* | | Update primary bootstrapFredrik Gustafsson2013-09-251-0/+0
| | |
* | | Teach erlc to handle UTF-8 file namesBjörn Gustavsson2013-09-191-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'maint'Fredrik Gustafsson2013-09-091-0/+0
|\ \ \ | | |/ | |/| | | | | | | Conflicts: bootstrap/lib/kernel/ebin/hipe_unified_loader.beam
| * | Merge branch 'ks/hipe_unified_loader-cleanup/OTP-11301' into maintFredrik Gustafsson2013-09-091-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | * ks/hipe_unified_loader-cleanup/OTP-11301: Updated primary bootstrap Cleanup of the file
| | * | Updated primary bootstrapFredrik Gustafsson2013-09-051-0/+0
| | | |
* | | | Merge branch 'maint'Fredrik Gustafsson2013-09-061-0/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | Conflicts: bootstrap/lib/stdlib/ebin/erl_lint.beam
| * | Updated primary bootstrapFredrik Gustafsson2013-08-271-0/+0
| |/
* | Merge branch 'maint'Fredrik Gustafsson2013-08-261-0/+0
|\ \ | |/
| * Merge branch 'nox/match-context-return/OTP-11247' into maintFredrik Gustafsson2013-08-261-0/+0
| |\ | | | | | | | | | | | | | | | * nox/match-context-return/OTP-11247: Added primary bootstrap Forbid returning a match context in beam_validator
| | * Added primary bootstrapFredrik Gustafsson2013-08-011-0/+0
| | |
* | | Merge branch 'maint'Fredrik Gustafsson2013-08-261-0/+0
|\ \ \ | |/ /
| * | Merge branch 'sze/edlin_understand_keys/OTP-11251' into maintFredrik Gustafsson2013-08-261-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | Added primary bootstrapFredrik Gustafsson2013-08-201-0/+0
| | | |
* | | | Merge branch 'maint'Fredrik Gustafsson2013-08-211-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'fh/start-all/OTP-11250' into maintFredrik Gustafsson2013-08-211-0/+0
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | * fh/start-all/OTP-11250: kernel: fix documentation regarding ensure_all_started endtag Updated primary bootstrap Add application:ensure_all_started/1-2
| | * | Updated primary bootstrapFredrik Gustafsson2013-08-201-0/+0
| | |/
* | | Merge branch 'maint'Fredrik Gustafsson2013-07-291-0/+0
|\ \ \ | |/ / | | | | | | | | | Conflicts: bootstrap/lib/compiler/ebin/v3_core.beam
| * | Merge branch 'nox/fix-comp-warnings/OTP-11212' into maintFredrik Gustafsson2013-07-291-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | * nox/fix-comp-warnings/OTP-11212: Bootstrap Silence a misleading warning with some comprehensions
| | * | BootstrapFredrik Gustafsson2013-06-071-0/+0
| | | |
* | | | Merge branch 'maint'Fredrik Gustafsson2013-07-291-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: bootstrap/lib/compiler/ebin/cerl_inline.beam
| * | | Added primary bootstrapFredrik Gustafsson2013-07-031-0/+0
| | |/ | |/|
| * | Update primary bootstrap appup filesBjörn-Egil Dahlberg2013-06-123-3/+3
| | |
| * | Update primary bootstrapBjörn-Egil Dahlberg2013-06-127-0/+0
| |/
* | Bootstrap addedFredrik Gustafsson2013-06-053-0/+0
| |
* | Merge branch 'maint'Fredrik Gustafsson2013-06-051-0/+0
|\ \ | |/
| * Merge branch 'jv/erl_lint-default_types/OTP-11143' into maintFredrik Gustafsson2013-06-051-0/+0
| |\ | | | | | | | | | | | | | | | | | | * jv/erl_lint-default_types/OTP-11143: Updated primary bootstrap stdlib: re-factored erl_lint.erl Improve erl_lint performance
| | * Updated primary bootstrapFredrik Gustafsson2013-05-281-0/+0
| | |
* | | Merge branch 'maint'Fredrik Gustafsson2013-06-041-0/+0
|\ \ \ | |/ / | | | | | | | | | Conflicts: bootstrap/lib/stdlib/ebin/erl_pp.beam
| * | Merge branch 'nox/erl_pp-callback/OTP-11140' into maintFredrik Gustafsson2013-06-041-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | * nox/erl_pp-callback/OTP-11140: Update primary bootstrap Support callback attributes in erl_pp
| | * | Update primary bootstrapFredrik Gustafsson2013-05-281-0/+0
| | |/
* | | Merge branch 'maint'Fredrik Gustafsson2013-06-031-0/+0
|\ \ \ | |/ /
| * | Merge branch 'nox/erl_eval-receive/OTP-11137' into maintFredrik Gustafsson2013-06-031-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | Updated primary bootstrap for erl_evalFredrik Gustafsson2013-05-281-0/+0
| | |/
* | | Merge branch 'maint'Fredrik Gustafsson2013-05-311-0/+0
|\ \ \ | |/ /
| * | Merge branch 'nox/fix-bs_put_string-renaming/OTP-11129' into maintFredrik Gustafsson2013-05-311-0/+0
| |\ \ | | |/ | |/| | | | | | | | | | * nox/fix-bs_put_string-renaming/OTP-11129: Bootstrap Fix renaming of bs_put_string instructions
| | * BootstrapFredrik Gustafsson2013-05-301-0/+0
| | |
* | | Updated primary bootstrapFredrik Gustafsson2013-05-281-0/+0
|\ \ \ | |/ /
| * | Merge branch 'avi/fix-os-cmd-win/OTP-11104' into maintFredrik Gustafsson2013-05-281-0/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * 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
| | * Added primary bootstrap for os.beamFredrik Gustafsson2013-04-301-0/+0
| | |
* | | Merge remote-tracking branch 'upstream/maint'Ingela Anderton Andin2013-05-286-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: bootstrap/lib/stdlib/ebin/beam_lib.beam lib/public_key/test/erl_make_certs.erl