]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2014-07-10 Doug Colemanwindows.directx: Upgrade xinput library.
2014-07-10 Doug Colemanio.sockets.secure.openssl: We don't care what the error...
2014-07-10 Doug Colemantools.deploy: Pump p p pump pump it up
2014-07-10 Doug Colemanio.launcher: Fix help-lint for Windows. The examples...
2014-07-10 Doug Colemanfftw.ffi: Find the fftw dll for Windows.
2014-07-09 Doug Colemanyaml.ffi: Fix library names. (for Windows, it's called...
2014-07-09 John Benediktssoncompiler.tree.modular-arithmetic: make a partial test...
2014-07-09 John Benediktssonyaml.ffi: fix library names.
2014-07-09 John BenediktssonRevert "compiler.tree.modular-arithmetic: revert strict...
2014-07-09 Doug Colemandebugger: Fix using.
2014-07-08 John Benediktssoncompiler.tree.modular-arithmetic: revert strict patch...
2014-07-08 John Benediktssoncocoa.plists: use new NSFastEnumeration>hashtable word.
2014-07-08 John Benediktssoncalendar.format: use math.parser format directive.
2014-07-08 Jon HarperYAML: allow configuration of !!merge and !!value
2014-07-08 Jon HarperYAML: support !!value in !!map
2014-07-08 Jon HarperYAML: support !!merge in !!map
2014-07-08 Jon HarperYAML: support !!timestamp
2014-07-08 Jon Harpercalendar.format: rfc3339, don't drop seconds decimals
2014-07-08 Doug Colemanpython.ffi: Use find-library-from-list instead of all...
2014-07-08 Doug Colemanalien.libraries.finder: How many patches does it take...
2014-07-08 Doug Colemandebugger: Add a unit test for #1098.
2014-07-08 Doug Colemanalien.strings: Actually return a string instead of...
2014-07-08 Doug Colemanalien.libraries.finder: map-find was what I wanted...
2014-07-08 Doug Colemangdbm: Enable gdbm on Win64.
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemanalien.libraries.finder: More robust finder code that...
2014-07-08 Doug Colemangdbm.ffi: Use find-library-from-list because nobody...
2014-07-08 Doug Colemanalien.libraries.finder: Add find-library-from-list...
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemanalien.libraries.finder.windows: Better fix for finding...
2014-07-08 Doug ColemanRevert "alien.libraries: Normalize the path before...
2014-07-08 Doug Colemandb.postgresql: Enable postgresql tests on win64! YAY!!
2014-07-08 Doug Colemanalien.libraries: Normalize the path before opening...
2014-07-08 Doug Colemanffi_test: Export test 59 and 60 for Windows.
2014-07-08 Doug Colemanalien.c-types: Looks like ffi_test_59 found a bug after...
2014-07-08 Doug Colemanalien.c-types: Ugh. There are self-similar lines of...
2014-07-08 Doug Colemanio.sockets.secure.windows: Fix using, remove duplication.
2014-07-08 Doug Colemanio.sockets.secure: Another fix for cross-platform openssl.
2014-07-08 Doug Colemanio.sockets.secure: Move some code from secure.unix...
2014-07-08 Doug Colemanalien.c-types: Revert previous changes to 64 bit boxing...
2014-07-08 Doug Colemanffi: Add some tests to ensure that 64bit integers are...
2014-07-07 Doug Colemanalien.c-types: longlong was calling to_fixnum instead...
2014-07-07 Doug Colemancore-foundation.fsevents: FSEventStreamEventId should...
2014-07-07 Doug Colemanunix: Ignore failures if errno is EINTR on close(2...
2014-07-07 Doug Colemanlibc.windows: We have to use utf8 since this is a libc...
2014-07-06 John Benediktssontools.deploy: bump sizes to get clean 32-bit builds...
2014-07-06 John Benediktssonlibc: fix usings.
2014-07-06 John Benediktssonlibc: fix for linux using GNU strerror_r (for now).
2014-07-06 John Benediktssonpython: change to py-initialize in startup-hook and...
2014-07-06 Doug Colemanvm: Simplify strerror code.
2014-07-04 Doug Colemanlibc: Add default strerror that is not threadsafe....
2014-07-04 Doug Colemanlibc: Fix strerror for unix.
2014-07-04 Doug Colemanlibc: Fix load error on windows.
2014-07-04 Doug Colemanvm: Fix namespace brace.
2014-07-04 Doug Colemanlibc: First stab at using strerror_r and (strerror_s...
2014-07-04 Doug Colemanvm: Add threadsafe_sterror to the vm.
2014-07-04 Doug Colemanpython: Call py-initialize in example, just in case...
2014-07-04 Doug Colemanio.backend.unix.multiplexers.run-loop: Really fix bug...
2014-07-04 Doug Colemancore-foundation.run-loop: Fix botched rename. Ugh....
2014-07-04 Doug Colemanio.files.temp.macosx: Create the cache and temp directo...
2014-07-04 Doug Colemanvm/image.cpp: Better error for opening a file for writing.
2014-07-04 Doug Colemanpython.ffi: Disable python3
2014-07-04 Doug Colemanpython.ffi: On Arch Linux, the library is called libpyt...
2014-07-03 Björn Lindqvisttools.deploy.backend: ui depends on (full) io so it...
2014-07-03 Doug Colemanalien.libraries.finder.linux: Trim blanks off the arch...
2014-07-03 Doug Colemantyped: .97 basically breaks typed. Check that the new...
2014-07-03 Doug Colemancompiler, stack-checker docs: Fix for 32-bit builds.
2014-07-03 Doug Colemancompiler.tree.modular-arithmetic: Don't require that...
2014-07-03 Doug Colemantools.coverage.testvocab: Fix help lint errors.
2014-07-03 Doug Colemanvm: Fix compilation on Windows. Fixes #1086.
2014-06-30 John Benediktssonalien.enums: cleanup using.
2014-06-30 John Benediktssonmath.transforms.bwt: cleaner to check last.
2014-06-28 John Benediktssoncurl: bindings to libcurl.
2014-06-26 John Benediktssoncore-foundation.file-descriptors: some cleanup.
2014-06-26 John Benediktssonio.backend.unix.multiplexors.select: some cleanup.
2014-06-24 John Benediktssoncolors.lch: implement CIELCH colors.
2014-06-24 John Benediktssonio.binary.fast: le> and be> should be unsigned.
2014-06-22 John Benediktssoncolors: more doc fixes.
2014-06-22 John Benediktssoncolors: adding some wikipedia links.
2014-06-22 John Benediktssoncolors.lab: implement CIELAB colors.
2014-06-22 John Benediktssoncolors.xyz: some refactoring.
2014-06-21 John Benediktssoncolors: fix summary.txt.
2014-06-21 John Benediktssoncolors.luv: fix for rgba.
2014-06-21 John Benediktssoncolors.luv: implement CIELUV colors.
2014-06-21 John Benediktssoncolors: change article titles.
2014-06-21 John Benediktssoncolors.xyy: implement CIE xyY colors.
2014-06-21 John Benediktssoncolors.xyz: implement CIE XYZ colors.
2014-06-19 Steven Stewart... Lower the stack usage of a few functions
2014-06-18 John Benediktssonfftw: adding a test.
2014-06-18 John Benediktssonbrainfuck: more fries with that.
2014-06-17 Doug Colemanalien.libraries.finder.linux: Remove tags like "OS...
2014-06-17 John Benediktssonbrainfuck: collapse spaces to compress better, 2+2...
2014-06-17 Doug Colemanalien.libraries.finder.linux: On mint 32 bit, the gtk...
2014-06-17 Doug Colemanbignum.cpp: Fix regression in bignum conversion. Fixes...
2014-06-12 Björn LindqvistVM: change type of bignum_roots and remove unnecessary...
2014-06-12 Björn LindqvistVM: rename all variables named "bignum" in bignum.cpp...
2014-06-12 Björn LindqvistVM: refactor bignum.cpp so that GC_BIGNUM is never...
2014-06-12 Björn LindqvistVM: refactoring that removes data_root_ranges
2014-06-11 John Benediktssonmath.extras: adding sum-squares and sum-cubes.
2014-06-11 John Benediktssonmath.extras: adding dotted range syntax.
next