Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-26 | Update primary bootstrap | Björn Gustavsson | |
2013-01-25 | Update primary bootstrap | Björn Gustavsson | |
2013-01-23 | Update primary bootstrap | Björn Gustavsson | |
2013-01-18 | Update primary bootstrap | Björn Gustavsson | |
2013-01-10 | Update primary bootstrap | Björn Gustavsson | |
2013-01-09 | Update primary bootstrap | Björn Gustavsson | |
2013-01-02 | Update primary bootstrap | Hans Bolinder | |
2012-10-10 | Update primary bootstrap | Björn Gustavsson | |
2012-08-15 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap Fix broken building of bootstrap compiler Conflicts: bootstrap/lib/kernel/ebin/code.beam | |||
2012-08-15 | Update primary bootstrap | Björn Gustavsson | |
2012-06-25 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap sys_pre_expand: Eliminate bottleneck for modules with many functions Conflicts: bootstrap/bin/start.boot bootstrap/bin/start_clean.boot bootstrap/lib/kernel/ebin/file.beam bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | |||
2012-06-25 | Update primary bootstrap | Björn Gustavsson | |
2012-03-30 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-03-30 | Update primary bootstrap | Björn-Egil Dahlberg | |
2012-03-14 | Update primary bootstrap | Björn Gustavsson | |
2012-02-16 | Update primary bootstrap | Björn Gustavsson | |
2012-02-09 | Update primary bootstrap | Björn Gustavsson | |
2012-02-09 | Update primary bootstrap | Björn Gustavsson | |
2012-01-26 | Update primary bootstrap | Björn Gustavsson | |
2012-01-18 | Update primary bootstrap | Björn Gustavsson | |
2012-01-04 | Update primary bootstrap | Björn Gustavsson | |
2011-12-09 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-12-02 | Update primary bootstrap | Lukas Larsson | |
2011-11-30 | Update primary bootstrap | Björn Gustavsson | |
2011-11-28 | Update primary bootstrap | Björn Gustavsson | |
2011-11-28 | Update primary bootstrap | Björn Gustavsson | |
2011-11-28 | Update primary bootstrap | Björn Gustavsson | |
2011-11-24 | Update primary bootstrap | Björn Gustavsson | |
2011-11-23 | Update primary bootstrap | Björn Gustavsson | |
2011-11-07 | Update primary bootstrap | Björn Gustavsson | |
2011-10-07 | Update primary bootstrap | Henrik Nord | |
2011-09-19 | Merge branch 'dev' into major | Björn Gustavsson | |
* dev: tar_SUITE: Work around limited pathname length on Windows Merge the fourth bootstrap stage into the third bootstrap stage Remove unused lib/orber/include/Makefile Remove lib/orber/include/* from the primary bootstrap otp_build update_primary: Don't commit generated source files primary bootstrap: Remove source files Conflicts: Makefile.in bootstrap/bin/start.script bootstrap/bin/start_clean.script bootstrap/lib/compiler/ebin/compiler.app bootstrap/lib/compiler/egen/beam_opcodes.erl bootstrap/lib/compiler/egen/core_parse.erl bootstrap/lib/kernel/ebin/kernel.app bootstrap/lib/kernel/ebin/kernel.appup bootstrap/lib/orber/include/Makefile bootstrap/lib/orber/include/corba.hrl bootstrap/lib/orber/include/orber_pi.hrl bootstrap/lib/stdlib/ebin/stdlib.app bootstrap/lib/stdlib/ebin/stdlib.appup bootstrap/lib/stdlib/egen/erl_parse.erl | |||
2011-09-14 | primary bootstrap: Remove source files | Björn Gustavsson | |
The primary bootstrap contains generated source files that are not needed for building Erlang/OTP. Since these files contains dates, version numbers, or absolute path names, new versions of most of those files will be created in the git repository every time the primary bootstrap is updated, thus growing the git repository grow more than necessary. | |||
2011-08-25 | Update primary bootstrap | Björn Gustavsson | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-20 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-03-30 | Update primary bootstrap | Björn Gustavsson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-11 | Update primary bootstrap | Björn-Egil Dahlberg | |
2010-12-03 | Update primary bootstrap | Patrik Nyblom | |
2010-12-02 | Update primary bootstrap | Björn Gustavsson | |
2010-10-18 | Update primary bootstrap | Björn Gustavsson | |
2010-10-07 | Update primary bootstrap | Björn Gustavsson | |
2010-09-10 | Update primary bootstrap | Patrik Nyblom | |
2010-08-03 | Update primary bootstrap | Björn Gustavsson | |
2010-06-09 | Update bootstrap compiler | Björn Gustavsson | |
2010-06-09 | Merge branch 'pan/otp_8683_compiler_warnings' into HEAD | Erlang/OTP | |
* pan/otp_8683_compiler_warnings: Remove (harmless) warning regarding auto-imported BIF max/2 Update primary bootstrap Correct warnings and errors for auto-imported bif clashes Conflicts: bootstrap/lib/stdlib/ebin/erl_lint.beam | |||
2010-06-09 | Update primary bootstrap | Patrik Nyblom | |
2010-06-07 | Remove tid() from the predefined builtin types. | Kostis Sagonas | |
Change erl_lint not to recognize this type as builtin and add a new erl_lint.beam version in bootstrap. Add an -opaque type declaration for this type in ets.erl and also declare this as an exported type. Use this type in file debugger/src/dbg_iload.erl in a spec. While at it, also clean up this later file a bit. | |||
2010-06-03 | Add infrastructure for the -export_type() attribute | Kostis Sagonas | |
erl_lint has been updated so that it takes the new -export_type() attribute into account. This means: - do not complain about types which are defined but nowhere used in the module but exported to other modules - check that all types which are exported are indeed defined in the module - warn when there are multiple occurrences of exported types. In doing this change, I've also taken the liberty to introduce many types and specs for functions of this module and to do small cleanups here and there. |