1996-07-22 |
Stephen Adams | . Changes to permit use of procedures with variable... |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | Added LENGTH, and vector and string constructors. |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | Improved the ascii byte store code (elide object->datum... |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | Removed useless rule for flonum-subtract. |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | Canonicalized (flonum-less? x 0.) to flonum-negative... |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | Added open-coder for %fixnum->flonum. |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1996-07-22 |
Stephen Adams | Added (FLONUM-1-ARG FIXNUM->FLONUM ...) rules. |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Added constant-folding of %fixnum->flonum. |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Added %fixnum->flonum. |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Typo. |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Added FIXNUM->FLONUM. |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Added STRING relational operators. |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Added switch compiler:rtl-instruction-scheduling? |
commit | commitdiff | tree | snapshot |
1996-07-20 |
Stephen Adams | Fixed type checked indexed operators to not generate... |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | Fixed bug in PROCEDURE-TYPE. |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | Added rewrite code to replace an expression with a... |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | Added an arity check so that primitives with rewrite... |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | Exported flag compiler:rtl-instruction-scheduling? |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | SET-INTERRUPT-ENABLES! is now open-coded as a special... |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | SET-INTERRUPT-ENABLES! is now open-coded as a special... |
commit | commitdiff | tree | snapshot |
1996-07-19 |
Stephen Adams | Added set_interrupt_enables_hook |
commit | commitdiff | tree | snapshot |
1996-07-17 |
Stephen Adams | Added rules for %/, which enables &/ -> flo:/ |
commit | commitdiff | tree | snapshot |
1996-07-17 |
Stephen Adams | Fixed bug in TYPEREW/EXPR*/UNORDERED/HARD where type... |
commit | commitdiff | tree | snapshot |
1996-07-12 |
Stephen Adams | Added graphcis operations DRAW-ARC, DRAW-CIRCLE and... |
commit | commitdiff | tree | snapshot |
1996-07-12 |
Stephen Adams | Fixed X-GRAPHICS-DRAW-ARC to do the right thing when... |
commit | commitdiff | tree | snapshot |
1996-07-12 |
Stephen Adams | Added X-graphics documentation about DRAW-CIRCLE and... |
commit | commitdiff | tree | snapshot |
1996-07-12 |
Stephen Adams | Added X-GRAPHICS/DRAW-ARC, X-GRAPHICS/DRAW-CIRCLE and... |
commit | commitdiff | tree | snapshot |
1996-07-12 |
Stephen Adams | Added X-GRAPHICS-DRAW-ARC for drawing filled and unfill... |
commit | commitdiff | tree | snapshot |
1996-07-02 |
Chris Hanson | Rewrite `poll' support to make it conditionalized more... |
commit | commitdiff | tree | snapshot |
1996-07-02 |
Chris Hanson | Use POLLNORM in preference to POLLIN since the former... |
commit | commitdiff | tree | snapshot |
1996-07-02 |
Chris Hanson | Fix minor bug in handling of cursor during SCREEN-FORCE... |
commit | commitdiff | tree | snapshot |
1996-07-01 |
Chris Hanson | If the `poll' system call is available, use it in prefe... |
commit | commitdiff | tree | snapshot |
1996-07-01 |
Chris Hanson | Add conditionalization to detect versions of HP-UX... |
commit | commitdiff | tree | snapshot |
1996-07-01 |
Chris Hanson | Add conditionalization to detect HP-UX version 10.10. |
commit | commitdiff | tree | snapshot |
1996-06-16 |
Chris Hanson | Fix bug that caused RMAIL to signal an error when conve... |
commit | commitdiff | tree | snapshot |
1996-06-11 |
Chris Hanson | Implement "engineering" display mode. |
commit | commitdiff | tree | snapshot |
1996-06-07 |
Stephen Adams | Included "load.scm" in syntax sequence. |
commit | commitdiff | tree | snapshot |
1996-06-07 |
Stephen Adams | Any identifier containing `protect' is no longer exported. |
commit | commitdiff | tree | snapshot |
1996-06-06 |
Chris Hanson | Extend FLONUM-UNPARSER-CUTOFF to allow specification... |
commit | commitdiff | tree | snapshot |
1996-05-24 |
Chris Hanson | Fix bug: don't enqueue a process in the process-input... |
commit | commitdiff | tree | snapshot |
1996-05-18 |
Chris Hanson | Change mechanism used to open files and sockets, so... |
commit | commitdiff | tree | snapshot |
1996-05-18 |
Chris Hanson | Fix code so that interrupts delivered during socket... |
commit | commitdiff | tree | snapshot |
1996-05-18 |
Chris Hanson | Add code to allow delivery of interrupts during socket... |
commit | commitdiff | tree | snapshot |
1996-05-18 |
Chris Hanson | Implement new primitives to support new method for... |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Allow keyboard interrupts while opening sockets. This... |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Implement new procedure, like WITHOUT-INTERRUPTS, excep... |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Allow interrupt delivery during socket system calls. |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix bug: GROUP-INSERT-FILE! was depending on the fact... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Eliminate random heuristic buffer-size modulation from... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Eliminate loop in INPUT-BUFFER/READ-SUBSTRING. When... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix thinko: point was not being moved appropriately... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Force the reader on-line when the user requests re... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | In SCREEN-MOVE-CURSOR, forget current position of curso... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | In SCREEN-FORCE-UPDATE, forget the cursor position... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Yet more work on synchronous-subprocess I/O. The simpl... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Guarantee that the presentation space for a window... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Move the cursor only when its position is changed.... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Change DISPLAY-STYLE in order to orthogonalize the... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Change DISPLAY-STYLE in order to orthogonalize the... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Change definition of UPDATE-INFERIOR! in order to centr... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | When doing redisplay in a synchronous subprocess, updat... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Define new operations: CLOSE-INPUT, CLOSE-OUTPUT, INPUT... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Rewrite SYNCHRONOUS-PROCESS-WAIT to reduce the amount... |
commit | commitdiff | tree | snapshot |
1996-05-13 |
Chris Hanson | Define new operations: CLOSE-INPUT, CLOSE-OUTPUT, INPUT... |
commit | commitdiff | tree | snapshot |
1996-05-13 |
Chris Hanson | Fix bug: reading output from a subprocess would occasio... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Change popclient code to use new indicator to allow... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Fix bug in code that writes data to subprocess -- chann... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Wrap debugger extent with CLEANUP-POP-UP-BUFFERS. ... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Add commands to read and write the .newsrc file. |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | When doing certain extended server interactions, do... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Finish changes stared with previous revision: must... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Pop up a buffer showing the "popclient" output so that... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Use new procedure MAYBE-KILL-POP-UP-BUFFER. |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Implement new procedures: MAYBE-KILL-POP-UP-BUFFER... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Change SYNCHRONOUS-PROCESS-WAIT so that it does redispl... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Eliminate CALL-WITH-PROTECTED-CONTINUATION. |
commit | commitdiff | tree | snapshot |
1996-05-10 |
Chris Hanson | Change initialization code to allocate a minimum of... |
commit | commitdiff | tree | snapshot |
1996-05-10 |
Chris Hanson | Fix thinko in process-name allocation. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Add support for sockets and GDBM under OS/2. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Add support for sockets under OS/2. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Eliminate support for use of "tcp" subprocess in place... |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Change release version number from 7.4.3 to 7.5, since... |
commit | commitdiff | tree | snapshot |
1996-05-08 |
Chris Hanson | Fix bug -- inverted meaning of input vs. output for... |
commit | commitdiff | tree | snapshot |
1996-05-08 |
Chris Hanson | Fix bug in handling of top-level indentation. This... |
commit | commitdiff | tree | snapshot |
1996-05-06 |
Chris Hanson | Another round of changes to the News reader. |
commit | commitdiff | tree | snapshot |
1996-05-05 |
Chris Hanson | Make BUFFER-POINT a little smarter. |
commit | commitdiff | tree | snapshot |
1996-05-04 |
Chris Hanson | Fix bug under OS/2: when overwriting a file that has... |
commit | commitdiff | tree | snapshot |
1996-05-04 |
Chris Hanson | Fix bug: encoding times with time-zone information... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix handling of VISIBILITY event so that screen content... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix bug in marking of "ignored" articles from article... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix think-o in INIT-FILE-SPECIFIER->PATHNAME for OS... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Add exports for "win32com". |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Change command names and documentation strings to use... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Change command names and documentation strings to use... |
commit | commitdiff | tree | snapshot |
next |