Commit Graph

21123 Commits (5e133189883813329b5691eaeb75069f5325cb4c)

Author SHA1 Message Date
Slava Pestov a55c8ee671 FFI rewrite part 6: deconcatenatize 2010-07-02 15:44:12 -04:00
Joe Groff 3f13fc7099 unix.ffi: third argument of ioctl should be void*, not c-string (reported by ceninan) 2010-06-30 09:09:16 -07:00
Niklas.Waern 8321c7b559 libudev bindings in resource:extra 2010-06-29 19:25:26 +02:00
Slava Pestov 01c0db90a4 http.server: more doc fixes 2010-06-28 17:42:48 -04:00
Slava Pestov 0bea14dcd5 http.server: tweak docs 2010-06-28 17:31:45 -04:00
Slava Pestov 350a6522c7 ui.tools.traceback: make it a tool window so that its size is saved, and workspace shortcuts work 2010-06-28 17:10:15 -04:00
Joe Groff 8c9c0f05d2 prettyprint.backend: leave nesting-limit unset when prettyprinting hashtables without a nesting limit, fixing the bug where it would get set to 1 and print nothing (reported by Blei) 2010-06-28 09:10:16 -07:00
Dmitry Shubin 2446a59744 gdbm: move enums to main vocab 2010-06-28 03:50:06 +04:00
Dmitry Shubin 0c020a47d8 gdbm: each-key - higher order combinator for sequential access 2010-06-28 03:30:52 +04:00
Dmitry Shubin 6705f4f466 gdbm: drop "gdbm-" prefix 2010-06-28 02:17:11 +04:00
Dmitry Shubin 8790c73a26 gdbm: add metadata 2010-06-28 02:14:50 +04:00
Dmitry Shubin 2992a37fe5 gdbm: add gdbm-info 2010-06-28 01:52:36 +04:00
Dmitry Shubin cab257bbea gdbm: documentation addendum 2010-06-28 01:46:20 +04:00
Dmitry Shubin e16f6e816f gdbm: add unit tests 2010-06-28 01:45:05 +04:00
Joe Groff 5966a65ade twitter.prettyprint: wrap tweet text 2010-06-27 14:16:41 -07:00
Dmitry Shubin 66102b763b gdbm: add documentation 2010-06-28 00:00:19 +04:00
Dmitry Shubin ce2ba6a271 gdbm: replace ALIAS: with normal definition for documentation's sake 2010-06-27 23:56:20 +04:00
Joe Groff 044a862c37 new vocab twitter.prettyprint: styled printing of twitter statuses 2010-06-27 11:09:49 -07:00
Dmitry Shubin d3f1f7f609 gdbm: fix stack effect comment 2010-06-27 20:35:46 +04:00
Dmitry Shubin d14bf0736d gdbm: add <gdbm> constructor 2010-06-27 17:40:22 +04:00
Dmitry Shubin 4720a1aad3 gdbm: more user-friendly initial configuration 2010-06-27 01:29:47 +04:00
Dmitry Shubin 9a1a60f804 gdbm: better option setters 2010-06-27 01:28:58 +04:00
Dmitry Shubin d1d742211b gdbm: remove obsolete options 2010-06-27 01:28:53 +04:00
Dmitry Shubin 09dbdaae77 gdbm: switch back to simpler error handling scheme 2010-06-26 22:06:35 +04:00
Joe Groff 89d7634fe2 vm/safeseh.asm: make exception_handler proto declaration explicitly "proto c" so linking works properly with VS 2010 (reported by Doug Coleman) 2010-06-24 13:19:02 -07:00
Doug Coleman ef0001ec53 Fix Windows compileation for VS 2010 2010-06-24 14:57:03 -05:00
Slava Pestov a4f509dee9 mason.updates: revert bad code 2010-06-24 13:45:26 -04:00
Slava Pestov ae2c2909af Revert guarded method inlining
This reverts commit 44a835e3fc, reversing
changes made to d45926bda0.
2010-06-24 12:35:21 -04:00
Slava Pestov ee55d0e452 mason.common: fix file name 2010-06-24 12:28:23 -04:00
Slava Pestov e07ce4d220 stack-checker.dependencies: Oops 2010-06-24 05:27:01 -04:00
Slava Pestov 97eb276c48 stack-checker.dependencies: fix error thrown if depends-on-single-method parameters are no longer valid 2010-06-24 04:28:40 -04:00
Joe Groff 5956e3b3d4 models: add push-model and pop-model words 2010-06-23 20:07:19 -07:00
Slava Pestov 50323dda6d combinators.smart: remove boa-preserving 2010-06-23 21:10:46 -04:00
Doug Coleman 3560b93329 make unlinked-words take a vocabulary name instead of a list of words 2010-06-23 14:58:07 -05:00
Doug Coleman 1806a0ce77 Add a new smart combinator boa-preserving and document the rest of the smart combinators. Simpler implementation of nullary. 2010-06-23 14:58:07 -05:00
Daniel Ehrenberg 7599841221 Merge branch 'master' of git://factorcode.org/git/factor into propagation 2010-06-23 12:17:24 -04:00
Doug Coleman 580c9190d5 Fix using list 2010-06-23 10:27:17 -05:00
Doug Coleman 317e793ef4 Fix all-users word by calling setpwent to rewind file 2010-06-23 10:25:08 -05:00
Slava Pestov 7e24994db5 Whitespace fix 2010-06-23 03:56:17 -04:00
Joe Groff c7a2ef4d4f gpu.util.wasd: new utility word "wasd-pixel-ray" that converts a screen pixel position to a world-space vector, indicating direction from eye location 2010-06-23 00:48:17 -07:00
Slava Pestov 68cd067f31 compiler.cfg.builder: if there is a conditional where every branch is known to throw an error, don't process any of the (unreachable) code after the conditional, since this can confuse analysis (reported by Daniel Ehrenberg) 2010-06-23 03:33:15 -04:00
Slava Pestov d2bef80a19 mason: recent with-unique-directory change was broken 2010-06-22 22:45:22 -04:00
Slava Pestov 1014b62ee7 stack-checker.row-polymorphism: minor cleanup 2010-06-22 22:35:55 -04:00
Slava Pestov 2173c0cafd time.unix: add timestamp>timezone word 2010-06-22 22:35:24 -04:00
Daniel Ehrenberg 83327635f3 Fixing one of the bad bugs, in row-polymorphism 2010-06-22 17:31:21 -04:00
Daniel Ehrenberg 12b0e16232 Unit tests for a couple of serious compiler bugs 2010-06-22 16:41:14 -04:00
Daniel Ehrenberg d9a5988571 Merge branch 'master' of git://factorcode.org/git/factor 2010-06-22 16:20:55 -04:00
Slava Pestov 5ae75af6a8 Clarify documentation for resize-array, resize-byte-array, resize-string words, and remove flushable declaration since technically they don't satisfy the flushable contract (reported by Daniel Ehrenberg) 2010-06-22 15:48:48 -04:00
Doug Coleman 6b0b4bbd70 Do a 'git reset; git clean' to revert the tree to a pristine state 2010-06-22 14:40:15 -05:00
Slava Pestov db3c4fe43c Fix unix.time to actually load 2010-06-22 15:13:07 -04:00