You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.17.5.0 continued: forgot to put Beginner_Help call in jove.rc.in,
(renamed jem1.txt to jem.text, and removed jem1.hlp, since new teach-jove
command can replace about-jove mini-description). No real need for full
jem.rc (those function key bindings clash with others, which would be
confusing, and don't work in modern window systems anyway, since many of
those function keys are intercepted by the desktop!)
install jove.qref and jem.txt in SHAREDIR
lower threshold to move objects from near to far in Makefile.wat so we can
raise stack DOS build from 11000 to 18000 (since 11000 caused a stack
overflow at least once -- 11500 did not, but seems worth some headroom;
still handles about 35000 lines in a 200K executable)
fix jexecpath bugs on NetBSD, FreeBSD (typos, stdbool clash),
OpenIndiana (need getCWD before fixrelpath is called)
4.17.4.7 recover.c: changed copystr to copystrs in to
avoid sprintf to fixed size buffer that generated
many complaints.
setbuf on pipe seems unnecessary on modern machines/libc.
missing space in error message
testbuild.sh: for apt case, use OPTFLAGS from Cord debian hardening
4.17.4.6 ifdef jove-{compiled,linked}-with variables for
UNIX or MINGW in vars.tab, to match jove.h (the variables
get defined by lines appended by the Unix Makefile to keys.c)