Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-11 | Remove comments about unicode atoms in OTP 18 | Siri Hansen | |
There was once a plan to implement support for unicode atoms in OTP 18. This plan has been stopped until further notice, and the information about this is now removed from the documentation. | |||
2014-03-24 | Specify that +fn* flags affect even command-line parameters and environment ↵ | Vlad Dumitrescu | |
variables | |||
2014-03-12 | erts: Clarify escript's encoding of the I/O-server | Hans Bolinder | |
A note has been added that clarifies that the encoding of the I/O-server has to be set explicitly, irrespective of any encoding comment. | |||
2014-02-06 | Make the references to various Erlang/OTP releases verbose | Hans Bolinder | |
2014-01-28 | Change the default file name encoding mode to +fnaw | Björn Gustavsson | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-17 | Add documentation of w, i and e addition to +fnu and +fna switches to erl | Siri Hansen | |
These were documented in the stdlib user's guide, but not in the reference manual for erl. This has now been corrected. | |||
2013-02-22 | Correct text according to document reviews | Patrik Nyblom | |
2013-02-22 | Adapt the Unicode chapter of STDLIB users guide to R16 | Patrik Nyblom | |
Also extended it with more examples, summaries and other stuff. | |||
2013-02-11 | Make Unicode corrections | Hans Bolinder | |
2013-01-25 | [stdlib] Update the Unicode examples in STDLIB User's Guide | Hans Bolinder | |
2013-01-02 | Improve and correct contracts and types of the IO modules | Hans Bolinder | |
2013-01-02 | Clean up some of the Unicode documentation | Hans Bolinder | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Fix broken links | Lukas Larsson | |
2012-08-14 | Add documetation about Unicode in environment | Patrik Nyblom | |
2011-11-28 | stdlib: Fix typo in unicode_usage.xml | Raimo Niskanen | |
Reported by Uwe Dauernheim. | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-08-08 | Trivial documentation fixes | Christian von Roques | |
2010-12-10 | Fix a couple typos in filename encoding docs | Tuncer Ayaz | |
2010-12-03 | Add documentation to erlang.xml and slight correction to unicode_usage.xml | Patrik Nyblom | |
2010-12-02 | Add section about Unicode file names to stdlib users guide | Patrik Nyblom | |
2010-03-16 | Change all incorrect occurrences of it's to its | Matthias Lang | |
The documentation (*.xml) in the otp tree has a common grammatical problem, "it's" and "its" are often interchanged. That is annoying for some readers. This commit consists entirely of "it's" -> "its" changes. I went through every .xml file in the tree. If there are any remaining bugs of this type, it's because I missed them, not because I didn't look. | |||
2010-01-26 | OTP-8343 The documentation is now possible to build in an open source | Lars G Thorsen | |
environment after a number of bugs are fixed and some features are added in the documentation build process. - The arity calculation is updated. - The module prefix used in the function names for bif's are removed in the generated links so the links will look like http://www.erlang.org/doc/man/erlang.html#append_element-2 instead of http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2 - Enhanced the menu positioning in the html documentation when a new page is loaded. - A number of corrections in the generation of man pages (thanks to Sergei Golovan) - Moved some man pages to more apropriate sections, pages in section 4 moved to 5 and pages in 6 moved to 7. - The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |