]> gitweb.factorcode.org Git - factor.git/history - basis
windows: Start adding GetBestInterface.
[factor.git] / basis /
2012-09-17 Doug Colemanwindows: Start adding GetBestInterface.
2012-09-17 Doug Colemanwindows.iphlpapi: Add a way to get interfaces, mac...
2012-09-17 Doug Colemanwindows.winsock: Add sockaddr>ip.
2012-09-17 Doug Colemancombinators.smart: Add cleave>array.
2012-09-17 Doug Colemanwindows.kernel32: Add HeapAlloc, HeapFree but don't...
2012-09-17 Doug Colemanio.files.info: On my Windows7 box, D: is "not really...
2012-09-16 Doug Colemanalien.c-types: Add c-type-signed to protocol, which...
2012-09-14 John Benediktssonheaps: inline heap-size also.
2012-09-14 John Benediktssonheaps: speed up heaps benchmark.
2012-09-12 Alex Vondrakcompiler.cfg.copy-prop: kludge to make sure ##phis...
2012-09-12 Alex Vondrakmove compiler.cfg.graphviz & compiler.cfg.gvn from...
2012-09-12 Alex Vondrakcompiler.cfg.graphviz: tweak code & output a little
2012-09-12 Alex Vondrakcompiler.cfg.graphviz: refactoring
2012-09-12 Alex Vondrakadd crappy experimental code for compiler.cfg.graphviz...
2012-09-12 John Benediktssonregexp.classes: bit more speed with read-only slots.
2012-09-12 John Benediktssonregexp.classes: inline class-member?.
2012-09-12 John Benediktssonunicode.data: inline category#.
2012-09-11 John Benediktssonxml.tokenize: slight fix to reduce number of namespace...
2012-09-11 John Benediktssonhints: cleanup some hint setting.
2012-09-11 John Benediktssoncircular: fix minor typo in copyright url.
2012-09-11 Doug Colemanmath.ratios: Add unit tests for bug #668.
2012-09-11 John Benediktssoncompiler.tree.propagation: fix >fraction types.
2012-09-11 John Benediktssonmath.ratios: speed up some operations on ratios.
2012-09-11 John Benediktssoncompiler.tree.cleanup: fix "-1 shift" tests.
2012-09-11 John Benediktssonmath: cleaner "2/" speedup by using custom inlining.
2012-09-05 John Benediktssonmath.combinatorics: factorial could be memoized...
2012-09-05 John Benediktssoncompiler.cfg.representations.selection: removing 10...
2012-09-05 Doug Colemanmath.statistics: add rank-values
2012-09-02 John Benediktssonmath.ratios: slight fix to M\ ratio recip for negative...
2012-09-02 John Benediktssonmath: faster recip for integers and ratios.
2012-08-31 John Benediktssonmath.bitwise: some cleanup of zero handling.
2012-08-31 John Benediktssonmath.functions: faster (integer) m^n.
2012-08-30 Doug Colemanmath.vectors: Implement infinity p-norm and special...
2012-08-30 John Benediktssonunicode.case: fix tests for i-dot? and lithuanian?...
2012-08-30 John Benediktssonunicode.case: slightly cleaner locale case handling.
2012-08-29 John Benediktssonwrap: 25% faster on benchmark.
2012-08-26 Doug Colemansqlite: Fix using.
2012-08-26 Doug Colemandb.sqlite: Fix using.
2012-08-26 Doug Colemandb.sqlite: Append layouts:cell to sqlite file test...
2012-08-26 Doug Colemanio.sockets: Minor cleanup.
2012-08-26 Doug Colemanspecialized-array: The day of doing everything twice.
2012-08-26 Doug Colemanenvironment: Don't depend on unix for docs.
2012-08-26 Doug Colemanenvironment: I dont even..
2012-08-26 Doug Colemanenvironment: Fix using again.
2012-08-26 Doug Colemanio.ports: More correct memory handling. There are still...
2012-08-26 Doug Colemanenvironment: Fix using lists..
2012-08-26 Doug Colemanlogging.server: Modernize a bit.
2012-08-26 Doug Colemanspecialized-arrays: Don't leak in unit test.
2012-08-26 Doug Colemanenvironment: set-os-envs leaks memory on unix systems...
2012-08-26 Doug Colemanio: Make stream-contents call stream-contents* and...
2012-08-25 Doug Colemanimages: gdiplus had a resource leak (file descriptor...
2012-08-24 Doug Colemancore: in-definition -> with-definition.
2012-08-24 Doug Colemancore: rename in-word-definition to in-definition
2012-08-24 Doug Colemancore: Don't allow nested defintions in :, ::, M:, M...
2012-08-24 John Benediktssonxml.tokenize: minor speedups.
2012-08-24 John Benediktssonunicode.case: slightly faster >title.
2012-08-24 John Benediktssonunicode.breaks: removing unused word.
2012-08-24 John Benediktssonunicode.breaks: better version of previous patch.
2012-08-24 John Benediktssoninterval-maps: allow interval-at and interval-key?...
2012-08-24 John Benediktssoninterval-maps: first2 is faster.
2012-08-24 John BenediktssonRevert "unicode.breaks: use find-index-from instead...
2012-08-24 John Benediktssonunicode.breaks: use find-index-from instead of slices.
2012-08-24 John Benediktssoninterval-maps: speed up interval-at.
2012-08-24 Doug Colemanassocs: Add sift-keys and sift-values. Remove three...
2012-08-24 John Benediktssonxml.name: simpler parse-name makes benchmark 12% faster.
2012-08-24 John BenediktssonRevert "memoize: faster memoize for single argument...
2012-08-24 John Benediktssonmemoize: faster memoize for single argument words.
2012-08-23 John Benediktssonmath.primes.erato: bit faster by inlining.
2012-08-22 John Benediktssonlayouts: defining "fixnum-bits".
2012-08-22 John Benediktssonbit-arrays: move toggle-bit to bit-arrays.private.
2012-08-17 John Benediktssonui.tools.browser: fix stack effect name.
2012-08-16 Doug Colemanrandom: Bump up the random unit tests from 50k to 500k... similar-0.95
2012-08-15 Doug Colemanhelp.tutorial: Explain the workflow before telling...
2012-08-15 John Benediktssoncalendar.unix: inline some things.
2012-08-14 John Benediktssoncommand-line: need to check for run differently.
2012-08-14 John Benediktssoncommand-line: need to check rest of args.
2012-08-14 John Benediktssoncombinators.smart: adding smart-with.
2012-08-14 John Benediktssoneditors.vim: use string as article name.
2012-08-14 John Benediktssonui.tools.operations: fix crash clicking on a model...
2012-08-13 John Benediktssoncommand-line: if run is specified first non-param start...
2012-08-13 John Benediktssonui.tools.listener.completion: make sure "IN:<Ctrl-h...
2012-08-13 John Benediktssonvocabs.cache: bringing back the fry change.
2012-08-13 John BenediktssonRevert "vocabs.cache: use fry, its cleaner."
2012-08-13 John BenediktssonRevert "vocabs.cache: oops."
2012-08-13 John Benediktssonvocabs.cache: oops.
2012-08-13 John Benediktssonvocabs.cache: use fry, its cleaner.
2012-08-13 John Benediktssonhelp.html: fix test case back to original version.
2012-08-13 John Benediktssonvocabs.cache: clear only the vocab that changed from...
2012-08-13 John Benediktssonvocabs: change vocabs-changed to be vocab-changed and...
2012-08-13 John Benediktssonmemoize: fix invalidate-memoized for 0 args.
2012-08-13 John Benediktssonvocabs.hierarchy: much faster using directory entries.
2012-08-13 John Benediktssoneditors: these should understand private.
2012-08-13 John Benediktssonvocabs: reverting recent private vocab changes.
2012-08-13 John Benediktssonmath.functions: make it clear that 0 = is the more...
2012-08-12 Doug Colemanhelp.html: Fix unit test.
2012-08-12 Doug Colemanmath.complex: Fix using list.
2012-08-11 John BenediktssonRevert "math.functions: cleaner rect>."
2012-08-11 John Benediktssonvocabs.refresh: skip private vocabs.
2012-08-10 Doug Colemanmath.complex: Check C{ } syntax -- can only have two...
2012-08-10 John Benediktssonmath.functions: cleaner rect>.
next