Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | Added ticket number. | Micael Karlberg | |
OTP-9795 | |||
2011-12-07 | Fixed doc make target for (internally used) index.html file. | Micael Karlberg | |
Updated appup, version and release notes for R15 release. | |||
2011-12-05 | Fix misspelling of chosen | Tuncer Ayaz | |
2011-12-01 | Merge branch 'bmk/megaco/r15_proofing_test' | Micael Karlberg | |
2011-12-01 | Fixed bogus comment. | Micael Karlberg | |
2011-12-01 | Merge branch 'bmk/megaco/r15_proofing_test' | Micael Karlberg | |
2011-12-01 | Merge branch 'bmk/megaco/own_dialyzer_plt' | Micael Karlberg | |
2011-11-28 | Exits from undefined functions or function cluases now | Micael Karlberg | |
also include extra info, such as line numbers. | |||
2011-11-25 | MacOS X: Completely remove obsolete -no-cpp-precomp option | Björn Gustavsson | |
clang does not recognize the -no-cpp-precomp option and generates a warning. -no-cpp-precomp is an obsolete Apple-specific gcc option, which last had any effect in gcc 3.1 for Jaguar. Since we cannot build for Jaguar anyway, the configure test added in 8412a400e92d5cbcd is not needed. | |||
2011-11-24 | Made the dialyzer targets conform with that of | Micael Karlberg | |
the inets and snmp apps. | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-14 | Added proper release note entry for OTP-9672. | Micael Karlberg | |
2011-11-04 | Minor improvements to the meas tools. | Micael Karlberg | |
OTP-9604 Merge branch 'bmk/megaco/20111003/improving_mstone1/OTP-9604' into bmk/megaco/r15_integration Conflicts: lib/megaco/doc/src/notes.xml | |||
2011-11-04 | The profiling test tool has been rewritten. | Micael Karlberg | |
H�kan Mattsson. OTP-9679 Merge branch 'bmk/megaco/improving_profiling_tool/OTP-9679' into bmk/megaco/r15_integration | |||
2011-11-04 | Updated release notes and appup file. | Micael Karlberg | |
OTP-9679 | |||
2011-11-01 | Skipping the dist test case. Needs a major re-write (sometime). | Micael Karlberg | |
2011-11-01 | Merge branch 'lukas/megaco/remove_driver_warning/OTP-9672' | Lukas Larsson | |
* lukas/megaco/remove_driver_warning/OTP-9672: Remove the warning that driver option is replaced by nif | |||
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-25 | H�kan Mattsson rewrote the profile tool. | Micael Karlberg | |
2011-10-25 | Upped the version number. Some cosmetics related to the | Micael Karlberg | |
profile tool. | |||
2011-10-06 | Added relaese notes and proper appup instruction (no changes). | Micael Karlberg | |
2011-10-03 | Fixed file header dates. | Micael Karlberg | |
2011-10-03 | roper version. | Micael Karlberg | |
2011-10-03 | Add building script skeletons to include proper app version. | Micael Karlberg | |
2011-09-27 | Merge branch 'dev' into major | Hans Bolinder | |
* dev: Improve the generation of man pages Correct XML files | |||
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-09-23 | Merge branch 'dev' into major | Micael Karlberg | |
2011-09-23 | Fixed version, release notes and appup in prep for release. | Micael Karlberg | |
2011-08-09 | Remove the warning that driver option is replaced by nif | Lukas Larsson | |
2011-08-08 | megaco: Support parallel make | Björn Gustavsson | |
2011-08-08 | megaco/src/flex/Makefile.in: Support parallel make | Björn Gustavsson | |
Make sure that directories are created before they are used. I tried to use order-only prerequisites to create the directories, but run into two problems: First, order-only prerequisites are only implemented in Make 3.80 and later. Second, on a computer running Solaris/Intel 2.8 (with Make 3.80), order-only prerequisites seemed to work like ordinary prerequisites, causing targets to be re-built if the timestamp for the directory changed. Therefore, using a shell command to run mkdir seems to be the more portable solution. | |||
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-01 | Wrong remove instruction. | Micael Karlberg | |
2011-03-01 | Fixed megacos own test server again. Now added suite init | Micael Karlberg | |
and end. Also some cosmetic stuff (indenting). | |||
2011-03-01 | Added new module (megaco_config_misc). | Micael Karlberg | |
2011-02-25 | No auto import of error/1,2. | Micael Karlberg | |
2011-02-25 | First batch of attempts to deal with dialyzer issues... | Micael Karlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting and also some migration fixes for megaco | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update megaco tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-17 | Updated test cases to work with ts conversion algorithm | Lukas Larsson | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. |