2017-05-06 |
Chris Hanson | Document return values from binary write operations. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Chris Hanson | Add examples of regsexp patterns. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Chris Hanson | Change regsexp {,inverse-}char-set to char-{,not-}in. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Chris Hanson | Rewrite the regular expression section for Unicode... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Chris Hanson | Document named arguments to char-set and char-set*. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Chris Hanson | Change string-trimmer to use general char matcher like... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Fix missed regexp in mime-codec. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Change pgsql to use regsexp. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Use named char-set for whitespace. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Add named character sets. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Add case-insensitive matching. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Change mime-coded to use regsexp. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Change regsexp value to have values of groups instead... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Change groups implementation to segregate started group... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Change groups abstraction to use message-passing style. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Chris Hanson | Change position abstraction to use message-passing... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Chris Hanson | Implement regsexp string search. |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Chris Hanson | Export nfc-string?. |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Chris Hanson | Change char-syntax rules to emphasize that they are... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Chris Hanson | Fix typo in rule that broke i386 build. |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Chris Hanson | Implement converter from regexp patterns to regsexp... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Chris Hanson | Add source files for ISO 8859 mappings and move convert... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Ham-handed elimination of legacy strings from win32... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Eliminate last remnants of "octets" ports. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Implement string<->iso8859-1 converters. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Minor cleanups to regexp code. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Fix bugs in char-set->regexp rewrite. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Add load-option to make sure regexp code is loaded... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Allow option files to use boot-inits. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Change char-set->regexp to use string builder. |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Chris Hanson | Rewrite regexp compiler to use bytevectors. Also add... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Matt Birkholz | runtime/global (write-to-string): missing arg |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Chris Hanson | Eliminate legacy-string->bytevector call now primitive... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Chris Hanson | Refactor compressor/decompressor to use bytevectors... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Chris Hanson | Fix bug when calling {flush,synchronized}-output-port... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Chris Hanson | Refactor host-adapter to detect the changes it needs... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Merge branch 'master' into sketch |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Revert change to host-adapter that breaks self-build. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Rwrite to use bytevectors instead of strings. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Move bytevector access macros into "object.h". |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Update file encryption to work with binary or textual... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Fix bug from recent change. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Fix typo in last change. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Use index procedures to simplify read-bytevector!. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Fix bug in textual->binary-port. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Change crypto support to use bytevectors. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Be more careful examining results of I/O operations. |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Chris Hanson | Implement conversions between integers and bytevectors. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Change blowfish support to use bytevectors. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Implement textual->binary-port. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Implement named char codecs. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Tweak. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Implement bytevector I/O for XML. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Eliminate "output-octets" instance. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Apply rename. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Change HTTP message body to be bytevector. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Change definition of content-md5 header to be a bytevector. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Eliminate more low-hanging deprecations. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Implement binary->textual-port. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Implement accessors for binary-port source/sink. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Matt Birkholz | More fun (less morbid) Latin valedictions. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | microcode/uxsig.c: Handle SIGTERM, SIGQUIT and SIGHUP... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | runtime/load (standard-library-directory-pathname)... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | Add option-loaded?. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | Add with-temporary-file. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | cref/make.scm: Increment version for deprecated binding... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | Add close procedure before output bytevectors' custom... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | Set sign bit in DOUBLE-NEGATIVE-INFINITY-IS-INFINITE... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | ffi: Restore casefulness of .cdecl files. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | runtime/host-adapter: Add string-foldcase. Train any... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Matt Birkholz | microcode/makegen/makegen.scm: Revert recent change. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Chris Hanson | Eliminate the low-hangin references to deprecated bindings. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Chris Hanson | Fix usages of now-binary MIME codecs, by appropriate... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Chris Hanson | Fix previous change to add close operation to non-chann... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Chris Hanson | Update MIME codecs to use bytevectors rather than legac... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Chris Hanson | Add a "close" operation to non-channel output sinks. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Chris Hanson | Add test for bytevector-builder. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Chris Hanson | Refactor make-sequence-builder and add vector-builder. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Chris Hanson | Tweak. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Rewrite the strings chapter to account for immutability... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Check that string-find-X-index args are in NFC? |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Convert string to NFC prior to hashing. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Change symbol->string and symbol-name to return immutab... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Update to reflect minor changes to string operations. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Export mutable/immutable predicates. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | In substring, only return arg string if it's in NFC. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Change substring? to call string->nfc on its arguments. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Change string-match and string-search to require NFC... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Change default result of string-builder to be NFC. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Redefine substring as different from string-copy. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Convert list->string, vector->string to use string... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Fix call to string-builder that was missed. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Simplify string, string*, string-append, string-append*. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Chris Hanson | Fix typo causing memory corruption. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Taylor R Campbell | Fix typo. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Chris Hanson | Change string-copy to return legacy string only if... |
commit | commitdiff | tree | snapshot |
next |