On Sun, May 5, 2013 at 4:17 PM, Andy Wingo wrote:
> At this point the disassembler is working much better, and works at the
> REPL now via ,x. Also, procedure-name now works.
>
> I'm now moving to implement source line information and other metadata
> via .debug_info / .debug_line / etc sections
hi all,
ported and pushed.
On Tue, May 7, 2013 at 11:19 AM, Chaos Eternal wrote:
> hi all,
>
> Fortunately, I found the same file in newest release of scsh has
> changed licensing statement to GPL. I will port that file here.
>
> On Tue, May 7, 2013 at 11:12 AM, Chaos Eternal wrote:
>> hi Mark
hi all,
Fortunately, I found the same file in newest release of scsh has
changed licensing statement to GPL. I will port that file here.
On Tue, May 7, 2013 at 11:12 AM, Chaos Eternal wrote:
> hi Mark
> I found this file is originally from savannah CVS repository:
> http://cvs.savannah.gnu.org/
hi Mark
I found this file is originally from savannah CVS repository:
http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/fname.scm?root=guile&view=markup
And the license was like that.
Also, there multiple files in the repo written by the same person,
Olin Shivers, has clearly declared GPL.
I wil
() Mark H Weaver
() Mon, 06 May 2013 11:27:56 -0400
it appears that one of the files
(scsh/fname.scm) is non-free software.
What does this file do?
--
Thien-Thi Nguyen
GPG key: 4C807502
pgpYCIsp7gQRi.pgp
Description: PGP signature
Chaos Eternal writes:
> I here by announce the 0.2 version of guile-scsh, which is ported to
> guile-2.x and now
> available.
>
> you can get it from:
> https://gitorious.org/guile-scsh/guile-scsh
This is great news!
However, looking through the sources, it appears that one of the files
(scsh/f
On 6 May 2013 07:40, Chaos Eternal wrote:
> I here by announce the 0.2 version of guile-scsh, which is ported to
> guile-2.x and now
> available.
>
> you can get it from:
> https://gitorious.org/guile-scsh/guile-scsh
>
> Scsh, the scheme shell, a Unix Shell using scheme syntaxes, and much
> more