mit-scheme.git
1992-02-11 Henry M. WuMake setup_io take mode arguments to prevent text trans...
1992-02-11 Chris HansonDelete synchronous process after use.
1992-02-11 Chris HansonClose SUBPROCESS-INPUT-CHANNEL when done with it.
1992-02-11 Chris HansonProvide default resources for X windows.
1992-02-11 Chris HansonChange screen, window, and buffer selection to make...
1992-02-11 Chris HansonPrimitives to set internal border width and font now...
1992-02-11 Guillermo J... More changes.
1992-02-11 Guillermo J... @RO -> @RO.B or @RO.W
1992-02-11 Guillermo J... More changes.
1992-02-10 Chris HansonChange BUFFER-VISIBLE? to mean that buffer is shown...
1992-02-10 Chris HansonFix typo.
1992-02-10 Chris HansonUse resource arguments to window creation primitives...
1992-02-10 Chris HansonOPEN-OUTPUT-FILE was missing MERGE-PATHNAMES.
1992-02-10 Chris HansonImplement new procedure QUIT-SCHEME.
1992-02-10 Chris HansonUse new procedure QUIT-SCHEME instead of QUIT.
1992-02-10 Brian A. LaMacchiaSet region to include only message being viewed.
1992-02-10 Guillermo J... Some changes for the alpha.
1992-02-10 Guillermo J... const => CONST
1992-02-10 Guillermo J... Move internal EXFUNs to top level. The alpha compiler...
1992-02-10 Guillermo J... Make bignum.h use ansidecl.h .
1992-02-10 Guillermo J... Remove named parameters from prototypes in structure...
1992-02-10 Guillermo J... Previous definition of MAKE_OBJECT only worked if
1992-02-10 Guillermo J... Fix alpha definition. ldexp is broken for now.
1992-02-10 Guillermo J... Add dependencies from Psbtobin and Bintopsb to missing.o
1992-02-10 Chris HansonUse new procedure EXIT-SCHEME instead of %EXIT.
1992-02-10 Chris HansonAdd new procedure EXIT-SCHEME to first exit the editor...
1992-02-09 Guillermo J... Change the name of the file.
1992-02-09 Guillermo J... Split into two files.
1992-02-09 Guillermo J... Initial revision
1992-02-09 Chris HansonFix several type-o's.
1992-02-09 Guillermo J... More changes.
1992-02-09 Chris HansonFix type-o.
1992-02-09 Guillermo J... More changes.
1992-02-09 Guillermo J... More changes.
1992-02-09 Guillermo J... Initial revision
1992-02-08 Guillermo J... More changes.
1992-02-08 Guillermo J... More changes.
1992-02-08 Guillermo J... More changes.
1992-02-08 Guillermo J... Initial revision
1992-02-08 Guillermo J... More changes.
1992-02-08 Chris HansonInitial revision
1992-02-08 Chris HansonThis version of Edwin requires microcode 11.108 and...
1992-02-08 Chris HansonDon't integrate references to dynamic-state primitives.
1992-02-08 Chris HansonThis version of the runtime system requires the following
1992-02-08 Chris HansonWRITE-DBG-UPCASE-NAME: Don't upcase things that aren...
1992-02-08 Chris HansonThis microcode will not run versions of Edwin prior...
1992-02-08 Guillermo J... Initial revision
1992-02-08 Guillermo J... Initial revision
1992-02-07 Guillermo J... Make gc-abort-test act differently during the boot...
1992-02-07 Guillermo J... Add shortcircuit_apply hooks.
1992-02-06 Arthur GlecklerBug fix: PAGE-INTERIOR-REGION also broke when (GROUP...
1992-02-06 Arthur GlecklerBug fix: PAGE-INTERIOR-REGION broke on the last page...
1992-02-06 Guillermo J... More changes.
1992-02-05 Guillermo J... More changes.
1992-02-05 Guillermo J... More changes.
1992-02-05 Guillermo J... More changes.
1992-02-05 Guillermo J... More changes.
1992-02-05 Guillermo J... More changes.
1992-02-05 Guillermo J... More changes.
1992-02-05 Guillermo J... Initial revision
1992-02-05 Guillermo J... Add dependencies from the .o files to the .s files...
1992-02-05 Guillermo J... Rename assembly language entry points when !C_FUNC_PTR_...
1992-02-05 Guillermo J... Conditionalize for GCC.
1992-02-05 Guillermo J... Conditionalize for GCC's structure return convention:
1992-02-04 Chris HansonFix typo.
1992-02-04 Guillermo J... Fix conditionalization of C_FUNC_PTR_IS_CLOSURE for...
1992-02-04 Guillermo J... Add cast in ASM_RESET_HOOK to eliminate gcc warning.
1992-02-04 Guillermo J... Conditionalize C_FUNC_PTR_IS_CLOSURE better.
1992-02-04 Arthur GlecklerFix GC bug in OPERATION/CLOSE in X graphics type.
1992-02-04 Guillermo J... Install kitscheme as well as scm6003.
1992-02-04 Guillermo J... protoize headers.
1992-02-04 Guillermo J... More changes.
1992-02-04 Chris HansonThis microcode cannot be used with Edwin versions prior...
1992-02-04 Guillermo J... Upgrade obstack.temp to long, because int's may not...
1992-02-04 Guillermo J... The stack trace interrupt now allows dumping the stack...
1992-02-04 Chris HansonThis release of Edwin requires microcode 11.107 or...
1992-02-04 Guillermo J... More changes.
1992-02-04 Chris HansonComplete rewrite of the paragraph parsing code. The...
1992-02-04 Guillermo J... More changes.
1992-02-04 Guillermo J... Include <stdio.h> because of FILE *.
1992-02-04 Guillermo J... Changes to accomodate machines where (sizeof (int)...
1992-02-04 Guillermo J... Fix a declaration problem.
1992-02-04 Guillermo J... debug_back_trace now takes a FILE * object.
1992-02-04 Guillermo J... debug_back_trace now takes a FILE * object.
1992-02-03 Guillermo J... Add dependency for uxsock.o .
1992-02-03 Guillermo J... Fix calls printf to use %ld or %lx instead of %d and %x.
1992-02-03 Guillermo J... CPP-time uses of false and true now use FALSE and TRUE.
1992-02-03 Guillermo J... Change return types of speed procedures.
1992-02-03 Guillermo J... Change arity of OS_open_server_socket.
1992-02-03 Guillermo J... Cast return value of UX_PC_VDISABLE.
1992-02-03 Guillermo J... Fix calls printf to use %ld or %lx instead of %d and %x.
1992-02-03 Guillermo J... CPP-time uses of false and true now use FALSE and TRUE.
1992-02-03 Guillermo J... Change arity of OS_open_server_socket.
1992-02-03 Guillermo J... Change return types.
1992-02-03 Guillermo J... Change switch to if in Prim_force because of compiler...
1992-02-03 Guillermo J... Fix calls printf to use %ld or %lx instead of %d and %x.
1992-02-03 Guillermo J... Fix declaration bug, and pass parameter appropriately.
1992-02-03 Guillermo J... Add Alpha conditionalization.
1992-02-03 Guillermo J... CPP-time uses of false and true now use FALSE and TRUE.
1992-02-03 Guillermo J... CPP-time uses of false and true now use FALSE and TRUE.
next