]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-07-21 John BenediktssonUsing "same?" in more places.
2012-07-21 John Benediktssonkernel: adding "same?" which is "bi@ =".
2012-07-21 Doug Colemancompiler: Fix /mod simplications in dead-code, add...
2012-07-21 John Benediktssonvocabs.parser: speedup parse-datum for numbers.
2012-07-20 John Benediktssonnamespaces: do not create globals via "foo get".
2012-07-20 John Benediktssontools.continuations: need one more rename.
2012-07-20 John Benediktssonxml.errors: using code generation to make XML error...
2012-07-20 Doug Colemancontinuations: change continuation word to current...
2012-07-20 Doug Colemanprettyprint.sections: Rename text tuple to text-section
2012-07-20 Doug Colemanstack-checker: meta-d was a word and symbol, now meta...
2012-07-20 John Benediktssonhelp: don't make word help create global boxes.
2012-07-20 John Benediktssonformatting: some cleanup, minor performance improvements.
2012-07-20 John Benediktssonmongodb/couchdb: use associate where possible.
2012-07-20 Doug Colemanhashtables: Revert size of associate, but keep inlined...
2012-07-20 John Benediktssonhashtables: use H{ } clone in associate, make it inline.
2012-07-20 John Benediktssonassocs: inline assoc-empty? and make M\ enum at* not...
2012-07-20 John Benediktssonsequences: fix typo in docs for shorten.
2012-07-20 Doug Colemannamespaces: Oops, one escaped the lab
2012-07-20 John Benediktssonio.sockets.secure.unix.debug: move to io.sockets.secure...
2012-07-20 John Benediktssonbenchmark: assert some results.
2012-07-20 Doug Colemanhttp: Use make
2012-07-20 Doug Colemancompiler.tree.debugger: Remove make-assoc
2012-07-20 Doug Colemanmake: Add ,+ to make
2012-07-20 Doug Colemancookbook: One less pitfall.
2012-07-20 Doug Colemanlint: remove make-assoc
2012-07-20 Doug Colemankoszul: Remove make-assoc
2012-07-20 John Benediktssonbenchmark: rename main methods to be consistent.
2012-07-20 Doug Colemanmatch: make-assoc: -1
2012-07-20 John Benediktssonmatch: whoops.
2012-07-19 John Benediktssonmatch: revert to previous behavior, had a bug.
2012-07-19 John Benediktsson"filter empty?" is "any? not".
2012-07-19 John Benediktssonprettyprint.config: string-limit? shouldn't be a global.
2012-07-19 John Benediktssonmore cleanup of with-scope.
2012-07-19 John Benediktssonmore H{ } make fixes.
2012-07-19 John Benediktssongoogle.translate: fix using.
2012-07-19 John Benediktssoncleanup some use of with-scope.
2012-07-19 John Benediktssonmake: change default size of make-assoc.
2012-07-19 John Benediktssonmore cleanup for H{ } make.
2012-07-19 John Benediktssonmore use of H{ } make.
2012-07-19 John Benediktssonusing the new H{ } make.
2012-07-19 John Benediktssonfixing some docs.
2012-07-19 John Benediktssonmake: allow make to be used to create assocs.
2012-07-19 John Benediktssonbenchmark.fib: give each benchmark a unique main method...
2012-07-19 Doug Colemanwith-variables: Monads has its own bind word. missed...
2012-07-19 Doug Colemanio.sockets.unix: Needs to still use namespaces. Clean...
2012-07-19 Doug Colemannamespaces: Rename ``bind`` to ``with-variables``....
2012-07-18 John Benediktssonsequences: faster last / set-last.
2012-07-18 John Benediktssoncsv: more permission parsing.
2012-07-18 John Benediktssonsequences.extras: adding ?trim.
2012-07-18 John BenediktssonRevert "alien: these make "utf8 encode" 7-8% faster."
2012-07-18 John Benediktssoncore-foundation.strings: using map!.
2012-07-18 John Benediktssonalien: these make "utf8 encode" 7-8% faster.
2012-07-18 John Benediktssonbenchmark.regexp: simple regexp matching benchmark.
2012-07-18 John Benediktssonmath.intervals: using short-circuit logic.
2012-07-18 John Benediktssonmemoize: speed up memoized functions with no arguments.
2012-07-18 John Benediktssonbenchmark.memoize: add zero arg memoized function.
2012-07-17 John Benediktssonmemoize: use unsafe words.
2012-07-17 John Benediktssonhashtables.identity: cache the identity hashcode on...
2012-07-17 John Benediktssonbenchmark.memoize: adding a benchmark for memoization.
2012-07-17 John Benediktssonhashtables.wrapped: INSTANCE: assoc and support new...
2012-07-17 John Benediktssonsimple-flat-file: using map! in some places.
2012-07-17 John Benediktssonassocs: faster map>assoc.
2012-07-17 Doug Colemantools.walker: Give examples for breakpoint and breakpoi...
2012-07-17 John Benediktssongraphs: simplify by removing temporary namespace variables.
2012-07-17 John Benediktssonsimple-flat-file: revert for now, caused bootstrap...
2012-07-17 John Benediktssonsome cleanup.
2012-07-17 John Benediktssonio.directories: fix mistaken refactor.
2012-07-17 John Benediktssonio.directories.hierarchy: faster directory-tree-files.
2012-07-17 John Benediktssonio.directories: cleanup and some performance improvemen...
2012-07-17 John Benediktssonusing if-zero in even more places.
2012-07-17 John Benediktssonio: simplify stream-exemplar.
2012-07-17 John Benediktssoncalendar: durations don't need to clone instants.
2012-07-17 John Benediktssoncalendar: speed up >gmt.
2012-07-16 John Benediktssoncalendar: some minor performance improvements.
2012-07-16 John Benediktssonwindows.time: fix using list.
2012-07-16 John Benediktssonusing if-zero in more places.
2012-07-16 John Benediktssonwindows.time: faster windows-time>timestamp.
2012-07-16 John Benediktssonsequences: prepend-as should be inlined.
2012-07-16 John Benediktssonhints: prepend should have same hints as append.
2012-07-16 John Benediktssonsplitting.monotonic: revert to previous monotonic-split...
2012-07-16 John Benediktssoncalendar.unix: fix timeval>seconds (thanks @k7f!)
2012-07-15 John Benediktssonvocabs.hierarchy: ensure-valid-root only once per root.
2012-07-15 John Benediktssoncsv: don't need optional first/last.
2012-07-15 John Benediktssonvocabs.hierarchy: some cleanup and minor speedups.
2012-07-15 John Benediktssoncalendar.unix: making time conversions a lot faster.
2012-07-15 John Benediktssonvocabs: faster check-vocab-name.
2012-07-15 John Benediktssonunicode.data: faster string operations by using constan...
2012-07-15 John Benediktssoncsv: faster, only use make when field contains quotes...
2012-07-15 John Benediktssonsequences.extras: adding a trim-as word.
2012-07-15 John Benediktssonsequences.extras: adding a contains? (a faster sequence...
2012-07-15 John Benediktssoncsv: faster for files that do not have blanks around...
2012-07-14 John Benediktssontools.completion: fix chars-matching word.
2012-07-14 John Benediktssoncsv: 20% faster.
2012-07-14 John Benediktssonsplitting.monotonic: cleanup, a little faster.
2012-07-14 John Benediktssonsequences.extras: bounds-check in rotate! and do exchan...
2012-07-14 John Benediktssonui.gadgets: rename max-dim and dim-sum.
2012-07-14 John Benediktssonbenchmark.csv: adding a benchmark for csv.
2012-07-14 John Benediktssonstrings.tables: adding empty format-table test case.
2012-07-14 John Benediktssonstrings.tables: fixing issue slicing empty arrays.
2012-07-14 John Benediktssoncsv: 20% faster reading, and 50% faster writing.
next