2011-04-30 |
Matt Birkholz | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Matt Birkholz | Oops, remove ALL "debugging printfs". |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Matt Birkholz | Added compile-time 'imports option to compile-system. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Matt Birkholz | Cut out the SHELL middleman; use run-synchronous-subpro... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Matt Birkholz | Un-distinguish LDFLAGS et al for shims or modules. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Taylor R Campbell | Update terminal drawing operation costs on resize. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Taylor R Campbell | Omit unreferenced GEN-DELIMS in url.scm. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Taylor R Campbell | Check whether requested memory size fits in object... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Taylor R Campbell | Fix some header files in the FFI. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Taylor R Campbell | Avoid GNUism $^ in makefiles. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Taylor R Campbell | Omit unreferenced variable in COMPILE-SYSTEM. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Taylor R Campbell | Simplify PARSE-PACKAGE-EXPRESSIONS with FILTER-MAP. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Matt Birkholz | More merge cleanup, typos. Simpler build. 20110426-Gtk |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Matt Birkholz | Oops, for-all?'s arguments are "backward". |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Matt Birkholz | Merge branch 'master' into Gtk |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Matt Birkholz | Turned off c-include-noisily? by default. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Matt Birkholz | Fixed compile-ffi to use run-shell-command. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Matt Birkholz | Ignore unknown options/descriptions in .pkg files. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Matt Birkholz | Removed redundant --preserve-timestamps. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Matt Birkholz | Fixed recent enhancement to compile-file. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Matt Birkholz | Merge branch 'master' into Gtk |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Matt Birkholz | Fix compile-system to load into the correct environment. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Matt Birkholz | New compile-system procedure. Replaced ffi.sf and... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Matt Birkholz | Fixed ffi/Makefile-fragment install target. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Matt Birkholz | Added FFI test. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Taylor R Campbell | Run Scheme in batch mode in the scripts in src/etc/. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Taylor R Campbell | Make `--batch-mode' without `--interactive' imply non... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Use do { ... } while (0) for command macros in uxproc.c. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Check for tcsetpgrp failure. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Don't fflush stdout and stderr before forking. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Minor cosmetic changes to uxproc.c. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Use the closefrom system call if available to close... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | When spawning subprocesses, handle the setpgid race... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Add some disparaging comments about my code...yechhh. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Taylor R Campbell | Pre-compile the regexps in IMAIL-SUMMARY-MATCH-LINE. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Taylor R Campbell | Ignore some variables in test-floenv.scm. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Taylor R Campbell | Ignore variable I in MAKE-RANDOM-SVL in character set... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Taylor R Campbell | Fix environment for runtime/test-wttree in tests/check... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Taylor R Campbell | Implement `make check' in the top-level makefile. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Taylor R Campbell | Refactor microcode/test-flonum-casts.scm into lots... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Taylor R Campbell | Work around brain damage in Linux's madvise. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Taylor R Campbell | Fix diagram of memory in memmag.c to reflect Microcode 15. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Taylor R Campbell | Add comment about (not) dynamically scoping madvice. |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Taylor R Campbell | Advise operating system about memory access during GC. |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Taylor R Campbell | Use a (hidden) top-level variable for tag in structure... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Taylor R Campbell | Back out recent misguided changes. |
commit | commitdiff | tree | snapshot |
2011-04-03 |
Arthur A. Gleckler | Fixed bug that caused (load-option 'xml) to fail with... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Taylor R Campbell | Fix typo in termination message. |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Taylor R Campbell | Change Edwin's default key bindings to match vi convent... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Taylor R Campbell | Switch to dynamic scope by default. |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Joe Marshall | Add and export GUARANTEE-PROMISE. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Joe Marshall | Add numerator->exact and denominator->exact. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Taylor R Campbell | When signalling a file open error, read channel type... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Chris Hanson | Copy example files to doc/ffi/ directory to avoid relat... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Chris Hanson | Bump version number and current year. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Chris Hanson | For some reason, fatal_buf doesn't have a NUL under... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Chris Hanson | Bump version number and current year. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Chris Hanson | Update copyright dates in reference headers. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Joe Marshall | Add GUARANTEEs for positive, negative, non-positive... |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Joe Marshall | Export some predicates. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Taylor R Campbell | Fix typo in `mail-relay-service' documentation string. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Taylor R Campbell | New (Unix) primitive CHANNEL-FILE-ATTRIBUTES for fstat. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Taylor R Campbell | Fix ENCODE-TIME to correctly handle negative time zones. |
commit | commitdiff | tree | snapshot |
2011-02-08 |
Taylor R Campbell | Bump microcode version number. |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Taylor R Campbell | New primitive NANOTIME-SINCE-UTC-EPOCH. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Taylor R Campbell | Two minor cosmetic changes to runtime/wttree.scm. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Taylor R Campbell | Fix wt-tree balancing. Add some trivial tests. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Gerroff the global TRACE binding; use %trace instead. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Fixed subprocess-wait, without blocking the toolkit. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Now builds on x86_64 and via portable C distribution. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Moved src/microcode/prgtkio.c to src/gtk/gtkio.c. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Added SWAT emulation, just sufficient to run Pole Zero. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Added scm-layout event handlers and gdk-key support. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | For Edwin: gtk-widget-font, scm-layout-scroll-step... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Removed $Id:$ tags. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Merge with 9.0.1+FFI. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Support scm-layout colors: fg, bg, text and base. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | Fixed gtk-thread crash. Raised pixbuf-loader interface. |
commit | commitdiff | tree | snapshot |
2011-01-17 |
Matt Birkholz | GNOME Toolkit Interface, as released 2009-03-18. |
commit | commitdiff | tree | snapshot |
2011-01-15 |
Taylor R Campbell | Check URI record arguments more carefully in ->MUMBLE... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Taylor R Campbell | Look in /usr/local/share/info for Info files in Edwin... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Chris Hanson | Fix floenv issues with MacOSX. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Matt Birkholz | FFI support for 64bit architectures. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Joe Marshall | Fix tag table entry for flonum for 64-bit platforms. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Joe Marshall | Fix copying of ACCESS. |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Taylor R Campbell | Fix STRIP-SUBJECT-RE on "Re: ". |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Taylor R Campbell | Fix datime.scm's time formats to accept up to 61 second... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Taylor R Campbell | Fix silly thinko in definition of STRIP-SUBJECT-RE. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Taylor R Campbell | Handle EINTR from opendir. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Taylor R Campbell | Fix comment about euclidean division -- r may be zero. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Taylor R Campbell | Work around bug in glibc's fegetenv on amd64. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Taylor R Campbell | Replace `masking exceptions' by `trapping exceptions'. |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Taylor R Campbell | Implement a complete set of integer division operator... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Matt Birkholz | Fix example code in "Type and range checking". |
commit | commitdiff | tree | snapshot |
next |