Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-03 | Add documentation to erlang.xml and slight correction to unicode_usage.xml | Patrik Nyblom | |
2010-12-02 | Add section about Unicode file names to stdlib users guide | Patrik Nyblom | |
2010-12-01 | Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 | Patrik Nyblom | |
2010-12-01 | Add documentation about raw filenames and Unicode file name translation mode | Patrik Nyblom | |
2010-12-01 | Make filelib not crash on re codepoints beyond 255 in re when filename is raw | Patrik Nyblom | |
2010-12-01 | Mend on_load_embedded testcase which did not handle windows links | Patrik Nyblom | |
2010-12-01 | Correct testcase regarding windows versions supporting soft links. | Patrik Nyblom | |
2010-11-30 | Teach filelib to use re in unicode mode when filenames are not raw | Patrik Nyblom | |
2010-11-30 | Treat soft links on Windows correctly in file_name_SUITE | Patrik Nyblom | |
2010-11-30 | Corrected testcases broken by unicode filenames | Patrik Nyblom | |
Also corrected type-info for bifs | |||
2010-11-30 | Teach spawn_executable about Unicode | Patrik Nyblom | |
Also corrected compressed files on Windows | |||
2010-11-30 | Convert filenames read on MacOSX to canonical form | Patrik Nyblom | |
2010-11-30 | Teach file to accept codepoints beyond 255. | Patrik Nyblom | |
2010-11-30 | Add testcases | Patrik Nyblom | |
2010-11-30 | Correct shell utilities to handle unicode and possibly binaries | Patrik Nyblom | |
2010-11-30 | Handle binary file names and conversion of unicode strings | Patrik Nyblom | |
2010-11-29 | Teach filename to accept raw data and add filename enc option to emu | Patrik Nyblom | |
2010-11-29 | Merge branch 'pan/embedded-mode-testcase/OTP-8905' into dev | Patrik Nyblom | |
* pan/embedded-mode-testcase/OTP-8905: Unload stray applications from application_SUITE before creating script Make testcase filter away bogus applications from earlier suites Add test loading all of OTP in boot script and running embedded | |||
2010-11-29 | Merge branch 'pan/gen_udp-connect-testcase/OTP-8860' into dev | Patrik Nyblom | |
* pan/gen_udp-connect-testcase/OTP-8860: Teach gen_udp_SUITE:connect testcase about econnreset on Windows | |||
2010-11-29 | Merge branch 'pan/code-clash-testcase/OTP-8852' into dev | Patrik Nyblom | |
* pan/code-clash-testcase/OTP-8852: Teach code_SUITE:clash Windows file system semantics | |||
2010-11-29 | Merge branch 'pan/auto-import-doc-fix/OTP-8848' into dev | Patrik Nyblom | |
* pan/auto-import-doc-fix/OTP-8848: Correct description of no_auto_import compiler directive | |||
2010-11-29 | Update documentation after rename of run_test to ct_run | Lukas Larsson | |
2010-11-26 | Merge branch 'ta/fix-native-looping' into dev | Björn Gustavsson | |
* ta/fix-native-looping: error_handler: add no_native compiler directive | |||
2010-11-26 | Merge branch 'egil/superfluous-supervisor-report/OTP-8938' into dev | Björn-Egil Dahlberg | |
* egil/superfluous-supervisor-report/OTP-8938: Remove superfluous supervisor error report | |||
2010-11-26 | Merge branch 'dgud/wx/misc-bugs/OTP-8951' into dev | Dan Gudmundsson | |
* dgud/wx/misc-bugs/OTP-8951: Add wxSystemSettings Avoid eternal loops when quiting | |||
2010-11-26 | Fix typo in warnings | Stavros Aronis | |
2010-11-26 | Merge branch 'ia/ssl-decryption-error2/OTP-8930' into dev | Ingela Anderton Andin | |
* ia/ssl-decryption-error2/OTP-8930: Added alert in stream cipher case. | |||
2010-11-26 | Merge branch 'dgud/wx/separate-opengl' into dev | Dan Gudmundsson | |
* dgud/wx/separate-opengl: Fix non available opengl functions Add lib paths for *bsd variants Initilize opengl after setCurrent Update to OpenGL 4.1 Remove ostype sub dirs below wx/priv Windows and Mac build issues Add dialyser spec Better make dependecies for api generation Split opengl functionality into separate dynamic library | |||
2010-11-26 | Unload stray applications from application_SUITE before creating script | Patrik Nyblom | |
2010-11-25 | Make testcase filter away bogus applications from earlier suites | Patrik Nyblom | |
2010-11-25 | Add test loading all of OTP in boot script and running embedded | Patrik Nyblom | |
2010-11-24 | Merge branch 'egil/eprof-api-mismatch/OTP-8853' into dev | Björn-Egil Dahlberg | |
* egil/eprof-api-mismatch/OTP-8853: Fix eprof API mismatch of sort functionality | |||
2010-11-24 | Merge branch 'sverker/ets_compress/OTP-8922' into dev | Sverker Eriksson | |
* sverker/ets_compress/OTP-8922: ETS 'compressed' option. | |||
2010-11-24 | Merge branch 'sverker/crypto_aes_ctr_cmac/OTP-8752' into dev | Sverker Eriksson | |
* sverker/crypto_aes_ctr_cmac/OTP-8752: Fix nif_SUITE to not assume that it is the only one loading NIFs. crypto CTR support | |||
2010-11-22 | Fix eprof API mismatch of sort functionality | Björn-Egil Dahlberg | |
Option {sort, calls} now sorts on calls. Option {sort, time } now sorts on time. | |||
2010-11-22 | ETS 'compressed' option. | Sverker Eriksson | |
The compressed format is using a slighty modified variant of the extern format (term_to_binary). To not worsen key lookup's too much, the top tuple itself and the key element are not compressed. Table objects with only immediate non-key elements will therefor not gain anything (but actually consume one extra word for "alloc_size"). | |||
2010-11-22 | Merge branch 'ao/mod_auth-doc-typos' into dev | Björn Gustavsson | |
* ao/mod_auth-doc-typos: Fix escaped xml character and a missing closing tag in mod_auth.xml | |||
2010-11-22 | Merge branch 'bf/mnesia-doc-fixes' into dev | Björn Gustavsson | |
* bf/mnesia-doc-fixes: doc: "works like" instead of "works as" + missing like remove '\011' from mnesia doc fix typo in mnesia doc | |||
2010-11-22 | Merge branch 'lukas/common_test/master_include/OTP-8935' into dev | Lukas Larsson | |
* lukas/common_test/master_include/OTP-8935: Update master test to put slave logs in /tmp for windows as otherwise filenames become too long and the tests fail Update master test specs to work with include directives | |||
2010-11-22 | Merge branch 'ml/re-manpage-cleanup' into dev | Björn Gustavsson | |
* ml/re-manpage-cleanup: Improve the 're' manpage by correcting typos and rewording | |||
2010-11-22 | Remove superfluous supervisor error report | Björn-Egil Dahlberg | |
2010-11-22 | Merge branch 'ks/edoc-dialyzer-fixes' into dev | Björn Gustavsson | |
* ks/edoc-dialyzer-fixes: Fix various dialyzer warnings | |||
2010-11-22 | Merge branch 'ks/dialyzer-fixes' into dev | Björn Gustavsson | |
* ks/dialyzer-fixes: dialyzer: Speed up analysis of nested list comprehensions | |||
2010-11-22 | Merge branch 'ms/ei-fixes' into dev | Björn-Egil Dahlberg | |
* ms/ei-fixes: ei: check memory was allocated ei: error if return value of ei_alloc_big is NULL OTP-8943 | |||
2010-11-22 | Merge branch 'ks/file_open-mode' into dev | Björn Gustavsson | |
* ks/file_open-mode: Add the {encoding, _} options to file:open/2's modes | |||
2010-11-22 | Merge branch 'ms/ei-fix-node-name-overflow' into dev | Björn-Egil Dahlberg | |
* ms/ei-fix-node-name-overflow: ei: check the length of the node name OTP-8943 | |||
2010-11-22 | Merge branch 'ks/hipe-patches' into dev | Björn Gustavsson | |
* ks/hipe-patches: hipe: Update types and specs | |||
2010-11-22 | hipe: Update types and specs | Kostis Sagonas | |
2010-11-22 | Merge branch 'ks/erl_types-fixes' into dev | Björn Gustavsson | |
* ks/erl_types-fixes: erl_types: Fix pretty rare crashes and an infinite loop OTP-8942 | |||
2010-11-22 | erl_types: Fix pretty rare crashes and an infinite loop | Kostis Sagonas | |
- Fixed pretty rare crash when taking the infimum of two tuple_sets (initial fix by Kostis Sagonas but then a better fix was provided by Stavros Aronis and this is the one adopted). - Fixed pretty rare crash when using parameterized types containing unbound variables (thanks to Nicolas Trangez for reporting it). - Fixed pretty rare infinite loop when refining the types of an SCC whose functions all returned none() (thanks to Stavros Aronis). |