.. |
alarms
|
update docs for new alarms changes
|
2009-11-23 19:49:47 -06:00 |
alien
|
cpu.architecture: rep-length now works in deployed images
|
2010-02-11 18:11:47 +13:00 |
ascii
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
base64
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +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
|
random is generic now -- iota random -> random
|
2010-01-14 12:48:57 -06:00 |
bit-sets
|
…
|
|
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
|
More preparations for a release
|
2010-02-15 01:03:26 +13: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
|
…
|
|
cairo
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
calendar
|
random is generic now -- iota random -> random
|
2010-01-14 12:48:57 -06: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: If a tuple class with subclasses is redefined into something that's not a tuple class, subclasses are changed to inherit from 'tuple' instead of being forgotten. Also, changing the metaclass of a union or intersection member no longer removes it from the union or intersection. Finally, make some internal words private
|
2010-02-01 02:48:39 +13:00 |
cocoa
|
Revert "macros: macro body is now defined in its own subword, for compile-time stack effect checking"
|
2010-02-03 23:11:29 +13: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
|
Typo in command-line docs
|
2010-02-14 16:00:08 -06:00 |
compiler
|
compiler.tree.propagation, compiler.tree.escape-analysis: make these passes handle constants in a more robust way in compilation units involving tuple reshaping
|
2010-02-12 02:50:59 +13:00 |
compression
|
Make sure we're not reading 0 bits in the lzw decompression loop -- this causes a hang
|
2010-01-31 16:29:20 -06:00 |
concurrency
|
Merge up
|
2010-01-30 20:39:43 -08:00 |
core-foundation
|
core-foundation.arrays: forgot to check in unit tests
|
2010-02-15 01:03:40 +13:00 |
core-graphics
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
core-text
|
Merge branch 'master' into startup
|
2009-11-15 02:52:50 -06:00 |
cpu
|
cpu.architecture: rep-length now works in deployed images
|
2010-02-11 18:11:47 +13:00 |
csv
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
db
|
ERROR:s is immutable now, so don't use it in db
|
2010-02-03 12:25:55 -06:00 |
debugger
|
debugger: fix formatting of restart list
|
2010-02-08 20:03:18 +13:00 |
definitions/icons
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
delegate
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +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
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06:00 |
documents
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06:00 |
editors
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
endian
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
environment
|
Handle EINTR in a lot of cases where it wasn't handled before. Split off unix into unix.ffi and unix.
|
2010-01-22 12:59:24 -06: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
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
fry
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
ftp
|
Don't allow access through symlinks leading out of the ftp.server serving directory
|
2010-02-03 15:26:37 -06:00 |
functors
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +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
|
Temporary xinput backend for game.input
|
2010-01-30 20:40:16 -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
|
globs: add "glob-parent-directory" word that returns the deepest level of a path without glob symbols
|
2010-02-14 11:49:33 -08:00 |
grouping
|
grouping: tweak inheritance to make method precedence explicit
|
2010-01-30 21:14:41 +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
|
help.home: don't flip out if an article in the recent list does not exist. Fixes problem where forgetting a vocab screws up help browser
|
2010-02-09 22:21:05 +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
|
Updated post-data slot names in http-docs.factor
|
2009-12-15 18:12:48 -05:00 |
images
|
Had the color order for TGA backwards
|
2010-02-05 15:32:38 -08: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
|
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 |
io
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-14 21:07:04 -08:00 |
iokit
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06: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
|
Allow setting errno instead of just clearing it
|
2010-02-03 17:20:24 -06:00 |
linked-assocs
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
listener
|
Fix stack effect decl in listener.factor and mismatched dynamic stack effect for error hook in remote.factor
|
2010-02-13 03:50:04 -08:00 |
lists
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06: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
|
macros: handle compile-time stack effect check of macro body more elegantly than previous attempt
|
2010-02-03 23:11:31 +13:00 |
match
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
math
|
Made p^ more efficient by repeated squaring instead of repeated multiplication
|
2010-02-13 19:47:44 -08:00 |
memoize
|
refactor so that generalizations reuses the stub versions of nsequence, firstn, and n*quot needed by memoize
|
2009-10-08 12:55:52 -05: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
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
nmake
|
…
|
|
none
|
…
|
|
opengl
|
Merge up with Joe's earlier change that added s3tc
|
2010-02-13 02:43:42 -08:00 |
openssl
|
change add-init-hook to add-startup-hook, new add-shutdown-hook word
|
2009-10-19 22:17:02 -04:00 |
pack
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
pango
|
change add-init-hook to add-startup-hook, new add-shutdown-hook word
|
2009-10-19 22:17:02 -04:00 |
peg
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +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: make callstack output needlessly fancier
|
2010-02-03 23:11:26 +13:00 |
promises
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
quoted-printable
|
Unit test fixes
|
2009-11-13 23:00:50 -06:00 |
quoting
|
…
|
|
random
|
Add [1,b) to math.ranges. Use [1,b] in random.sfmt
|
2010-01-31 14:48:01 -06: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
|
Help lint fixes for iota
|
2010-01-15 17:04:14 +13:00 |
search-deques
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
see
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13:00 |
sequences
|
Rename accumulator to collector, pusher to selector
|
2010-01-22 15:00:53 -06:00 |
serialize
|
Update some more 'update' usages to call 'assoc-union!'
|
2010-02-04 03:44:24 +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 |
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
|
…
|
|
specialized-arrays
|
Fix using
|
2010-01-22 13:24:50 -06:00 |
specialized-vectors
|
specialized-vectors: fix byte-length to return byte-length of the vector rather than of its underlying capacity
|
2010-02-07 15:24:39 -08:00 |
splitting/monotonic
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
stack-checker
|
vm: nuke unused (string>float) primitive
|
2010-02-08 08:16:56 +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
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
system-info
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
threads
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
tools
|
update vocabs and deploy docs to mention resources.txt
|
2010-02-15 10:14:30 -08:00 |
tr
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
tuple-arrays
|
tuple-arrays: cleanup
|
2010-02-03 23:11:30 +13:00 |
typed
|
typed: update for dependency changes
|
2010-01-30 10:53:42 +13:00 |
ui
|
create a real "ui.gadgets.theme" vocab, move theme-image word into it, and add theme images to resources.txt
|
2010-02-14 12:42:03 -08:00 |
unicode
|
Minor updates to string documentation
|
2010-02-03 23:07:53 +13:00 |
unix
|
Fix help lint for user-id
|
2010-02-05 01:20:40 -06: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
|
…
|
|
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
|
remove debug output from vocab.metadata.resources
|
2010-02-14 12:08:13 -08:00 |
windows
|
Fix typo in dinput binding
|
2010-02-05 14:09:17 -06:00 |
wrap
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
x11
|
replace all TYPEDEF: void* XXX* with C-TYPE: XXX
|
2009-09-27 22:21:24 -05:00 |
xml
|
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 |
xml-rpc
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
xmode
|
Update some more 'update' usages to call 'assoc-union!'
|
2010-02-04 03:44:24 +13:00 |