Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-15 | Fix typos (variable name) in erl_nif(3) | Tuncer Ayaz | |
2011-09-15 | Fix trivial typos in erlang(3) | Tuncer Ayaz | |
2011-09-08 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-08 | Merge branch 'fm/external_size_2' into dev | Henrik Nord | |
* fm/external_size_2: Add erlang:external_size/2 BIF OTP-9528 | |||
2011-09-02 | Merge branch 'dev' into major | Hans Bolinder | |
* dev: Update documentation and specifications of some of the zlib functions Conflicts: erts/preloaded/ebin/zlib.beam | |||
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-08-27 | Add erlang:external_size/2 BIF | Filipe David Manana | |
This BIF's second parameter is a list of options. Currently the only allowed option is {minor_version, Version} where version is either 0 (default) or 1. | |||
2011-08-26 | Merge branch 'dev' into major | Björn Gustavsson | |
* dev: code: Optimize purge/1 and soft_purge/1 using check_old_code/1 Add erlang:check_old_code/1 check_process_code/2: Quickly return 'false' if there is no old code | |||
2011-08-25 | Add erlang:check_old_code/1 | Björn Gustavsson | |
Add erlang:check_old_code/1 to quickly check whether a module has old code. If there is no old code, there is no need to call erlang:check_process_code/2 for all processes, which will save some time if there are many processes. | |||
2011-08-18 | Update documentation for erlang:raise/3 and erlang:get_stacktrace/0 | Björn Gustavsson | |
2011-08-18 | erl: Add +L to suppress loading of line number information | Björn Gustavsson | |
2011-08-18 | Implement process_info(Pid, current_{location,stacktrace}) | Björn Gustavsson | |
2011-07-29 | Merge branch 'dev' into major | Sverker Eriksson | |
2011-07-18 | New allocator: Address order first fit (aoff) | Sverker Eriksson | |
2011-07-12 | Merge branch 'dev' into major | Sverker Eriksson | |
2011-07-12 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2011-07-11 | Prepare releasemaint-r14b03 | Erlang/OTP | |
2011-07-08 | Use separate memory carriers for small blocks | Rickard Green | |
2011-07-08 | Merge branch 'lukas/erts/enif_make_reverse_list/OTP-9392' into major | Lukas Larsson | |
* lukas/erts/enif_make_reverse_list/OTP-9392: Add version comment Rename enif_get_reverse_list to enif_make_reverse_list Remove extra allocated heap fragment Added enif_get_reverse_list to nif API | |||
2011-07-06 | Remove deprecated concat_binary/1 | Björn Gustavsson | |
concat_binary/1 was deprecated in R13B04, but already in the R10B-2 release, the documentation recommends using list_to_binary/1 instead. | |||
2011-07-01 | Rename enif_get_reverse_list to enif_make_reverse_list | Lukas Larsson | |
2011-06-30 | Added enif_get_reverse_list to nif API | Lukas Larsson | |
2011-06-22 | Merge branch 'hw/fix-doc-typos' into dev | Henrik Nord | |
* hw/fix-doc-typos: Fix typos in the epmd documentation OTP-9387 | |||
2011-06-20 | Add more specs and types | Hans Bolinder | |
An incorrect spec, rpc:yield/1, has been fixed. | |||
2011-06-08 | Add NIF function enif_is_number | Filipe David Manana | |
This function allows for easily determining if a term represents or not a number (integer, float, small or big). | |||
2011-06-07 | Spelling correction in erlsrv doc | Patrik Nyblom | |
2011-06-01 | Fix typos in the epmd documentation | Holger Weiß | |
2011-05-27 | Convert windows start_erl to take rootdir on command line | Patrik Nyblom | |
2011-05-27 | Add command start_disabled to erlsrv | Patrik Nyblom | |
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-16 | OTP-9094: [httpc] Add support for upload body streaming (PUT and POST). | Micael Karlberg | |
Filipe David Manana OTP-9114: [ftp] Added (type) spec for all exported functions. OTP-9123: mod_esi:deliver/2 made to accept binary data. Bernard Duggan OTP-9124: [httpd] Prevent XSS in error pages. Michael Santos OTP-9131: [httpd] Wrong security property names used in documentation. Garrett Smith OTP-9157: [httpd] Improved error messages. Ricardo Catalinas Jim�nez OTP-9158: [httpd] Fix timeout message generated by mod_esi. Bernard Duggan OTP-9202: [httpd] Extended support for file descriptors. Attila Rajmund Nohl OTP-9230: The default ssl kind has now been changed to essl. OTP-9246: [httpc] httpc manager crash because of a handler retry race condition. Merge branch 'bmk/inets/inet56_integration' into dev | |||
2011-05-10 | Present 'low' memory count for halfword-vm with erlang:memory() | Sverker Eriksson | |
2011-05-06 | Merge branch 'jf/run_erl-disable-flow-control' into dev | Henrik Nord | |
* jf/run_erl-disable-flow-control: Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control OTP-9270 | |||
2011-05-05 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2011-05-04 | Prepare release | Erlang/OTP | |
2011-05-02 | Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control | Jonas Faklkevik | |
Flow control can cause unwanted behaviour of the beam process, if accidentally hit Ctrl-S (instead of Ctrl-D to detach) the entire beam may be blocked. Fix this problem by making it possible to turn off flow control by setting the environment variable RUN_ERL_DISABLE_FLOWCNTRL. | |||
2011-05-02 | Merge branch 'ta/driver_entry-typo' into dev | Henrik Nord | |
* ta/driver_entry-typo: driver_entry: Remove gratuitous paren and fix typo OTP-9254 | |||
2011-04-27 | Merge branch 'sverker/enif_is_exception/OTP-9150' into dev | Sverker Eriksson | |
* sverker/enif_is_exception/OTP-9150: add support for checking if an ERL_NIF_TERM is an exception | |||
2011-04-26 | driver_entry: Remove gratuitous paren and fix typo | Tuncer Ayaz | |
2011-04-14 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2011-04-12 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-12 | Merge branch 'bjorn/erts/remove-init_get_args-doc/OTP-9209' into dev | Björn Gustavsson | |
* bjorn/erts/remove-init_get_args-doc/OTP-9209: Remove documentation for non-existent init:get_args/0 | |||
2011-04-11 | Prepare release | Erlang/OTP | |
2011-04-11 | Remove documentation for non-existent init:get_args/0 | Björn Gustavsson | |
init:get_args/0 was deprecated in R9C and removed in R12B. Reported-by: Eric Pailleau | |||
2011-04-08 | Merge branch 'hw/epmd-bind-to-address' into dev | Henrik Nord | |
* hw/epmd-bind-to-address: Allow user to specify the IP address epmd binds to OTP-9213 | |||
2011-04-06 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-04 | Merge branch 'ta/driver_entry-typos-re' into dev | Henrik Nord | |
* ta/driver_entry-typos-re: Remove gratuitous paren in driver_entry OTP-9192 | |||
2011-04-04 | Merge branch 'gl/erts-doterlang-docs' into dev | Henrik Nord | |
* gl/erts-doterlang-docs: Add back documentation on .erlang processing OTP-9189 | |||
2011-03-30 | Remove gratuitous paren in driver_entry | Tuncer Ayaz | |