Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | Readline-style line edit history | Dave Peticolas | |
Change the shell's line buffer mechanism to more closely match readline-based shells. New behavior: 1. Blank lines are not added to the line buffer. 2. Pressing the down arrow on the last line causes no change. The previous behavior erased the line. 3. The new line is temporarily added to the line buffer so the user can move to previous lines with up arrows and then back to the new line with down arrows. The previous behavior discarded the partially written new line. 4. Changes made to previous lines while exploring the line buffer history are preserved. The previous behavior discarded changes made to older lines. | |||
2010-03-05 | OTP-8486 parsetools: yecc bug | Hans Bolinder | |
A bug introduced in Parsetools 1.4.4 (R12B-2) has been fixed. (Thanks to Manolis Papadakis.) | |||
2010-03-03 | Fix small confusion/buglet in the handling of 'or' | Kostis Sagonas | |
2010-03-03 | OTP-8483 parsetools: yecc bug | Hans Bolinder | |
Yecc failed to report reduce/reduce conflicts where one of the reductions involved the root symbol. This bug has been fixed. (Thanks to Manolis Papadakis.) | |||
2010-03-03 | OTP-8472 tools: xref: re/regexp | Hans Bolinder | |
Xref has been updated to use the re module instead of the deprecated regexp module. | |||
2010-03-02 | Merge from dev branch: OTP-8480 & OTP-8481. | Micael Karlberg | |
2010-03-02 | OTP-8473 stdlib: erl_pp bugfix abstract type 'fun' | Hans Bolinder | |
The abstract type 'fun' could not be printed. This bug has been fixed. | |||
2010-03-02 | OTP-8471 kernel: race in disk_log_SUITE | Hans Bolinder | |
2010-03-02 | OTP-8470 stdlib: epp bug | Hans Bolinder | |
The Erlang code preprocessor (epp) sent extra messages on the form {eof,Location} to the client when parsing the file attribute. This bug, introduced in R11B, has been fixed. | |||
2010-03-02 | OTP-8469 tools: race in Cover | Hans Bolinder | |
A race condition affecting Cover has been removed. | |||
2010-02-26 | asn1 tests: use consistent line endings | Björn Gustavsson | |
Some files used by the asn1 test suite had mixed DOS and Unix line endings. Noticed-by: Richard Carlsson | |||
2010-02-24 | Update version for R14A | Rickard Green | |
2010-02-19 | The R13B04 releaseOTP_R13B04 | Erlang/OTP | |
2010-02-22 | OTP-8466: Fix ei to build on vxworks | Björn-Egil Dahlberg | |
2010-02-22 | OTP-8395, OTP-8433 & OTP-8442. | Micael Karlberg | |
2010-02-22 | OTP-8317, OTP-8323, OTP-8328, OTP-8362 & OTP-8403. | Micael Karlberg | |
2010-02-22 | Fix escript:foldl/3 for beam and archive files | Tuncer Ayaz | |
escript:foldl/3 was not completely adapted to the changes introduced in 6af2ac91005276add18b1c9bbf4c8fe4f8c6e040. A partial fix has already been applied by Hakan Mattson in 4ec4a06edb5baaa0af2840943230c4a0be3a93cf. Signed-off-by: Tuncer Ayaz <[email protected]> | |||
2010-02-19 | asn1: Correct ticket number in vsn.mk | Björn Gustavsson | |
2010-02-19 | Added megaco_config to appup file | Håkan Mattsson | |
2010-02-19 | Update release notes | Björn Gustavsson | |
2010-02-19 | OTP-8463 Support for EXTENSIBILITY IMPLIED and SET/SEQ OF NamedType is | Kenneth Lundin | |
added. | |||
2010-02-19 | Added release notes for megaco 3.14 | Håkan Mattsson | |
2010-02-19 | Update version number | Björn-Egil Dahlberg | |
2010-02-19 | Update release notes | Björn-Egil Dahlberg | |
2010-02-19 | Fix problems identified by dialyzer. | Kostis Sagonas | |
2010-02-19 | mnesia: fix vsn | Dan Gudmundsson | |
2010-02-18 | OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv. | Sverker Eriksson | |
2010-02-18 | Avoid crash when trying to alert the user. | Dan Gudmundsson | |
2010-02-17 | Update version numbers | Björn Gustavsson | |
2010-02-17 | ssl: Prepare release | Dan Gudmundsson | |
2010-02-17 | OTP-8311: Various updates and fixes in Common Test and Test Server | Peter Andersson | |
2010-02-17 | OTP-8459 Do a controlled shutdown if a non ssl packet arrives as the first | Dan Gudmundsson | |
packet. | |||
2010-02-17 | Merge branch 'ks/hipe' into ccase/r13b04_dev | Erlang/OTP | |
* ks/hipe: dialyzer: Fix system_limit exception in race analysis syntax_tools: Add types and specs for most exported functions syntax_tools: Support the --enable-native-libs configure option syntax_tools: Remove $Id$ annotations dialyzer: New version for the R13B04 release hipe: Miscellaneous additions typer: New version for the R13B04 release Fix a HiPE compiler bug evaluating an expression that throws system_limit OTP-8460 ks/hipe | |||
2010-02-17 | public_key: Prepare release | Dan Gudmundsson | |
2010-02-17 | Merge branch 'tj/asn1_macro_prefix' into ccase/r13b04_dev | Erlang/OTP | |
* tj/asn1_macro_prefix: Add support for prefixing macro names generated by the compiler OTP-8453 tj/asn1_macro_prefix | |||
2010-02-17 | wx: Prepare release | Dan Gudmundsson | |
2010-02-17 | emacs: Update test suite skeletons | Peter Andersson | |
2010-02-17 | mnesia: prepare release | Dan Gudmundsson | |
2010-02-17 | OTP-8447 Bit string comprehensions can now be used in parameterized | Hans Bolinder | |
modules. (Thanks to Jebu Ittiachen.) | |||
2010-02-17 | Update version number | Björn-Egil Dahlberg | |
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | dialyzer: Fix system_limit exception in race analysis | Kostis Sagonas | |
dialyzer_callgraph: Avoid creation of too many ets tables by the race analysis. dialyzer_dataflow: The digraph returned by the race analysis should not be the translated one. | |||
2010-02-16 | percept: Clean up as suggested by tidier | Kostis Sagonas | |
2010-02-16 | percept: Modernize types and specs | Kostis Sagonas | |
2010-02-16 | parsetools: Don't use 'try...of' when 'try' will do | Kostis Sagonas | |
2010-02-16 | parsetools: Use %% for comments at the beginning of a line | Kostis Sagonas | |
According to the style guidelines (and the Erlang mode for Emacs), comments at the beginning of a line should start with "%%", not "%". | |||
2010-02-16 | parsetools: Replace lists:keysearch/3 with lists:keyfind/3 | Kostis Sagonas | |
2010-02-16 | parsetools: Modernize types and specs | Kostis Sagonas | |
2010-02-16 | parsetools: Replace TABs with spaces | Björn Gustavsson | |
The files in the parsetools application are supposed to be indented using spaces only. Remove the stray TABs that somehow have crept in. | |||
2010-02-16 | runtime_tools: Modernize specs | Kostis Sagonas | |