2018-01-15 |
Matt Birkholz | gdbm: Doco typos. |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Matt Birkholz | ffi: Missing alienate_float_environment causes foreigne... |
commit | commitdiff | tree | snapshot |
2018-01-14 |
Chris Hanson | Refactor handling of explicit tag supersets. |
commit | commitdiff | tree | snapshot |
2018-01-14 |
Chris Hanson | Implement weak-pair procedures as primitives and open... |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Eliminate tagging strategies altogether. |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Fix test: was depending on tagging strategy to differen... |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Fix bug: two copies of unicode-char? were causing confu... |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Add "assertion number" to failure reports. |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Eliminate tagged-object-{tag,datum} since they're ident... |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Do stupid macrology to work around lack of vector-ish... |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Fix open-coding of default-object?. |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Fix bug in compilation of %record with 0 or 1 arguments. |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Chris Hanson | Implement tagged-object primitives and open-code them... |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Chris Hanson | Simplify the story of tagging strategy. |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Chris Hanson | Use macro to speed up implementations of record accessors. |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Chris Hanson | Remove documentation for now-obsolete generic-procedure... |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Chris Hanson | Simplify predicate-tagging so that it provides only... |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Chris Hanson | Eliminate record-entity names and support. |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Chris Hanson | Delete some unnecessary procedures. |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Chris Hanson | Tweak dispatch-tag slightly. |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Push definition of register-predicate! to beginning... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Eliminate use of record-specific printing registration. |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Clean up the ad hoc handling of boot-time predicate... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Use weak hash tables for predicate lattice. |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Eliminate unused (and not fully thought out) unregister... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Fix cold-load initialization so that predicate tag... |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Chris Hanson | Thanks Joe! Fix thinko in code generation for define... |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Remove some unused and undocumented record-type accessors. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Move srfi-1 support to beginning of cold load. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Minor simplification. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Move dispatch-tag print method into gentag.scm. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Eliminate special support for defstruct printers. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Search for root-level "build" directory when finding... |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Add optional argument to specify build directory. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Implement simple script to show all of the .crf files. |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Chris Hanson | Move all of the generic-procedure support from runtime... |
commit | commitdiff | tree | snapshot |
2018-01-08 |
Chris Hanson | Ignore build directory called "build". |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Make sure that a record's type name is an immutable... |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Implement string->immutable. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Clean up handling of entities with records as extra. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Convert record support to use new predicate dispatchers. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Implement real define-pp-describer. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Implement real define-unparser-method. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Implement define-unparser-method and define-pp-describe... |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Change record to use predicate dispatchers instead... |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Tweak. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Change predicate-dispatcher to be an entity. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2018-01-07 |
Chris Hanson | Add two tests that were missing from known-tests. |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Implement deferred boot actions and use them for the... |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Establish an explicit booting? flag that controls boot... |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Change boot-time deferrals to use variable-setter. |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Implement variable-setter macro. |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Must load host-adapter for syntax definitions when... |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Reorganize boot.scm into logical sections. |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Eliminate less-than-useful comment. |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Rewrite the bundle machinery to separate interface... |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2018-01-06 |
Chris Hanson | Refactor record implementation to support setting descr... |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Chris Hanson | Reimplement bundle printers to be more like other printers. |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Chris Hanson | Some name changes and small cleanups. |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Chris Hanson | First draft of "bundle" support. |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Chris Hanson | Allow set-record-type-entity-unparser-method! to be... |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Chris Hanson | Fix emacs interface breakage caused by string rewrite. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
Chris Hanson | Eliminate non-hygienic-macro-transformer. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
Chris Hanson | Eliminate unused inerly files. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
Chris Hanson | Eliminate unused and unneeded definition-environment... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
Chris Hanson | Fold over-long lines. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
Chris Hanson | Eliminate no-longer-used binding genrated by define... |
commit | commitdiff | tree | snapshot |
2017-12-25 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2017-12-23 |
Matt Birkholz | gdbm plugin: Add a manual, a translation of the gdbm... |
commit | commitdiff | tree | snapshot |
2017-12-23 |
Matt Birkholz | ffi: Peek C strings as non-legacy strings, else bytevec... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
Chris Hanson | Support OR in syntax-check. |
commit | commitdiff | tree | snapshot |
2017-12-21 |
Chris Hanson | Handle case where XCode SDK doesn't match running OS. |
commit | commitdiff | tree | snapshot |
2017-12-19 |
Taylor R Campbell | Restore SIGQUIT handler so I can enter breakpoints... |
commit | commitdiff | tree | snapshot |
2017-12-19 |
Taylor R Campbell | Call close-textual-in/output-port, not close-in/output... |
commit | commitdiff | tree | snapshot |
2017-12-19 |
Taylor R Campbell | Avoid stack overflow with long responses. |
commit | commitdiff | tree | snapshot |
2017-11-28 |
Taylor R Campbell | Add blowfish-cbc tests. |
commit | commitdiff | tree | snapshot |
2017-11-28 |
Taylor R Campbell | Add standard Blowfish tests. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Chris Hanson | Fix test failures caused when no support for non-standa... |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Chris Hanson | Simplify previous fix to string-trimmer. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Chris Hanson | Fix warnings from macOS compiler. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Chris Hanson | Fix incorrect use of && where & should have been used. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Taylor R Campbell | If n is zero, there will be no higher bits set; skip... |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Taylor R Campbell | Rip out microcode mhash module. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Taylor R Campbell | Eliminate optional mhash dependency in fasdump.c. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Taylor R Campbell | Rip out vestiges of MD5 loadables. |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Taylor R Campbell | Eliminate MD5 as a loadable microcode module. |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Taylor R Campbell | First draft of SHA3-256 with minimal tests. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Matt Birkholz | blowfish plugin: Add texinfo manual, scraped from OpenS... |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Matt Birkholz | x11/x11-base (->cstring): Convert 0 to the null pointer. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Matt Birkholz | pgsql plugin: typos, e.g. banish vagrant scminfodir. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Matt Birkholz | ustring (string-trim): Handle strings trimmed to nothing. |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Taylor R Campbell | Add common integer bit string ffs, fls, ctz, and clz. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Taylor R Campbell | Fix typo: port/state should give the state, not the... |
commit | commitdiff | tree | snapshot |
2017-10-08 |
Chris Hanson | Eliminate no-longer-used conditional. |
commit | commitdiff | tree | snapshot |
2017-10-06 |
Chris Hanson | Fix typo when reading symbols without #!fold-case. |
commit | commitdiff | tree | snapshot |
2017-09-21 |
Matt Birkholz | x11: Ensure C strings are null terminated. |
commit | commitdiff | tree | snapshot |
next |