Commit Graph

21036 Commits (daa87fce6636cde7cd83a90417e7009ee1c4135b)

Author SHA1 Message Date
Slava Pestov daa87fce66 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 74ab6db981 models: add push-model and pop-model words 2010-06-23 20:07:19 -07:00
Slava Pestov 392970ff4a combinators.smart: remove boa-preserving 2010-06-23 21:10:46 -04:00
Doug Coleman 1269f071c1 make unlinked-words take a vocabulary name instead of a list of words 2010-06-23 14:58:07 -05:00
Doug Coleman 68bc3b23f2 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 44a835e3fc Merge branch 'master' of git://factorcode.org/git/factor into propagation 2010-06-23 12:17:24 -04:00
Doug Coleman d45926bda0 Fix using list 2010-06-23 10:27:17 -05:00
Doug Coleman ea8689efcf Fix all-users word by calling setpwent to rewind file 2010-06-23 10:25:08 -05:00
Slava Pestov eb61f5f4fe Whitespace fix 2010-06-23 03:56:17 -04:00
Joe Groff 0efe597249 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 58441d5e2e 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 e2b06779d5 mason: recent with-unique-directory change was broken 2010-06-22 22:45:22 -04:00
Slava Pestov 49b19890e0 stack-checker.row-polymorphism: minor cleanup 2010-06-22 22:35:55 -04:00
Slava Pestov 0a657b7221 time.unix: add timestamp>timezone word 2010-06-22 22:35:24 -04:00
Daniel Ehrenberg ba7cf1f873 Fixing one of the bad bugs, in row-polymorphism 2010-06-22 17:31:21 -04:00
Daniel Ehrenberg ab3ed0960b Unit tests for a couple of serious compiler bugs 2010-06-22 16:41:14 -04:00
Daniel Ehrenberg 3772379a75 Merge branch 'master' of git://factorcode.org/git/factor 2010-06-22 16:20:55 -04:00
Slava Pestov bbfb952741 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 a55d789d63 Do a 'git reset; git clean' to revert the tree to a pristine state 2010-06-22 14:40:15 -05:00
Slava Pestov de18fb0789 Fix unix.time to actually load 2010-06-22 15:13:07 -04:00
Doug Coleman 27a3cda579 Fix accessors 2010-06-22 14:10:12 -05:00
Daniel Ehrenberg 3b406f091d Merge branch 'master' of git://factorcode.org/git/factor into propagation 2010-06-22 14:47:57 -04:00
Slava Pestov c7e5055eb3 classes.struct: remove conflict marker from unit tests 2010-06-22 14:35:49 -04:00
Slava Pestov 51d16c7a2b compiler.cfg.height: clean it up a bit 2010-06-22 04:14:03 -04:00
Slava Pestov ff9790aaa9 Merge branch 'master' of git://github.com/erg/factor 2010-06-22 04:13:39 -04:00
Doug Coleman b197f4e755 Remove more system-micros stuff 2010-06-22 02:04:31 -05:00
Doug Coleman 864160b2f8 More system-micros elimination 2010-06-22 02:00:19 -05:00
Doug Coleman 8174abe287 remove system-micros word from factor src tree 2010-06-22 01:49:11 -05:00
Slava Pestov 5fdea3d376 Merge remote branch 'origin/new-icons' 2010-06-22 01:08:10 -04:00
Slava Pestov 1b9780fba9 Merge branch 'master' of git://github.com/erg/factor into erg 2010-06-22 01:05:13 -04:00
Slava Pestov a628766f75 Move hashtables.identity to basis and update serialize vocab to use them 2010-06-21 22:26:01 -04:00
Doug Coleman b45ed7a048 Normalize vocabulary roots by removing the last path separator so that scaffold tool works with trailing separators 2010-06-21 13:06:09 -05:00
Doug Coleman f643b1bbfd Fix using list 2010-06-21 12:33:34 -05:00
Doug Coleman 207fa5de49 Better docs for users/groups 2010-06-21 12:10:45 -05:00
Doug Coleman b4274253d5 Fix a bug when calling all-groups twice. Add some users/groups utility words, unit tests, and docs. 2010-06-21 12:07:56 -05:00
Slava Pestov 98ebd4d0e1 ui.backend.cocoa.views: unregister window from notification instead of in -dealloc, fixing flakiness of show-listener/show-browser words 2010-06-19 18:12:56 -04:00
Slava Pestov 8b4bcadc90 ui.tools.error-list: fix breakage if image is saved and restored with an open error list 2010-06-18 22:03:37 -04:00
Joe Groff 56000b63b9 stack-checker.errors.prettyprint: refer to unbalanced-branches quotation in singular when there's only one 2010-06-18 15:36:03 -07:00
Joe Groff c77de339f5 new vocab hashtables.identity: cheesy identity hashtables 2010-06-17 21:41:56 -07:00
Joe Groff bac801ef27 math.quaternions: typo in n*q 2010-06-17 19:23:52 -07:00
Doug Coleman 5090944300 Merge branch 'master' of github.com:erg/factor 2010-06-17 13:27:44 -05:00
Doug Coleman 5c9a3f5a0c Allow with-*-group/user to be a no-op if first parameter is f 2010-06-17 13:20:51 -05:00
Doug Coleman 2ec125c6d3 Throw an error on certain combinators if a user/group does not exist 2010-06-17 12:59:19 -05:00
Doug Coleman 78a67420a3 Merge branch 'master' of github.com:erg/factor 2010-06-17 11:12:25 -05:00
Doug Coleman 81b13f4ac0 Clearer <pipes> word 2010-06-17 11:02:47 -05:00
Slava Pestov a6e8f996dc tools.disassembler.udis: fix tests on 32-bit Windows 2010-06-17 02:04:59 -04:00
Slava Pestov a8e2017020 vm: fix another compile warning on 32-bit Windows 2010-06-17 01:04:03 -05:00
Slava Pestov 59db2efac8 vm: fix compile warnings on Windows and add /WX to Nmakefile to report warnings as errors so that mason can catch these in the future 2010-06-17 01:48:39 -04:00
Doug Coleman 3edef30342 Implement gmt hook on unix 2010-06-17 00:04:53 -05:00
Doug Coleman 97c3450427 Remove system_micros from vm, implement gmt hook on windows 2010-06-16 23:39:16 -05:00