factor/basis
Slava Pestov d130f24248 ui.gadgets.buttons: fix incorrect parameter order in <radio-controls> 2010-03-29 15:08:15 -04:00
..
alarms threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
alien alien.debugger: fix USING: form 2010-03-17 19:35:12 +13:00
ascii docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
base64 Slices over specialized arrays can now be passed to C functions, written to binary output streams, and given to malloc-byte-array 2010-02-25 04:50:31 +13:00
biassocs docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
binary-search generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
bit-arrays Specialized arrays, structs and other objects responding to the >c-ptr / byte-length protocol can now be written to binary streams 2010-02-24 20:18:41 +13:00
bit-sets Reducing bit-sets performance regression somewhat 2010-03-17 21:38:06 -04:00
bit-vectors Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
bitstreams update existing code to use :> ( ) when possible 2009-10-28 16:11:33 -05:00
bootstrap bootstrap.compiler: fix joint dependencies declared here 2010-03-29 13:14:26 -04:00
boxes docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
byte-arrays/hex parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
cache Disposables are now registered in a global disposables set. To take advantage of this, subclass disposable instead of providing a disposed slot and call new-disposable instead of new. tools.disposables defines two words, 'disposable.' and 'leaks', to help track down resource lifetime problems 2009-08-24 02:26:13 -05:00
cairo missed a uchar* in cairo.ffi 2010-02-23 14:02:55 -08:00
calendar Use TYPED: in a few places in calendar.format to avoid passing durations instead of timestamps 2010-03-02 04:31:17 -06:00
channels threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
checksums Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
circular generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
classes/struct Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
cocoa generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
colors parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
columns Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
combinators Merge branch 'master' of git://github.com/littledan/Factor 2010-02-09 14:35:30 +13:00
command-line vm: actually use context callstacks when running code 2010-03-26 22:44:43 -04:00
compiler compiler: add intrinsic for context-object primitive 2010-03-27 02:56:11 -04:00
compression generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
concurrency threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
core-foundation core-foundation.run-loop: remove unnecessary yields. This fixes a thread starvation issue with game.input 2010-03-15 19:25:57 +13:00
core-graphics vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
core-text vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
cpu cpu.x86.bootstrap: fix jit-profiling regression 2010-03-28 08:29:55 -04:00
csv fix docs for csv 2010-02-27 13:04:42 -06:00
db rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
debugger someone screwed up the kernel-error codes in debugger 2010-03-28 18:31:11 -07:00
definitions/icons docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
delegate delegate: add BROADCAST: syntax, delegate generic with no outputs to an array of multiple delegates 2010-03-22 22:32:00 -07:00
deques threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
disjoint-sets docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
dlists generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
documents more help-lint 2010-03-09 21:02:43 -08:00
editors vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
endian Factor source files should not be executable 2009-11-21 17:50:43 -06:00
environment vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases 2010-02-20 13:30:49 +13:00
eval A number of documentation fixes and cleanup. 2010-02-03 00:05:03 -07:00
farkup Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
fonts docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
formatting formatting: fix docs 2010-02-23 21:21:16 +13:00
fry Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
ftp Rename io.launcher.unix.parser to simple-tokenizer since ftp.server uses it 2010-02-21 17:48:04 +13:00
functors functors: make 'final' declarations work in functors 2010-02-18 03:56:41 +13:00
furnace Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
game/input needlessly rice game.input backends further by using set/get-global everywhere 2010-03-02 15:24:47 -08:00
generalizations clean up now-inappropriate uses of "..." in generalizations stack effects 2010-03-05 13:58:00 -08:00
glib Factor source files should not be executable 2009-11-21 17:50:43 -06:00
globs fix last globs test on windows 2010-02-16 22:19:56 -08:00
grouping grouping: minor cleanup 2010-03-17 19:13:25 +13:00
half-floats Factor source files should not be executable 2009-11-21 17:50:43 -06:00
hash2 docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
heaps Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
help Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
hints Merge branch 'new-math-parser' of git://factorcode.org/git/factor into new-math-parser 2010-02-07 23:28:18 +13:00
html Update some more 'update' usages to call 'assoc-union!' 2010-02-04 03:44:24 +13:00
http Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
images sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase 2010-02-25 20:54:57 +13:00
inspector Moving new-sets to sets 2010-02-26 16:01:01 -05:00
interpolate Merge branch 'master' of http://factorcode.org/git/factor 2009-10-28 16:17:24 -05:00
interval-maps docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
inverse inverse: remove unnecessary dependency on debugger 2010-02-17 00:32:53 +13:00
io threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
iokit change back other char/uchar* parameters that don't look like actual string types 2010-02-23 13:15:16 -08:00
json Remove math.floats.parser now that its no longer needed 2010-02-08 16:52:29 +13:00
lcs Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
libc rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
linked-assocs docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
listener listener: fix help lint 2010-02-18 07:02:22 +13:00
lists more help-lint 2010-03-09 21:02:43 -08:00
literals Factor source files should not be executable 2009-11-21 17:50:43 -06:00
locals Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
logging Merge branch 'master' into startup 2009-11-15 02:52:50 -06:00
macros effects.parser: throw a proper no-word error if effect references an unknown class word 2010-02-23 23:57:13 +13:00
match lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens 2010-02-28 22:19:43 -08:00
math Making more vocabs use require-when 2010-03-18 01:39:30 -04:00
memoize effects.parser: throw a proper no-word error if effect references an unknown class word 2010-02-23 23:57:13 +13:00
mime http: clean up and fix some content encoding logic 2010-03-13 22:10:36 +13:00
mirrors Making more vocabs use require-when 2010-03-18 01:39:30 -04:00
models stack-checker: add inputs and outputs words, since 'infer (in>>|out>>) length' was coming up a lot 2010-01-15 08:04:14 +13:00
multiline parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
nibble-arrays Specialized arrays, structs and other objects responding to the >c-ptr / byte-length protocol can now be written to binary streams 2010-02-24 20:18:41 +13:00
nmake
…
none Deploy tool always uses optimizing compiler now 2009-05-11 00:32:22 -05:00
opengl opengl 3.3, 4.0 2010-03-16 18:35:46 -07:00
openssl rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
pack Factor source files should not be executable 2009-11-21 17:50:43 -06:00
pango rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
peg Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
persistent random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
porter-stemmer Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
present docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
prettyprint Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
promises effects.parser: throw a proper no-word error if effect references an unknown class word 2010-02-23 23:57:13 +13:00
quoted-printable Unit test fixes 2009-11-13 23:00:50 -06:00
quoting Resolved merge. 2009-05-26 22:20:53 -07:00
random Changing some uses of prune to use members 2010-02-27 13:14:03 -05:00
refs Factor source files should not be executable 2009-11-21 17:50:43 -06:00
regexp Merge branch 'master' into conditional 2010-03-28 19:49:32 -04:00
roman Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
search-deques docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
see Fixing bug in see caused by incorrect import 2010-03-02 19:11:35 -05:00
sequences Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism 2010-03-12 14:36:13 -08:00
serialize Slices over specialized arrays can now be passed to C functions, written to binary output streams, and given to malloc-byte-array 2010-02-25 04:50:31 +13:00
shuffle Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
simple-flat-file Finishing eliminating prune as a synonym of members 2010-02-27 14:52:24 -05:00
simple-tokenizer Rename io.launcher.unix.parser to simple-tokenizer since ftp.server uses it 2010-02-21 17:48:04 +13:00
smtp Making all of basis and extra unambiguous for sets/namespaces 2010-02-26 16:28:38 -05:00
sorting generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
soundex Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
specialized-arrays Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
specialized-vectors lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens 2010-02-28 22:19:43 -08:00
splitting/monotonic Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
stack-checker bootstrap.compiler: fix joint dependencies declared here 2010-03-29 13:14:26 -04:00
strings/tables strings.tables: fix a logic error 2010-02-03 23:11:31 +13:00
suffix-arrays Finishing eliminating prune as a synonym of members 2010-02-27 14:52:24 -05:00
summary docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
syndication Remove the http-data word 2010-03-01 22:32:15 -06:00
system-info rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char 2010-02-23 11:42:02 -08:00
threads threads: fix thread-local variables 2010-03-28 12:33:41 -04:00
tools threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
tr Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
tuple-arrays tuple-arrays: require that base type be final 2010-02-18 03:57:02 +13:00
typed Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
ui ui.gadgets.buttons: fix incorrect parameter order in <radio-controls> 2010-03-29 15:08:15 -04:00
unicode Finishing eliminating prune as a synonym of members 2010-02-27 14:52:24 -05:00
unix Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
unrolled-lists random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
urls Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
uuid fix load errors 2009-11-18 18:53:03 -06:00
validators Fixing bugs with sets, including adding new within and without words 2010-03-16 20:17:26 -04:00
values parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
vectors/functor make new-resizable on growable sequences return a growable of the same type 2009-10-22 18:55:00 -05:00
vlists Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring 2009-08-13 19:21:44 -05:00
vm vm: actually use context callstacks when running code 2010-03-26 22:44:43 -04:00
vocabs Maing vocabs.hierarchy use sets; modifying alias analysis's use of sets 2010-02-28 22:55:22 -05:00
windows Updating code to use require-when rather than vocab [ require ] when 2010-03-18 01:13:37 -04:00
wrap docs: change $subsection to $subsections 2009-10-02 12:15:48 -04:00
x11 Making more vocabs use require-when 2010-03-18 01:39:30 -04:00
xml Making xml literal inverse behavior only load if inverse is loaded 2010-03-18 02:07:47 -04:00
xml-rpc Update documentation for new help lint check 2010-02-19 12:31:52 +13:00
xmode Finishing eliminating prune as a synonym of members 2010-02-27 14:52:24 -05:00