diff options
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/MACHINES | 13 | ||||
-rw-r--r-- | Etc/NEWS | 1 |
2 files changed, 9 insertions, 5 deletions
diff --git a/Etc/MACHINES b/Etc/MACHINES index fd386c7e0..038340e79 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -39,15 +39,21 @@ DEC: OSF/1 1.2, 1.3, 2.0, 3.*, DEC Unix 4.* (Alpha) remove the bogus strip and use /bin/strip instead. On Digital UNIX 4.0, compilation with gcc and with --enable-dynamic - apparently needs configuring with explicit flags: + apparently needs configuring with explicit flags when compiling + with debugging enabled: DLLD=gcc LDFLAGS='-g -rpath <path-to-.so-files>' ./configure ... FreeBSD: FreeBSD 2.2.7 [3.1.4] Should build `out-of-the-box'. -HP: HP-UX 9, 10.20 +HP: HP-UX 9, 10.20, 11.0 Should build `out-of-the-box'. + Problems with dynamic loading have been reported under 11, but + this should compile using the standard dlopen() function set + (rather than the 10.20 shl_load() function set). More details of + any difficulties would be appreciated. + IBM: AIX Should build `out-of-the-box'. On AIX 3.x (at least), --enable-zsh-mem will not work. @@ -87,9 +93,6 @@ SGI: IRIX 5.1.1.1, 5.2, 5.3, 6.2, 6.3, 6.5 full optimization (cc -O3 -OPT:Olimit=0) causes problems. Sun: SunOS 4.1.* - Dynamic loading does not work under SunOS 4.1. Sometimes, - you may need to turn it off explicitly with --disable-dynamic. - Under 4.1.3 if yellow pages is used, username completion may cause segmentation violation. This is a bug in the shared library not in zsh. Some libc.so.1.9.* has this bug (it fails in yp_all). diff --git a/Etc/NEWS b/Etc/NEWS index 9d58c9cc6..aad7ccceb 100644 --- a/Etc/NEWS +++ b/Etc/NEWS @@ -34,6 +34,7 @@ Globbing changes: - Case-insensitive and approximate globbing. - Ordering and indexing of globbing matches, e.g. *(om[1]) picks most recently modified file. + - General file mode qualifier with chmod(1)-like syntax, e.g. *(f:u+wx:) New loadable modules: - zftp, plus associated function suite, for turning your zsh session |