Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-18 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/kernel/ebin/os.beam | |||
2013-11-09 | Add os:unsetenv/1 | Martin Hässler | |
New BIF os:unsetenv/1 which deletes an environment variable and returns 'true'. Does not change any old functionality. Calls the libc function unsetenv(3) on UNIX and SetEnvironmentVariableW(key, NULL) on Windows. The unicode support is the same as for os:getenv and os:putenv. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
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-08-14 | Add documetation about Unicode in environment | Patrik Nyblom | |
2012-07-19 | kernel: Remove VxWorks | Björn-Egil Dahlberg | |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-06-20 | Add more specs and types | Hans Bolinder | |
An incorrect spec, rpc:yield/1, has been fixed. | |||
2011-05-11 | Use Erlang specs and types for documentation | Hans Bolinder | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |