Commit Graph

570 Commits (2671ebf519d51a241ee5c7ab8044746c110438a2)

Author SHA1 Message Date
slava fa27b545d7 Bug fixes 2006-06-04 20:20:40 +00:00
slava 2fb1c3ffbb Documentation updates 2006-06-04 19:35:00 +00:00
slava 682e1d7d2f Documentation updates, rename add-vertices to build-graph 2006-06-04 06:00:59 +00:00
slava 6c656c4c26 <word> cleanup 2006-05-29 08:27:30 +00:00
slava 9ca8b2a448 More robust bootstrap, fix X11 typo 2006-05-29 04:19:31 +00:00
slava 26b7771299 Fix make-image memory leak, Cocoa typo 2006-05-28 21:31:54 +00:00
slava 13f392737e Save window positions, re-arrange source tree a bit 2006-05-27 21:39:38 +00:00
slava 49461c8eb4 Major UI improvements, fix problem with deferred words 2006-05-26 03:25:00 +00:00
slava 2235fbf8c0 Minor win32 fixes 2006-05-25 20:06:25 +00:00
slava c90c1d66da CL-style (but more limited) restarts, better undefined word handling in the parser 2006-05-24 08:29:25 +00:00
slava 3856c26f69 Fixing UI scrolling issues 2006-05-24 07:23:45 +00:00
slava 608aab0dcb FFI now supports Unicode (UTF16) strings better, and the Cocoa bridge uses this functionality 2006-05-23 03:32:27 +00:00
slava b83aa8243f Bootstrap fix 2006-05-20 22:25:16 +00:00
slava 8cdc10abdb New remove-hash* word; UI refactorings; adding new Whisker-style word browser 2006-05-20 06:13:44 +00:00
slava d0b79a9419 Re-introducing sum and product words, new change-nth and remove-index words, track control replaces and generalizes splitter 2006-05-20 01:08:42 +00:00
slava 079dea6e3c Bootstrap fixes, cleanups, better debugger in the UI 2006-05-19 02:20:23 +00:00
slava 6c3a2e86b2 New prettyprinter feature, some bug fixes 2006-05-19 02:00:11 +00:00
slava fab5b6adb0 Runtime code cleanups 2006-05-18 05:08:09 +00:00
slava 36f324370a Cons-less runtime now bootstraps itself 2006-05-17 23:05:44 +00:00
slava ee75b478ab Last traces of conses removed 2006-05-17 18:55:46 +00:00
slava 9b286735ea More quotation work 2006-05-16 20:50:51 +00:00
slava 3ff4bef040 Unit test fixes, introducing quotation type 2006-05-15 22:15:35 +00:00
slava 0727036ee6 Ratios and complexes now have headers, inference fixes 2006-05-15 22:00:37 +00:00
slava f3ce2a15ed More cons cell removals 2006-05-15 05:01:47 +00:00
slava 307bc73f5e reverse-slice ==> <reversed> 2006-05-15 03:25:34 +00:00
slava 63825f9209 >r and r> now use their own stack 2006-05-15 03:09:47 +00:00
slava c3f37f956f AMD64 fixes 2006-05-15 00:05:57 +00:00
slava b633604081 Update boot-stage1 for AMD64 backend changes 2006-05-11 06:25:23 +00:00
slava e06e42bbba Some minor I/O fixes 2006-05-11 05:46:32 +00:00
slava 63703c2713 Minor performance improvements in optimizer 2006-05-10 22:51:18 +00:00
slava fd8a3062e3 Bootstrap performance improvement and assorted cleanups 2006-05-10 06:18:25 +00:00
slava bfc0a0e67a Floating point intrinsics for PowerPC 2006-05-10 01:37:07 +00:00
slava 3c92baf8ed Bootstrap and compiler fixes 2006-05-09 16:38:57 +00:00
slava 6318d7d719 Floating point fixes 2006-05-06 01:41:57 +00:00
slava da29021086 Working on float intrinsics 2006-05-06 00:06:57 +00:00
slava 2fa14f55ad New 'pentium4' architecture 2006-05-05 06:08:37 +00:00
slava 1a86171a99 Working on method inlining optimization 2006-05-02 18:16:59 +00:00
slava eb4ba47ef1 New optimizations: useless coerce elimination, builtin slot type declarations 2006-05-02 05:49:52 +00:00
slava 1bc9dbcf2a Specializer optimization 2006-05-02 04:11:59 +00:00
slava 7c53f7ef57 Disable set-slot intrinsic since it seems problematic 2006-05-02 02:12:08 +00:00
slava d5d47b6ae8 Fix x86 typo 2006-04-29 21:28:51 +00:00
slava 906fea6508 Updating x86 backend for new changes 2006-04-28 23:23:50 +00:00
slava b55d3041ab Bootstrap fixes 2006-04-28 23:04:04 +00:00
slava 451bfb3915 Move some files around 2006-04-28 22:48:48 +00:00
slava 17d6efb543 Removing linear IR 2006-04-28 22:38:48 +00:00
slava 8eca428594 Huge compiler patch; two new fixnum-fast and fixnum+fast primitives which do not perform overflow checks 2006-04-24 21:52:03 +00:00
slava 4c5dcf4135 New approach to stack dead load/store elimination 2006-04-19 20:19:26 +00:00
slava 12fd5294da Fix clear-hash bug, merge compiler/compiler-backend/compiler-frontend vocabs 2006-04-03 06:18:56 +00:00
slava a26c93ff45 Cleanup compiler and some minor library code 2006-04-03 05:33:52 +00:00
slava ded9d3d11b Bootstrap images stored under resource path now 2006-04-02 04:42:14 +00:00
slava 6abc8df1d8 Markup tweaks, changelog in the UI 2006-03-29 04:31:45 +00:00
slava 0568d50415 Change how resource-path works 2006-03-28 03:20:42 +00:00
slava dfe509427c Bootstrap fix 2006-03-27 08:44:23 +00:00
slava 055cb66e0f Abstract out word cross-referencing into a graph library; implement help cross-referencing 2006-03-27 08:10:58 +00:00
slava 5e5cbd50d4 Wrote alien interface docs 2006-03-27 06:24:18 +00:00
erg 0bfe763d1e win32 -> windows 2006-03-27 02:15:50 +00:00
slava 658b8f8c07 Missing files in bootstrap 2006-03-27 02:20:36 +00:00
erg bf9aa1d543 remove more \r\n 2006-03-27 01:15:31 +00:00
erg 358692d263 win32 bootstrap fixes, remove some opengl words from win32 2006-03-27 00:24:12 +00:00
slava ffd36265f1 Started help cross-referencing, updating documentation 2006-03-26 21:36:05 +00:00
erg d9379f9af7 win32 bootstrap fixes 2006-03-25 09:58:34 +00:00
slava b3dbb48581 Documentation updates 2006-03-25 08:16:25 +00:00
slava 6a9e67a4bc Tool documentation 2006-03-25 06:06:52 +00:00
slava 38602d63b9 Browser cleanups, moving assoc word from lists to sequences 2006-03-25 03:02:50 +00:00
slava fdfcc34621 Simplifying UI code dealing with worlds 2006-03-25 00:26:06 +00:00
slava 4f8632b656 New browser gadget 2006-03-24 08:28:46 +00:00
slava 6c587659cc Optimizations aimed at reducing bootstrap time 2006-03-21 05:44:19 +00:00
slava 45678bd350 X11 UI backend is close to working 2006-03-20 05:05:04 +00:00
slava ed4b7607bd Fix bug with bootstrapping bignums on a 32-bit system for a 64-bit system 2006-03-20 01:22:57 +00:00
slava b80ec7c47d Preliminary X11 backend work 2006-03-20 00:37:01 +00:00
slava 0eb39be459 Multi-window code cleanups 2006-03-18 07:23:57 +00:00
slava 5135e21055 Per-world font sprites 2006-03-18 06:57:57 +00:00
slava 7ad3eaf0fd Bootstrap and unit test fixes 2006-03-18 03:14:59 +00:00
slava 278ab26fa5 Removing global world dependencies and cleaning up UI listener 2006-03-17 08:21:54 +00:00
slava afb648d99d Automatically define classes and load frameworks 2006-03-15 20:06:36 +00:00
slava e3baeed782 Stripping out SDL 2006-03-13 04:21:01 +00:00
slava de8dde07f7 Moving SDL bindings to contrib/ 2006-03-12 23:36:30 +00:00
slava c89a40f902 malloc cleanup 2006-03-08 21:06:13 +00:00
slava 448f4e7d6a Small cleanup, re-enable basic block optimizer and Cocoa bindings 2006-03-08 20:03:01 +00:00
slava 600974f6d8 Small cleanup, and bugfix for command line parsing during bootstrap 2006-03-06 06:04:43 +00:00
slava b8bcdc8909 Working on optimizer 2006-03-04 07:53:22 +00:00
slava 4b79be2219 Fix bootstrap, unit tests, and clean up 2006-03-02 06:47:34 +00:00
slava 46331ebefa Rewritten linearizer 2006-03-02 06:12:32 +00:00
slava 3c2d412dac Experimental x86 assembler refactoring 2006-02-24 00:01:12 +00:00
slava c2140920bd renumber types, Objective-C exception handling 2006-02-20 03:08:08 +00:00
slava 4990bade15 Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
slava 2d1ef84911 Further work on callbacks 2006-02-14 03:20:39 +00:00
slava adf0ffeae9 Fix bootstrap problem 2006-02-13 04:38:29 +00:00
slava 1f153c24b2 Starting work on callbacks 2006-02-11 07:30:18 +00:00
slava 21af22aa5b Moving Cocoa bindings 2006-02-10 01:34:49 +00:00
slava 85b6ea9280 Auto-discovery of Objective-C methods 2006-02-07 02:51:04 +00:00
microdan 149ce89d0b default resource-path 2006-02-03 21:07:25 +00:00
slava 9e5b6424a1 Initial revision 2006-02-01 02:31:53 +00:00
Slava Pestov 2acb28ae0c Solaris/x86 support 2006-01-31 19:31:31 +00:00
Slava Pestov 8569427c4e added a zero? word 2006-01-28 20:49:31 +00:00
Slava Pestov 13ef8f9412 cell fix; experimental preferred size cache; floor/ceiling/truncate/mod for floats; fix mod for ratios; fix float equality test 2006-01-27 04:01:14 +00:00
Slava Pestov 9ea2332a2b FFI work 2006-01-25 00:56:08 +00:00
Slava Pestov cb378cd2c0 HTTPD cleanups, working on help responder 2006-01-20 06:26:50 +00:00
Slava Pestov c156c09a42 documentation updates 2006-01-19 23:15:37 +00:00
Slava Pestov 60a147bbfa more I/O docs; added missing files from twb's patch 2006-01-19 08:03:32 +00:00
Slava Pestov 6b49173e27 more I/O docs 2006-01-17 07:43:38 +00:00
Slava Pestov 6a4def3812 I/O documentation and code cleanups 2006-01-16 07:48:15 +00:00
Slava Pestov 3131680364 help fixes 2006-01-13 07:38:57 +00:00
Slava Pestov ff6ba6ca36 math docs 2006-01-13 06:48:29 +00:00
Slava Pestov f8d35998f8 add missing file 2006-01-12 06:06:23 +00:00
Slava Pestov 712ec2ce29 finished math word docs 2006-01-12 05:34:56 +00:00
Slava Pestov f78ccc8fb8 math docs 2006-01-11 23:26:12 +00:00
Slava Pestov bbf871e28a split objective c bindings into files 2006-01-11 04:56:00 +00:00
Slava Pestov 6031ec0d76 documentation work; objective C runtime binding 2006-01-11 04:44:17 +00:00
Slava Pestov 573c419211 tuple documentation; rename array>tuple to >tuple 2006-01-09 22:56:19 +00:00
Slava Pestov 9d1f07cf0e Standard combination docs 2006-01-09 21:19:40 +00:00
Slava Pestov d19ffd6b6a slots documentation 2006-01-09 06:34:23 +00:00
Slava Pestov 379a691a3d documenting generic words 2006-01-09 01:41:31 +00:00
Slava Pestov df56245f8a more error handling docs 2006-01-08 01:09:54 +00:00
Slava Pestov aaca491f2d Data and control flow chapter converted 2006-01-08 00:10:52 +00:00
Slava Pestov cd16dd9dae started docs for non-standard control flow featurs 2006-01-07 04:10:02 +00:00
Slava Pestov c8266adc45 more documentation 2006-01-07 03:42:07 +00:00
Slava Pestov 3e6eb47785 words chapter of handbook converted 2006-01-06 07:04:42 +00:00
Slava Pestov 95242341aa more documentation updates 2006-01-05 07:00:57 +00:00
Slava Pestov cbc4946d93 moving documentation 2006-01-05 05:33:12 +00:00
Slava Pestov 8132590930 more prettyprinter docs 2006-01-04 01:04:46 +00:00
Slava Pestov b515bae5f4 syntax docs 2006-01-03 22:43:29 +00:00
Slava Pestov 2883f8a5f5 fix each-bit for negative inputs 2006-01-02 21:35:37 +00:00
Slava Pestov d75d86a781 bootstrap fix 2006-01-02 06:04:02 +00:00
Slava Pestov 808c7a7f57 collections chapter almost done 2006-01-02 05:51:03 +00:00
Slava Pestov d78def53f9 more documentation, some markup fixes 2006-01-01 01:51:58 +00:00
Slava Pestov fcf6ed9e3c more documentation work; reverted some source files to prior layout 2005-12-31 09:20:07 +00:00
Slava Pestov 7e65dffaee more help system work 2005-12-30 08:57:38 +00:00
Slava Pestov 0771037b15 help system and tutorial improvements 2005-12-29 01:25:17 +00:00
Slava Pestov 2f84c408d9 fix erronous declaration 2005-12-26 03:18:25 +00:00
Slava Pestov 53c6cb2179 make class< a bit faster, mutable strings 2005-12-26 02:05:31 +00:00
Slava Pestov dec98203d3 remove repetitions 2005-12-24 23:29:31 +00:00
Slava Pestov 9a7b09bf42 removed book gadget 2005-12-23 03:29:11 +00:00
Slava Pestov cec0fc6ddd fix scrolling bug and added a new browser pane component 2005-12-22 23:38:10 +00:00
Slava Pestov 44c2d48447 bootstrap fix 2005-12-21 07:45:22 +00:00
Slava Pestov b2307c91e6 markup language work 2005-12-20 04:18:15 +00:00
Slava Pestov 9942630dad markup fixes; changing some stream protocol details 2005-12-19 07:12:40 +00:00
Slava Pestov 98ef77d057 parser cleanup 2005-12-17 19:52:27 +00:00
Slava Pestov 74e132c6a6 split presentations into two files 2005-12-17 03:28:14 +00:00
Slava Pestov 11552b0254 moved null streams to fix load order issue 2005-12-17 02:15:43 +00:00
Slava Pestov cf9fde020f extended stream output protocol 2005-12-17 02:12:35 +00:00
Slava Pestov 587de89e22 bootstrap fix 2005-12-15 01:29:32 +00:00
Slava Pestov de504b6e78 powerpc bootstrap fixes 2005-12-13 23:16:37 +00:00
Slava Pestov d3b4726790 new bootstrap system; some other code cleanups 2005-12-13 22:33:58 +00:00
Slava Pestov 58a3e3ed16 new alien>string and string>alien primitives; powerpc backend fixes 2005-12-12 23:51:45 +00:00
Slava Pestov 07f98e9dc6 print load messages when running files 2005-12-11 19:27:36 +00:00
Slava Pestov 44826cb0d7 fix typo in fixnum<< generator 2005-12-11 01:00:28 +00:00
Slava Pestov 3174f87b67 minor cleanups all over the place 2005-12-10 06:02:13 +00:00
Slava Pestov 7262e6832a stage 2 boot fix 2005-12-08 05:55:51 +00:00
Slava Pestov 2c756975ae updated intrinsics tests for 64-bit 2005-12-07 04:09:51 +00:00