aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-09-10Add new autoimports for R14BPatrik Nyblom
2010-09-07Linkify applications listed under "See Also"Cristian Greco
2010-09-06Fix minor typos in the documentationCristian Greco
2010-09-01Merge branch 'maint-r13' into devBjörn Gustavsson
2010-09-01Remove copyright headers in vsn.mk filesBjörn Gustavsson
2010-08-30Merge branch 'pan/ets_binary_overhead/OTP-8762' into devPatrik Nyblom
2010-08-30Merge branch 'pan/ets_select_reverse/OTP-7863' into devPatrik Nyblom
2010-08-30Merge branch 'pan/ms_transform_warnings/OTP-6759' into devPatrik Nyblom
2010-08-24Merge branch 'ia/public_key_api/OTP-8722' into devIngela Anderton Andin
2010-08-23Revise the public_key APIIngela Anderton Andin
2010-08-19Remove binary overhead counter from ets objectsPatrik Nyblom
2010-08-19Merge branch 'hb/type_reference/OTP-8733' into devHans Bolinder
2010-08-13Add documentation for ets:select_reverse/1/2/3Patrik Nyblom
2010-08-12Add testcase for ets:select_reverse/1/2/3Patrik Nyblom
2010-08-10Merge branch 'rickard/ethread-rewrite/OTP-8544' into devRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-07-29Merge branch 'cg/small-typos' into devBjörn Gustavsson
2010-07-29Merge branch 'ta/doc-fixes' into devBjörn Gustavsson
2010-07-26Remove extra leading spaces in filename docTuncer Ayaz
2010-07-26Fix minor typos and errors in documentationCristian Greco
2010-07-20Merge branch 'sverker/one_offheap_list/OTP-8737' into devSverker Eriksson
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-07-20Merge branch 'sverker/ets_select_hang/OTP-8732' into devSverker Eriksson
2010-07-08reference() substituted for ref() in docsHans Bolinder
2010-07-07Fix ets:select hanging on ordered_set with empty list as key.Sverker Eriksson
2010-07-07Merge branch 'pg/beam_lib_cmp_2_return_type_specification' into devRaimo Niskanen
2010-07-07Merge branch 'cf/timer_tc' into devRaimo Niskanen
2010-07-07Merge branch 'ks/cleanups' into devRaimo Niskanen
2010-07-06Documentation clarifications for now/0 and timer:tc/3Raimo Niskanen
2010-06-23Add testcases for ms_transform warning and fix scopingPatrik Nyblom
2010-06-23Add warnings for shadowed variables in ms_transform funsPatrik Nyblom
2010-06-18Update Erlang system version to R14BBjörn-Egil Dahlberg
2010-06-17Fix beam_lib:cmp/2 return type specificationPaul Guyot
2010-06-11Update deprecations for sslBjörn Gustavsson
2010-06-11Update release notesBjörn Gustavsson
2010-06-09Merge branch 'pan/otp_8683_compiler_warnings' into HEADErlang/OTP
2010-06-09Correct warnings and errors for auto-imported bif clashesPatrik Nyblom
2010-06-07Remove tid() from the predefined builtin types.Kostis Sagonas
2010-06-07escript: Add more types to recordsKostis Sagonas
2010-06-07Fix confusing dialyzer warnings for is_record/2 with illegal recordsBjörn Gustavsson
2010-06-04Merge branch 'ks/dialyzer' into devErlang/OTP
2010-06-03proplists: Export the type property()Björn Gustavsson
2010-06-03erl_lint: Issue warnings for undefined exported typesKostis Sagonas
2010-06-03Add declaration for exported typesKostis Sagonas
2010-06-03Add types and specs; performed some cleanups alsoKostis Sagonas
2010-06-03erl_scan: Add declarations for exported typesKostis Sagonas
2010-06-03stdlib: Add declarations for exported typesKostis Sagonas
2010-06-03Add infrastructure for the -export_type() attributeKostis Sagonas
2010-06-03OTP-8665 epp bugHans Bolinder