Commit Graph

8 Commits

Author SHA1 Message Date
sam 95803f0eec * Fixed the bignum/double comparisons.
git-svn-id: svn://svn.zoy.org/elk/trunk@192 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-26 09:11:20 +00:00
sam 8717cc8a81 * Fixed scope of named let variables, fixing the bug described here:
http://groups.google.com/groups?selm=871zemtmd4.fsf%40app.dial.idiom.com


git-svn-id: svn://svn.zoy.org/elk/trunk@185 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 16:32:46 +00:00
sam 8830eb048e * New bugs.
git-svn-id: svn://svn.zoy.org/elk/trunk@182 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 09:15:37 +00:00
sam 2879388fa2 * Fixed a bug in the garbage collector.
git-svn-id: svn://svn.zoy.org/elk/trunk@138 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-10 15:08:00 +00:00
sam 70f0b556a7 * Fixed the $Id stuff.
git-svn-id: svn://svn.zoy.org/elk/trunk@63 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-30 16:16:52 +00:00
sam 6aee1646f0 * Added $Id tags to the root documentation files.
* Merged ROADMAP into README.
  * Prepared 4.0 here and there.


git-svn-id: svn://svn.zoy.org/elk/trunk@61 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-30 16:07:52 +00:00
sam d51c970c8d elk (3.0-9) unstable; urgency=low
* New maintainer.
  * Packaging updates:
    + Fixed spelling in the package description (Closes: #161056).
    + Updated standards version to 3.5.9.0.
    + Changed SCM_DIR from /usr/lib/elk/scm to /usr/share/elk/scm because
      scheme scripts are platform-independent.
  * Massive code cleanups:
    + Added -Wall to the build rules to make error spotting easier, and fixed
      all compilation warnings in the main program.
    + Replaced sys_errlist with strerror, bcopy with memcpy, bzero with memset.
    + Fixed many uninitialized variables.
  * Fixed some pointer/integer type confusions which caused elk to crash
    on alpha (Closes: #59893) and probably ia64.
  * Fixed a read overflow in heap-gen.c:AllocPage() that was corrupting the
    internal heap (Closes: #57621).
  * Fixed a missing memory area initialization in heap-gen.c:ExpandHeap() that
    was causing garbage collector crashes.
  * Fixed an integer sign issue in main.c:Max_Stack (Closes: #176190).
  * Made `quit' an alias for `exit' in toplevel.scm.
 -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 11:33:23 +0200


git-svn-id: svn://svn.zoy.org/elk/trunk@3 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-19 19:24:23 +00:00
sam 3132f65611 * Imported original elk 3.0 tree.
git-svn-id: svn://svn.zoy.org/elk/trunk@1 55e467fa-43c5-0310-a8a2-de718669efc6
2003-08-19 19:19:38 +00:00