summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2011-05-06 17:15:41 +0200
committerHenrik Nord <henrik@erlang.org>2011-05-06 17:42:31 +0200
commitd024d79d6227f6391bec58249039fc5ed4e935ce (patch)
treed1dd37d92682306b05d82432369650d911f4008c
parent0bb12843f1b34fa52b4c3887978ec55eaa74f57f (diff)
downloaderlang-d024d79d6227f6391bec58249039fc5ed4e935ce.tar.gz
Add What's cooking in erlang/otp (2011-05-06)
-rw-r--r--whats/cooking/2011/05/06.txt207
1 files changed, 207 insertions, 0 deletions
diff --git a/whats/cooking/2011/05/06.txt b/whats/cooking/2011/05/06.txt
new file mode 100644
index 0000000000..9b6ac51457
--- /dev/null
+++ b/whats/cooking/2011/05/06.txt
@@ -0,0 +1,207 @@
+From - Fri May 6 15:15:39 2011
+Date: Fri May 6 15:15:39 2011
+To: erlang patches <erlang-patches@erlang.org>
+Subject: What's cooking in erlang/otp (2011-05-06)
+X-dev-at: 67992620807364ae8a256e63d4804b81afa2c379
+
+Hello Patches!
+
+The next release of Erlang/OTP draws near and so does
+the patch code-stop for R14B03
+
+Code-stop for the 'pu' branch is Wednesday 11th of May!
+
+Thank you for all your contributions this release
+Number of patches last 3 months:
+Mar: 39, Apr: 28, May: 7
+
+And currently in 'Pu'
+
+Total of: 16 unique authors
+Total of: 20 number of patches
+
+------------------------------------------------------------
+[Graduated]
+
+* jf/run_erl-disable-flow-control (erts) (2011-05-02) 1 commit
+ + Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control (1307af3)
+
+* kj/eunit-race-cond (eunit) (2011-04-17) 2 commits
+ + Don't let eunit_surefire report back to eunit when stopping (bd38a12)
+ + Wait until all eunit listeners terminate (0e7c557)
+
+* mh/inhibit-newline-inside-typespec (tools) (2011-04-14) 1 commit
+ + Inhibit electric newline after "->" when inside a type spec (c0c600a)
+
+* ms/beam-fix-format-specifiers-in-erl_exit-msg (erts) (2011-04-06) 1 commit
+ + Fix format specifiers in erl_exit messages (a8bacf3)
+
+* ta/inet_drv-cleanup (erts) (2011-05-02) 2 commits
+ + inet_drv: remove unused tcp request id (1a0389b)
+ + inet_drv: remove gratuitous assignment (92b693e)
+
+* ta/unicode-non-chars (stdlib) (2011-04-05) 1 commit
+ + unicode: document 16#FFFE and 16#FFFF (non chars) (5043e8f)
+
+------------------------------------------------------------
+[New topics]
+
+* tm/xmerl_attr_charref_fix (xmerl) (2011-04-28) 1 commit
+ - Prevent xmerl from over-normalizing character references in attributes (a011451)
+
+* tj/streaming_crypto_functions (crypto) (2011-05-02) 1 commit
+ - Add true streaming AES (CTR) encryption and streaming HMAC operations (c24493f)
+
+------------------------------------------------------------
+[Stalled]
+
+* bw/efile_exists (erts) (2010-10-07) 1 commit
+ - prim_file:exists/{1,2} which is lightweight file existence check (7203932)
+
+Action expected from: Topic author
+
+* fm/posix-fallocate (erts, kernel) (2011-04-15) 4 commits
+ - Added missing surrounding if statement (5ec9fab)
+ - Fixes to file:allocate/2 and respective tests (d0fb479)
+ - Fix build on Solaris (9b8aecf)
+ - Added file:allocate/2 (7554dbb)
+
+Action expected from: Topic author
+
+* jn/gen_stream (stdlib) (2011-04-15) 2 commits
+ - Update gen_stream tests to conform with common_test standard (9f50d34)
+ - Add gen_stream behaviour (3065e10)
+
+Action expected from: OTP-Team
+
+* lt/et-fix (et) (2011-03-30) 1 commit
+ - Force contents window size to display correctly on Windows. (9836fb2)
+
+Action expected from: Topic author
+
+* sa/callback-attr (compiler, inets, kernel, otp, stdlib) (2010-06-08) 6 commits
+ - Add callback specs into 'application' module in kernel (a180fb1)
+ - Add callback specs to tftp module following internet documentation (d0e32d8)
+ - Add callback specs to inets_service module following possibly deprecated comments (d90e984)
+ - Add '-callback' attributes in stdlib's behaviours (acf3d67)
+ - Update primary bootstrap (30c1e91)
+ - Add '-callback' attribute to language syntax (6ee955e)
+
+Action expected from: OTP-Team
+
+* ta/typer-quote-atoms (hipe, typer) (2011-03-20) 1 commit
+ - Quote atoms if necessary in types (254e21e)
+
+Action expected from: Hipe-team reviewer
+
+* uw/mnesia-majority (mnesia) (2011-01-30) 8 commits
+ - Add documentation text about majority checking (f5b8427)
+ - add mnesia_majority_test suite (9c2f765)
+ - where_to_wlock optimization + change_table_majority/2 (a535b6c)
+ - bug in mnesia_tm:needs_majority/2 (eb81e20)
+ - optimize sticky_lock maj. check (5b304d4)
+ - check majority for sticky locks (ae9e1fa)
+ - Write locks now check majority when needed. (6f02d2e)
+ - Add {majority, boolean()} per-table option. (c3241c0)
+
+Action expected from: OTP-Applications team
+
+* vb/shell (erts, kernel, stdlib) (2011-01-21) 6 commits
+ - Add expandfmt_fun option for io:setopts (f139eab)
+ - Correct JCL's help indentation (95672fa)
+ - Handle JCL's "r" command error when no pool started (ba4b196)
+ - Fix tab expansion in remote shell (e2077cb)
+ - edlin_expand: fix matches formatting (838b84a)
+ - Take into account arity len when calculating field's width (ff28c52)
+
+Action expected from: OTP-reviewer
+
+* nox/xmerl-namespace-axis (xmerl) (2010-12-07) 12 commits
+ . Implement namespace axis (27d791f)
+ . Add `#xmlPI` support to xmerl_xpath:write_node/1 (75e67f5)
+ . Fix processing-instruction(name?) (f05e78b)
+ . Fix path filters (610df56)
+ . Support more top-level primary expressions (770d6d9)
+ . Accumulate comments in element nodes (e5b6b3a)
+ . Add `default_attrs` option (18584c5)
+ . Allow whole documents to be returned (aef3dea)
+ . Track parents and namespace in `#xmlAttribute` nodes (dc9b220)
+ . Track parents in `#xmlPI` nodes (5095331)
+ . Set `vsn` field in `#xmlDecl` record (d712331)
+ . Fix namespace-conformance constraints (e062270)
+
+Action expected from: R15 rel
+------------------------------------------------------------
+[Cooking]
+
+* bd/mod_esi_timeout_fix (inets) (2011-03-17) 1 commit
+ - Fix timeout message generated by mod_esi (eea0a7b)
+
+* bg/temp-hipe-fixes (compiler, hipe, kernel) (2010-03-15) 6 commits
+ - Avoid crash by skipping compilation_SUITE:on_load/1 (0d913e0)
+ - Inline less aggressively for native-code compilation (0215ac6)
+ - Crudely fix return type for the lists:key{search,find,member}/3 (4f48864)
+ - seq_trace_SUITE: Don't native-compile (3799b17)
+ - Disable native code if on_load is used (f35872c)
+ - andor_SUITE: Don't native-compile (a8ab68c)
+
+This branch contains temporary workarounds to avoid failing test
+cases and is never intended to graduate.
+
+* bsmr/fix-makefile-in-for-xref-mod-app-escript (otp) (2010-12-10) 1 commit
+ - Fix for Makefile.in invoking xref_mod_app.escript (10d4235)
+
+* ks/list_to_bitstring (hipe) (2011-05-01) 4 commits
+ - Fix handling of <<_:N,_:_*M>> type expressions (9a256f1)
+ - Fix the argument of erlang:list_to_bitstring/1 (1abe7a3)
+ - Move function to its proper place (ba73458)
+ - Remove unneeded function 'sequence/2' (b9903ed)
+
+* ks/snmp-specs (snmp) (2011-04-03) 1 commit
+ - Add specs for functions that do not return (7354ffb)
+
+* pr/mnesia_frag_hash (mnesia) (2011-04-27) 2 commits
+ - add mnesia_frag_hash test (1d6762d)
+ - Reduce calls to phash in key_to_frag_number (67a20c0)
+
+* rj/fix-httpd-format (inets) (2011-03-17) 1 commit
+ - Fix log messages formating in httpd (cbe8b2e)
+
+* sa/dialyzer-tests (dialyzer) (2011-03-21) 22 commits
+ - Update dialyzer.spec (39e62c0)
+ - Add race/ets_insert_public (afd9dd5)
+ - Add opaque/ewgi,ewgi2 (5e76fd5)
+ - Add opaque/schuett_bug (7a43c9f)
+ - Add small/param_types_crash (b93b8ea)
+ - Add small/file_open_encoding (eaead79)
+ - Add small/false_false (1f1e045)
+ - Add small/ets_update_counter (4db4b78)
+ - Add small/bin_compr (120aa71)
+ - Add small/tuple_set_crash (c69947d)
+ - Add small/refine_failing (7afd920)
+ - Add small/not_bogus_warning (500567d)
+ ...
+
+* ss/fix-cover-fd-leak (tools) (2011-05-06) 2 commits
+ - Add a check logic to prevent file descriptor leak (7c1b371)
+ - Fix file descriptor leak (0568a0e)
+
+* ta/dragonfly-test_server-config (test_server) (2011-04-22) 1 commit
+ - Add DragonflyBSD support to test_server (0a97fea)
+
+* ta/sendfile (erts, kernel) (2011-05-02) 2 commits
+ - sendfile: use driver_select() (c420aef)
+ - Implement file:sendfile (5518c44)
+
+* tn/inet_drv-fix (erts) (2011-04-08) 1 commit
+ - Use libdlpi to get physical address (e360563)
+
+* dc/improved_find_redist (erts) (2011-03-18) 1 commit
+ . support new SDKs in find_redist.sh and fallback to $ERL_TOP as last resort (f4f35aa)
+
+------------------------------------------------------------
+[Dropped]
+
+
+
+