aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/tutorial
AgeCommit message (Collapse)Author
2016-03-15update copyright-yearHenrik Nord
2015-10-27Fix weird strncmp length in erl_interface exampleLoïc Hoguin
2015-09-14[typo] perspektive -> perspectiveJosh Adams
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-12Update Interoperability TutorialHans Bolinder
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Hans Bolinder.
2014-11-24Merge branch 'maint'Marcus Arendt
2014-11-20Fix spelling and grammarDerek Brown
2014-04-26Remove the pg module and related documentationLoïc Hoguin
This module has been marked experimental for more than 15 years, and has largely been superseded by the pg2 module from the kernel application. The original pg also has no tests and has not been updated in the last 15 years other than small maintenance edits (like adding specs or replacing pid/1 by is_pid/1). It is pretty unlikely that anyone uses it today and its presence is simply confusing as people should be using pg2 anyway.
2013-07-08Merge branch 'maint'Fredrik Gustafsson
2013-07-07Fix Nif doc typosYoshihiro Tanaka
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-04-08Remove unused Postscript filesHans Bolinder
2012-11-16Bring driver tutorial up to date.Patrik Nyblom
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-22Fix a code snippet and two typos in the docRicardo Catalinas Jiménez
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-10-27Remove unused */doc/src/make.dep filesBjörn Gustavsson
These dependency files was once used when building the documentation, but are no longer needed.
2011-09-21system documentation: Support parallel makeBjörn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-09-21Correct leading whitespace in C port tutorialTuncer Ayaz
2010-04-28OTP-8474 NIF improvements after R13B04Sverker Eriksson
New NIF API function enif_make_new_binary
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP