mit-scheme.git
2005-11-09 Taylor R. CampbellFix character set matching in the parser test example...
2005-11-07 Chris HansonRevert "optimization" from previous changes.
2005-11-06 Chris HansonMake sure that group point is updated when window point...
2005-11-06 Chris HansonChange SET-WINDOW-POINT! and SET-GROUP-POINT! to modify...
2005-11-06 Chris HansonFix bug: FIRST-TAGS-TABLE-BUFFER was confusing #F and...
2005-11-05 Chris HansonReorganize and simplify.
2005-11-05 Chris HansonFix thinko in UNDO-RECORD-INSERTION!.
2005-11-05 Chris HansonFix copyright dates.
2005-11-03 Chris HansonExport database open/close procedures to expanders.
2005-10-26 Chris HansonFix thinko from previous change.
2005-10-24 Chris HansonAdd Taylor Campbell to list.
2005-10-24 Chris HansonDon't use pathname in printed representation of file...
2005-10-24 Chris HansonFix bug: explicitly-defined record unparsers installed...
2005-10-24 Taylor R. CampbellFix bug in parser optimizer whereby local bindings...
2005-10-24 Chris HansonLENGTH operation is valid for both input _and_ output...
2005-10-24 Chris HansonLENGTH operation is valid for both input _and_ output...
2005-10-24 Chris HansonExport KEEP-MATCHING-ITEMS!.
2005-10-24 Chris HansonFix bug #14354: use email address and ctime() string...
2005-10-24 Chris HansonFix bug #12430: do auto-fill line break _before_ insert...
2005-10-24 Chris HansonFix bug #11850: change port type predicates to return...
2005-10-24 Chris HansonFix bug #14361: IMAIL use of backslashes in symbol...
2005-10-23 Chris HansonUse new argument to TEST-FOR-IO-ON-CHANNEL.
2005-10-23 Chris HansonFix copyright date.
2005-10-23 Chris HansonAdd optional BLOCK? argument to TEST-FOR-IO-ON-CHANNEL.
2005-10-23 Chris HansonFix bug #14844: Edwin tutorial causes an internal error...
2005-10-21 Chris HansonFix problem with modeline being wrong for "added" files.
2005-10-21 Chris HansonAnother pass on SVN integration. This one seems to...
2005-10-19 Chris HansonInitial draft of subversion back end.
2005-09-29 Chris HansonExport DEFINE-GUARANTEE to global environment.
2005-09-29 Chris HansonIn HASH-TABLE/COUNT, rehash the table if it needs it...
2005-09-20 Chris HansonProvide default MIME type of "application/octet-stream...
2005-09-17 Chris HansonChange IE content type to be "text/html".
2005-09-13 Chris HansonAllow "iso8859-" character sets.
2005-09-08 Chris HansonStandardize guarantees in record package.
2005-09-08 Chris HansonAdd unparser methods to URI record types.
2005-09-08 Chris HansonIgnore attempt to link variable to itself.
2005-09-08 Chris HansonDon't allow linking a variable to itself.
2005-09-07 Chris HansonAdd support for "Content-Transfer-Encoding: x-uuencode".
2005-09-07 Chris HansonAdd decoder for uuencoded files.
2005-08-22 Chris HansonDon't ever try MAP_FIXED unless we _know_ that the...
2005-08-22 Chris HansonAdd updated support for valgrind.
2005-08-20 Chris HansonEliminate some remnants of the "stacklet" design.
2005-08-12 Chris HansonTry to prevent circular entity-reference chains from...
2005-08-10 Chris HansonChange FLO:RANDOM-UNIT (and consequently RANDOM) to...
2005-08-05 Chris HansonEliminate some now-unused bindings.
2005-08-05 Chris HansonEliminate support for compiled C code.
2005-08-04 Chris HansonFix fencepost error in handling of port width.
2005-07-31 Chris HansonEliminate binding for primitive GC-SPACE-STATUS, since...
2005-07-31 Chris HansonUpdate copyright dates.
2005-07-31 Chris HansonEliminate use of primitive GET-NEXT-CONSTANT, which...
2005-07-24 Chris HansonDon't use mmap_heap_malloc unless HEAP_IN_LOW_MEMORY...
2005-07-24 Chris HansonRewrite mmap_heap_malloc to search "/proc/NNNN/maps...
2005-07-24 Chris HansonUse 'OS_malloc' for default definition of 'HEAP_MALLOC...
2005-07-24 Chris HansonFix copyright date.
2005-07-24 Chris HansonRewrite 'strcmp_ci' to use 'toupper' from STDC rather...
2005-07-24 Chris HansonDon't bother including <string.h> at all; instead trust...
2005-07-19 Chris HansonUse OBJECT-GC-TYPE rather than PRIMITIVE-OBJECT-GC...
2005-07-19 Chris HansonRemove unused LOAD-PACKED-BINARIES.
2005-07-17 Chris HansonFix bug: %WITHIN-CONTINUATION was being used in "thread...
2005-07-17 Chris HansonFix some syntax errors only visible on Win32.
2005-07-16 Chris HansonFix problem with decrementing of string length variable.
2005-07-16 Chris HansonEliminate non-reentrant continuations. Microcode 14...
2005-07-15 Chris HansonUpdate copyright statement.
2005-07-15 Chris HansonImplement ULONG/FIXNUM conversion macros.
2005-07-15 Chris HansonImplement ULONG/FIXNUM conversion macros.
2005-07-15 Chris HansonChange some variables from signed to unsigned.
2005-07-15 Chris HansonDefine __inline__ for non-gcc, so we can use this anywhere.
2005-07-14 Chris HansonFix indentation of #; for single lines.
2005-07-09 Chris HansonFix typo/thinko: inclusion of <string.h> was conditiona...
2005-07-09 Chris HansonWork around illegal use of cast expressions in some...
2005-07-04 Chris HansonDon't assume that __IA32__ implies support for native...
2005-07-04 Chris HansonAdd processor type for SVM.
2005-07-04 Chris HansonFix copyright dates.
2005-07-01 Chris HansonNew primitives for manipulating objects:
2005-06-30 Chris HansonImplement primitives to read and write arbitrary memory.
2005-06-30 Chris HansonImplement PRIMITIVE-OBJECT-ADDRESS.
2005-06-30 Chris HansonTweak changes slightly.
2005-06-30 Chris HansonFix flonum comparison operations that were assuming...
2005-06-27 Chris HansonFix SIGSEGV generated by M-x isearch-forward-regexp...
2005-06-27 Chris HansonAnother clarification of SIGCONTEXT stuff, this time...
2005-06-26 Chris HansonChange configuration to handle PostgreSQL 8.0 includes.
2005-06-26 Chris HansonRewrite the unix trap handler to simplify and clarify...
2005-06-26 Chris HansonGuarantee valid sp_register and Free _prior_ to executi...
2005-06-24 Chris HansonMake sure symbols are canonicalized in Edwin.
2005-06-16 Chris HansonImplement GUARANTEE-VECTOR-OF-TYPE, VECTOR-OF-UNIQUE...
2005-06-14 Chris HansonAllow VECTOR-MAP to take multiple vector arguments...
2005-06-13 Chris HansonReally export URI->SYMBOL.
2005-06-10 Chris HansonWhen processing "Eval" bindings, make sure buffer is...
2005-06-10 Chris HansonCan't use colon in local variable name.
2005-06-10 Chris HansonImplement buffer-local indentation support.
2005-06-05 Chris HansonAdd comment to MATCHER:IPV6-ADDRESS explaining why...
2005-06-05 Chris HansonRename REXP-0*N to REXP-*N.
2005-06-04 Chris HansonUse new repetition constructs in matcher language.
2005-06-04 Chris HansonRevert rule that eliminates unused pointer bindings...
2005-06-04 Chris HansonRewrite pointer optimization to keep track of aliases...
2005-06-04 Chris HansonFix typo in previous revision.
2005-06-04 Chris HansonImplement N*M, N*N, *N, and N* patterns.
2005-06-04 Chris HansonFix a bunch of problems with the optimizer. Simplify...
2005-06-03 Chris HansonUse lower case for output of hexadecimal digits.
2005-06-03 Chris HansonUse lower case for output of hexadecimal digits.
next