Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | Changed name of test case functions (from seq12263 to otp10998) | Micael Karlberg | |
2013-04-10 | Assign correct version and updated release notes accordingly. | Micael Karlberg | |
Also added (and cleaned up) appup. | |||
2013-04-10 | Merge branch 'bmk/megaco/flex_scanner_core/seq12263' into ↵ | Micael Karlberg | |
bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13 Conflicts: lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src | |||
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-04-03 | Removed comments | Micael Karlberg | |
2013-03-26 | Ensure of incorrect number of terms when scanning property groups | Micael Karlberg | |
At the end of the mfs_load_property_groups function, the final property group list and property groups list is "terminated". A call to mfs_ensure_term_spec with (incorrect) size 4 was made prior to this to ensure enough data was available. The correct size was 6! | |||
2013-03-26 | Uncommented test cases | Micael Karlberg | |
2013-03-25 | Add new messages | Micael Karlberg | |
2013-03-25 | Calculation of term_spec size (initial and next) changed | Micael Karlberg | |
There seem to be some problem with realloc (core dump) so the calculation of the term_spec size needs to be "corrected". | |||
2013-03-22 | Minor test case rework | Micael Karlberg | |
2013-03-22 | Test case cleanup | Micael Karlberg | |
2013-03-22 | Add rule for test beam'es | Micael Karlberg | |
2013-03-22 | Preliminary test case updates | Micael Karlberg | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Merge branch 'rickard/r16/port-optimizations/OTP-10336' | Rickard Green | |
* rickard/r16/port-optimizations/OTP-10336: Bump reductions also for immediate driver calls Add 'port_count' and 'port_limit' to system_info/1 spec Fix documentation Replace use of deprecated functions in test cases Replace use of driver_send_term() with erl_drv_send_term() Conflicts: erts/preloaded/ebin/erlang.beam | |||
2013-01-22 | Merge branch 'lh/forget-mnemosyne/OTP-10729' | Fredrik Gustafsson | |
* lh/forget-mnemosyne/OTP-10729: Remove what remains of the Mnemosyne code Remove support for the query keyword and query expressions | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-16 | Remove what remains of the Mnemosyne code | Loïc Hoguin | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-15 | Fix LM_TRY_ENABLE_CFLAG to use correct environment | Björn-Egil Dahlberg | |
LM_TRY_ENABLE_CFLAG takes which environment variable should be updated but only CFLAGS was updated. Though CFLAGS is the normally the intended variable, others may be used. For instance CXXFLAGS. | |||
2013-01-11 | If GCC is used, treat -Wreturn-type as error | Tuncer Ayaz | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-12-19 | Replace use of driver_send_term() with erl_drv_send_term() | Rickard Green | |
2012-11-26 | Update megaco documentation | Björn Gustavsson | |
2012-11-26 | Fix use of asn1 in megaco | Björn Gustavsson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-27 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-22 | Prep for R15B02 release | Micael Karlberg | |
OTP-10199 | |||
2012-07-19 | megaco: Remove VxWorks | Björn-Egil Dahlberg | |
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-10 | Remove support for erlang:system_info(global_heaps_size) | Björn Gustavsson | |
2012-04-27 | megaco: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-02-29 | Merge branch 'bmk/megaco/updating_meas' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 Conflicts: lib/megaco/doc/src/notes.xml lib/megaco/src/app/megaco.appup.src | |||
2012-02-29 | Merge branch 'bmk/megaco/fixing_faulty_test_case' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 | |||
2012-02-28 | [megaco] Remove use of deprecated system flag scheduler_bind_type | Micael Karlberg | |
OTP-9949 | |||
2011-12-21 | [megaco] Fixed faulty test case (connect) | Micael Karlberg | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Merge branch 'raimo/64-bit-driver-api/OTP-9795' | Björn Gustavsson | |
* raimo/64-bit-driver-api/OTP-9795: (22 commits) driver_SUITE.erl: Fix sys info drivers emulator test drivers: Conform to updated driver API runtime_tools's drivers: Conform to updated driver API ws's xwe_driver.c: Conform to updated driver API megaco's flex scanner: Conform to updated driver API seq_trace_SUITE_data/echo_drv.c: Conform to updated driver API erl_interface tests: Conform port_call_drv.c updated driver API erl_drv_thread_SUITE_data/testcase_driver.c: Conform to updated driver API float_SUITE_data/fp_drv.c: Conform to updated driver API port_SUITE_data/*_drv.c: Conform to updated driver API port_bif_SUITE_data/control_drv.c: Conform to updated driver API send_term_SUITE_data/send_term_drv.c: Conform to updated driver API system_profile_SUITE_data/echo_drv.c: Conform to updated driver API trace_port_SUITE_data/echo_drv.c: Conform to updated driver API Remove support for old drivers without ERL_DRV_EXTENDED_MARKER built-in drivers: Add ERL_DRV_EXTENDED_MARKER and version numbers Bump driver version to 2.0 erl_driver.h: Enlarge type on return value from call erl_driver.h: Enlarge types on driver callbacks output, control and call erl_driver.h: Enlarge types in driver output functions ... Conflicts: erts/emulator/test/driver_SUITE_data/monitor_drv.c erts/emulator/test/driver_SUITE_data/timer_drv.c | |||
2011-12-09 | megaco's flex scanner: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | Merge branch 'bmk/megaco/make_flex_drv_r15_compat' | Micael Karlberg | |
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 | |