Commit Graph

11822 Commits (901bcccc1c6d70e5beeaf96cd0dc32ed40291d21)

Author SHA1 Message Date
Slava Pestov 901bcccc1c Fix remaining text failures 2009-02-23 23:25:13 -06:00
Slava Pestov eaad0c7660 Updating code to use CONSTANT: instead of : foo 123 ; inline 2009-02-23 21:40:17 -06:00
Slava Pestov f1d20719b2 inferred-effect word prop is just a boolean now, not an effect object 2009-02-23 20:51:14 -06:00
Slava Pestov 1951d739a0 Stack effect declarations are mandatory on all words now
define-temp now takes an effect parameter
Fix compiler bug that Dan found
Stricter enforcement of * effects
Move compile-call from compiler.units to compiler
2009-02-23 20:27:05 -06:00
Slava Pestov 0c090699c2 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-22 19:52:06 -06:00
Slava Pestov 4257cd55e0 fix problem with bignum-bit? -- return value would be truncated if sizeof(int) != sizeof(bignum_digit_type) 2009-02-22 19:45:05 -06:00
Slava Pestov 127f9b3578 Add unit tests for bignum bug 2009-02-22 19:41:47 -06:00
Doug Coleman 7a033876b6 use ?at instead of at* 2009-02-22 19:20:28 -06:00
Doug Coleman 990513db60 use CONSTANT: in basis 2009-02-22 19:13:08 -06:00
Doug Coleman a6b40707df use CONSTANT: in core/ 2009-02-22 19:09:49 -06:00
Doug Coleman e026b554a9 use CONSTANT: in extra 2009-02-22 19:08:45 -06:00
Doug Coleman 2f868b38c2 more CONSTANT: usage 2009-02-22 18:12:54 -06:00
Doug Coleman 58abcec127 use CONSTANT: in win32 bindings 2009-02-22 18:09:10 -06:00
Doug Coleman 0e91003e19 use CONSTANT: 2009-02-22 18:04:52 -06:00
Doug Coleman 7aa8e7320d use CONSTANT: 2009-02-22 18:00:43 -06:00
Doug Coleman adf6e97e17 use CONSTANT: 2009-02-22 17:58:14 -06:00
Doug Coleman e99dfc25e8 use CONSTANT: 2009-02-22 17:57:31 -06:00
Doug Coleman 6282b552c1 use CONSTANT: 2009-02-22 17:56:12 -06:00
Doug Coleman 8b0b5878d2 at* -> ?at in a couple places 2009-02-22 17:52:59 -06:00
Doug Coleman 917296670d use CONSTANT: 2009-02-22 17:52:27 -06:00
Doug Coleman f7165e115e remove extra ?at definition 2009-02-22 17:52:04 -06:00
Doug Coleman 4b3f646cc0 Your name -> his name 2009-02-22 17:51:43 -06:00
Doug Coleman 59b7b95063 remove empty tests file 2009-02-22 17:50:56 -06:00
Doug Coleman 378c8f90ff move serial to io.serial 2009-02-22 17:50:29 -06:00
Doug Coleman 0ccb04e50f use CONSTANT: in lots of places 2009-02-22 17:45:04 -06:00
Doug Coleman d0030ba899 remove old io.serial 2009-02-22 17:44:09 -06:00
Doug Coleman edbaba2322 report the value not found in lzw 2009-02-22 17:29:27 -06:00
Doug Coleman 7a3c086178 remove ?at from db.types, images.tiff 2009-02-22 17:14:46 -06:00
Doug Coleman ff44ef224d add ?at, tests, documentation 2009-02-22 17:13:18 -06:00
Jose A. Ortega Ruiz 90dac6f881 FUEL: C-uC-co won't ask for file creation while cycling. 2009-02-22 20:20:46 +01:00
Jose A. Ortega Ruiz c6f2e9365b Merge commit 'origin/master' into emacs 2009-02-22 20:19:20 +01:00
Slava Pestov 50bf922832 Tweak annotations docs so that help-lint passes 2009-02-22 12:35:18 -06:00
Doug Coleman b78d8a491f add docs for scaffold-rc 2009-02-22 10:27:29 -06:00
Doug Coleman 1f5a701f68 fix load error in scaffold 2009-02-22 10:03:37 -06:00
sheeple 06f6eb98aa use quoting vocab 2009-02-22 00:42:35 -06:00
sheeple 57bd819886 add quoting vocab 2009-02-22 00:42:21 -06:00
sheeple 4367996678 make some more words private, rename scaffold-docs back to scaffold-help 2009-02-22 00:33:00 -06:00
sheeple 405b3dc1ad refactor tools.scaffold -- scaffold-help -> scaffold-docs, it takes a vocab name now 2009-02-22 00:19:10 -06:00
sheeple 785d7ac9af clean up scaffold tool a bit, don't create a -tests.factor file when scaffolding a new vocab 2009-02-21 22:18:02 -06:00
sheeple 02cec3a9f4 add more postgres error handling, remove usage of ignore-errors in db.tuples 2009-02-21 21:59:23 -06:00
sheeple d6d89e0a40 add parsing for postgresql errors and some unit tests 2009-02-21 21:22:51 -06:00
sheeple a1f3e5695b fix circularity in db 2009-02-20 22:59:01 -06:00
Doug Coleman c6d3c91ad6 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-20 20:40:47 -06:00
Doug Coleman 985597ba68 add error handling to sqlite, postgresql is next. switching computers.. 2009-02-20 20:40:17 -06:00
Daniel Ehrenberg 6101a887fe Merge branch 'master' of git://factorcode.org/git/factor 2009-02-20 20:15:04 -06:00
Daniel Ehrenberg 70d931d0b2 Creating math.bits 2009-02-20 20:14:54 -06:00
Doug Coleman b54833c728 remove a bunch of trigger deletion code -- triggers get deleted when tables are dropped 2009-02-20 20:11:26 -06:00
Doug Coleman 6eaa5aee24 fix compile error 2009-02-20 17:29:11 -06:00
Doug Coleman 8b5a2f4a0e fix sqlite triggers -- NEW.table-id not NEW.foreign-table-id 2009-02-20 14:52:38 -06:00
Doug Coleman 624719c18f emacsclient.exe is a console app, so whenever it's run a console box pops up. run emacsclientw.exe instead if it exists 2009-02-20 12:58:19 -06:00