]> gitweb.factorcode.org Git - factor.git/commit
rename millis to system-millis, micros to system-micros, add nano-count
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 18 Nov 2009 21:58:48 +0000 (15:58 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 18 Nov 2009 21:58:48 +0000 (15:58 -0600)
commit6f7ec206a14281a26bcbdde0deb3fff8b4194f25
treef49b1617c19b8d272ba780fc6321676c40e8dcc4
parent0145f0f860c2b83514af78084d5e2ac4e51052b4
rename millis to system-millis, micros to system-micros, add nano-count
36 files changed:
basis/bootstrap/stage2.factor
basis/calendar/calendar.factor
basis/furnace/cache/cache.factor
basis/stack-checker/known-words/known-words.factor
basis/threads/threads.factor
basis/tools/memory/memory.factor
basis/tools/threads/threads.factor
basis/tools/time/time-docs.factor
basis/tools/time/time.factor
basis/ui/gestures/gestures-docs.factor
core/bootstrap/primitives.factor
core/system/system-docs.factor
core/system/system.factor
extra/animations/animations-docs.factor [deleted file]
extra/animations/animations.factor [deleted file]
extra/animations/authors.txt [deleted file]
extra/game/loop/loop.factor
extra/jamshred/player/player.factor
extra/space-invaders/space-invaders.factor
extra/tetris/game/game.factor
unmaintained/animations/animations-docs.factor [new file with mode: 0644]
unmaintained/animations/animations.factor [new file with mode: 0644]
unmaintained/animations/authors.txt [new file with mode: 0644]
vm/factor.cpp
vm/gc.cpp
vm/os-genunix.cpp
vm/os-macosx.mm
vm/os-unix.cpp
vm/os-unix.hpp
vm/os-windows-ce.cpp
vm/os-windows-ce.hpp
vm/os-windows-nt.cpp
vm/os-windows.hpp
vm/primitives.cpp
vm/run.cpp
vm/vm.hpp