| .. |
|
alien
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
ascii
|
…
|
|
|
atk
|
…
|
|
|
base64
|
…
|
|
|
biassocs
|
…
|
|
|
binary-search
|
…
|
|
|
bit-arrays
|
Remove stack effects from HELP: declarations.
|
2011-10-20 19:36:11 -07:00 |
|
bit-sets
|
…
|
|
|
bit-vectors
|
…
|
|
|
bitstreams
|
Cleanup more lint warnings.
|
2011-10-14 12:31:46 -07:00 |
|
bootstrap
|
bootstrap-error.factor: vocab => lookup-vocab
|
2011-10-29 17:25:51 -07:00 |
|
boxes
|
…
|
|
|
byte-arrays/hex
|
…
|
|
|
cache
|
…
|
|
|
cairo
|
…
|
|
|
calendar
|
calendar: removing unused (month-name) word.
|
2011-10-19 11:01:16 -07:00 |
|
channels
|
…
|
|
|
checksums
|
…
|
|
|
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
|
Forget some classes after unit tests so that running "classes" test succeeds multiple times in a row
|
2011-10-24 16:59:46 -07:00 |
|
cocoa
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
|
colors
|
…
|
|
|
columns
|
…
|
|
|
combinators
|
…
|
|
|
command-line
|
…
|
|
|
compiler
|
compiler.cfg.builder: add test to ensure that fast union predicates do not contain a conditional
|
2011-10-29 17:11:04 -07:00 |
|
compression
|
…
|
|
|
concurrency
|
…
|
|
|
core-foundation
|
Add core-foundation.launch-services for finding the path of a bundle. Add a new standard-paths vocabulary for finding files.
|
2011-10-30 16:11:18 -07:00 |
|
core-graphics
|
…
|
|
|
core-text
|
…
|
|
|
cpu
|
cleanups from code review
|
2011-10-27 21:18:23 -07:00 |
|
csv
|
…
|
|
|
db
|
Fix all failures in the linux64 build email
|
2011-10-24 19:33:09 -07:00 |
|
debugger
|
vm: add factorbug command to throw exception
|
2011-10-27 21:14:49 -07:00 |
|
definitions/icons
|
…
|
|
|
delegate
|
…
|
|
|
deques
|
…
|
|
|
disjoint-sets
|
…
|
|
|
dlists
|
Add a seq>dlist word and make a dlist literal DL{
|
2011-10-29 01:05:37 -07:00 |
|
documents
|
…
|
|
|
editors
|
Make editors use the new path-finding vocabulary and protocol.
|
2011-10-31 13:16:37 -07:00 |
|
endian
|
…
|
|
|
environment
|
…
|
|
|
eval
|
…
|
|
|
farkup
|
…
|
|
|
fonts
|
…
|
|
|
formatting
|
…
|
|
|
fry
|
…
|
|
|
ftp
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
functors
|
…
|
|
|
furnace
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
game/input
|
Cleanup some uses of global [ ] bind.
|
2011-10-19 11:01:16 -07:00 |
|
gdk
|
…
|
|
|
generalizations
|
…
|
|
|
gio
|
…
|
|
|
glib
|
…
|
|
|
globs
|
…
|
|
|
gmodule
|
…
|
|
|
gobject
|
…
|
|
|
gobject-introspection
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
grouping
|
…
|
|
|
gtk
|
…
|
|
|
hashtables
|
…
|
|
|
heaps
|
Clean up heaps implementation, test max-heaps.
|
2011-04-10 12:57:39 -05:00 |
|
help
|
help.html: I give up with the article name escaping. Just compute a SHA1 hash and use that as the file name. Fixes #309
|
2011-10-29 15:27:27 -07:00 |
|
hints
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
|
html
|
…
|
|
|
http
|
http.server: closing socket without sending any text would hang the http.server. Fixes #311
|
2011-10-28 23:54:55 -07:00 |
|
images
|
Rename images.gtk|gdiplus|cocoa to images.loader.*. Fixes #176.
|
2011-11-02 09:38:03 -07:00 |
|
inspector
|
…
|
|
|
interpolate
|
…
|
|
|
interval-maps
|
…
|
|
|
inverse
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
io
|
Fix typo in tests
|
2011-11-02 09:15:32 -07:00 |
|
iokit
|
…
|
|
|
json
|
…
|
|
|
lcs
|
…
|
|
|
libc
|
…
|
|
|
linked-assocs
|
…
|
|
|
listener
|
Change prompt to something we can copy/paste back into the Factor repl. Add auto-use word. Fixes #301.
|
2011-10-29 01:05:38 -07:00 |
|
lists
|
…
|
|
|
literals
|
…
|
|
|
locals
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
|
logging
|
…
|
|
|
macros
|
…
|
|
|
match
|
…
|
|
|
math
|
math.vectors.simd: vlshift, vrshift, hlshift and hrshift were being miscompiled if the shift count was a bignum. Fixes #264
|
2011-10-30 21:50:17 -07:00 |
|
memoize
|
…
|
|
|
mime
|
…
|
|
|
mirrors
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
|
models
|
…
|
|
|
multiline
|
…
|
|
|
nibble-arrays
|
…
|
|
|
nmake
|
…
|
|
|
none
|
…
|
|
|
opengl
|
Add a lint check for swap .. swap that can be replaced by dip. Clean up the cases it finds.
|
2011-10-26 13:01:04 -07:00 |
|
openssl
|
…
|
|
|
pack
|
…
|
|
|
pango
|
…
|
|
|
peg
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
|
persistent
|
…
|
|
|
porter-stemmer
|
…
|
|
|
present
|
Fix all failures in the linux64 build email
|
2011-10-24 19:33:09 -07:00 |
|
prettyprint
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
|
promises
|
…
|
|
|
quoted-printable
|
…
|
|
|
quoting
|
…
|
|
|
random
|
…
|
|
|
refs
|
…
|
|
|
regexp
|
…
|
|
|
roman
|
…
|
|
|
search-deques
|
…
|
|
|
see
|
Rename vocab to lookup-vocab
|
2011-10-24 06:42:54 -05:00 |
|
sequences
|
Remove stack effects from HELP: declarations.
|
2011-10-20 19:36:11 -07:00 |
|
serialize
|
Fix all failures in the linux64 build email
|
2011-10-24 19:33:09 -07:00 |
|
shuffle
|
…
|
|
|
simple-flat-file
|
…
|
|
|
simple-tokenizer
|
…
|
|
|
smtp
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
sorting
|
…
|
|
|
soundex
|
…
|
|
|
specialized-arrays
|
…
|
|
|
specialized-vectors
|
…
|
|
|
splitting/monotonic
|
…
|
|
|
stack-checker
|
stack-checker.known-words: add effects for signal-handler and leaf-signal-handler primitives, even though they can't be called directly
|
2011-10-29 17:15:35 -07:00 |
|
strings/tables
|
…
|
|
|
suffix-arrays
|
…
|
|
|
summary
|
Rename class to class-of
|
2011-10-24 06:47:42 -05:00 |
|
syndication
|
…
|
|
|
system-info
|
…
|
|
|
threads
|
vm: dispatch signal handlers through subprimitive
|
2011-10-27 21:18:18 -07:00 |
|
timers
|
…
|
|
|
tools
|
Don't test coverage of auto-generated class predicates. Get a better count of callabales in a word to fix %coverage.
|
2011-11-01 17:13:11 -07:00 |
|
tr
|
…
|
|
|
tuple-arrays
|
…
|
|
|
typed
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
|
ui
|
Rename images.gtk|gdiplus|cocoa to images.loader.*. Fixes #176.
|
2011-11-02 09:38:03 -07:00 |
|
unicode
|
…
|
|
|
unix
|
Add options to set the child process group id or session for Unix. This fixes part of #307.
|
2011-10-29 02:47:10 -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
|
…
|
|
|
uuid
|
…
|
|
|
validators
|
…
|
|
|
values
|
…
|
|
|
vectors/functor
|
…
|
|
|
vlists
|
…
|
|
|
vm
|
vm: resumably handle signals from leaf procedures
|
2011-10-27 21:18:18 -07:00 |
|
vocabs
|
Cleanup vocab name validation. Vocab names and vocab prefixes are the same concept, and by disallowing slashes, spaces, and colon, we automatically check for absolute paths. Unit test this.
|
2011-10-29 01:05:37 -07:00 |
|
windows
|
Update Windows for word renames, fix lint errors
|
2011-10-24 21:50:02 -07:00 |
|
wrap
|
sequences: define ?first and ?second.
|
2011-10-13 12:53:46 -07:00 |
|
x11
|
…
|
|
|
xml
|
Fix all failures in the linux64 build email
|
2011-10-24 19:33:09 -07:00 |
|
xml-rpc
|
…
|
|
|
xmode
|
Add a toggle word to namespaces and update docs, tests, and usages. Document with-global too.
|
2011-10-29 01:05:38 -07:00 |