]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-10-25 Doug Colemanwindows: Fix bootstrap.
2012-10-25 Doug Colemantar: Don't throw an error if the file does not exist...
2012-10-25 John Benediktssonio.files.acls.macosx: finish separation of ffi vocab.
2012-10-25 John Benediktssonio.files.acls.macosx.lib: removing redundant vocab.
2012-10-25 John Benediktssonsbufs: no need to contract.
2012-10-25 John Benediktssonunix: adding mkfifo.
2012-10-25 John Benediktssonunix.ffi.macosx: can't use iovec here...
2012-10-25 John Benediktssonunix.ffi: adding sendfile.
2012-10-25 John Benediktssonunix.ffi: adding readv/writev.
2012-10-25 John Benediktssoncgi: add some docs.
2012-10-25 John Benediktssontools.which: adding the "which" command.
2012-10-25 Doug Colemanwindows: Attempt to fix circularity.
2012-10-25 Doug Colemantar: Fix pax_global_header. Make symlinks work, do...
2012-10-25 John Benediktssonio.files.info.unix: errno EACCES should be handled...
2012-10-25 Doug Colemanwindows.shell32: Throw an error if file does not exist...
2012-10-25 John Benediktssonio.files.info: make access checks throw on file-does...
2012-10-25 Doug Colemanio.files.info.windows: Implement file-readable?, writab...
2012-10-25 John Benediktssonio.files.info.unix: make sure to normalize so special...
2012-10-25 John Benediktssonio.files.acls.macosx: works!
2012-10-24 John Benediktssonio.files.acls: cleanup.
2012-10-24 Doug Colemanio.files.acls: Add what I have for acl support on macosx.
2012-10-24 John Benediktssonio.files.info: adding checks for read, write, or execut...
2012-10-24 John Benediktssonunix.ffi: adding "access".
2012-10-24 Doug Colemanwindows.shell32: Add a way to find out the kind of...
2012-10-24 John Benediktssonterminal.linux: fix using.
2012-10-24 Doug Colemanwindows.kernel32: Add function and some structs.
2012-10-24 John Benediktssonterminal: adding "terminal-size" vocab.
2012-10-24 Doug Colemanxml.syntax: Nested xml literals were not handled correctly.
2012-10-24 John Benediktssonunix.ffi: adding fileno.
2012-10-24 John Benediktssonio.random: bit faster using set-nth-unsafe.
2012-10-24 John Benediktssonio.random: much faster version of random-lines for...
2012-10-24 John Benediktssonopengl.gl: cleanup formatting.
2012-10-23 Doug Colemanio.random: Fix off-by-one error.
2012-10-23 PGGBAdd glDrawElementsBaseVertex
2012-10-23 John Benediktssonio.random: cleanup using "each-numbered-line", implemen...
2012-10-23 John Benediktssonsequences.extras: implement "insert-nth!".
2012-10-23 John Benediktssonio.random: rename to "random-readln".
2012-10-23 John Benediktssonio.random: adding a "random-line" word.
2012-10-23 John Benediktssonhashtables: use "4drop" instead of "drop 3drop".
2012-10-23 John Benediktssonchange some "2drop 2drop" to "4drop".
2012-10-23 John Benediktssonbenchmark.udp-echo0: "over over" is just "2dup".
2012-10-23 John Benediktssonmath.primes.erato: minor performance improvements.
2012-10-23 John Benediktssontools.completion: don't use file-directory.
2012-10-23 John Benediktssonio.pathnames: remove file-directory (redundant to paren...
2012-10-23 John BenediktssonChange "3dup drop" to "2over".
2012-10-23 John Benediktssonurls: allow pathnames to convert >url.
2012-10-23 John Benediktssonpresent: simplify M\ pathname present.
2012-10-23 John Benediktssonpresent: implement M\ pathname present.
2012-10-23 John Benediktssontools.completion: minor fix to complete against file...
2012-10-23 John Benediktssonui.tools.listener: adding path completion to listener.
2012-10-23 John Benediktssontools.completion: better paths-matching.
2012-10-23 John Benediktssontools.completion: fix CHAR: and COLOR: completion to...
2012-10-23 John Benediktssonio.pathnames: adding file-directory.
2012-10-22 John Benediktssoncolors.yiq: adding YIQ color support.
2012-10-22 John Benediktssoncolors.hsl: adding HSL color support.
2012-10-22 Doug Colemanopencl: Make it compile at least. Throws error -38...
2012-10-22 John Benediktssonvim: update syntax file for new kernel words.
2012-10-22 John Benediktssonstack-checker: adding 4dup and 4drop.
2012-10-22 John BenediktssonRevert "sequences: change map-integers to require fixnu...
2012-10-22 John Benediktssonsequences: change map-integers to require fixnum length.
2012-10-22 Doug Colemanmath.matrices: Trying to flesh out the matrices vocabul...
2012-10-22 Doug Colemantools.dns: Show ipv6 ips in host command.
2012-10-22 Doug Colemandns: Factor out filtering a and aaaa.
2012-10-22 Doug Colemanstack-checker: Add alien-assembly to the do-not-compile...
2012-10-22 Doug Colemanmath.statistics: Add ddof (delta degrees-of-freedom...
2012-10-22 Doug Colemanmath.matrices: Add some combinators for iterating over...
2012-10-22 Doug Colemanmath.matrics: Add some combinators and indexing words...
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-10-21 John Benediktssoncolors: can't bootstrap when using locals in colors...
2012-10-21 John Benediktssoncolors.hsv: adding complimentary-color.
2012-10-21 John Benediktssoncolors: adding inverse-color.
2012-10-21 John Benediktssoncolors.hsv: adding rgba>hsva.
2012-10-21 John Benediktssoncolors.cmyk: make sure cmyka is a color.
2012-10-21 John Benediktssoncolors: adding linear-gradient.
2012-10-21 John Benediktssoncolors: fix using list, silly auto-use.
2012-10-21 John Benediktssoncolors.cmyk: adding some docs.
2012-10-21 John Benediktssoncolors.gray: adding rgba>gray.
2012-10-21 John Benediktssoncolors.cmyk: adding support for CMYK colors.
2012-10-19 John Benediktssonip-parser: minor cleanup.
2012-10-18 John Benediktssonip-parser: adding a "ping-compatible" IP address parser.
2012-10-05 John Benediktssonrandom: support random on sets.
2012-10-05 John Benediktssoncompiler.tree.propagation: revert cleanup, this was...
2012-10-05 John Benediktssonmath.extras: implement "search-sorted" and "weighted...
2012-10-05 John Benediktssonrandom: support "random" on floats (uses uniform-random...
2012-10-05 John Benediktssoncompiler.tree.propagation: throw the proper error in...
2012-10-05 John Benediktssoncompiler.tree.propagation: cleanup known-words a bit.
2012-10-05 John BenediktssonRevert "core: >array, >byte-vector, >hashtable, >vector...
2012-10-05 John Benediktssoncompiler.tree.propagation: make sure integer>fixnum...
2012-10-04 John Benediktssonsequences.generalizations: add "nfind" and "nany?".
2012-10-04 John Benediktssonassocs.extras: adding if-assoc-empty.
2012-10-03 John Benediktssonrandom: implement random for assocs.
2012-09-29 Jon Harperui.backend.gtk: better gesture for shift tab
2012-09-29 John Benediktssonbit-sets: inline <bit-set>.
2012-09-29 John Benediktssoncore: >array, >byte-vector, >hashtable, >vector should...
2012-09-29 John Benediktssonproject-euler.150: bit faster with inline.
2012-09-29 John Benediktssonsmtp: plain-auth-string should return a ... string.
2012-09-28 Doug Colemanlibsvm: move to code-factor repository as it's not...
2012-09-27 John Benediktssonlibsvm: make unix-only for now.
2012-09-27 John Benediktssonsequences.generalizations: fix stack effect docs for...
2012-09-27 John Benediktssonsequences.generalizations: adding "nall?".
next