| .. |
|
alarms
|
- Remove the alarms stop variable, and instead for a stop condition, check against the thread object being replaced.
|
2010-05-23 22:25:17 -05:00 |
|
alien
|
Stack allocation improvements
|
2010-05-22 02:37:00 -04:00 |
|
ascii
|
…
|
|
|
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
|
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
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04: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
|
C-ENUM: -> ENUM:
|
2010-04-19 20:07:16 -07:00 |
|
calendar
|
FFI rewrite part 1: split up ##alien-invoke and friends into smaller instructions
|
2010-05-09 21:36:52 -04:00 |
|
channels
|
threads: simplify 'suspend' combinator
|
2010-03-28 08:29:53 -04:00 |
|
checksums
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -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
|
Stack allocation improvements
|
2010-05-22 02:37:00 -04:00 |
|
cocoa
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04:00 |
|
colors
|
…
|
|
|
columns
|
…
|
|
|
combinators
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
|
command-line
|
vm: actually use context callstacks when running code
|
2010-03-26 22:44:43 -04:00 |
|
compiler
|
cpu.x86.64: callback prologue was clobbering 5th parameter register on x86-64
|
2010-05-23 03:00:53 -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
|
Update code base for new alarms api
|
2010-05-21 20:42:12 -05:00 |
|
core-foundation
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04:00 |
|
core-graphics
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04:00 |
|
core-text
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04:00 |
|
cpu
|
cpu.x86: fix callbacks receiving stack parameters on Win64
|
2010-05-23 23:08:07 -04:00 |
|
csv
|
fix docs for csv
|
2010-02-27 13:04:42 -06:00 |
|
db
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -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
|
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 |
|
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
|
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
|
…
|
|
|
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
|
functors: fix unit test
|
2010-05-05 00:44:21 -04:00 |
|
furnace
|
Remove alarms from using list, minor refactoring
|
2010-05-21 20:48:33 -05:00 |
|
game/input
|
game.input.x11: add alien.data to using list
|
2010-05-24 00:32:35 -04:00 |
|
generalizations
|
Fixing fallout from sequences.generalizations change
|
2010-05-18 22:59:07 -04:00 |
|
glib
|
"cdecl" -> cdecl
|
2010-03-31 19:20:35 -07:00 |
|
globs
|
fix last globs test on windows
|
2010-02-16 22:19:56 -08:00 |
|
grouping
|
Use keys/values where appropriate
|
2010-05-21 12:48:04 -05:00 |
|
hash2
|
…
|
|
|
heaps
|
Some minor pointless optimizations
|
2010-04-01 20:09:14 -04:00 |
|
help
|
Use keys/values where appropriate
|
2010-05-21 12:48:04 -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
|
Changing require-when usages to the new syntax for require-when
|
2010-04-18 14:29:24 -05:00 |
|
images
|
specialized-arrays: rename byte-array>T-array to T-array-cast, and make it work with anything that responds to >c-ptr / byte-length
|
2010-05-18 23:09:34 -04:00 |
|
inspector
|
Moving new-sets to sets
|
2010-02-26 16:01:01 -05:00 |
|
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
|
Fixes for out parameter changes
|
2010-05-23 03:27:40 -05:00 |
|
iokit
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04:00 |
|
json
|
Remove math.floats.parser now that its no longer needed
|
2010-02-08 16:52:29 +13:00 |
|
lcs
|
…
|
|
|
libc
|
libc: use size_t instead of ulong for correct behavior on win64
|
2010-05-18 22:34:52 -04:00 |
|
linked-assocs
|
…
|
|
|
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
|
Use flags{ instead of flags all over the place
|
2010-04-01 14:44:03 -05:00 |
|
locals
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
|
logging
|
Rotate logs every day, but wait a day first
|
2010-05-21 20:44:38 -05: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
|
math.vectors.simd.intrinsics: remove call( -- ) wrapper from fallbacks
|
2010-05-24 12:58:14 -07: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
|
Remove alarms from using list, minor refactoring
|
2010-05-21 20:48:33 -05:00 |
|
multiline
|
…
|
|
|
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
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
|
none
|
…
|
|
|
opengl
|
opengl.gl.unix renamed to opengl.gl.x11
|
2010-05-23 22:25:17 -04:00 |
|
openssl
|
Merge branch 'master' into abi-symbols
|
2010-04-01 15:28:36 -07:00 |
|
pack
|
…
|
|
|
pango
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -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
|
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 |
|
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
|
…
|
|
|
quoting
|
…
|
|
|
random
|
Fixes for out parameter changes
|
2010-05-23 03:27:40 -05: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
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
|
search-deques
|
…
|
|
|
see
|
Fixing bug in see caused by incorrect import
|
2010-03-02 19:11:35 -05:00 |
|
sequences
|
sequences.unrolled: reimplement underlying (unrolled-each-integer) loop as a partial eval, sacrificing row polymorphism for flexibility
|
2010-05-24 00:33:41 -07: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
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04: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
|
…
|
|
|
specialized-arrays
|
Stack allocation improvements
|
2010-05-22 02:37:00 -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
|
…
|
|
|
stack-checker
|
stack-checker.alien: callback and assembly quotations can be callables
|
2010-05-19 00:31:46 -04:00 |
|
strings/tables
|
…
|
|
|
suffix-arrays
|
Finishing eliminating prune as a synonym of members
|
2010-02-27 14:52:24 -05:00 |
|
summary
|
…
|
|
|
syndication
|
Remove the http-data word
|
2010-03-01 22:32:15 -06:00 |
|
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 |
|
tools
|
Use keys/values where appropriate
|
2010-05-21 12:48:04 -05:00 |
|
tr
|
…
|
|
|
tuple-arrays
|
tuple-arrays: require that base type be final
|
2010-02-18 03:57:02 +13:00 |
|
typed
|
compiler.cfg.debugger: clean up and make it more flexible
|
2010-05-03 17:34:22 -04:00 |
|
ui
|
ui: ditch window restore behavior since it was broken
|
2010-05-24 16:50:09 -04:00 |
|
unicode
|
Use keys/values where appropriate
|
2010-05-21 12:48:04 -05:00 |
|
unix
|
Updating code to use with-out-parameters
|
2010-05-23 03:07:47 -04: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
|
Changing require-when usages to the new syntax for require-when
|
2010-04-18 14:29:24 -05:00 |
|
uuid
|
…
|
|
|
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
|
load-all now skips vocabs tagged 'not loaded', and test-all skips vocabs tagged 'not tested'
|
2010-04-13 18:43:33 -07:00 |
|
windows
|
Fixes for out parameter changes
|
2010-05-23 03:27:40 -05:00 |
|
wrap
|
…
|
|
|
x11
|
x11.xinput2.ffi: make XI*Mask less ugly
|
2010-05-22 01:36:04 +02:00 |
|
xml
|
Fix using list in sequences.unrolled, keys/values was not appropriate in several locations
|
2010-05-21 15:28:05 -05:00 |
|
xml-rpc
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
|
xmode
|
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 |