Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh-2.5.03 seems to build 'out of box' on my MachTen 4.0.2
- X-seq: zsh-workers 1135
- From: rcyeh@xxxxxxxxxxxxxxx (Richard Yeh)
- To: support@xxxxxxxxx
- Subject: zsh-2.5.03 seems to build 'out of box' on my MachTen 4.0.2
- Date: Wed, 22 May 1996 13:06:31 -0700
- Cc: zsh-list@xxxxxxxxxxxx
Whether it works, I can't say yet. I'll let you know if I have any problems.
I'm running MachTen 4.0.2 (including Tenon's patches through April)
on a Power Macintosh 7200/75 running System 7.5.3.
Here are the warnings that occurred during the make:
cc -O3 -c builtin.c
builtin.c: In function `bin_unlimit':
builtin.c:1613: warning: left shift count >= width of type
builtin.c:1634: warning: left shift count >= width of type
builtin.c: In function `showlimits':
builtin.c:1654: warning: left shift count >= width of type
builtin.c: In function `printulimit':
builtin.c:3770: warning: left shift count >= width of type
builtin.c: In function `bin_ulimit':
builtin.c:3888: warning: left shift count >= width of type
(cc is actually gcc 2.7.0.)
Richard
Below is what resulted from running the 'reporter' script.
The first two lines are from STDERR.
strings: /lib/cpp: No such file or directory
./reporter: no such file or directory: /lib/cpp [118]
# START zsh saveset
# uname: powerpc-tenon-machten sphere 4 0.1 Power Macintosh
# Aliases.
alias run-help='man'
alias which-command='whence'
# Key bindings.
bindkey -r "^@"
bindkey -r "^A"
bindkey -r "^B"
bindkey -r "^C"
bindkey -r "^D"
bindkey -r "^H"
bindkey -r "^I"
bindkey -r "^J"
bindkey -r "^K"
bindkey -r "^L"
bindkey -r "^M"
bindkey -r "^R"
bindkey -r "^S"
bindkey -r "^T"
bindkey -r "^U"
bindkey -r "^V"
bindkey -r "^W"
bindkey -r "\e"
bindkey -r "^?"
bindkey -r "\e"
bindkey -r "\e[A"
bindkey -r "\e[B"
bindkey -r "\e[C"
bindkey -r "\e[D"
bindkey "^@" undefined-key
bindkey "^A" self-insert
bindkey "^B" self-insert
bindkey "^C" undefined-key
bindkey "^D" list-choices
bindkey "^H" vi-backward-delete-char
bindkey "^I" expand-or-complete
bindkey "^J" accept-line
bindkey "^K" kill-line
bindkey "^L" clear-screen
bindkey "^M" accept-line
bindkey "^R" redisplay
bindkey "^S" self-insert
bindkey "^T" self-insert
bindkey "^U" vi-kill-line
bindkey "^V" quoted-insert
bindkey "^W" vi-backward-kill-word
bindkey "\e" prefix
bindkey "^?" backward-delete-char
bindkey "\e" vi-cmd-mode
bindkey "\e[A" up-line-or-history
bindkey "\e[B" down-line-or-history
bindkey "\e[C" forward-char
bindkey "\e[D" backward-char
# Completions.
compctl -b bindkey
compctl -c builtin
compctl -v export
compctl -o setopt
compctl -v typeset
compctl -v unset
compctl -o unsetopt
compctl -v vared
compctl -c which
# Undefined functions.
# Defined functions.
# Limits.
limit cputime 596523h
limit filesize 2047m
limit datasize 240m
limit stacksize 2m
limit coredumpsize 2047m
limit memoryuse 2047m
limit memorylocked 2047m
limit maxproc 103
limit descriptors 64
# Non-array variables.
TERMCAP='vt100:do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=2*\ED:le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:if=/usr/share/tabset/vt100:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=2*\EM:vt#3:xn:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:'
TERM='vt100'
ARGC="0"
BAUD="0"
CDPATH=""
COLUMNS="80"
DIRSTACKSIZE="-1"
DISPLAY=":0"
EDITOR="/usr/bin/nvi"
EGID="10"
ERRNO="9"
EUID="8"
EXINIT="set shell=/bin/csh magic redraw"
FCEDIT="vi"
FIGNORE=""
FPATH=""
GID="10"
HISTCHARS="!^#"
HISTSIZE="30"
HOME="/home/rcyeh"
HOST="sphere"
HOSTTYPE="Power_Macintosh-machten"
KEYTIMEOUT="40"
LINENO="294"
LINES="24"
LISTMAX="100"
LITHISTSIZE="5"
LOGCHECK="60"
LOGNAME="rcyeh"
MACHTEN="4"
MAIL=""
MAILCHECK="60"
MAILPATH=""
MANPATH=""
NULLCMD="cat"
OLDPWD="/home/rcyeh/project/zsh-2.5.03/examples/scripts"
OPTARG=""
OPTIND="1"
PATH=".:~/bin:/usr/bin:/bin:/usr/X11/bin:/usr/libexec:/usr/sbin:/sbin"
PERIOD="0"
POSIX="true"
POSTEDIT=""
PPID="334"
PROMPT="%m%# "
PROMPT2="> "
PROMPT3="?# "
PROMPT4="+ "
PS1="%m%# "
PS2="> "
PS3="?# "
PS4="+ "
PSVAR=""
PWD="/home/rcyeh/project/zsh-2.5.03/examples/scripts"
RANDOM="26658"
READNULLCMD="more"
REPORTTIME="-1"
RPROMPT=""
RPS1=""
SAVEHIST="0"
SECONDS="25"
SHELL="/bin/csh"
SHLVL="2"
SPROMPT="zsh: correct \`%R\' to \`%r\' [nyae]? "
TIMEFMT="%E real %U user %S system %P %J"
TMOUT="0"
TMPPREFIX="/tmp/zsh"
TTY=""
UID="8"
USER="rcyeh"
USERNAME="rcyeh"
VERSION="zsh 2.5.03"
VIRTUAL_MEMORY="false"
VISUAL="/usr/bin/nvi"
WATCH=""
WATCHFMT="%n has %a %l from %m."
WIND_NAME="Terminal 3"
WORDCHARS="*?_-.[]~=/&;!#$%^(){}<>"
status="0"
str="powerpc-tenon-machten sphere 4 0.1 Power Macintosh"
prompt='test%'
# Array variables.
argv=()
cdpath=()
fignore=()
fpath=()
mailpath=()
manpath=()
path=(. ~/bin /usr/bin /bin /usr/X11/bin /usr/libexec /usr/sbin /sbin)
psvar=()
signals=(EXIT hup int quit ill trap abrt emt fpe kill bus segv sys pipe alrm term urg stop tstp cont chld ttin ttou io xcpu xfsz vtalrm prof winch info usr1 usr2 ZERR DEBUG)
watch=()
# Exported variables.
export TERMCAP
export TERM
export DISPLAY=:0
export EDITOR=/usr/bin/nvi
export EXINIT=set shell=/bin/csh magic redraw
export HOME=/home/rcyeh
export LOGNAME=rcyeh
export MACHTEN=4
export PATH=.:~/bin:/usr/bin:/bin:/usr/X11/bin:/usr/libexec:/usr/sbin:/sbin
export POSIX=true
export PWD=/home/rcyeh/project/zsh-2.5.03/examples/scripts
export SHELL=/bin/csh
export SHLVL=2
export TERM=vt100
export TTY=
export USER=rcyeh
export VIRTUAL_MEMORY=false
export VISUAL=/usr/bin/nvi
export WIND_NAME=Terminal 3
# Setopt.
setopt bgnice
setopt hashcmds
setopt hashdirs
setopt hashlistall
setopt notify
# END zsh saveset
Messages sorted by:
Reverse Date,
Date,
Thread,
Author