Commit Graph

10644 Commits (916d91249263d09156642c3ac6f3980544ef0973)

Author SHA1 Message Date
John Benediktsson 23fc7b3eb9 math.statistics: add some padding in the docs (looks better). 2012-10-25 21:01:17 -07:00
John Benediktsson 71da857f43 math.statistics: add other cumulative words to help article. 2012-10-25 16:30:31 -07:00
Doug Coleman b867a248a2 math.statistics: Add cum-count, cum-sum0, cum-map0. Add docs. 2012-10-25 16:13:25 -07:00
John Benediktsson 83712ad87e io.directories: defining "?delete-file". 2012-10-25 10:07:15 -07:00
Doug Coleman 33ae7abb23 calendar: Add yesterday, tomorrow, o'clock, am, pm. 2012-10-25 09:46:11 -07:00
Doug Coleman 99db5b68d7 windows: Fix bootstrap. 2012-10-25 09:06:02 -07:00
John Benediktsson be4db5312f unix: adding mkfifo. 2012-10-24 20:08:32 -07:00
John Benediktsson 2f0e437314 unix.ffi.macosx: can't use iovec here... 2012-10-24 20:08:20 -07:00
John Benediktsson 22a6087107 unix.ffi: adding sendfile. 2012-10-24 19:53:39 -07:00
John Benediktsson e32eab2ca7 unix.ffi: adding readv/writev. 2012-10-24 19:53:24 -07:00
Doug Coleman 2921829b79 windows: Attempt to fix circularity. 2012-10-24 19:03:25 -07:00
John Benediktsson 04e783a886 io.files.info.unix: errno EACCES should be handled separately. 2012-10-24 17:51:13 -07:00
Doug Coleman 43fb3fb174 windows.shell32: Throw an error if file does not exist on file-executable?
call.
2012-10-24 17:48:42 -07:00
John Benediktsson 83b40e44d2 io.files.info: make access checks throw on file-does-not-exist. 2012-10-24 17:40:00 -07:00
Doug Coleman c458b7dcaf io.files.info.windows: Implement file-readable?, writable?, and executable? 2012-10-24 17:29:32 -07:00
John Benediktsson 379f060636 io.files.info.unix: make sure to normalize so special paths work. 2012-10-24 17:11:35 -07:00
John Benediktsson 37bb5f6917 io.files.info: adding checks for read, write, or execute permissions. 2012-10-24 16:44:12 -07:00
John Benediktsson 98b52e624c unix.ffi: adding "access". 2012-10-24 16:37:05 -07:00
Doug Coleman 0ae18456fd windows.shell32: Add a way to find out the kind of executable of a file on
windows. Inline a word.
2012-10-24 16:16:35 -07:00
Doug Coleman b839d15b4a windows.kernel32: Add function and some structs. 2012-10-24 14:23:02 -07:00
Doug Coleman 592e4fbf91 xml.syntax: Nested xml literals were not handled correctly. 2012-10-24 10:48:22 -07:00
John Benediktsson 083950b4d2 unix.ffi: adding fileno. 2012-10-24 09:00:08 -07:00
John Benediktsson 954e5ff5bb opengl.gl: cleanup formatting. 2012-10-23 17:13:29 -07:00
PGGB 4a93f5bc7f Add glDrawElementsBaseVertex 2012-10-23 16:32:39 -07:00
John Benediktsson 013160df9a change some "2drop 2drop" to "4drop". 2012-10-23 12:21:30 -07:00
John Benediktsson eaa19eb36f math.primes.erato: minor performance improvements. 2012-10-23 10:49:45 -07:00
John Benediktsson 1537ac999d tools.completion: don't use file-directory. 2012-10-23 09:49:44 -07:00
John Benediktsson 87f55eb033 Change "3dup drop" to "2over". 2012-10-22 20:45:15 -07:00
John Benediktsson dd6d1e50cf urls: allow pathnames to convert >url. 2012-10-22 20:16:19 -07:00
John Benediktsson 34908c8446 present: simplify M\ pathname present. 2012-10-22 20:11:11 -07:00
John Benediktsson 21ce4f6d05 present: implement M\ pathname present. 2012-10-22 19:49:27 -07:00
John Benediktsson daa7bf3d22 tools.completion: minor fix to complete against file-name, not full-path. 2012-10-22 19:17:52 -07:00
John Benediktsson ca9137767b ui.tools.listener: adding path completion to listener. 2012-10-22 18:51:52 -07:00
John Benediktsson 6b34719f63 tools.completion: better paths-matching. 2012-10-22 18:51:38 -07:00
John Benediktsson 3049d187f6 tools.completion: fix CHAR: and COLOR: completion to require extra tokens. 2012-10-22 18:29:53 -07:00
John Benediktsson 909b28a360 stack-checker: adding 4dup and 4drop. 2012-10-22 12:27:15 -07:00
Doug Coleman 4c4d186ae4 math.matrices: Trying to flesh out the matrices vocabulary a bit. 2012-10-22 09:47:36 -07:00
Doug Coleman 106e4d100e stack-checker: Add alien-assembly to the do-not-compile list. Remove a duplicate word from the do-not-call list. Reorder a bit. 2012-10-22 09:47:35 -07:00
Doug Coleman 923f3592c8 math.statistics: Add ddof (delta degrees-of-freedom) to easily calculate population (full) and unbiased (sample) statistics. 2012-10-22 09:47:35 -07:00
Doug Coleman 7906632952 math.matrices: Add some combinators for iterating over matrices. Add covariance matrix. 2012-10-22 09:47:35 -07:00
Doug Coleman b23e52f532 math.matrics: Add some combinators and indexing words to math.matrices. 2012-10-22 09:47:35 -07:00
Doug Coleman 3582a6c624 kernel: Add 4dup, 4drop, and 4cleave. 2012-10-22 09:47:34 -07:00
John Benediktsson a06169fa3f colors: can't bootstrap when using locals in colors... 2012-10-21 14:53:24 -07:00
John Benediktsson 659dbd0add colors.hsv: adding complimentary-color. 2012-10-21 13:24:51 -07:00
John Benediktsson 1d9a0f40fc colors: adding inverse-color. 2012-10-21 13:16:34 -07:00
John Benediktsson 0d4f08d7fd colors.hsv: adding rgba>hsva. 2012-10-21 13:16:26 -07:00
John Benediktsson ac5c9a5d91 colors: adding linear-gradient. 2012-10-21 12:32:45 -07:00
John Benediktsson 4fe22de451 colors: fix using list, silly auto-use. 2012-10-21 12:09:59 -07:00
John Benediktsson df3956a679 colors.gray: adding rgba>gray. 2012-10-21 12:02:44 -07:00
John Benediktsson e8d50a2d08 random: support random on sets. 2012-10-05 15:35:22 -07:00