factor/basis
Philipp Brüschweiler bb50d31b39 images.gtk: update to new with-out-parameters, small speedup when loading aligned images 2010-07-17 11:47:31 +02:00
..
alarms Rename alarms -> timers 2010-06-10 16:39:13 -05:00
alien Merge remote branch 'origin/native-image-loader' into gtk-image-loader 2010-07-17 11:26:45 +02:00
ascii
atk fix broken commit 2010-05-31 12:42:05 +06:00
base64
biassocs io.encodings: add a fast-path for ascii, utf8 and 8-bit encodings when string only contains ASCII characters 2010-04-19 01:14:00 -05:00
binary-search binary-search: use nth-unsafe for a further performance gain 2010-04-18 21:42:44 -05:00
bit-arrays bit-arrays: re-use utility words from math.bitwise and io.binary to make implementation a bit more elegant 2010-05-03 22:38:50 -04:00
bit-sets Adding null? word to test if a set is empty 2010-04-17 16:25:51 -05:00
bit-vectors
bitstreams Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
bootstrap Merge branch 'master' of git://factorcode.org/git/factor 2010-06-13 07:54:23 +06:00
boxes Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
byte-arrays/hex
cache
cairo cairo.ffi: remove some usings to break circular dependency 2010-06-13 20:34:53 +02:00
calendar More system-micros elimination 2010-06-22 02:00:19 -05:00
channels threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
checksums alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
circular Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
classes/struct Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
cocoa Merge remote branch 'origin/native-image-loader' into gtk-image-loader 2010-07-17 11:26:45 +02:00
colors
columns
combinators combinators.smart: remove boa-preserving 2010-06-23 21:10:46 -04:00
command-line Don't add empty vocab-roots lines 2010-06-04 14:17:07 -05:00
compiler compiler.cfg.intrinsics.allot: clean up 2010-07-16 20:04:03 -04:00
compression Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
concurrency Rename alarms -> timers 2010-06-10 16:39:13 -05:00
core-foundation alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
core-graphics Updating code to use with-out-parameters 2010-05-23 03:07:47 -04:00
core-text alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
cpu compiler.cfg: nuke ##allot-byte-array instruction 2010-07-16 19:57:45 -04:00
csv
db alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
debugger Load debugger.{unix,windows} later on in bootstrap, because lopading it before the optimizing compiler incurs a long delay on Windows as all the WinAPI bindings get loaded and parsed 2010-05-06 17:41:00 -04:00
definitions/icons
delegate classes.struct: implement "group-words" method on struct-class so that struct classes can be used as a CONSULT: protocol 2010-06-08 12:52:46 -07:00
deques threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
disjoint-sets compiler.cfg.representations: fix various bugs 2010-05-03 17:34:11 -04:00
dlists Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
documents more help-lint 2010-03-09 21:02:43 -08:00
editors Replace 'untested' tag with 'not loaded' and 'not tested' tags 2010-04-13 18:43:01 -07:00
endian
environment
eval
farkup Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
fonts
formatting formatting: remove platform-specific example 2010-04-15 16:14:29 -05:00
fry
ftp Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
functors Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
furnace More system-micros elimination 2010-06-22 02:00:19 -05:00
game/input alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
gdk ui.backend.gtk: notify input methods of cursor locations 2010-06-10 22:35:08 +02:00
generalizations Fixing fallout from sequences.generalizations change 2010-05-18 22:59:07 -04:00
gio change directories structure (add */ffi/ffi.factor files) 2010-05-27 00:17:14 +06:00
gir Merge branch 'gtk' of git://github.com/Blei/factor 2010-07-17 14:17:47 +06:00
glib images.gtk: use GdkPixbuf to load images 2010-07-17 11:28:24 +02:00
globs
gmodule change directories structure (add */ffi/ffi.factor files) 2010-05-27 00:17:14 +06:00
gobject gtk.ffi: add gtk_widget_destroy destructor; gobject.ffi: add g_signal_connect... macros-like words 2010-06-16 12:48:46 +06:00
grouping Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
gst change directories structure (add */ffi/ffi.factor files) 2010-05-27 00:17:14 +06:00
gtk gtk.ffi: add gtk_widget_destroy destructor; gobject.ffi: add g_signal_connect... macros-like words 2010-06-16 12:48:46 +06:00
hash2
hashtables/identity Move hashtables.identity to basis and update serialize vocab to use them 2010-06-21 22:26:01 -04:00
heaps Some minor pointless optimizations 2010-04-01 20:09:14 -04:00
help make unlinked-words take a vocabulary name instead of a list of words 2010-06-23 14:58:07 -05:00
hints Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
html furnace: documentation improvements 2010-04-12 18:17:21 -07:00
http http.server: reintroduce some code cleanups now that it's back in a working state 2010-07-09 14:52:42 -07:00
images images.gtk: update to new with-out-parameters, small speedup when loading aligned images 2010-07-17 11:47:31 +02:00
inspector
interpolate
interval-maps
inverse Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
io alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
iokit alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
json json.reader: factor read-jsons from json> 2010-06-03 13:11:47 -07:00
lcs
libc libc: add memset just because 2010-07-16 17:13:44 -04:00
linked-assocs
listener
lists more help-lint 2010-03-09 21:02:43 -08:00
literals Use flags{ instead of flags all over the place 2010-04-01 14:44:03 -05:00
locals Add a scan-token word which is like scan, except throws an error on EOF; document scan-object word; mention that scan-token/scan-object are preferred over scan/scan-word 2010-07-06 16:20:08 -04:00
logging Rename alarms -> timers 2010-06-10 16:39:13 -05:00
macros
match
math alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
memoize
mime http: clean up and fix some content encoding logic 2010-03-13 22:10:36 +13:00
mirrors mirrors: rename enumerated-sequence to inspected-sequence 2010-06-11 17:14:15 -04:00
models models: add push-model and pop-model words 2010-06-23 20:07:19 -07:00
multiline
nibble-arrays nibble-arrays: replace a -rot usage with locals 2010-05-29 05:22:10 -04:00
nmake Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
none
opengl Merge remote branch 'origin/native-image-loader' into gtk-image-loader 2010-07-17 11:26:45 +02:00
openssl Merge branch 'master' into abi-symbols 2010-04-01 15:28:36 -07:00
pack
pango alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
peg Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
persistent
porter-stemmer
present
prettyprint 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
promises
quoted-printable
quoting
random alien.data: remove second quotation parameter from with-out-parameters, now all values are copied properly and calling 'clone' on structs in this quotation is not necessary 2010-07-16 17:32:05 -04:00
refs Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
regexp Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
roman
search-deques
see Fixing bug in see caused by incorrect import 2010-03-02 19:11:35 -05:00
sequences sequences.cords: fall back to generic sequence methods when both arguments to binary cord ops aren't cords 2010-06-16 16:23:27 -05:00
serialize Move hashtables.identity to basis and update serialize vocab to use them 2010-06-21 22:26:01 -04:00
shuffle Move remaining sequence operations from generalizations to sequences.generalizations where they belong 2010-05-18 18:36:47 -04:00
simple-flat-file
simple-tokenizer
smtp Remove more system-micros stuff 2010-06-22 02:04:31 -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
specialized-arrays classes.struct: fix some bugs in binary-zero?, add unit tests 2010-06-13 19:34:15 -05:00
specialized-vectors specialized-vectors: redefine "like" for the corresponding specialized-array of a specialized-vector to share storage when a vector is liked 2010-06-12 16:07:21 -07:00
splitting/monotonic
stack-checker Revert guarded method inlining 2010-06-24 12:35:21 -04:00
strings/tables
suffix-arrays
summary
syndication
system-info Fixes for out parameter changes 2010-05-23 03:27:40 -05:00
threads Get green threads working on Windows 2010-04-03 20:24:33 -04:00
timers Fix typo in timers 2010-07-09 13:32:07 -05:00
tools tools.test: change unit-test docs so it's clear "output" is a sequence and not an executable quotation (reported by mncharity) 2010-07-12 09:36:36 -07:00
tr
tuple-arrays
typed typed: include value that raised the error in type-mismatch-errors 2010-06-16 16:23:27 -05:00
ui images.gtk: use GdkPixbuf to load images 2010-07-17 11:28:24 +02:00
unicode Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
unix unix.ffi: third argument of ioctl should be void*, not c-string (reported by ceninan) 2010-06-30 09:09:16 -07:00
unrolled-lists Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
urls urls.encoding: tweak assoc>query to fix problem with OAuth 2010-07-06 00:57:41 -04:00
uuid More system-micros elimination 2010-06-22 02:00:19 -05:00
validators validators: fix v-default (reported by Niklas Waern) 2010-03-30 15:35:36 -04:00
values Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO) 2010-05-06 17:21:02 -04:00
vectors/functor
vlists
vm vm: fix field order in zone struct 2010-05-04 17:57:53 -04:00
vocabs vocabs.refresh.monitor: spin off new monitor threads when add-vocab-root is called. Fixes a problem where depending on the order of startup hooks, refresh-all would sometimes be broken for custom vocab roots 2010-05-31 20:14:54 -04:00
windows Merge remote branch 'origin/native-image-loader' into gtk-image-loader 2010-07-17 11:26:45 +02:00
wrap
x11 x11: general cleanup 2010-06-02 02:59:57 -04:00
xml xml.syntax: parse <-variable->s with parse-word instead of search so the no-word error gets properly raised when variable doesn't exist 2010-06-08 12:18:06 -07:00
xml-rpc
xmode xmode.modes: add cuda xmode 2010-06-08 17:08:51 -07:00