Commit Graph

24302 Commits (250feeba14d889fe8995732fcd682ff1b10aa6e4)

Author SHA1 Message Date
Doug Coleman 250feeba14 math.statistics: Add cum-count, cum-sum0, cum-map0. Add docs. 2012-10-25 16:13:25 -07:00
Doug Coleman 9267a9032a sequences.extras: Add head-as, head*-as, tail-as, tail*-as. 2012-10-25 11:38:31 -07:00
John Benediktsson 52cfc99caf io.directories: defining "?delete-file". 2012-10-25 10:07:15 -07:00
Doug Coleman 3ead1600d4 calendar: Add yesterday, tomorrow, o'clock, am, pm. 2012-10-25 09:46:11 -07:00
Doug Coleman 241dfdc4c2 windows: Fix bootstrap. 2012-10-25 09:06:02 -07:00
Doug Coleman 118515003f tar: Don't throw an error if the file does not exist to unlink. 2012-10-25 08:35:34 -07:00
John Benediktsson aa44ca2e98 io.files.acls.macosx: finish separation of ffi vocab. 2012-10-24 20:28:54 -07:00
John Benediktsson fd1b0440f1 io.files.acls.macosx.lib: removing redundant vocab. 2012-10-24 20:23:54 -07:00
John Benediktsson 90da68acec sbufs: no need to contract. 2012-10-24 20:16:34 -07:00
John Benediktsson 2b1aec75b4 unix: adding mkfifo. 2012-10-24 20:08:32 -07:00
John Benediktsson 68d591b4ec unix.ffi.macosx: can't use iovec here... 2012-10-24 20:08:20 -07:00
John Benediktsson 31c46e6f98 unix.ffi: adding sendfile. 2012-10-24 19:53:39 -07:00
John Benediktsson 6ccf60c9df unix.ffi: adding readv/writev. 2012-10-24 19:53:24 -07:00
John Benediktsson cdb8b7d8e3 cgi: add some docs. 2012-10-24 19:20:02 -07:00
John Benediktsson 4d981c5515 tools.which: adding the "which" command. 2012-10-24 19:20:02 -07:00
Doug Coleman 43ea17c755 windows: Attempt to fix circularity. 2012-10-24 19:03:25 -07:00
Doug Coleman 94694996af tar: Fix pax_global_header. Make symlinks work, do them at the end. Untars the linux kernel again. 2012-10-24 18:58:44 -07:00
John Benediktsson 62aa1cf6d4 io.files.info.unix: errno EACCES should be handled separately. 2012-10-24 17:51:13 -07:00
Doug Coleman dd3dbe7c2e windows.shell32: Throw an error if file does not exist on file-executable?
call.
2012-10-24 17:48:42 -07:00
John Benediktsson 6b7323e4e6 io.files.info: make access checks throw on file-does-not-exist. 2012-10-24 17:40:00 -07:00
Doug Coleman e2cb99c235 io.files.info.windows: Implement file-readable?, writable?, and executable? 2012-10-24 17:29:32 -07:00
John Benediktsson e4b9ccd5d6 io.files.info.unix: make sure to normalize so special paths work. 2012-10-24 17:11:35 -07:00
John Benediktsson 58b15bbe7a io.files.acls.macosx: works! 2012-10-24 17:04:47 -07:00
John Benediktsson fb5b37d1df io.files.acls: cleanup. 2012-10-24 16:51:07 -07:00
Doug Coleman 10e851d29d io.files.acls: Add what I have for acl support on macosx. 2012-10-24 16:44:57 -07:00
John Benediktsson 49b3a4c362 io.files.info: adding checks for read, write, or execute permissions. 2012-10-24 16:44:12 -07:00
John Benediktsson a85f718aa1 unix.ffi: adding "access". 2012-10-24 16:37:05 -07:00
Doug Coleman 1c4b2bfa31 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
John Benediktsson 3d52805701 terminal.linux: fix using. 2012-10-24 16:02:11 -07:00
Doug Coleman 3a6644ae2a windows.kernel32: Add function and some structs. 2012-10-24 14:23:02 -07:00
John Benediktsson 4bcd3bc3d3 terminal: adding "terminal-size" vocab. 2012-10-24 13:40:39 -07:00
Doug Coleman 2abbc85224 xml.syntax: Nested xml literals were not handled correctly. 2012-10-24 10:48:22 -07:00
John Benediktsson af341c686c unix.ffi: adding fileno. 2012-10-24 09:00:08 -07:00
John Benediktsson e3706d5d80 io.random: bit faster using set-nth-unsafe. 2012-10-23 19:30:20 -07:00
John Benediktsson 48f9ece1cf io.random: much faster version of random-lines for large n. 2012-10-23 19:03:34 -07:00
John Benediktsson 4dafd877a6 opengl.gl: cleanup formatting. 2012-10-23 17:13:29 -07:00
Doug Coleman 8b6d62cc2d io.random: Fix off-by-one error. 2012-10-23 16:55:17 -07:00
PGGB 412daaf653 Add glDrawElementsBaseVertex 2012-10-23 16:32:39 -07:00
John Benediktsson deb1ed27d8 io.random: cleanup using "each-numbered-line", implement "random-lines". 2012-10-23 16:11:07 -07:00
John Benediktsson 82931adf2c sequences.extras: implement "insert-nth!". 2012-10-23 16:10:15 -07:00
John Benediktsson 1a9e87be51 io.random: rename to "random-readln". 2012-10-23 15:25:08 -07:00
John Benediktsson 36eeda62a6 io.random: adding a "random-line" word. 2012-10-23 15:24:03 -07:00
John Benediktsson 74880d02c0 hashtables: use "4drop" instead of "drop 3drop". 2012-10-23 12:26:14 -07:00
John Benediktsson bf891c9634 change some "2drop 2drop" to "4drop". 2012-10-23 12:21:30 -07:00
John Benediktsson 1deb4b8990 benchmark.udp-echo0: "over over" is just "2dup". 2012-10-23 12:16:12 -07:00
John Benediktsson d487d8068d math.primes.erato: minor performance improvements. 2012-10-23 10:49:45 -07:00
John Benediktsson 0c7ce9684b tools.completion: don't use file-directory. 2012-10-23 09:49:44 -07:00
John Benediktsson 74c14ddbde io.pathnames: remove file-directory (redundant to parent-directory). 2012-10-23 09:47:57 -07:00
John Benediktsson 3e36ac7bfc Change "3dup drop" to "2over". 2012-10-22 20:45:15 -07:00
John Benediktsson 13a9388f11 urls: allow pathnames to convert >url. 2012-10-22 20:16:19 -07:00