8000 Tags · jonmacs/jove · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jonmacs/jove

Tags

4.17.5.5

Toggle 4.17.5.5's commit message
ensure that testbuild PIPEPROCS installs portsrv via PORTSRVINST=1

4.17.5.4

Toggle 4.17.5.4's commit message
4.17.5.4 continued: get rid of ubuntu containers since docker pull fa…

…ils,

not sure why.

4.17.5.3

Toggle 4.17.5.3's commit message
4.17.5.3 put qref and example.rc in DDOCDIR (e.g

/usr/share/doc/jove), update README to mention docs.

4.17.5.2

Toggle 4.17.5.2's commit message
4.17.5.2 small fix/simplification to Makefile for troff output device…

… TDEV

4.17.5.1

Toggle 4.17.5.1's commit message
4.17.5.1 continued: generate jove.man.pdf rather than jove.man.ps.

rename jove.man to jove.man.txt for consistency (redhat pkg did this
already)

4.17.5.0

Toggle 4.17.5.0's commit message
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.9

Toggle 4.17.4.9's commit message
4.17.4.9 screen.c remove vestigial unused variable 'col'

(causes complaints on FreeBSD 13.1)

4.17.4.8

Toggle 4.17.4.8's commit message
4.17.4.8 testbuild.sh make rpm more robust for old containers

that may have an previously installed jove, use TB_MACH instead
of hardwired x86_64

4.17.4.7

Toggle 4.17.4.7's commit message
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

Toggle 4.17.4.6's commit message
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)
0