Commit Graph

171 Commits

Author SHA1 Message Date
Anthony Carrico 9e42982490 Converted to new package system. 2004-03-11 20:48:57 +00:00
Anthony Carrico e874a4aaf2 Fixed bad install-file. 2004-03-11 20:47:56 +00:00
Anthony Carrico c30c8345ac Added files. 2004-03-11 19:01:40 +00:00
Anthony Carrico fece670ed4 Changed to new package system. 2004-03-10 19:09:40 +00:00
Anthony Carrico 16a70f3b2c Fixed package name 2004-03-10 19:04:56 +00:00
Anthony Carrico 376cc1c972 Changed to new package system. 2004-03-10 19:03:32 +00:00
Anthony Carrico 7b6e2dc309 Changed to new package system. 2004-03-10 18:46:33 +00:00
Anthony Carrico c6e5882d77 Changed to new package system. 2004-03-10 18:41:29 +00:00
Anthony Carrico e52e38c1f5 Changed to new package system. 2004-03-10 18:30:44 +00:00
Anthony Carrico bb0a48574a Changed to new package system. 2004-03-10 18:23:48 +00:00
Anthony Carrico 5e36d5f02e Added newline. 2004-03-10 17:26:34 +00:00
Anthony Carrico d97fa40456 Install the NEWS file. 2004-03-10 17:25:20 +00:00
Anthony Carrico 3d0ed4d8a3 Changed to new package system. 2004-03-10 17:23:45 +00:00
Anthony Carrico 81c4f87072 Changed to new package system. 2004-03-10 17:07:41 +00:00
Anthony Carrico 56de79847f Changed to new package system. 2004-03-10 16:40:44 +00:00
Anthony Carrico 2fbf8d1cbc Install NEWS. 2004-03-10 16:34:38 +00:00
Anthony Carrico 4369f561ef Changed to new package system. 2004-03-10 16:32:35 +00:00
Anthony Carrico 83b80bb1e2 Fixed version number. 2004-03-10 16:28:48 +00:00
Anthony Carrico ebf23b0789 Changed to new package system. 2004-03-10 16:25:15 +00:00
Anthony Carrico d0d0fbdd7f Changed to new package system. 2004-03-10 16:18:16 +00:00
Anthony Carrico 22d470fc08 Changed to new package system. 2004-03-10 16:12:09 +00:00
Anthony Carrico f823507c44 Fixed typo and newline. 2004-03-10 16:10:26 +00:00
Eric Knauel 7345061513 restartable SRFI-34 exceptions, forgot to add that file 2004-03-03 07:43:44 +00:00
Eric Knauel 7d4264837f added package "no-mini-profiler" with same interface as "mini-profiler" 2004-02-26 15:12:51 +00:00
Eric Knauel 956f963829 added mini-profiler, a minimalistic profiler for scheme48 and scsh 2004-02-25 10:39:48 +00:00
Martin Gasbichler e93d8b87dc Added reinitializer package 2004-02-12 14:48:39 +00:00
Eric Knauel 227ae78af7 added simple restartable exceptions 2004-01-31 14:26:52 +00:00
Martin Gasbichler b91ddd47ed Tell authors to add an entry to NEWS. 2004-01-23 08:16:28 +00:00
Taylor R. Campbell 79cbccb26a Added NEWS entry for SRFI 10 2004-01-22 19:58:07 +00:00
Eric Knauel e2a1f01054 mention myself 2004-01-22 13:01:48 +00:00
Eric Knauel a4d8d7680d mention s48 libs for SRFI-34/35 2004-01-22 13:01:27 +00:00
Martin Gasbichler c031452f60 Fixed bug in FreeBSD implementation: return seconds instead of minutes. 2004-01-22 12:33:28 +00:00
Martin Gasbichler 1f2aea66ad Rearrange exports 2004-01-22 12:31:12 +00:00
Martin Gasbichler c0ee49fabd Fixed typo 2004-01-22 12:27:37 +00:00
Martin Gasbichler c64e83dbcb Added file-mode library from S48. 2004-01-22 12:26:47 +00:00
Taylor R. Campbell 4a24db6278 Forgot to put the 'This file is part of Sunterlib' message at the top of the SRFI 10 test files -- not that those two files are that significant, of course 2004-01-16 15:42:03 +00:00
Taylor R. Campbell 6d0bcef5bb Added basic SRFI 10 implementation 2004-01-16 15:37:46 +00:00
Eric Knauel eeb54aabba + fixed missing exports 2004-01-08 07:39:37 +00:00
Eric Knauel eeb9ccd78a added SRFI-34/35: conditions and exception handling 2003-12-02 09:48:46 +00:00
Michel Schinz df3ae1e892 - added function base64-encode-string 2003-11-21 10:29:42 +00:00
Anthony Carrico 654f9004e2 Added release 0.5's date. 2003-11-20 19:14:05 +00:00
Anthony Carrico 5dfdf96152 Get ready for version 0.6. NEWS fix: Tiff is scsh lib, not s48 lib. 2003-11-19 20:29:25 +00:00
Anthony Carrico a639237420 "tiff" added to NEWS. COPYING is now installed with the documentation. 2003-11-19 20:00:53 +00:00
Anthony Carrico a1f3c813c0 Fixed formatting errors. 2003-11-19 19:45:19 +00:00
Martin Gasbichler 34f58eb4c6 Fix dir-stream-apply 2003-11-19 10:58:45 +00:00
Rolf-Thomas Happe d292dc423f Sunday sore-throat edition 2003-11-09 17:04:04 +00:00
Taylor R. Campbell 9f6397806f Oops, :BYTE-VECTOR doesn't actually exist. I guess I ought to have tested that before I committed -- I think I tested everything, said 'duh,' added type annotations to BANANA-EXTRAS, and committed without testing again, due to the simplicity of the addition to interfaces.scm --. 2003-10-28 22:38:43 +00:00
Taylor R. Campbell 7f275baa4e Fixed a _MAJOR_ problem: PROCEDURE-HASH previously wouldn't work in stripped-scsh.image, because templates don't have debug data in them in that; however, they still have uids, so I used TEMPLATE-ID instead of stuff involving debug data. 2003-10-27 22:09:02 +00:00
Taylor R. Campbell 9a0dcfb650 Added various optimization tweaks, cleaned up some code, added a few more comments. 2003-10-27 22:08:10 +00:00
Martin Gasbichler 9339ae863e Export make-bit-reader 2003-10-14 18:35:48 +00:00