summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix re:replace/4 to handle unicode charlist RE argumentPatrik Nyblom2010-01-272-4/+13
| * | | | Fix re:replace/4 to handle binary unicode output when nothing replacedRory Byrne2010-01-272-1/+10
* | | | | OTP-8387 Explicit top directories in archive files are now optional.Håkan Mattsson2010-01-276-132/+251
* | | | | Added a small timeout to take care of race in newshell. Also removed deletion...Patrik Nyblom2010-01-271-12/+28
|/ / / /
* | | | OTP-8343 The documentation is now possible to build in an open sourceLars G Thorsen2010-01-26112-5328/+3331
* | | | Test that "extra" is handled according to specs in ALIVE2_REQ and PORT2_RESPKlas Johansson2010-01-251-25/+135
* | | | Merge branch 'ta/os_timestamp_no_mutex' into ccase/r13b04_devErlang/OTP2010-01-251-9/+5
|\ \ \ \
| * | | | Remove mutex lock around sys_gettimeofday() in os:timestamp/0Tuncer Ayaz2010-01-231-4/+0
* | | | | OTP-8377 ETS bug causing the memory counter from ets:info forSverker Eriksson2010-01-251-6/+8
|/ / / /
* | | | OTP-8386 Immediately repeated multi-scheduling block/unblock cycles usingRickard Green2010-01-222-17/+115
* | | | Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_devErlang/OTP2010-01-2210-59/+65
|\ \ \ \
| * | | | epmd tests: fix build of test suites on WindowsBjörn Gustavsson2010-01-201-5/+9
| * | | | system test: fix build of test suites on WindowsBjörn Gustavsson2010-01-209-9/+11
* | | | | Merge branch 'bg/public_key-include_lib' into ccase/r13b04_devErlang/OTP2010-01-212-13/+14
|\ \ \ \ \
| * | | | | public_key: fix build of test suites on WindowsBjörn Gustavsson2010-01-192-3/+4
* | | | | | ** Empty commit message **Lars G Thorsen2010-01-213-16/+22
* | | | | | OTP-8375 A bug causing memory corruption in re:run() has been corrected.Patrik Nyblom2010-01-201-5/+8
* | | | | | Test case fixesDan Gudmundsson2010-01-203-24/+27
* | | | | | Increased timeout for slow virtual machinesDan Gudmundsson2010-01-201-6/+6
| |_|_|/ / |/| | | |
* | | | | Merge branch 'uw/shell-tab-completion' into ccase/r13b04_devErlang/OTP2010-01-208-25/+373
|\ \ \ \ \
| * | | | | Shell tab completion now works for quoted module and function namesUlf Wiger2010-01-078-15/+363
* | | | | | Merge branch 'cf/compile_warning_as_error' into ccase/r13b04_devErlang/OTP2010-01-206-48/+97
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add option -Werror in erlc(1)Christopher Faulet2010-01-193-0/+14
| * | | | | compile: add flag warnings_as_errors to treat warnings as errorsChristopher Faulet2010-01-193-13/+48
| * | | | | compile.erl: remove trailing whitespaceBjörn Gustavsson2010-01-191-9/+9
| | |/ / / | |/| | |
* | | | | OTP-8016 [httpc] Several more or less critical fixes: * Initial callMicael Karlberg2010-01-194-56/+374
* | | | | OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327,Micael Karlberg2010-01-196-149/+344
|/ / / /
* | | | wx: Improved wxTreeCtrl.Dan Gudmundsson2010-01-1914-4691/+4782
* | | | Fixed a memory reference bug which caused unexplained {badarg, Int} exits.Dan Gudmundsson2010-01-192-31/+93
* | | | OTP-8373 ERTS makefiles used to detect the use of a gcc C compiler byRickard Green2010-01-194-20/+23
* | | | OTP-8342 Processes, and/or ports could get stuck on a blocked schedulerRickard Green2010-01-192-19/+41
* | | | Add test suite for the tools applicationBjörn Gustavsson2010-01-1958-0/+8665
* | | | Update version numbersBjörn Gustavsson2010-01-193-3/+3
* | | | ** Empty commit message **Dan Gudmundsson2010-01-192-17/+1
* | | | Merge branch 'dgud/ssl-patches-from-Wil' into ccase/r13b04_devErlang/OTP2010-01-194-32/+67
|\ \ \ \
| * | | | Added a public_key:pkix_transform/2 instead and used it from ssl.Dan Gudmundsson2010-01-132-2/+16
| * | | | Minor code cleanupDan Gudmundsson2010-01-121-7/+6
| * | | | new_ssl fix session reuseWil Tan2010-01-121-7/+7
| * | | | Code cleanupDan Gudmundsson2010-01-121-10/+10
| * | | | Send CA list during Certificate Request in new_sslWil Tan2010-01-122-4/+26
* | | | | Update version numberDan Gudmundsson2010-01-191-7/+8
* | | | | Merge branch 'bg/compiler-beam_validator' into ccase/r13b04_devErlang/OTP2010-01-193-21/+55
|\ \ \ \ \
| * | | | | beam_validator: fix incorrect assumptions about GC guard BIFsBjörn Gustavsson2010-01-153-6/+40
* | | | | | Merge branch 'fh/common_test-includes' into ccase/r13b04_devErlang/OTP2010-01-193-17/+29
|\ \ \ \ \ \
| * | | | | | make it possible to include ct.hrl using include_libFred T-H2010-01-172-4/+4
| * | | | | | Include test_servers's include files in the bootstrapBjörn Gustavsson2010-01-151-0/+12
* | | | | | | Fix annoying failing statistics_SUITE test casesBjörn Gustavsson2010-01-181-39/+15
* | | | | | | OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,Micael Karlberg2010-01-153-14/+13
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'egil/binary-gc' into ccase/r13b04_devErlang/OTP2010-01-1514-150/+456
|\ \ \ \ \ \
| * | | | | | Add documentation for binary heap size settings.Björn-Egil Dahlberg2010-01-132-5/+78