.. |
alarms
|
Rename alarms -> timers
|
2010-06-10 16:39:13 -05:00 |
alien
|
Fix unit test failures caused by alien.data change
|
2010-12-25 22:34:12 -08:00 |
ascii
|
ascii: remove ch-lower? and ch-upper? words, since they're the same as letter? and LETTER?
|
2010-10-08 18:55:37 -07: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
|
biassocs: fix typo to '>biassoc' description and 'biassocs' article in docs
|
2011-01-04 22:34:46 +09: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
|
sets, bit-sets: cleanups
|
2010-12-27 20:10:37 -08:00 |
bit-vectors
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
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
|
New boot image location: http://downloads.factorcode.org/images/
|
2010-09-27 20:29:09 -07: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
|
parsed -> suffix!, add append!
|
2009-10-28 13:38:27 -05:00 |
cache
|
cache: add unit tests, make clear-assoc method dispose of all values
|
2010-10-25 23:52:45 -05:00 |
cairo
|
cairo.ffi: update to 1.8.10
|
2010-08-31 23:53:05 +06:00 |
calendar
|
remove useless whitespace in several documentation
|
2011-01-05 15:55:34 +09:00 |
channels
|
Squashed commit of the following:
|
2010-09-27 19:12:33 -05:00 |
checksums
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08: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
|
classes.struct: fields with a type that's an array of pointers (eg int*[3]) now work
|
2010-08-15 02:44:21 -07:00 |
cocoa
|
Update code for brave new world where alien.parser doesn't special-case void, and instead looks it up like any other word
|
2010-08-15 02:32:13 -07:00 |
colors
|
colors.hex vocab.
|
2010-10-28 13:34:59 -07:00 |
columns
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
combinators
|
combinators.smart, multiline: few $examples turn into $codes
|
2011-01-15 00:22:29 +09:00 |
command-line
|
command-line-docs: fix -run description
|
2010-09-13 17:22:23 -04:00 |
compiler
|
Fix unit test failures caused by alien.data change
|
2010-12-25 22:34:12 -08:00 |
compression
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
concurrency
|
concurrency.combinators: fix typo in docs
|
2010-12-23 04:26:34 +09:00 |
core-foundation
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
core-graphics
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08: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
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
csv
|
fix docs for csv
|
2010-02-27 13:04:42 -06:00 |
db
|
db.tuples, timers: few $unchecked-examples turn into $codes
|
2011-01-08 22:31:07 +09:00 |
debugger
|
debugger: fix typo in docs
|
2011-01-04 18:30:34 +09:00 |
definitions/icons
|
…
|
|
delegate
|
Remove stream-peek and stream-peek1, re-implement dns vocab to not need this abstraction
|
2010-10-08 18:55:13 -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
|
editors.jedit: update for jEdit 4.3.2, which places jEdit settings directory in $HOME/Library/jEdit instead of $HOME/.jedit on Mac OS X
|
2010-09-14 21:20:02 -07:00 |
endian
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
environment
|
Remove usages of <void*> and *void*
|
2010-10-25 13:22:50 -05:00 |
eval
|
eval: fix cad.objects path in example
|
2010-11-24 05:58:15 +09:00 |
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
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
ftp
|
Various cleanups for Doug's recent socket addressing change
|
2010-10-06 23:00:38 -07: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
|
io.sockets.secure: add ssl-supported? hook, and make furnace.auth and twitter vocabs use it. This makes furnace work on Windows
|
2010-10-24 15:54:19 -07:00 |
game/input
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08: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
|
classes.algebra, grouping, parser: replace 'seqence' with 'sequence' in docs
|
2011-01-04 21:02:11 +09: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
|
help: minor improvement in example usage of 'ARTICLE:'
|
2011-01-14 23:50:54 +09:00 |
hints
|
help, hints: remove syntax vocab in few examples
|
2010-12-04 01:25:14 +09:00 |
html
|
html.templates.chloe: minor doc improvements
|
2010-10-09 15:29:04 -07:00 |
http
|
http.client: fix typo in docs
|
2011-01-05 01:00:13 +09:00 |
images
|
Fix compile error in images.jpeg
|
2010-10-01 01:41:26 -05:00 |
inspector
|
Moving new-sets to sets
|
2010-02-26 16:01:01 -05:00 |
interpolate
|
Merge branch 'master' of http://factorcode.org/git/factor
|
2009-10-28 16:17:24 -05:00 |
interval-maps
|
…
|
|
inverse
|
Move remaining sequence operations from generalizations to sequences.generalizations where they belong
|
2010-05-18 18:36:47 -04:00 |
io
|
io.servers: fix a couple of typos in docs
|
2011-01-14 19:47:52 +09:00 |
iokit
|
Remove usages of <void*> and *void*
|
2010-10-25 13:22:50 -05:00 |
json
|
json.reader: factor read-jsons from json>
|
2010-06-03 13:11:47 -07:00 |
lcs
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
libc
|
libc: make memory= inline just for fun
|
2010-08-06 00:16:25 -07:00 |
linked-assocs
|
…
|
|
listener
|
listener: fixing typo in docs.
|
2010-09-10 13:22:53 -07:00 |
lists
|
more help-lint
|
2010-03-09 21:02:43 -08:00 |
literals
|
literals: fix formatting and example error in docs
|
2010-12-06 05:06:15 +09: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
|
logging.insomniac: fix docs
|
2010-10-02 19:06:45 -07:00 |
macros
|
macros: clarify docs
|
2010-08-17 19:25:24 -07:00 |
match
|
Fix MATCH-VARS: and match-cond docs error
|
2010-09-06 18:32:05 +12:00 |
math
|
math.primes.erato doc fixes.
|
2010-11-02 17:34:28 +01: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
|
Add webm, ogv and oga to mime types
|
2010-09-29 10:41:00 +13:00 |
mirrors
|
mirrors: rename enumerated-sequence to inspected-sequence
|
2010-06-11 17:14:15 -04:00 |
models
|
models.arrow: fix formatting
|
2010-11-14 15:33:38 -08:00 |
multiline
|
combinators.smart, multiline: few $examples turn into $codes
|
2011-01-15 00:22:29 +09:00 |
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
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
openssl
|
Merge branch 'master' into abi-symbols
|
2010-04-01 15:28:36 -07:00 |
pack
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
pango
|
pango: minor cleanups
|
2010-08-06 00:16:18 -07:00 |
peg
|
peg.ebnf: minor fix
|
2010-07-26 12:40:32 -04: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
|
…
|
|
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
|
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
|
…
|
|
random
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08: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
|
regexp: fix test
|
2010-07-23 20:40:44 -07: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
|
cleanup
|
2010-10-22 18:22:29 -07:00 |
serialize
|
serialize, io.streams.byte-array: fix unit tests for utf8 encoding strictness
|
2010-08-25 17:51:44 -07: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
|
Remove more system-micros stuff
|
2010-06-22 02:04:31 -05:00 |
sorting
|
Fix sorting.human docs
|
2010-09-21 11:17:39 -05:00 |
soundex
|
…
|
|
specialized-arrays
|
Fix unit test failures caused by alien.data change
|
2010-12-25 22:34:12 -08: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
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
stack-checker
|
Remove bignum>float VM primitive, and use bignum/f to implement >float on bignums instead, for a slight accuracy gain. Also, bignum/f now has a more efficient post-scaling algorithm to break the circular dependency on bignum>float
|
2010-11-24 22:41:15 -08:00 |
strings/tables
|
strings.tables: fix a logic error
|
2010-02-03 23:11:31 +13:00 |
suffix-arrays
|
Make suffix arrays prune repeated members before construction
|
2010-08-18 11:35:08 -05:00 |
summary
|
…
|
|
syndication
|
Remove the http-data word
|
2010-03-01 22:32:15 -06:00 |
system-info
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
threads
|
cpu.x86.32: commit 05ba77262a only fixed the start-context-and-delete callframe leak on x86-64. Fix it on x86-32 and add a regression test
|
2010-08-22 19:30:54 -07:00 |
timers
|
db.tuples, timers: few $unchecked-examples turn into $codes
|
2011-01-08 22:31:07 +09:00 |
tools
|
tools.deploy: fix typo in docs
|
2011-01-14 19:52:12 +09:00 |
tr
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
tuple-arrays
|
classes.struct: make hashcode and equal? work on structs wrapping null pointers, to fix another obscure issues arising with tuple arrays
|
2010-08-06 00:15:22 -07:00 |
typed
|
typed: include value that raised the error in type-mismatch-errors
|
2010-06-16 16:23:27 -05:00 |
ui
|
ui.operations: fix typo in docs
|
2011-01-14 19:39:39 +09:00 |
unicode
|
Move ch-upper? from unicode.case to ascii
|
2010-10-08 06:34:20 -07:00 |
unix
|
unix.users: minor fixes in 'passwd' description
|
2011-01-04 21:51:51 +09: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: fix missing vocab in docs
|
2010-12-05 22:17:21 +09: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
|
io.directories: move directory-tree-files words to io.directories.hierarchy, where all the other *-tree stuff is
|
2010-09-11 18:43:47 -07:00 |
windows
|
Update code for alien.data changes
|
2010-12-26 02:08:57 -06:00 |
wrap
|
…
|
|
x11
|
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c-object>
|
2010-12-25 16:55:36 -08:00 |
xml
|
xml: fix typo in docs
|
2011-01-14 22:11:08 +09:00 |
xml-rpc
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
xmode
|
xmode.modes: add cuda xmode
|
2010-06-08 17:08:51 -07:00 |