summaryrefslogtreecommitdiff
path: root/lib/kernel/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
* Fix misspelling of successfulTuncer Ayaz2011-09-151-1/+1
* Merge branch 'hb/spec_improvements/OTP-9485' into devHans Bolinder2011-09-021-2/+2
|\
| * Improve and correct types and specifications in Kernel and STDLIBHans Bolinder2011-08-311-2/+2
* | Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4Filipe David Manana2011-08-272-2/+2
|/
* Merge branch 'hb/inet_types_and_specs/OTP-9260' into devHans Bolinder2011-08-265-221/+305
|\
| * Improve types and specifications of the inet modulesHans Bolinder2011-08-255-221/+305
* | code: Optimize purge/1 and soft_purge/1 using check_old_code/1Björn Gustavsson2011-08-261-5/+12
|/
* Add more specs and typesHans Bolinder2011-06-205-111/+101
* Stop generating some unused clauses for make_dns_rr_opt/1 local to inet_dnsRaimo Niskanen2011-05-311-4/+8
* Modify two opaque typesHans Bolinder2011-05-242-2/+2
* Remove unused variable warning in inet_resBjörn-Egil Dahlberg2011-05-171-2/+2
* Types and specifications have been modified and addedHans Bolinder2011-05-0926-456/+1717
* Do not UDP send when there is 0 ms left to wait for replyRaimo Niskanen2011-04-211-27/+26
* Check return values from UDP send functionsRaimo Niskanen2011-04-211-22/+32
* Cleanup timeout handling, fix bug for remaining time =:= 0Raimo Niskanen2011-04-211-71/+95
* Merge branch 'mk/net-kernel-epmd-return-list' into devHenrik Nord2011-04-081-1/+1
|\
| * Fix list returned by net_kernel:epmd_moduleMarkus Knofe2010-12-151-1/+1
* | Merge branch 'ks/hipe-ppc64' into devHenrik Nord2011-04-051-5/+6
|\ \
| * | Added loader for ppc64Kostis Sagonas2011-02-141-5/+6
| |/
* | Update copyright yearsBjörn-Egil Dahlberg2011-03-112-2/+2
* | Add spec for function that does not returnKostis Sagonas2011-03-111-3/+5
* | Strenghen specKostis Sagonas2011-03-111-1/+1
* | Introduce types to avoid duplication in specsKostis Sagonas2011-03-111-14/+19
* | Add specs for functions that do not returnKostis Sagonas2011-03-111-1/+5
* | Add specs for behaviour callbacksKostis Sagonas2011-03-111-4/+26
* | Simplify two specsKostis Sagonas2011-03-111-3/+3
* | Merge branch 'ks/code-spec-fixes' into devNiclas Axelsson2011-03-041-66/+63
|\ \
| * | Sanitize the specs of the code moduleKostis Sagonas2011-01-311-66/+63
| |/
* | Fix dialyzer warning in os:start_port_srv_loopSverker Eriksson2011-03-021-11/+13
* | Fix three dialyzer warnings in kernelSverker Eriksson2011-03-011-18/+13
* | Merge branch 'bjorn/fix-dialyzer-warnings' into devBjörn Gustavsson2011-02-241-3/+3
|\ \
| * | inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun"Björn Gustavsson2011-02-231-3/+3
* | | Merge branch 'bjorn/fix-os_find_executable/OTP-8983' into devBjörn Gustavsson2011-02-241-3/+4
|\ \ \ | |/ / |/| |
| * | Never allow os:find_executable/1 to return the path of directoriesBjörn Gustavsson2011-02-141-3/+4
| |/
* | Fix -spec for file:write_file/3Magnus Henoch2011-02-141-1/+1
|/
* Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom2010-12-032-15/+16
|\
| * Fix type information of 'file' and 'code' modulesKostis Sagonas2010-11-292-15/+16
* | Corrected testcases broken by unicode filenamesPatrik Nyblom2010-11-301-0/+2
* | Teach file to accept codepoints beyond 255.Patrik Nyblom2010-11-301-8/+10
* | Handle binary file names and conversion of unicode stringsPatrik Nyblom2010-11-302-2/+4
* | Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom2010-11-291-2/+2
* | Merge branch 'ta/fix-native-looping' into devBjörn Gustavsson2010-11-261-0/+5
|\ \ | |/ |/|
| * error_handler: add no_native compiler directiveTuncer Ayaz2010-10-051-0/+5
* | Merge branch 'ks/file_open-mode' into devBjörn Gustavsson2010-11-221-8/+17
|\ \
| * | Add the {encoding, _} options to file:open/2's modesKostis Sagonas2010-10-141-8/+17
| |/
* | Implement basic inet:getifaddrs/0Raimo Niskanen2010-11-092-1/+14
* | Merge branch 'maint-r14' into devBjörn Gustavsson2010-10-211-1/+8
|\ \ | |/ |/|
| * Fix hang in on_load handlers in embedded modeBjörn Gustavsson2010-10-201-0/+7
|/
* Merge branch 'pan/epmd-vulnerabilities/OTP-8780' into devPatrik Nyblom2010-09-132-94/+9
|\