aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2010-05-24erl_nif: add make_atom_len, make_existing_atom_len and make_string_lenTuncer Ayaz
2010-05-24erl_nif: add enif_get_atom_length and enif_get_list_lengthTuncer Ayaz
2010-05-24erl_nif: add enif_is_list and enif_is_tupleTuncer Ayaz
2010-05-21Merge branch 'bg/compiler-cover-and-clean' into devErlang/OTP
2010-05-21Correct typos in EEP-0031 implementationTuncer Ayaz
2010-05-20Remove stray support for the put_literal/2 instructionBjörn Gustavsson
2010-05-20Remove the bs_bits_to_bytes/3 instructionBjörn Gustavsson
2010-05-20erts: Stop supporting non-literal empty tuplesBjörn Gustavsson
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-17Add documentation for binary modulePatrik Nyblom
2010-05-17Add more tests and make some go easier on small systemsPatrik Nyblom
2010-05-17Correct Boyer More and trapping for longest_common_suffixPatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-17Add binary:{encode,decode}_unsigned({1,2}Patrik Nyblom
2010-05-17Add referenced_byte_size/1Patrik Nyblom
2010-05-17Add binary:list_to_bin/1 and binary:copy/1,2Patrik Nyblom
2010-05-17Add bin_to_list/{1,2,3}Patrik Nyblom
2010-05-17Add binary:longest_common_prefix/longest_common_suffixPatrik Nyblom
2010-05-17Add binary:part to erl_bif_binary.cPatrik Nyblom
2010-05-17Move binary module bif's to erl_bif_binary.cPatrik Nyblom
2010-05-17Count reductions for process even when not trappingPatrik Nyblom
2010-05-17Add random compare testcasePatrik Nyblom
2010-05-17Teach BIF's binary:match/matches interrupting/restartingPatrik Nyblom
2010-05-17Teach binary.c the semantics to take longest instead of shortest matchPatrik Nyblom
2010-05-17Initial commit of the binary EEPPatrik Nyblom
2010-05-11erts: Implement recv_mark/1 and recv_set/1 for realBjörn Gustavsson
2010-05-11Introduce the new recv_mark/1 and recv_mark/1 instructionsBjörn Gustavsson
2010-05-05OTP-8581 Revert prototype of driver_asyncPatrik Nyblom
2010-04-30emulator: Remove stray OSE/Delta supportBjörn Gustavsson
2010-04-30emulator: Eliminate #ifdef for sys_tty_reset()Björn Gustavsson
2010-04-28OTP-8474 NIF improvements after R13B04Sverker Eriksson
2010-04-14MacOS X: Boost default stack sizeBjörn Gustavsson
2010-04-13Merge branch 'bg/fconv' into devErlang/OTP
2010-04-08system_info(procs): Fix the value for "OldHeap unused"Satoshi Kinoshita
2010-04-07erts: Fix loading of modules with invalid floating point arithmeticBjörn Gustavsson
2010-03-30Merge branch 'se/decode_packet' into devErlang/OTP
2010-03-29Fix erlang:decode_packet(httph_bin,..) to not return faulty header stringsSverker Eriksson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22erts: Don't support the put_string/3 instructionBjörn Gustavsson
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-12Teach testcase in driver_suite the new prototype for driver_asyncPatrik Nyblom
2010-03-10Adopt the new (R13B04) Nif functionality to the halfword codebasePatrik Nyblom
2010-03-10Support monitoring and demonitoring from driver threadsPatrik Nyblom
2010-03-10Fix further test-suite problemsPatrik Nyblom
2010-03-10Correct the VM to work for more test suitesPatrik Nyblom
2010-03-10Teach {wordsize,internal|external} to system_info/1Patrik Nyblom
2010-03-10Make tracing and distribution workPatrik Nyblom
2010-03-10Turn on instruction packing in the loader and virtual machinePatrik Nyblom
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Fix the BEAM dissambler for the half-word emulatorPatrik Nyblom