mit-scheme.git
2007-08-10 Chris HansonAdd EVENT:NEW-RDF-GRAPH.
2007-08-10 Chris HansonAllow URIs to be given to STRING and UTF8-STRING.
2007-08-10 Chris HansonImplement URI-PREFIX.
2007-08-10 Chris HansonFix thinko in GUARANTEE-8-BIT-CHAR.
2007-08-10 Chris HansonFix typo.
2007-08-10 Chris HansonOops... remove old binding of SYMBOL-APPEND.
2007-08-10 Chris HansonChange SYMBOL to use UTF8-STRING. Change SYMBOL-APPEND...
2007-08-10 Chris HansonExtend STRING to accept a large class of objects, each...
2007-08-10 Chris HansonImplement 8-BIT-CHAR?. Move GUARANTEE-8-BIT-CHAR to...
2007-08-05 Taylor R. CampbellHandle an empty selector in WRITE-MIME-MESSAGE-BODY...
2007-08-05 Taylor R. CampbellClarify the method of WRITE-MIME-MESSAGE-BODY-PART...
2007-08-05 Taylor R. CampbellEscape the backslash within `#\=' in the error message...
2007-08-02 Chris HansonFix various problems with output of subgraphs. Elimina...
2007-08-02 Chris HansonFix some thinkos in graph parsing.
2007-08-02 Chris HansonAdd support for subject/object graphs using N3's {...
2007-08-02 Chris HansonImplement RDF graph type. Hash cons all structures...
2007-08-02 Chris HansonUpdate for new name READ-RDF/TURTLE-FILE.
2007-08-02 Chris HansonFix bug: hex-encoded string escapes were missing leadin...
2007-08-01 Chris HansonEliminate obsolete RDF index.
2007-08-01 Chris HansonSimplify bnode-registry mechanism to use a single proce...
2007-07-29 Chris HansonFix type-coercion bug in FIXNUM-LSH. Eliminate abstrac...
2007-07-23 Chris HansonFix WITH-LOADER-BASE-URI so that it correctly recognize...
2007-07-23 Chris HansonRequire all names to conform to XML namespace specifica...
2007-07-23 Chris HansonChange XML name type to represent namespace URI as...
2007-07-23 Chris HansonAllow relative URIs as namespace names.
2007-07-23 Chris HansonAllow representation of characters in class "Cs".
2007-07-23 Chris HansonCompare XML names as strings rather than as expanded...
2007-07-17 Taylor R. CampbellFix bug in liarc object initialization: dload_initializ...
2007-07-15 Chris HansonVarious style tweaks, mostly spacing and indentation.
2007-07-15 Chris HansonIgnore key events with unknown keysyms.
2007-07-09 Chris HansonMake sure left-shifted constants are always cast to...
2007-07-08 Chris HansonFix some indentation problems.
2007-07-08 Taylor R. CampbellFix bug in dynamic initialization code: the nonce must...
2007-07-08 Taylor R. CampbellWork around bug lurking after change to store buffer...
2007-07-07 Chris HansonImplement and use EOF-OBJECT procedure.
2007-07-07 Chris HansonRewrite OS/PARSE-PATH-STRING to treat multiple adjacent...
2007-07-07 Chris HansonEliminate unbound-variable reference.
2007-06-30 Chris HansonDon't depend on -i and +i syntax in number parser.
2007-06-23 Chris HansonExplicitly specify mit-scheme-native when that's intended.
2007-06-23 Chris HansonFor native system, install executable as mit-scheme...
2007-06-22 Taylor R. CampbellFix thinko in recent change: || in C yields 1 or 0...
2007-06-22 Taylor R. CampbellRework mmap_heap_malloc so that it checks /proc/<pid...
2007-06-22 Taylor R. CampbellFix typo in recent change for OpenBSD: DO_GCC_TESTS...
2007-06-22 Taylor R. CampbellAdd initial trivial configuration for OpenBSD.
2007-06-22 Chris HansonUse --library option with boot compiler to override...
2007-06-22 Chris HansonEliminate the use of the (non-POSIX) make variable...
2007-06-22 Chris HansonForce the use of mit-scheme-c when configuring for...
2007-06-22 Chris HansonDon't use ASSQ with all interrupts off -- it can genera...
2007-06-21 Chris HansonFix typo: "liarcc" -> "liarc".
2007-06-21 Chris HansonDon't align heap_start and constant_start when doing...
2007-06-21 Taylor R. CampbellOn OS X, for dynamically loadable modules, use `-bundle...
2007-06-19 Chris HansonPrevent liarc from recompiling files that are up to...
2007-06-18 Chris HansonPrevent liarc from recompiling files that are up to...
2007-06-18 Chris HansonFix two bugs in the implementation of index-fixnum...
2007-06-17 Chris HansonRemove makefiles_created on maintainer-clean.
2007-06-17 Chris HansonChange system ID for LIAR to show arch.
2007-06-16 Chris HansonRemove obsolete #defines that cause trouble for older...
2007-06-16 Chris HansonDon't regenerate makefiles if they are already present...
2007-06-15 Chris HansonUpdate for LIARC and other changes.
2007-06-15 Chris HansonMake changes to support maintenance of liarc with insta...
2007-06-15 Chris HansonIf using installed liarc compiler, also use its utilities.
2007-06-15 Chris HansonEliminate now-unneeded "sos" link in "lib/".
2007-06-15 Chris HansonGet native-from-liarc compilation working (finally).
2007-06-15 Chris HansonCreate more flexible set of command functions in "etc...
2007-06-14 Chris HansonEliminate now-unused procedures to finish cross compila...
2007-06-14 Chris HansonRename top-level procedures to FINISH-CROSS-COMPILATION...
2007-06-14 Chris HansonEliminate requirement that fasload files have the same
2007-06-13 Chris HansonChange SOS so that it's not a boot bundle. Use cross...
2007-06-13 Chris HansonResurrect the cross compiler.
2007-06-13 Chris HansonFix thinko: OBJECT-FILE-PREFIX must always be a URI.
2007-06-11 Chris HansonDelete description of LOAD/DEFAULT-TYPES which has...
2007-06-10 Chris HansonInitial revision.
2007-06-09 Chris HansonImplement COMPILER-MAKE-FILE to determine the correct...
2007-06-09 Chris HansonEliminate COMPILE-BOOTSTRAP-3 by moving its contents...
2007-06-09 Chris HansonRationalize arrangement of library directory. Rename...
2007-06-09 Chris HansonMake sure "sos" is consistently treated as a boot dir.
2007-06-09 Chris HansonAdd "--stack 200" to compiler options.
2007-06-08 Chris HansonRedesign the liarc compilation strategy again. The...
2007-06-08 Chris HansonDon't use WITH-LOADER-BASE-URI here -- it doesn't work...
2007-06-07 Chris HansonExport ADD-PRIMITIVE-GC-DAEMON! to global.
2007-06-07 Chris HansonEliminate trailing whitespace.
2007-06-06 Chris HansonUse WITH-LOADER-BASE-URI in all the subsystem loaders.
2007-06-06 Chris HansonReorganize the Scheme loader to simplify it so that...
2007-06-06 Chris HansonMake sure that all open directory handles are closed...
2007-06-06 Chris HansonRewrite PATHNAME-SIMPLIFY so that it better handles...
2007-06-06 Chris HansonChange error_with_argument() to signal ERR_IN_SYSTEM_CA...
2007-06-06 Chris HansonMake sure that the values of *COMPILER-INPUT-PATHNAME...
2007-06-06 Chris HansonDon't signal error if new working directory doesn't...
2007-06-03 Chris HansonSignal error if THERE-EXISTS? or FOR-ALL? is given...
2007-05-23 Chris HansonInitial revision.
2007-05-21 Chris HansonAdd optional REQUIRED? arguments to SYSTEM-LIBRARY...
2007-05-20 Chris HansonWhile loading a shared object file, remember the file...
2007-05-20 Chris HansonMake sure that notifications for built-in object files are
2007-05-20 Chris HansonDon't bother calling BUILT-IN-OBJECT-FILE; it's already...
2007-05-20 Chris HansonChange notification messages for liarc-cc and liarc...
2007-05-16 Taylor R. CampbellAdd SRFI-62 to the list of features, and add an identif...
2007-05-15 Chris HansonFix bug: edwin bundle was missing "make".
2007-05-15 Chris HansonMake sure liarc-cc and liarc-ld get installed.
2007-05-15 Chris HansonFix bug: "make install" wasn't installing liarc bundles.
2007-05-15 Chris HansonEliminate misguided whitespace formatting.
next