SANO Masatoshi
ca8177f2ac
bump version to 18.8.10.93
2018-08-15 15:35:25 +09:00
SANO Masatoshi
f2db5d0529
[ci skip] prepare ChangeLog entry next to v18.6.10.92
2018-08-15 15:24:24 +09:00
SANO Masatoshi
9596f47f15
clisp is not stable for test.
2018-08-15 02:42:35 +09:00
SANO Masatoshi
51b8e2529c
intend to fix segfault reported by @KeenS and @kmizu
2018-08-15 01:29:19 +09:00
SANO,Masatoshi
60f1331dd6
Merge pull request #335 from Hamayama/lispdir2
...
Fix lispdir on Windows v2
2018-07-31 18:22:39 +08:00
Hamayama
4f5464abde
Fix lispdir on Windows v2
2018-07-31 19:08:28 +09:00
SANO,Masatoshi
914209d34e
Merge pull request #334 from Hamayama/lispdir
...
Fix lispdir on Windows
2018-07-31 16:14:56 +08:00
Hamayama
406007f5ef
Fix lispdir on Windows
2018-07-31 17:09:12 +09:00
SANO,Masatoshi
6ce6b1571f
Merge pull request #333 from takoeight0821/master
...
fix segmentation fault that caused by failure on sbcl_bin_download
2018-07-31 11:40:17 +08:00
Yuya Kono
9da0db1311
fix the bug that cause of failure on "ros install sbcl-bin"
2018-07-31 00:19:20 +09:00
SANO Masatoshi
f216b760cd
try flymake
2018-07-27 14:52:02 +09:00
SANO,Masatoshi
24f1a5d22c
Merge pull request #332 from myaosato/master
...
update msys2 version
2018-07-23 20:23:16 +09:00
myaosato
537d1d1287
update msys2 version
2018-07-23 20:17:00 +09:00
SANO Masatoshi
e979eeda36
update fmt.ros
2018-07-10 15:34:17 +09:00
SANO Masatoshi
e9b5ad5fe1
update fmt.ros
2018-07-10 14:17:30 +09:00
SANO Masatoshi
10714ac112
add template in help
2018-07-09 13:38:09 +09:00
SANO Masatoshi
a49c39df4c
ros build /path/file.ros --dump-shared-object would copy shared-object to the path. (reported by fukamachi)
2018-07-06 14:00:20 +09:00
SANO Masatoshi
29538687d4
erase debug print (ノv`*)
2018-07-06 13:56:46 +09:00
SANO Masatoshi
0f24e266d6
lib parameter for ros init
2018-07-06 13:44:13 +09:00
SANO Masatoshi
5b74ca4357
asdf loadable without ros binary system.
2018-06-26 13:56:04 +09:00
SANO Masatoshi
cc8a1d8a6d
dump-sbcl: muffle style-warning
2018-06-21 13:41:53 +09:00
Masataro Asai
7d6bd3b5ad
dump-sbcl: muffle style-warning
2018-06-20 21:43:50 +09:00
SANO Masatoshi
b042dbf093
allow failure on mkcl
2018-06-20 19:10:41 +09:00
SANO Masatoshi
f47c430df1
mkcl
2018-06-19 16:45:23 +09:00
SANO Masatoshi
d1e7052e4f
bump version to 18.6.10.92
2018-06-19 14:57:17 +09:00
SANO Masatoshi
c78f959995
[ci skip] prepare ChangeLog entry next to v18.4.10.91
2018-06-19 14:42:59 +09:00
SANO Masatoshi
78a5d59239
support ros run mkcl.
2018-06-19 14:19:01 +09:00
SANO Masatoshi
4f65339b4d
show some information on 'ros install -v'
2018-06-19 12:28:56 +09:00
Masataro Asai
9137b779ec
fix dump-sbcl for newer sbcl (maintaining backward compatibility)
...
sb-impl::*package-names* type changed to info-hashtable
2018-06-19 11:24:08 +09:00
SANO Masatoshi
0bd00aaf8d
dist.
2018-06-15 13:16:10 +09:00
SANO Masatoshi
ddaac32fd4
ros dist default
2018-06-11 23:18:43 +09:00
SANO Masatoshi
d73694bba8
show error when get version failure.
2018-06-11 19:04:24 +09:00
SANO Masatoshi
88369ac92d
install mkcl
2018-06-08 16:16:08 +09:00
SANO Masatoshi
b1fce2038c
edit roswell.asd
2018-06-07 19:29:29 +09:00
SANO Masatoshi
f9fa80508c
linuxbrew
2018-06-06 08:54:00 +09:00
gos-k
c8ad1fa089
Updated clasp 2018-05-17
2018-05-25 22:52:55 +09:00
SANO Masatoshi
8a55700cd7
sort dists
2018-05-22 17:48:43 +09:00
SANO,Masatoshi
40ac15f235
Merge pull request #326 from ocert/master
...
Fix launch of system SBCL, fix to 'append_trail_slash', less allocations in 'cat'
2018-05-21 12:58:48 +09:00
Olivier Certner
57a4e79bfa
Fix append_trail_slash and consumers
...
This function previously could not be used without creating memory
leaks (caller or callee). Also, it could read out-of-bounds (if passed
a path without slash), and could return a wrong value (path without
slash).
Changed its memory contract: It now does always return a freshly
allocated path, without touching the input one. Updated the callers
not to precopy the input.
2018-05-17 18:27:23 +02:00
Olivier Certner
c822efd5ed
util-string: Create cat2, use it in s_cat2 and cat
...
Remove most allocations in "cat".
2018-05-17 18:27:15 +02:00
Olivier Certner
eb9707f712
Fix launch of system SBCL
...
Do not set SBCL_HOME to a bogus directory when the selected version is
the system one, let SBCL use its default, allowing it to find the
proper "sbcl.core".
This change makes 'ros run' work after 'ros use sbcl-bin/system'.
2018-05-17 18:27:05 +02:00
SANO Masatoshi
28f46128ff
ros init dist. (WIP)
2018-05-14 15:19:19 +09:00
Travis-CI
2fdf03a59b
[ci skip] documents update
2018-05-10 02:18:33 +00:00
SANO Masatoshi
698fa81062
touch ros-dist.md
2018-05-10 11:01:30 +09:00
SANO Masatoshi
6f7a795cec
ros dist disable/enable/use/versions
2018-05-09 11:21:39 +09:00
SANO Masatoshi
54310df1a7
prepare roswell-dist.
2018-05-07 12:53:10 +09:00
SANO,Masatoshi
59f95afcf6
Merge pull request #324 from bheesham/setgroups
...
Call setgroups before setuid.
2018-05-06 16:35:27 +09:00
Bheesham Persaud
f5f3949918
setgroups before setuid/setgid.
2018-05-05 07:36:17 -04:00
SANO Masatoshi
dfd2c5ca64
change uri for cim.
2018-05-03 04:35:40 +09:00
SANO Masatoshi
b5f86f12d6
uname -> uname_s
2018-04-23 14:46:10 +09:00