2010-11-12 |
Matt Birkholz | Create lib/lib symlinks in microcode/configure. |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Matt Birkholz | Fixed src/README.txt. Portable C Installation instruct... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Matt Birkholz | Added c-cast, struct member peeks, param syntax checking. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Taylor R Campbell | Omit procedure arity check in HASH-TABLE/MODIFY!. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Taylor R Campbell | Make #@n always read as a quotation of the nth hashed... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Taylor R Campbell | Kludge to fix pct-encoding of authority part of IMAP... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Taylor R Campbell | Fix FLUID-LET of ACCESS. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Taylor R Campbell | Add previously omitted SRFI 33 operation TEST-BIT-FIELD?. |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Taylor R Campbell | New operations on the two's-complement representation... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Taylor R Campbell | Back out i386 rewriting rule to optimize OBJECT->FIXNUM... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Taylor R Campbell | Nuke old Unix-specific I/O selection primitives. |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Taylor R Campbell | Simplify and fix X-DISPLAY-PROCESS-EVENTS primitive. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Taylor R Campbell | Fix and simplify recent change to xterm_dump_rectangle. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Taylor R Campbell | Finish fix in last change to entity unparsers. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Taylor R Campbell | Fix bug in recent change to entity unparsers. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Taylor R Campbell | Fix uninitialized reference in xterm_dump_rectangle. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Taylor R Campbell | Implement user-defined unparser methods for entities. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Taylor R Campbell | Make the debugger robust to errors while printing. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Taylor R Campbell | Fix some signedness issues in the X11 primitives. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Taylor R Campbell | Fix harmless typo in recent change to cache IMAIL messa... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Taylor R Campbell | Refuse to signal a subprocess that has terminated. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Taylor R Campbell | Back out accidentally committed changes to i386.m4... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Taylor R Campbell | Fix recent change to FLUID-LET to support unassigning. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Add hook in dynamically loaded modules for unloading... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Fix comments in i386.m4 and x86-64.m4 about executable... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Fix recent change to SHALLOW-FLUID-BIND. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Fix PC-in-builtin detection. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Minor hack to revive the 6.001 REPL. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Cache parsed date, subject, author, and recipient in... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Taylor R Campbell | Don't invoke B-M for one-character patterns in SUBSTRIN... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Chris Hanson | Change URI abstraction to handle percent encoding in... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Chris Hanson | Apply patch from Eric Christopherson to allow calling... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Taylor R Campbell | Simplify idiom for implementing dynamic binding. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Taylor R Campbell | New macro BEGIN0. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Arthur A. Gleckler | Moved declaration inside a block in order to conform... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Arthur A. Gleckler | Use <error_unimplemented_primitive> in case uint64... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Arthur A. Gleckler | Conditionalized compilation of the flonum casting primi... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Arthur A. Gleckler | Added <AC_INT64_T> and <AC_UINT64_T> to "configure... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Taylor R Campbell | Shrink hashtb.{bin,com,bci} further with judicious... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Taylor R Campbell | Work around bug that makes DECLARE and SYNTAX-RULES... |
commit | commitdiff | tree | snapshot |
2010-09-05 |
Taylor R Campbell | Fix total botch of last commit. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Taylor R Campbell | New fasl version to support ephemerons. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Arthur A. Gleckler | Removed NaN tests because they cause traps on Linux... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Arthur A. Gleckler | Added tests for infinities. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Arthur A. Gleckler | Fixed typo in comments. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Arthur A. Gleckler | Added trivial tests for conversion to floating-point... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Arthur A. Gleckler | Fixed code formatting. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Arthur A. Gleckler | * Renamed `cast-flonum-to-integer' to `cast-ieee754... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Arthur A. Gleckler | Removed the divisions by zero that I had used to create... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Arthur A. Gleckler | Merge branch 'master' of git://git.savannah.gnu.org... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Arthur A. Gleckler | Added primitives `cast-flonum-to-integer' and `cast... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Joe Marshall | Softer landing for system-library-directory-pathname... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Taylor R Campbell | Exploit OBJECT->FIXNUM's independence of tag on i386... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Taylor R Campbell | Kill infinite parsing loop by using + inside *, not... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Arthur A. Gleckler | Fixed comment in shadowing test. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Hanson | Fix missing -f in test. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Hanson | Add unit test to confirm that shadowing fix worked. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Taylor R Campbell | Extend hash table entry types to support ephemeral... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | Fix SVM's write_cc_entry_offset. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | Fix SVM interpreter's INDEX-FIXNUM? predicate. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | Fix SVM machine's conditional floating-point jumps. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | Fix SVM interpreter's decoding of doubles. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | In FLO:VECTOR-LENGTH, coerce length to fixnum before... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | Omit continuation code words after interpreter cache... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | PRE-INCREMENT is only ever a memory reference, not... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Taylor R Campbell | Use NON-POINTER-OBJECT? and CAREFUL-OBJECT-DATUM in... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Taylor R Campbell | Update `last update' dates on the reference and user... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Taylor R Campbell | Document the stack sampler. |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Chris Hanson | Draft fix for over-shadowing bug. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Taylor R Campbell | Add tests for ephemerons with compiled entries for... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Taylor R Campbell | Fix bug in the GC's ephemeron scanning. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Taylor R Campbell | Minor fixes to unit-testing.scm. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Taylor R Campbell | Omit needless definition of REFERENCE-BARRIER in test... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Taylor R Campbell | Eliminate losing bisection crock in find_block_address. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Taylor R Campbell | Fix plausible_cc_block_p some more. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Taylor R Campbell | Add a couple more consts to debug.c. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Joe Marshall | Add appropriate const qualifiers for anal compiler. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Taylor R Campbell | Remove spurious ignore declaration in i386 GENERATE... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Taylor R Campbell | Implement and document SET-EPHEMERON-KEY!. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Taylor R Campbell | New procedure REFERENCE-BARRIER. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Taylor R Campbell | Ignore out-of-date uncompressed debugging info files. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Taylor R Campbell | New stack-sampling profiler. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Taylor R Campbell | Rework the hash table entry abstraction. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Taylor R Campbell | Protect each use of ENTRY-{KEY,DATUM} in hashtb.scm... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Taylor R Campbell | Fix SRFI 69 HASH-TABLE-FOLD. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Joe Marshall | Restore warning as per Taylor. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Joe Marshall | Add declarations to silence warnings. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Joe Marshall | Add declaration to silence warning. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Taylor R Campbell | Document ephemerons. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Taylor R Campbell | Implement ephemerons. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Joe Marshall | Declare IGNORABLE NB to silence warning. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Taylor R Campbell | Missed some vestiges of archaic microcode state space... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Taylor R Campbell | Eliminate some unused return codes. |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Taylor R Campbell | Eliminate all traces of the archaic microcode state... |
commit | commitdiff | tree | snapshot |
next |