* ED4_work_info:
- use auto instance in executeKeystroke().
- move -> ed4_edit_string.hxx
- pass down parent workinfo const into call_edit().
61 lines of code changed in 3 files:
* ED4_Edit_String:
- make members private.
- fix ctor (elim memset initialization).
17 lines of code changed in 2 files:
* ED4_Edit_String:
- remove unneeded global instance.
- use automatic instances.
- remove init_edit().
10 lines of code changed in 5 files:
* cosmetic + todos.
16 lines of code changed in 4 files:
* document key bindings for paging.
* show howto handle undefined result from remote_read_awar.
10 lines of code changed in 2 files:
* implement page up/down functionality for edit4
- {{{PgUp}}}/{{{PgDown}}} scrolls half page up/down
- pages horizontally when used together with ALT
16 lines of code changed in 1 file:
* ed4_scroll() can ignore scrollspeed (from awar).
10 lines of code changed in 1 file:
* code move only.
61 lines of code changed in 1 file:
* add keycodes for paging up+down.
11 lines of code changed in 2 files:
* use trap exit.
* deny some characters in installation path (e.g. spaces, quotes or backticks).
17 lines of code changed in 1 file:
* warn if any path used in ARB does contain spaces (too error-prone)
- added helper functions into CORE
- warn about unwanted chars
* in result from getenv_executable(), getenv_existing_directory(), getenv_autodirectory(), GB_find_executable().
* in path of sina executable and of pigz used in ARB_zfopen().
79 lines of code changed in 5 files:
* improve error exit from script (kill self).
* protect functions vs. wrong use (check param 3 of addpath; deny param 3 for append and prepend).
* quote several expressions (to allow installation paths containing spaces)
- arb is NOT intended to be installed into such paths! see also next commit.
41 lines of code changed in 1 file:
* reintegrates 'io' into 'trunk'
* adds: log:branches/io@18428:18436
325 lines of code changed in 8 files:
* reintegrates 'unittest' into 'trunk'
* adds: log:branches/unittest@18363:18425
7088 lines of code changed in 81 files: