.. |
alarms
|
update docs for new alarms changes
|
2009-11-23 19:49:47 -06:00 |
alien
|
cut commas off of FUNCTION: parameter names in stack effects again
|
2010-02-28 19:29:53 -08: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
|
binary-search: improve docs
|
2010-02-03 23:11:32 +13: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
|
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 |
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
|
Add a new word http-data that is just http-get nip
|
2010-02-27 07:58:35 -06: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
|
scrub memory>struct calls made redundant
|
2010-02-22 12:22:29 -08:00 |
channels
|
Merge branch 'master' into startup
|
2009-11-15 02:52:50 -06:00 |
checksums
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
circular
|
fix unit test in circular
|
2009-12-08 17:05:17 -06:00 |
classes/struct
|
classes.struct: raise an error in STRUCT: if there are duplicate slot names
|
2010-02-25 11:52:21 -08:00 |
cocoa
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-23 23:53:51 -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
|
Fix docs typo
|
2010-02-16 03:14:30 -08:00 |
compiler
|
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 |
compression
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
concurrency
|
Merge up
|
2010-02-20 00:24:37 -08:00 |
core-foundation
|
core-foundation.run-loop: clean up and speed up some code to fix starvation issue exposed by game.loop (reported by Joe Groff)
|
2010-03-01 12:22:18 +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.ppc: fix string c-type usage
|
2010-02-22 13:18:45 +13: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
|
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 |
definitions/icons
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
delegate
|
sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase
|
2010-02-25 20:54:57 +13:00 |
deques
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
disjoint-sets
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
dlists
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
documents
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06: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
|
random is generic now -- iota random -> random
|
2010-01-14 12:48:57 -06: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
|
furnace.asides: end-aside-post didn't set the params variable. Fixes a bug introduced by commit fa4a10b328 way back in August 2009
|
2010-02-10 19:32:38 +13:00 |
game/input
|
rename game.input.linux to game.input.x11, make x>hid-bit-order a hook on system
|
2010-02-26 18:30:51 -08:00 |
generalizations
|
Rewrite mnapply to be a combinator instead of a macro. Write nspread* to implement mnapply
|
2010-01-31 14:48:01 -06: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: circular-slice shouldn't be a subclass of slice since that thwarts method inlining
|
2010-02-26 13:20:47 -08: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
|
help.lint.checks: you can't have duplicate names in $values anymore
|
2010-02-19 12:32:03 +13: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
|
Docs for http-data
|
2010-02-27 07:58:37 -06: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
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13: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
|
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 |
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
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
literals
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
locals
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13: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
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
math
|
Add perp and angle-between words for vectors. Fix bug in cross product and add unit tests.
|
2010-02-25 16:46:02 -08: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
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
mirrors
|
Re-organize a few things to reduce '-include=' image size
|
2009-10-23 04:32:17 -05: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
|
update GL-FUNCTION: to use new FUNCTION: factors
|
2010-02-28 16:40:34 -08: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
|
effects.parser: throw a proper no-word error if effect references an unknown class word
|
2010-02-23 23:57:13 +13: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
|
prettyprint.config: set some output limits by default. Use the new without-limits combinator to get the old behavior
|
2010-02-20 12:18:16 +13: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
|
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 |
refs
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
regexp
|
Update some more 'update' usages to call 'assoc-union!'
|
2010-02-04 03:44:24 +13: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
|
see: show final declaration on tuples
|
2010-02-18 03:01:26 +13:00 |
sequences
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13: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
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04: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
|
use system-micros
|
2009-11-18 18:27:35 -06:00 |
sorting
|
Don't rely on integers as sequences for unit tests
|
2010-01-15 07:15:36 +13:00 |
soundex
|
Updating code in basis and extra for stricter vocab search path semantics
|
2009-05-14 23:23:06 -05:00 |
specialized-arrays
|
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 |
specialized-vectors
|
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 |
splitting/monotonic
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
stack-checker
|
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 |
strings/tables
|
strings.tables: fix a logic error
|
2010-02-03 23:11:31 +13:00 |
suffix-arrays
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
summary
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
syndication
|
Add a new word http-data that is just http-get nip
|
2010-02-27 07:58:35 -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
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
tools
|
tools.deploy.shaker: raise a generic "This application died" system-alert instead of quietly crashing and burning in the ui-error-hook for deployed apps with the debugger stripped
|
2010-02-23 20:42:36 -08: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
|
Get foldable and flushable declarations working on typed words
|
2010-02-24 00:16:55 +13:00 |
ui
|
Add a slot for worlds to know if they are fullscreened, and another for restoring the window position after returning from fullscreen mode
|
2010-02-27 07:58:42 -06:00 |
unicode
|
Minor updates to string documentation
|
2010-02-03 23:07:53 +13:00 |
unix
|
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 |
unrolled-lists
|
random is generic now -- iota random -> random
|
2010-01-14 12:48:57 -06:00 |
urls
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
uuid
|
fix load errors
|
2009-11-18 18:53:03 -06:00 |
validators
|
eliminate spin from basis
|
2009-11-05 14:05:06 -06: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
|
Rename kernel.private:getenv/setenv to special-object/set-special-object to mirror recent renaming on the VM side
|
2010-01-13 18:08:18 +13:00 |
vocabs
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-02-21 03:36:54 -08:00 |
windows
|
windows.com: update COM-INTERFACE: to parse incrementally
|
2010-02-28 19:30:15 -08:00 |
wrap
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
x11
|
move XQueryKeymap binding to x11.xlib
|
2010-02-26 18:21:37 -08:00 |
xml
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
xml-rpc
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
xmode
|
Update some more 'update' usages to call 'assoc-union!'
|
2010-02-04 03:44:24 +13:00 |