Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: erts/doc/src/erlang.xml erts/preloaded/ebin/init.beam lib/kernel/doc/src/os.xml lib/stdlib/test/filename_SUITE.erl | |||
2012-07-30 | Add filename:nativename/1 binary argument test to suite | Jan Klötzke | |
The filename module accepts binaries as file names. Add a test for filename:nativename/1 with binary input data as it currently fails on win32. | |||
2012-07-19 | stdlib: Remove VxWorks | Björn-Egil Dahlberg | |
2011-11-24 | Teach filename:find_src/1,2 to handle slim or stripped BEAM files | Björn Gustavsson | |
filename:find_src/1,2 will crash when asked to find the source corresponding to a BEAM with no compilation options. A BEAM file can be missing compilation options if it has been stripped using beam_lib:strip/1 or compiled using the undocumented 'slim' option. Why this matters: If ERL_COMPILE_OPTIONS is set to +slim before building Erlang/OTP, there will be a crash in 'igor' during the building of the public_key application. ('igor' merges several source code files, and uses filename:find_src/1,2 to find the source code.) Change filename:find_src/1,2 to return an empty option list if there are no options in the BEAM file. Noticed-by: Per Hedeland | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for stdlib | 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 stdlib tests to conform with common_test standard | Lukas Larsson | |
2010-12-03 | Test and correct filelib and filename | Patrik Nyblom | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |