aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/code.erl
AgeCommit message (Expand)Author
2018-05-28kernel: Improve contractsHans Bolinder
2018-03-07Short-circuit code:ensure_loaded for already-loaded modulesMichał Muskała
2017-05-04Update copyright yearRaimo Niskanen
2017-02-06Use magic refs for code loading stateRickard Green
2016-11-25Add code:module_status/1 and modified_modules/0Richard Carlsson
2016-11-22Handle prefetched pathsRichard Carlsson
2016-11-22Restructure code:which() and where_is_file()Richard Carlsson
2016-11-21Remove remnants of module package supportRichard Carlsson
2016-10-17kernel,hipe: Fix dialyzer warningsSverker Eriksson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-03-31code: Remove 'bad_path' error code from set_path/1Björn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-02-25code: Add functions that can load multiple modulesBjörn Gustavsson
2016-01-28Merge branch 'bjorn/kernel/clean-up-code_server'Björn Gustavsson
2016-01-28Merge branch 'maint'Björn Gustavsson
2016-01-28code: Correct the types for error returnsBjörn Gustavsson
2016-01-27Simplify starting of code serverBjörn Gustavsson
2016-01-27Remove first argument of code_server:call()Björn Gustavsson
2016-01-25Eliminate run-time system crash in code:load_abs/1Björn Gustavsson
2015-12-14Remove the code path cache in the code serverBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-04Avoid exception overhead if HiPE is disabledRichard Carlsson
2015-05-22code: Eliminate dialyzer warnings for unmatched returnsBjörn Gustavsson
2015-05-13code: Correct type spec for code:make_stub_module/3Björn Gustavsson
2015-05-07code: Make load_native_code_for_all_loaded/0 comply to specBjörn Gustavsson
2015-05-06code: Reduce overhead of native code checking for loaded modulesBjörn Gustavsson
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-02-01Add a new function code:get_mode() can be used to detect how the code servers...Vlad Dumitrescu
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-09kernel: Eliminate use of packages in code and code_serverBjörn Gustavsson
2012-07-18Merge branch 'maint'Henrik Nord
2012-07-06[erts,kernel,stdlib] fix escript/primary archive reloadingTuncer Ayaz
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-11-26code: Clean up loading of code_server prerequisitesBjörn Gustavsson
2011-06-20Add more specs and typesHans Bolinder
2011-01-31Sanitize the specs of the code moduleKostis Sagonas
2010-12-03Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom
2010-11-30Corrected testcases broken by unicode filenamesPatrik Nyblom
2010-11-29Fix type information of 'file' and 'code' modulesKostis Sagonas
2010-07-28Load native code for modules loaded before the code serverPaul Guyot
2010-06-03kernel: Add declaration for exported typesKostis Sagonas
2010-04-28kernel: Clean up as suggested by tidierKostis Sagonas
2010-04-19code:clash/0: match correct return value from erl_prim_loader:list_dir/1Tuncer Ayaz
2010-02-05Fix handling of archive (.ez) files in code:clash/0Tuncer Ayaz
2010-01-27OTP-8387 Explicit top directories in archive files are now optional.Håkan Mattsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP