projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
2017-04-19
Chris Hanson
More refactoring of unicode-string layout.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-18
Taylor R Campbell
Teach top-level clean target to clean tools too.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-17
Chris Hanson
A round of small changes in preparation for supporting...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-17
Chris Hanson
Implement compiler support for new primitives.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-17
Chris Hanson
Change Unicode strings to store flag in type bits of...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-17
Chris Hanson
D'oh! Hook up printer to new string type.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-17
Chris Hanson
Implement primitives to read and write type/datum of...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-17
Chris Hanson
Return end-index of TO from bytevector-copy!.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-15
Taylor R Campbell
No need for X in the liarc bootstrap build.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-15
Taylor R Campbell
Splice shell arguments with ${1+"$@"}.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-14
Chris Hanson
Fix bug: primitive-byte-ref returns a fixnum, not a...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-14
Chris Hanson
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Chris Hanson
Change unicode string representation to be more compact...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Chris Hanson
Implement select-on-bytes-per-word for gnerating word...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Chris Hanson
Eliminate condition for open-coding integer->char.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Chris Hanson
Make sure that unicode strings are self-evaluating.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-13
Chris Hanson
Strip down code generated for primitive memory references.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Chris Hanson
Implement open-coding of byte-ref primitives.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Chris Hanson
Implement more primitive refs, and restrict to pointers...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Chris Hanson
Fix compilation issue.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Chris Hanson
Implement allocate-nm-vector.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Chris Hanson
Allocate new type unicode-string.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-12
Chris Hanson
Implement bytes-per-object.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-10
Chris Hanson
Eliminate unused multi-byte procedures.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Chris Hanson
Add 'copy? option to string-builder.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Chris Hanson
Fix bug: string output port must copy input strings.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-30
Chris Hanson
Fix bugs: typos caught by the macos compiler.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Chris Hanson
Add documentation for a few of the more recent string...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Chris Hanson
Fix string-for-primitive: it wasn't handling slices.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Chris Hanson
Optimize string-in-nfX? since it's important that these...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Chris Hanson
Normalize strings prior to hashing so equivalent sequen...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Chris Hanson
Eliminate Hangul Jamo from canonical cm/dm tables.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Chris Hanson
Implement algorithmic Hangul Jamo compose/decompose.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-28
Chris Hanson
Fix code-generation bug in fast-division.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-27
Chris Hanson
Change NFC_QC to be a boolean-valued table and exploit...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-27
Chris Hanson
Have string builder track max code point written.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-26
Chris Hanson
Change string-builder to normalize to NFC by default.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-26
Chris Hanson
Change symbols to be in NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-26
Chris Hanson
Working NFC implementation.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-25
Chris Hanson
Initial draft of NFC support; still need to write compo...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-25
Chris Hanson
Add NFC_QC and Comp_EX tables.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Chris Hanson
Synthesize canonical-dm table and use it to speed up...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Chris Hanson
Fix bug in canonical-ordering algorithm.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Chris Hanson
Refactor test to make it easier to see the failures.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
Chris Hanson
Boost default stack size -- I'm tired of blowing out...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
D'oh! String normalization tests were broken, which...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Squeeze a little more space out of the tables.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Implement decomposition-type table and use it for corre...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Further compress the size of the UCD tables.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Add a bunch of converters to/from bytevectors.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Fix some bugs in vector->string.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Add hack to force printing chars in old format; can...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
More simplification.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Simplify parse-atom to not fold case.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
Chris Hanson
Use ucd-X-value directly in ustring.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Chris Hanson
Convert all of the UCD tables to use bitwise tries.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Chris Hanson
Rework the character parser to handle backslash reasonably.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-18
Chris Hanson
Add u16/u32 equivalents to bytevector.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
Chris Hanson
Add draft of inversion-map code generator.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Chris Hanson
Update explanation of HIGH range.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Chris Hanson
Rename "signal" to "inversion list" since that's the...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Chris Hanson
Change normalization test to use characters instead...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Chris Hanson
Speed up reading of #\x... characters.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Chris Hanson
Use string-builder instead of call-with-output-string.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Chris Hanson
Implement test case for string->nfd.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Chris Hanson
Fix symbols using now-illegal syntax.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Chris Hanson
Rewrite parser so that it supports Unicode input.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Chris Hanson
Fix missed references to parser.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Chris Hanson
Major refactoring of the parser.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Add file-attributes tests that test the parser's interface.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Add input-line operation to input strings.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Implement port-properties.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Reimplement interface between parser and file-attribute...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Reindent test cases for easier reading.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Fix char-in-set? so it works with all characters.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Small tweaks to file-attributes.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Chris Hanson
Add file-attributes test to make check.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Fix some issues with file-attribute parser; temporarily...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Eliminate unused binding.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Change host-adapter to be ignored except on 9.2.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Eliminate support for custom parser tables.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Eliminate need for file-attributes parser to use custom...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Don't save boot inits if there are none.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
plugin ChangeLogs: Add missing cd commandline.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
doc: Use default htmldir, pdfdir, etc. Rename updated...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
Load necessary options (not loaded when Edwin is not...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
Generalize load-ffi-quietly to use when loading other...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
edwin: Add input-event unparser. Fix inferior unparser.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
doc/ref-manual/graphics.texi: typo
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Matt Birkholz
cref/conpkg.scm: Fourth slot of import links: 'deprecat...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Change sequence builders to copy small sequences.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Change char-XXX-full converters to store strings.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Chris Hanson
Fix test, now that I understand what's going on.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-06
Chris Hanson
Add Unicode segmentation tests and fix implementation...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-05
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-05
Matt Birkholz
svm: Punt unnecessary (global-definitions "../cref...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-05
Matt Birkholz
Match up 9.2 and current definitions of GUARANTEE.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-05
Matt Birkholz
Speed up SVM cross-build with new finish-cross-compilat...
commit
|
commitdiff
|
tree
|
snapshot
next