]> gitweb.factorcode.org Git - factor.git/history - basis/io/backend
functors: inline the parts of interpolate this needs
[factor.git] / basis / io / backend /
2023-12-02 John Benediktssonalien.data: adding stream-read-c-ptr
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-08-24 nomennescioRemove executable bit
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-07-22 John Benediktssonio.backend.unix.multiplexors.kqueue: change remove...
2023-07-22 Doug Colemanio.backend.unix: Try again when we get ENOBUFS
2023-05-19 John Benediktssonio.ports: move the wait-for-port here.
2023-01-20 John BenediktssonSwitch to https urls
2022-02-12 John Benediktssonio.backend.unix.freebsd: fix bootstrap
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2021-03-08 John Benediktssonunix.signals: tweak dispatch-signal-hooks.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
2019-09-27 Doug Colemanbasis: Fix bootstrap to display unix signals instead...
2019-02-09 Jack LucasFix merge error
2019-02-09 Jack LucasRe-add Freebsd Support
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-03-14 John BenediktssonRevert "io.backend.unix: fix handle-length on stdin."
2018-03-13 John Benediktssonio.backend.unix: fix handle-length on stdin.
2016-09-16 Björn Lindqvistio.backend.unix.tests: missed this none reference
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-04-01 John Benediktssonio: fix some temp-file uses in tests.
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-07-29 John Benediktssonio.backend.unix.macosx: change to << require >>.
2015-07-29 John Benediktssonio.backend.unix.macosx: change USE: to require.
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-20 Doug Colemanfactor: fix breakage with word renamings.
2015-07-20 Doug Colemanfactor: rename system:vm -> vm-path to differentiate...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-01-17 John Benediktssonui.backend.cocoa: fix reset of thread-timer.
2015-01-17 John Benediktssoncore-foundation.run-loop: cleanup timer-thread code.
2014-11-21 John Benediktssonlibc: reduce code duplication.
2014-11-21 John Benediktssonlibc: rename (io-error) to throw-errno.
2014-11-21 John Benediktssondestructors: change check-disposed not to drop the...
2014-11-21 John Benediktssonio: use errno case instead of cond.
2014-11-20 John Benediktssonio.backend.unix: { fixnum } read will be a { fixnum } .
2014-11-17 John Benediktssonio.buffers: cleanup interface a bit.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-11-01 John BenediktssonRevert "io.backend.unix.macosx: Trying to change instan...
2014-11-01 Doug Colemanio.backend.unix.macosx: Trying to change instances...
2014-10-28 John Benediktssonio.backend.unix.macosx: need this for deploy.
2014-10-25 John Benediktssonio/ui: slim down the USE: list
2014-10-25 Doug Colemanio.backend: Remove duplicate definition of file-mode...
2014-08-05 John Benediktssoncore-foundation: define some more callbacks.
2014-08-05 John Benediktssonio.backend.unix.multiplexers.run-loop: don't enable...
2014-07-04 Doug Colemanio.backend.unix.multiplexers.run-loop: Really fix bug...
2014-06-26 John Benediktssonio.backend.unix.multiplexors.select: some cleanup.
2014-04-04 John Benediktssonio: need to use libc for OS X?
2014-04-02 Björn Lindqvistlibc: several vocabs now need to depend on libc
2014-04-02 Björn Lindqvistio.files: make wait-for-fd generic and dispatch dependi...
2014-04-02 Björn Lindqvistio.sockets.secure.windows: reading and writing from...
2013-03-24 Doug Colemanunix: rename C function kevent.
2013-02-05 Doug Colemanio.backend.unix: Nobody uses (refill), remove it.
2012-08-01 John Benediktssoncore-foundation.run-loop: remove reset on every iteration.
2012-08-01 John Benediktssonio.backend.unix.multiplexors.run-loop: switch to "mx...
2012-08-01 John Benediktssonio.backend: fix docs to show nanoseconds instead of...
2012-08-01 John Benediktssoncore-foundation.run-loop: do less work, speeds up yield...
2012-07-19 John Benediktssoncleanup some use of with-scope.
2011-11-24 Joe Groffuse radix literals
2011-11-10 Joe Groffio.backend.unix: hints on M\ fd refill
2011-11-08 Joe Groffio.backend: start signal thread after io-backend
2011-11-08 Joe Groffnew module unix.signals: app-level signal handlers
2011-11-08 Joe Groffio.backend.unix: startup hook for signal-pipe
2011-11-08 Joe Groffio.backend.unix: init-signal-pipe function
2011-11-03 Doug Colemanio.backend.unix.macosx: Remove duplicate USE:
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-18 Joe Groffformatting
2011-10-18 Joe Groffio.ports: stream-seekable? and stream-length
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-06-14 John BenediktssonMerge branch 'master' of git://factorcode.org/git/factor
2011-06-13 Joe GroffMerge remote branch 'erikc/master'
2011-05-24 Erik CharleboisFix bugs in unix ffi usage
2011-05-24 Erik Charleboisepoll working on linux
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2011-01-06 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-12-26 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2010-12-26 Slava PestovMove <ref>, deref and little-endian? from alien.c-types...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-10-25 Doug ColemanRemove many uses of <int> and *int etc
next