]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-04-22 Björn Lindqvistautomatically sets up the Factor coding style for Emacs...
2014-04-22 John Benediktssonhtml.entities: add a test to show "&amp".
2014-04-22 John Benediktssonhtml.entities: slightly better (looking) docs.
2014-04-22 John Benediktssonhtml.entities: reference the table in the w3 specs.
2014-04-22 John Benediktssonhtml.entities: adding better HTML 5 escaping.
2014-04-22 John Benediktssonhtml.parser.util: removing incomplete html escaping.
2014-04-21 John Benediktssonhtml.parser.utils: adding a simple html escape/unescape.
2014-04-21 John Benediktssonremoving readme.html.
2014-04-21 Björn LindqvistFUEL: Customization variable that controls whether...
2014-04-21 Björn LindqvistFUEL: Load fuel-mode when factor-mode loads.
2014-04-21 John Benediktssoncalendar: clone timestamps in >gmt and >local-time.
2014-04-21 John Benediktssoncalendar: M\ timestamp clone should clone gmt-offset.
2014-04-21 John Benediktssoncalendar.threads: implement M\ timestamp sleep-until.
2014-04-21 John Benediktssoncalendar.threads: simplify.
2014-04-20 John Benediktssonio.sockets: use must-fail-with for resolve-host errors.
2014-04-20 John Benediktssonio.sockets: don't need "0 or" for addrinfo.
2014-04-20 Björn Lindqvistio.sockets: add word addrinfo-error to signal host...
2014-04-18 Björn Lindqvistio.sockets.secure.openssl.tests: more and better SSL_co...
2014-04-18 Björn Lindqvistio.sockets.secure.openssl: more docs
2014-04-18 Björn Lindqvistio.sockets.secure.openssl: big refactoring, all error...
2014-04-18 Björn LindqvistFUEL: some more chars that often are used in word names
2014-04-18 Björn Lindqvistfuel.pprint: . needs to be escpaed to load prettyprint...
2014-04-18 Björn LindqvistFUEL: factor-find-in returns correct vocab when point...
2014-04-18 Björn LindqvistFUEL: improve highlighting of LIBRARY:, HELP: and depre...
2014-04-18 Björn LindqvistFUEL: fallback to the all-words algorithm when search...
2014-04-18 Björn LindqvistFUEL: Improved handling of documentation markup errors
2014-04-18 Björn LindqvistFUEL: Use font-locks data to figure out if the token...
2014-04-18 Björn LindqvistFUEL: remove fuel-help-short and supporting code
2014-04-16 John Benediktssonadd some libc usings for macosx.
2014-04-16 Doug Colemansmtp: Use a config object. Fix docs. Fix unit tests.
2014-04-16 Doug Colemanmason.test: Allow for a .factor-mason-rc which is loade...
2014-04-16 Doug Colemantools.scaffold: Add word to scaffold a mason rc file.
2014-04-16 Doug Colemanimap: Fix docs referring to wrong boot rc file.
2014-04-15 John Benediktssonvocabs.files: change vocab-tests example to sort output.
2014-04-15 John Benediktssonio: change with-output-stream* example to unchecked.
2014-04-15 John Benediktssonhelp.lint.checks: remove leaks check for now due to...
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: more matrix-related documentation
2014-04-14 Björn LindqvistDocs: source-files.errors
2014-04-14 Björn LindqvistDocs: doc and examples for math.matrices
2014-04-14 Björn LindqvistDocs: examples for io.launcher words
2014-04-14 Björn LindqvistDocs: examples for vocab-files and vocab-tests
2014-04-14 Björn LindqvistDocs: example for head? and subwords
2014-04-14 Björn LindqvistDocs: a few more examples for words that were missing...
2014-04-14 Björn Lindqvistio.sockets: example for the with-socket function
2014-04-14 Björn Lindqvistio.sockets: example for resolve-host
2014-04-14 Björn Lindqvisturls.tests: unit tests for url-addr
2014-04-14 Björn Lindqvisturls: example for secure url-addr
2014-04-14 Björn Lindqvistio: with-output-stream* example
2014-04-14 Björn LindqvistFUEL: fix factor-find-usings and use it in fuel-help...
2014-04-14 Björn LindqvistFUEL: correct fuel-helps word lookup algorithm
2014-04-14 Björn Lindqvisthelp.lint.checks: check for disposable leaks and print...
2014-04-08 Doug Colemanio.sockets.secure.openssl: Check error code in unit...
2014-04-05 Doug Colemanimap: Add some combinators, fix up some docs, add docs...
2014-04-04 John Benediktssonlibc: fix tests using.
2014-04-04 John Benediktssonlibc: test "1 strerror" since zero gives different...
2014-04-04 John Benediktssonmore libc fixes.
2014-04-04 John Benediktssonio: need to use libc for OS X?
2014-04-03 Doug Colemanio.sockets.secure.openssl: Fix using list.
2014-04-02 Björn Lindqvistio.sockets.windows: wrap ioctlsocket and related consta...
2014-04-02 Björn Lindqvistwindows.winsock: fix the definition of SOCKET_ERROR...
2014-04-02 Björn Lindqvistwindows.winsock: use the windows api types instead...
2014-04-02 Björn LindqvistMerge:
2014-04-02 Björn Lindqvistio.sockets.secure.openssl: do-ssl-connect needs to...
2014-04-02 Björn Lindqvistlibc: fix vocab definition of platform dependent parts...
2014-04-02 Björn Lindqvistlibc.*: add platform files
2014-04-02 Björn Lindqvistlibc: several vocabs now need to depend on libc
2014-04-02 Björn Lindqvistio.files: make wait-for-fd generic and dispatch dependi...
2014-04-02 Björn Lindqvistio.sockets.secure.*: unification of lots of platform...
2014-04-02 Björn Lindqvistlibc.*, unix.*: move constants and functions from the...
2014-04-02 Björn Lindqvistio.sockets.secure.windows: reading and writing from...
2014-04-02 Björn Lindqvistio.files.windows: new generic words drain and refill...
2014-04-02 Björn Lindqvistio.sockets.secure: new hook variable ssl-certificate...
2014-03-14 John Benediktssonimages.testing: fix help-lint warnings.
2014-03-14 John Benediktssonimages.loader: simplify registrations.
2014-03-14 John Benediktssonimages: minor cleanup.
2014-03-14 John Benediktssonimages.testing: change tests to require and use image...
2014-03-14 John Benediktssonimages.loader: optionally register "non-system" image...
2014-03-14 John BenediktssonRevert "extra.images: call register-image-class before...
2014-03-14 Björn Lindqvistextra.images: call register-image-class before testing...
2014-03-14 Björn Lindqvistimages.*: fix all image>stream words in extra so that...
2014-03-14 Björn Lindqvistimages.loader: docs for save-graphic-image
2014-03-14 Björn Lindqvistimages.loader: support for saving images on the gtk...
2014-03-13 John Benediktssonhttp.client: add starred versions that do not check...
2014-03-13 Doug Colemanimap: Better errors when not configured.
2014-03-13 Doug Colemanoauth: Fix tests. Twitter API tolerates the extra ...
2014-03-13 John Benediktssonfix some help-lint errors.
2014-03-13 John Benediktssonpython.syntax: fix tests when run first.
2014-03-13 John Benediktssonhttp.client: fix duplicate using.
2014-03-13 John Benediktssonhttp.client: few more fixes.
2014-03-13 John Benediktssonhttp.client: remove unused word.
2014-03-13 John Benediktssonhttp.client: remove http-get* and its friends, change...
2014-03-12 Doug Colemangdbm.ffi: Use alien library finder except on Windows...
2014-03-12 John Benediktssonsequences: faster interleave.
2014-03-12 John Benediktssonlogging.server: add support for changing the logging...
2014-03-12 John Benediktssonoauth needs this, and this needed protocol-port fixes.
2014-03-12 John Benediktssonio.sockets: change protocol-port to handle ``f`` on...
2014-03-12 John BenediktssonRevert "sequences: require integers for slice and repet...
2014-03-12 John Benediktssonpython.syntax: fix py-import.
2014-03-12 Doug ColemanLeave oauth alone. Leave her alone!!!
next