]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-11-30 John BenediktssonNew icons for Factor.
2012-11-30 John BenediktssonRevert "ui.backend.cocoa.views: make compatible with...
2012-11-28 Doug Colemanmachine-learning: Add stratified-samples for getting...
2012-11-27 Doug Colemanbasis: Try to fix the build. My profiler is hanging...
2012-11-26 John Benediktssonui.backend.cocoa.views: make compatible with 10.6.
2012-11-26 Jon Harperwinapi window resize
2012-11-26 Jon HarperOSX window resize
2012-11-26 Jon HarperX11 window resize
2012-11-26 Jon HarperAdd resize-window and relayout-window
2012-11-17 Doug Colemanmachine-learning.rebalancing: Don't use a distribution...
2012-11-17 Doug Colemanmachine-learning.rebalancing: Add a way to rebalance...
2012-11-17 Doug Colemanmath.statistics: Add a variant of histogram that can...
2012-11-15 Doug Colemanmath.statistics: Add back std as sample-std.
2012-11-15 Doug Colemanarrays.shaped: First stab at an n-dimensional array...
2012-11-08 Doug Colemanmath.statistics: Make you think about which std you...
2012-11-08 Doug Colemanmath.statistics: Rename full-* to population-*. Full...
2012-11-08 Doug Colemanmath.matrices: Add m+n, m-n, n+m, n-m, words.
2012-11-08 John Benediktssonmath.extras: adding unique-indices.
2012-11-08 John Benediktssonsequences.extras: adding flatten1.
2012-11-08 John Benediktssonassocs.extras: adding assoc-invert.
2012-11-06 John Benediktssonmath.statistics: rename full-* to population-*.
2012-11-02 John Benediktssonopengl: properly scale viewports.
2012-11-01 John Benediktssonui.backend.cocoa.views: only set gl-scale-factor if...
2012-11-01 John Benediktssonimages: don't truncate in image-dim.
2012-11-01 John Benediktssonopengl: make sure to reset the scale factor at startup.
2012-11-01 John Benediktssoncore-text: better check.
2012-11-01 John Benediktssoncap: make screenshots work on retina.
2012-11-01 John Benediktssoncore-text: retina displays should use "2x" fonts.
2012-11-01 John Benediktssonopengl.textures: render 2x images.
2012-11-01 John Benediktssonimages: adding "2x" images.
2012-11-01 John Benediktssonopengl: adding support for a gl-scale-factor.
2012-11-01 John Benediktssoncalendar: better warnings.
2012-11-01 John Benediktssonui.backend.cocoa.views: [self setWantsBestResolutionOpe...
2012-11-01 John BenediktssonFactor.app: enable NSHighResolutionCapable.
2012-10-30 John Benediktssonassocs.extras: use min-length in zip-as.
2012-10-30 John Benediktssonsequences.extras: adding a (slow) arg-sort.
2012-10-29 Doug Colemanui.backend.gtk: Save the clipboard to the global clipbo...
2012-10-29 Doug Colemangrouping: The expectation is that if there is a virtual...
2012-10-28 Jon HarperAllow circular clumps with a length smaller than the...
2012-10-28 Jon Harperfixup: forgot the tests
2012-10-28 Jon Harperclump: fix empty sequence input. rephrase docs a bit
2012-10-28 Jon Harperchange clump when the group size is greater than the...
2012-10-28 Jon HarperFriendlier grouping/clumping error message
2012-10-26 Doug Colemanos-unix: Actually call pthread_join() to avoid an infin...
2012-10-26 John Benediktssonio.streams.zeros: write only 'n' zeros.
2012-10-26 John Benediktssonio.streams.zeros: adding authors.txt.
2012-10-26 John Benediktssonio.streams.random: stream-copy disposes, so we don...
2012-10-26 John Benediktssonunix: adding truncate-file.
2012-10-26 John Benediktssonio.streams.random: moving random-file here.
2012-10-26 John Benediktssonio.streams.zeros: adding zero-file.
2012-10-26 John Benediktssonio.streams.zeros: adding @erg's zero-stream.
2012-10-26 John Benediktssonio.random: adding "random-file".
2012-10-26 John Benediktssonio.streams.random: adding @erg's random-stream.
2012-10-26 John Benediktssonmath.statistics: add some padding in the docs (looks...
2012-10-26 Doug Colemanmachine-learning.one-hot: Use the example from my blog...
2012-10-25 John Benediktssonmath.statistics: add other cumulative words to help...
2012-10-25 Doug Colemanmachine-learning.one-hot: Start a machine learning...
2012-10-25 Doug Colemansequences.extras: Add set-nths and set-nths-unsafe...
2012-10-25 Doug Colemanmath.statistics: Add cum-count, cum-sum0, cum-map0...
2012-10-25 Doug Colemansequences.extras: Add head-as, head*-as, tail-as, tail...
2012-10-25 John Benediktssonio.directories: defining "?delete-file".
2012-10-25 Doug Colemancalendar: Add yesterday, tomorrow, o'clock, am, pm.
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.
next