Commit Graph

  • f823507c44 Fixed typo and newline. Anthony Carrico 2004-03-10 16:10:26 +0000
  • 7345061513 restartable SRFI-34 exceptions, forgot to add that file Eric Knauel 2004-03-03 07:43:44 +0000
  • 7d4264837f added package "no-mini-profiler" with same interface as "mini-profiler" Eric Knauel 2004-02-26 15:12:51 +0000
  • 956f963829 added mini-profiler, a minimalistic profiler for scheme48 and scsh Eric Knauel 2004-02-25 10:39:48 +0000
  • e93d8b87dc Added reinitializer package Martin Gasbichler 2004-02-12 14:48:39 +0000
  • 227ae78af7 added simple restartable exceptions Eric Knauel 2004-01-31 14:26:52 +0000
  • b91ddd47ed Tell authors to add an entry to NEWS. Martin Gasbichler 2004-01-23 08:16:28 +0000
  • 79cbccb26a Added NEWS entry for SRFI 10 Taylor R. Campbell 2004-01-22 19:58:07 +0000
  • e2a1f01054 mention myself Eric Knauel 2004-01-22 13:01:48 +0000
  • a4d8d7680d mention s48 libs for SRFI-34/35 Eric Knauel 2004-01-22 13:01:27 +0000
  • c031452f60 Fixed bug in FreeBSD implementation: return seconds instead of minutes. Martin Gasbichler 2004-01-22 12:33:28 +0000
  • 1f2aea66ad Rearrange exports Martin Gasbichler 2004-01-22 12:31:12 +0000
  • c0ee49fabd Fixed typo Martin Gasbichler 2004-01-22 12:27:37 +0000
  • c64e83dbcb Added file-mode library from S48. Martin Gasbichler 2004-01-22 12:26:47 +0000
  • 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 Taylor R. Campbell 2004-01-16 15:42:03 +0000
  • 6d0bcef5bb Added basic SRFI 10 implementation Taylor R. Campbell 2004-01-16 15:37:46 +0000
  • eeb54aabba + fixed missing exports Eric Knauel 2004-01-08 07:39:37 +0000
  • eeb9ccd78a added SRFI-34/35: conditions and exception handling Eric Knauel 2003-12-02 09:48:46 +0000
  • df3ae1e892 - added function base64-encode-string Michel Schinz 2003-11-21 10:29:42 +0000
  • 654f9004e2 Added release 0.5's date. Anthony Carrico 2003-11-20 19:14:05 +0000
  • 5dfdf96152 Get ready for version 0.6. NEWS fix: Tiff is scsh lib, not s48 lib. Anthony Carrico 2003-11-19 20:29:25 +0000
  • a639237420 "tiff" added to NEWS. COPYING is now installed with the documentation. sunterlib-0-5 Anthony Carrico 2003-11-19 20:00:53 +0000
  • a1f3c813c0 Fixed formatting errors. Anthony Carrico 2003-11-19 19:45:19 +0000
  • 34f58eb4c6 Fix dir-stream-apply Martin Gasbichler 2003-11-19 10:58:45 +0000
  • d292dc423f Sunday sore-throat edition Rolf-Thomas Happe 2003-11-09 17:04:04 +0000
  • 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 --. Taylor R. Campbell 2003-10-28 22:38:43 +0000
  • 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. Taylor R. Campbell 2003-10-27 22:09:02 +0000
  • 9a0dcfb650 Added various optimization tweaks, cleaned up some code, added a few more comments. Taylor R. Campbell 2003-10-27 22:08:10 +0000
  • 9339ae863e Export make-bit-reader Martin Gasbichler 2003-10-14 18:35:48 +0000
  • ddcfe68390 Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. Taylor R. Campbell 2003-10-09 18:50:19 +0000
  • 4ee8b293ce New s48 library: PROCEDURE-TABLES, by Taylor Campbell Taylor R. Campbell 2003-10-09 18:49:17 +0000
  • 98e301455e little moral improvements Rolf-Thomas Happe 2003-07-27 17:36:26 +0000
  • c8c0d08f3a Export dir-stream-fold-right Martin Gasbichler 2003-07-01 16:43:58 +0000
  • c8a02446c8 Started version 0.5. Anthony Carrico 2003-05-20 02:07:05 +0000
  • 496e863909 Get ready for new release. sunterlib-0-4 Anthony Carrico 2003-05-20 01:43:59 +0000
  • c5722e9ea3 Mention CML Martin Gasbichler 2003-05-12 09:15:19 +0000
  • b54c5a971f Fix botched initial commit of CML code: Mike Sperber 2003-05-12 08:56:27 +0000
  • 91d2bb15c8 Add rough, but fairly well-debugged implementation of many CML primitives. Mike Sperber 2003-05-12 07:38:33 +0000
  • 13d95988e4 Added sunterlib.scm and sunterlib-48.scm to eventually replace (s48-)interfaces.scm and (s48-)packages.scm. Anthony Carrico 2003-05-07 18:06:12 +0000
  • a2ea760cb6 internal use disclaimer Rolf-Thomas Happe 2003-04-25 19:38:47 +0000
  • bc1efa61af Note display-continuation. Martin Gasbichler 2003-04-24 09:10:56 +0000
  • 5eeeb6c4b7 better word order Rolf-Thomas Happe 2003-04-23 19:27:04 +0000
  • 637584b40f comment on byte-streams Rolf-Thomas Happe 2003-04-23 17:24:13 +0000
  • 746040e917 (assert ... <caller>) Rolf-Thomas Happe 2003-04-23 17:23:39 +0000
  • c7e5b8e20a Add display-continuation. Martin Gasbichler 2003-04-23 09:21:30 +0000
  • a061a2fa33 Add rt-structure->environment. Martin Gasbichler 2003-04-23 08:30:47 +0000
  • 364b11b574 Small fix. Martin Gasbichler 2003-04-23 07:54:36 +0000
  • 9c45e43293 final newlines Rolf-Thomas Happe 2003-04-22 18:10:34 +0000
  • cc2b4fe985 fixed (read-bytes/partial! _ _ n n) added (assert ... <calling procedure>) . Rolf-Thomas Happe 2003-04-22 17:13:43 +0000
  • 62ab061350 Start version 0.4 cycle. Anthony Carrico 2003-04-16 16:37:01 +0000
  • 7410129388 Added release date. sunterlib-0-3 Anthony Carrico 2003-04-16 16:30:22 +0000
  • 34766b4952 Added binary-parse Martin Gasbichler 2003-04-14 06:46:10 +0000
  • d0df8e8cd2 Added reference to the origin of the code Martin Gasbichler 2003-04-14 06:45:20 +0000
  • 0370fcb8bc Added Oleg's binary-parsing Martin Gasbichler 2003-04-14 06:38:47 +0000
  • 161fea3b65 Removed accidentally commited SRFI-7 definition. Martin Gasbichler 2003-04-10 11:48:43 +0000
  • 2ef2113ec9 Added treaps, base64, intsets Martin Gasbichler 2003-04-10 11:44:32 +0000
  • 4c4db77b51 Added Oleg Martin Gasbichler 2003-04-10 11:43:38 +0000
  • 5e19c5df9c Added a port of Oleg's Treaps Martin Gasbichler 2003-04-10 11:40:32 +0000
  • ee95a22e53 Check exit status of fs sa Martin Gasbichler 2003-04-10 11:39:28 +0000
  • d73f1b8c65 fixed silly typo in banana.scm; not actually a bug, just a silly typo Taylor R. Campbell 2003-04-03 20:12:56 +0000
  • 49fa6ec239 - intset? now does what it should Michel Schinz 2003-04-02 17:51:39 +0000
  • ae6bdcbf88 - added myself Michel Schinz 2003-04-01 18:43:53 +0000
  • 7f45dace60 *** empty log message *** Michel Schinz 2003-04-01 18:43:15 +0000
  • 85945cfed1 added Taylor Campbell to COPYING, Banana notice to NEWS Taylor R. Campbell 2003-03-29 16:14:06 +0000
  • 2732d18bba added Banana Taylor R. Campbell 2003-03-28 19:47:41 +0000
  • 81d87d51a9 anti-aliasing fixes Rolf-Thomas Happe 2003-03-23 19:23:12 +0000
  • 93f8fe8c5c null? copy! map-into! etc. Rolf-Thomas Happe 2003-03-22 22:22:15 +0000
  • 066947bdb2 tabulate; list->vector bug fix Rolf-Thomas Happe 2003-03-20 19:09:05 +0000
  • 9ef33b4651 improved ASSERT interface Rolf-Thomas Happe 2003-03-19 21:42:21 +0000
  • 85539d1d46 sequence= etc. Rolf-Thomas Happe 2003-03-13 18:38:28 +0000
  • 7e87daaa4d Fixed installation. Avoid very long commands. Install directory is /usr/local (vs /tmp/usr/local). Make DETAILS by default. Install README and DETAILS with documentation. Anthony Carrico 2003-03-13 03:38:30 +0000
  • ace91c90af shuffled words Rolf-Thomas Happe 2003-03-11 18:22:02 +0000
  • 1469b8d026 Added Matze Martin Gasbichler 2003-03-11 07:45:14 +0000
  • 5682f5283f Automatically generate file DETAILS containing library details. Anthony Carrico 2003-03-11 06:13:58 +0000
  • bcb960f956 stated relations between vector, string, list, general sequence procedures Rolf-Thomas Happe 2003-03-09 19:55:50 +0000
  • 6863cce44f Fixed bug: before-thunk needs to obtain the lock. -- Martin Eric Knauel 2003-03-05 14:32:06 +0000
  • 234d1cc70a Additional PREPARE argument for with-inspecting-handler Martin Gasbichler 2003-02-26 15:38:36 +0000
  • 29b1d1b0a9 Rename to socket<->stdports Use close-socket Martin Gasbichler 2003-02-26 15:31:33 +0000
  • 9bc5c4e742 Changed find "-not" option to ! for FreeBSD compatibility. Anthony Carrico 2003-02-25 15:08:51 +0000
  • b7ae518e7a Start new version. Anthony Carrico 2003-02-25 06:49:32 +0000
  • 73870e87e6 Fixed hardcoded version bug. sunterlib-0-2 Anthony Carrico 2003-02-25 06:46:51 +0000
  • 3714bac955 Added contributer guidelines. Added release date to NEWS. Anthony Carrico 2003-02-25 06:43:04 +0000
  • a90c77657f Fixed version date. Anthony Carrico 2003-02-25 04:07:46 +0000
  • a0df2e98e8 "make dist" now copies the INSTALL, README.admin, and README.contrib files. Anthony Carrico 2003-02-24 19:48:12 +0000
  • 4d7f412504 Get ready for next version. Anthony Carrico 2003-02-24 19:16:56 +0000
  • 27434dcf2a Added new libraries to NEWS. sunterlib-0-1 Anthony Carrico 2003-02-24 18:54:30 +0000
  • 8fdd221ec0 Added install/uninstall. Anthony Carrico 2003-02-24 18:48:44 +0000
  • 97288ad477 Updated news for release. Anthony Carrico 2003-02-24 16:23:14 +0000
  • 29495c1069 Some additions and corrections. Martin Gasbichler 2003-02-22 08:19:10 +0000
  • 1ea1d29a99 Minor simplification in APPLY-TO-DIR-STREAM. Martin Gasbichler 2003-02-22 08:17:07 +0000
  • c73875d993 Generate "none" for empty afs-permissions. Martin Gasbichler 2003-02-22 07:51:44 +0000
  • 4e7d93b126 A few lines of documentation for the functions in dir-stream-predicates Eric Knauel 2003-02-21 10:08:38 +0000
  • 338f949c37 fixed typo in function names Eric Knauel 2003-02-21 10:07:52 +0000
  • e9c25518b2 Remove ~-files in from the dist tarball Martin Gasbichler 2003-02-21 07:56:58 +0000
  • da526597f0 Added version 0.1 news. Anthony Carrico 2003-02-21 06:14:13 +0000
  • dce4ffcd6f Added dist and distclean targets. Added build/header.scm deps. Anthony Carrico 2003-02-21 06:04:39 +0000
  • d77a58be8d Added file. Anthony Carrico 2003-02-21 04:40:59 +0000
  • 5a5b95a040 Minor addtions and corrections. Martin Gasbichler 2003-02-20 22:46:41 +0000
  • 65faf0da98 Fixed typos Martin Gasbichler 2003-02-20 22:40:23 +0000
  • 436e3ec83c initial version Martin Gasbichler 2003-02-20 22:39:32 +0000