Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-23 | Merge branch 'nick/lht-idl-compiler-opt/OTP-9460' into dev | Niclas Eklund | |
* nick/lht-idl-compiler-opt/OTP-9460: [IC] Changed version, added release note and updated license headers. ic: Fix typo, #ifudef -> #ifndef | |||
2011-08-23 | Fix missing comma in code example | Raimo Niskanen | |
Courtesy of William B. Morgan at Bigpoint Inc. | |||
2011-08-18 | Fix incorrect order of pseudo variables in yecc example | garrett | |
The example is for converting from infix to prefix. This change uses to correct ordering of the triplet. | |||
2011-08-18 | fix broken edoc annotations | Richard Carlsson | |
2011-08-18 | [IC] Changed version, added release note and updated license headers. | Niclas Eklund | |
2011-08-18 | Fix a bug in zip:zip_open/1,2. | Hans Bolinder | |
zip:zip_open/1,2 did not accept binary archives. Also corrected the contracts of t/1 and tt/1. | |||
2011-08-18 | Merge branch 'hb/correction_of_zip_contracts/OTP-9471' into dev | Hans Bolinder | |
* hb/correction_of_zip_contracts/OTP-9471: Correct contracts in the zip module | |||
2011-08-18 | Merge branch 'hb/et/remove_dialyzer_warnings/OTP-9470' into dev | Hans Bolinder | |
* hb/et/remove_dialyzer_warnings/OTP-9470: Remove Dialyzer warnings | |||
2011-08-17 | Correct contracts in the zip module | Hans Bolinder | |
The contracts of zip:zip_list_dir/1 and zip:zip_get/2 have been corrected. | |||
2011-08-17 | Merge branch 'ia/odbc/skip-tests-because-of-driver-issues' into dev | Ingela Anderton Andin | |
* ia/odbc/skip-tests-because-of-driver-issues: Skip test if not applicable | |||
2011-08-17 | Remove Dialyzer warnings | Hans Bolinder | |
2011-08-17 | Allow @enum when AVP is defined in an inherited dictionary. | Anders Svensson | |
3GPP standards (for one) extend the values allowed for RFC 3588 AVP's of type Enumerated. Previously, extending an AVP was only possible by completely redefining the AVP. | |||
2011-08-17 | @id required in dictionary files only when @messages is specified. | Anders Svensson | |
@id defines an application identifier and this is used only when sending or receiving messages. A dictionary can define only AVP's however, to be included by other dictionaries using @inherits, in which case it makes no sense to require @id. Note that message definitions are not inherited with @inherits, only AVP's | |||
2011-08-17 | Fix dialyzer warning on default clause for binary comprehension | Ivan Dubrov | |
Fixed dialyzer warning occuring on binary comprehension of form "<< <<>> || {A, B} <- [{a, b}] >>" caused by default clause inserted by compiler. Since this clause is different from the case of list comprehension, dialyzer fails to suppress that warning. | |||
2011-08-17 | ic: Fix typo, #ifudef -> #ifndef | Haitao Li | |
2011-08-16 | Merge branch 'kj/eunit-surefire-fixes' into dev | Henrik Nord | |
* kj/eunit-surefire-fixes: Generate separate surefire XMLs for each test suite OTP-9465 | |||
2011-08-16 | Merge branch 'cr/trivia' into dev | Henrik Nord | |
* cr/trivia: replace "a ssl" with "an ssl" reindent pkix_path_validation/3 Trivial documentation fixes OTP-9464 | |||
2011-08-16 | Merge branch 'rc/edoc-minor' into dev | Henrik Nord | |
* rc/edoc-minor: forgot to ensure that xmerl is found in path for include_lib to work fix -spec declaration that doesn't work in R13B04 eliminate warnings about unused imports removed CVS-keywords from source files synchronized with edoc development version OTP-9463 | |||
2011-08-15 | Correct the contract of timer:now_diff/2 | Hans Bolinder | |
The contract of timer:now_diff() has been corrected. (Thanks to Alex Morarash). | |||
2011-08-15 | Merge branch 'nick/lht-idl-compiler-opt/OTP-9460' into dev | Niclas Eklund | |
* nick/lht-idl-compiler-opt/OTP-9460: Changed version, added release note and updated license headers. ic: Implement multiple include optimization ic: Fix preprocessor double expanded included files ic: Improve ic_pragma performance by using ets:match | |||
2011-08-11 | Changed version, added release note and updated license headers. | Niclas Eklund | |
2011-08-11 | Fix win32 OpenSSL static linking broken in 20c9d6e | Dave Cottlehuber | |
2011-08-10 | Merge branch 'lars/xmerl/attr_val_bug/OTP-9411' into dev | Lars Thorsen | |
* lars/xmerl/attr_val_bug/OTP-9411: Added test case for ticket 9411. Entity replacement in attributes doesn't work poperly. | |||
2011-08-09 | Added test case for ticket 9411. | Lars Thorsen | |
2011-08-09 | Entity replacement in attributes doesn't work poperly. | Lars Thorsen | |
2011-08-09 | Added ticket test case. | Lars Thorsen | |
2011-08-09 | Fixed problem with relative paths to schemas. | Lars Thorsen | |
2011-08-08 | Merge branch 'hl/gen_fsm-return' into dev | Henrik Nord | |
* hl/gen_fsm-return: Fix minor typo in gen_fsm documentation OTP-9456 | |||
2011-08-08 | Merge branch 'ms/inet-socket-domain-error' into dev | Henrik Nord | |
* ms/inet-socket-domain-error: inet: error if fd does not match socket domain OTP-9455 | |||
2011-08-08 | Fix minor typo in gen_fsm documentation | Henrik Nord | |
2011-08-08 | replace "a ssl" with "an ssl" | Christian von Roques | |
2011-08-08 | reindent pkix_path_validation/3 | Christian von Roques | |
2011-08-08 | Trivial documentation fixes | Christian von Roques | |
2011-08-04 | forgot to ensure that xmerl is found in path for include_lib to work | Richard Carlsson | |
2011-08-04 | fix -spec declaration that doesn't work in R13B04 | Richard Carlsson | |
2011-08-04 | eliminate warnings about unused imports | Richard Carlsson | |
2011-08-04 | removed CVS-keywords from source files | Richard Carlsson | |
2011-08-04 | synchronized with edoc development version | Richard Carlsson | |
2011-08-02 | Also added handling option "--W" in the snmpc(command), | Micael Karlberg | |
for completion. | |||
2011-08-02 | Fixed release notes entry. | Micael Karlberg | |
2011-08-02 | [compiler] Used wrong variable name (for | Micael Karlberg | |
warnings-as-errors variable), which caused the compiler to crash when using the snmpc script. Also added the option --Werror for the SNMP MIB compiler (escript) frontend (to mimic erlc), which specifies whether warnings should be treated as errors. OTP-9447 | |||
2011-08-01 | [agent] Some very minor debugging improvements. | Micael Karlberg | |
OTP-9446 | |||
2011-08-01 | Do not install *.bat files on non-win32 machines | Hans Ulrich Niedermann | |
Signed-off-by: Peter Lemenkov <[email protected]> Signed-off-by: Hans Ulrich Niedermann <[email protected]> | |||
2011-08-01 | Update results of race_SUITE/extract_translations | Stavros Aronis | |
2011-08-01 | Update results of small_SUITE/flatten | Stavros Aronis | |
2011-08-01 | Add codec_can and list_to_bitstring tests | Stavros Aronis | |
2011-08-01 | Fix bug when reporting unused functions | Stavros Aronis | |
2011-08-01 | Update Dialyzer's r9c_suite results | Stavros Aronis | |
2011-07-31 | ic: Implement multiple include optimization | Haitao Li | |
Like C header files, IDL files are often macro guarded to avoid opening and processing the same file repeatedly. This patch implements the algorithm used by GNU cpp as described at: http://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html | |||
2011-07-27 | ic: Fix preprocessor double expanded included files | Haitao Li | |
New lines are pushed to output inconsistently with "\n" or $\n. This confuses only_nls/1, which tests if the file just expanded are all skipped. This patch consistently pushes character $\n to output, instead of string "\n" to further improve efficiency. |