Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | Update documentation and specifications of some of the zlib functions | Hans Bolinder | |
The functions zlib:deflateSetDictionary/2 and zlib:inflateSetDictionary/2 accept iodata() as Dictionary. The functions zlib:crc32/2,3, zlib:adler32/2,3, zlib:compress/1, zlib:uncompress/1, zlib:zip/1, and zlib:unzip/1 accept iodata() as data. | |||
2011-09-02 | Merge branch 'dev' into major | Björn Gustavsson | |
* dev: Make the check_old_code/1 BIF auto-imported Deprecate the docbuilder application Conflicts: lib/stdlib/src/otp_internal.erl | |||
2011-09-02 | Merge branch 'bjorn/deprecate-docbuilder/OTP-9509' into dev | Björn Gustavsson | |
* bjorn/deprecate-docbuilder/OTP-9509: Deprecate the docbuilder application | |||
2011-09-02 | Merge branch 'bjorn/erts/old-code-checking-improvements/OTP-9495' into dev | Björn Gustavsson | |
* bjorn/erts/old-code-checking-improvements/OTP-9495: Make the check_old_code/1 BIF auto-imported | |||
2011-09-02 | Merge branch 'dev' into major | Ingela Anderton Andin | |
* dev: When using output parameters the internal odbc state was not correctly cleaned causing the next call to param_query to missbehave. | |||
2011-09-02 | Merge branch 'ia/odbc/stored-procedures-does-not-cleanup/OTP-9444' into dev | Ingela Anderton Andin | |
* ia/odbc/stored-procedures-does-not-cleanup/OTP-9444: When using output parameters the internal odbc state was not correctly cleaned causing the next call to param_query to missbehave. | |||
2011-09-02 | When using output parameters the internal odbc state was not correctly | Ingela Anderton Andin | |
cleaned causing the next call to param_query to missbehave. Also corrected some test code | |||
2011-09-02 | Merge branch 'dev' into major | Lukas Larsson | |
* dev: Move test_server_test_lib.hrl to test release dir | |||
2011-09-02 | Merge branch 'lukas/test_server/fix_suite_compile_error/OTP-9517' into dev | Lukas Larsson | |
* lukas/test_server/fix_suite_compile_error/OTP-9517: Move test_server_test_lib.hrl to test release dir | |||
2011-09-02 | Merge branch 'dev' into major | Hans Bolinder | |
* dev: Fix a couple of minor bugs with hook priority Update to reflect addition of CTH priority addition Update CTH priority default to be 0 Update to reflect new cth callback api Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} instead of NewState. Add priority functionality and tests for ct hooks Update internal hooks state to use a record instead of tuples Improve and correct types and specifications in Kernel and STDLIB | |||
2011-09-02 | Merge branch 'hb/spec_improvements/OTP-9485' into dev | Hans Bolinder | |
* hb/spec_improvements/OTP-9485: Improve and correct types and specifications in Kernel and STDLIB | |||
2011-09-01 | Merge branch 'lukas/common_test/cth_prio/OTP-9445' into dev | Lukas Larsson | |
* lukas/common_test/cth_prio/OTP-9445: Fix a couple of minor bugs with hook priority Update to reflect addition of CTH priority addition Update CTH priority default to be 0 Update to reflect new cth callback api Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} instead of NewState. Add priority functionality and tests for ct hooks Update internal hooks state to use a record instead of tuples | |||
2011-09-01 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-01 | Merge branch 'rc/stdlib-edoc-fix' into dev | Henrik Nord | |
* rc/stdlib-edoc-fix: fix broken edoc annotations OTP-9516 | |||
2011-09-01 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-01 | Merge branch 'pl/no_bat_files_none_win32' into dev | Henrik Nord | |
* pl/no_bat_files_none_win32: Do not install *.bat files on non-win32 machines OTP-9515 | |||
2011-09-01 | Merge branch 'fm/gen_tcp_udp_doc_packet_type' into dev | Henrik Nord | |
* fm/gen_tcp_udp_doc_packet_type: Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4 OTP-9514 | |||
2011-09-01 | Merge branch 'ta/wx-obsolete-guard' into dev | Henrik Nord | |
* ta/wx-obsolete-guard: wx: fix obsolete guard warning (list/1) OTP-9513 | |||
2011-09-01 | Merge branch 'ta/hipe_cleanup' into dev | Henrik Nord | |
* ta/hipe_cleanup: Clean up hipe.hrl.src (Signed-off-by: Kostis) OTP-9511 | |||
2011-09-01 | Move distribution headers from kernel/src to kernel/include | Patrik Nyblom | |
2011-09-01 | Move test_server_test_lib.hrl to test release dir | Lukas Larsson | |
2011-09-01 | Use ssl instead of being a proxy command | Dan Gudmundsson | |
2011-09-01 | Connect from both sides works now | Dan Gudmundsson | |
2011-09-01 | Make the check_old_code/1 BIF auto-imported | Björn Gustavsson | |
check_old_code/1 was documented to be auto-imported, but in fact was not auto-imported. Since check_process_code/2 and the other code loading BIFs are now auto-imported, for consistency auto-import check_old_code/1 too. | |||
2011-09-01 | Deprecate the docbuilder application | Björn Gustavsson | |
2011-08-31 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Use inet and gen_* dialyzer specs | |||
2011-08-31 | Merge branch 'ia/ssl/use-inet-and-gen-specs' into dev | Ingela Anderton Andin | |
* ia/ssl/use-inet-and-gen-specs: Use inet and gen_* dialyzer specs | |||
2011-08-31 | Use inet and gen_* dialyzer specs | Ingela Anderton Andin | |
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson | |
The bugs caused the sorting priority to be wrong when using installed priority and built in priority. Tests to prove the order of hooks to be correct have also been added. | |||
2011-08-31 | Update to reflect addition of CTH priority addition | Lukas Larsson | |
2011-08-31 | Update CTH priority default to be 0 | Lukas Larsson | |
2011-08-31 | Update to reflect new cth callback api | Lukas Larsson | |
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ↵ | Lukas Larsson | |
instead of NewState. NewState can still be returned, but is only kept for backward compatability reasons. | |||
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson | |
Priority allows the user of ct hooks to specify which order the hooks should execute in. The priority of a hook is specified when installing the hook, and stays the same for both pre and post hooks | |||
2011-08-31 | Update internal hooks state to use a record instead of tuples | Lukas Larsson | |
2011-08-31 | Add a high value to test data to catch type cast truncation errors | Lukas Larsson | |
2011-08-31 | Merge branch 'lukas/runtime_tools/add_default_trace_patterns/OTP-9458' into ↵ | Lukas Larsson | |
major * lukas/runtime_tools/add_default_trace_patterns/OTP-9458: Expand documenation about built-in aliases for tracing patterns Add two additional built-in trace patterns, c and cx | |||
2011-08-31 | Improve and correct types and specifications in Kernel and STDLIB | Hans Bolinder | |
Running Dialyzer on the test suites revealed a few type errors. | |||
2011-08-30 | Support for stopped and resumed tracing. | Andrzej Telezynski | |
2011-08-30 | More robust testing of tracing with 'local' option. | Andrzej Telezynski | |
2011-08-30 | Print path to logs dir unless nofetch option specified. | Andrzej Telezynski | |
2011-08-30 | Removed unused option to send realtime trace to erlide. | Andrzej Telezynski | |
2011-08-30 | Documented global state when applying formatting function to trace logs. | Andrzej Telezynski | |
2011-08-30 | Test for: (BUGFIX) Error with ip tracing to wrap sets. | Andrzej Telezynski | |
2011-08-30 | Stop option 'return' changed to 'return_fetch_dir' | Andrzej Telezynski | |
2011-08-30 | update format function's description | Piotr Dorobisz | |
2011-08-30 | It is safe to change cwd on control node or remote nodes while tracing | Andrzej Telezynski | |
2011-08-30 | fixed documentation | Piotr Dorobisz | |
2011-08-30 | additional tests for ttb module | Piotr Dorobisz | |
2011-08-30 | new tests for ttb module | Piotr Dorobisz | |