| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | * binarin/even-more-absolute-paths/PR-1103/OTP-13800:
  Use perl discovered by configure
  Don't make assumptions about build tools paths | 
|  |  | 
|  | One more followup to https://github.com/erlang/otp/pull/1056 and
https://github.com/erlang/otp/pull/1023
This time it's about `/usr/bin/env` and `/bin/cp`:
- `/usr/bin/env` in `diameterc` was used to find the bootstrapped
  `escript` executable. Changed it to exlpicit call to `escript` in
  Makefile.
- `/usr/bin/env` and `/bin/cp` were referenced in documentation
  build/install process. Now full paths to this tools are injected using
  autoconf magic. | 
|  | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | 
|  |  | 
|  | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Transport factory basic implementation added. This makes possible
creating connections between nodes using ssh channels for example.
Default transport factory based on standart Socket/ServerSocket
classes is provided. Modifications are backward compatible. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | OTP-10106
OTP-10107 | 
|  |  | 
|  |  | 
|  | These dependency files was once used when building the documentation,
but are no longer needed. | 
|  | bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114
Also fixed a bunch of "end-years" (was 2010 but should have been 2011,
which the commit hook not happy with). | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | 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. | 
|  |  |