-
[...]
./build/build-usual-image . "./scheme" 'scsh.image' './scshvm' \
'./build/initial.image'
./Build/build-usual-image: line 34: 34845 Segmentation fault ./$vm -o ./$vm -i $initial batch
2009-11-02 21:06:03 UTC by nobody
-
rthappe committed patchset 303 of module www-scsh to the Scsh - a Scheme shell CVS repository, changing 4 files.
2009-04-11 20:38:44 UTC by rthappe
-
rthappe committed patchset 302 of module www-scsh to the Scsh - a Scheme shell CVS repository, changing 2 files.
2009-03-07 12:47:21 UTC by rthappe
-
rthappe committed patchset 301 of module www-scsh to the Scsh - a Scheme shell CVS repository, changing 2 files.
2009-03-07 00:35:02 UTC by rthappe
-
According the the scsh manual, (date) is supposed to return the
current date in the local time zone. However, with some ifdef conditions
(e.g., in the Cygwin scsh-0.6.7-2 package), it only works that way the first time that
(date) is called. After that, it returns dates in the UTC timezone.
Test script:
#!/usr/bin/scsh -s
!#
(define (show-date d)
(display (date:tz-name d)...
2009-01-13 06:18:32 UTC by johnwrussell
-
mainzelm committed patchset 300 of module www-scsh to the Scsh - a Scheme shell CVS repository, changing 16 files.
2008-11-13 21:22:45 UTC by mainzelm
-
rthappe committed patchset 299 of module www-scsh to the Scsh - a Scheme shell CVS repository, changing 2 files.
2008-11-10 23:26:16 UTC by rthappe
-
rthappe committed patchset 298 of module www-scsh to the Scsh - a Scheme shell CVS repository, changing 2 files.
2008-04-01 23:38:03 UTC by rthappe
-
jaortega committed patchset 1127 of module scsh to the Scsh - a Scheme shell CVS repository, changing 1 files.
2008-02-15 23:33:45 UTC by jaortega
-
jaortega committed patchset 1126 of module scsh to the Scsh - a Scheme shell CVS repository, changing 1 files.
2008-02-15 23:33:10 UTC by jaortega