factor/basis
Joe Groff 1aec1ce9b9 Merge branch 'master' of factorcode.org:/git/factor 2010-09-03 09:01:51 -07:00
..
alarms Rename alarms -> timers 2010-06-10 16:39:13 -05:00
alien 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
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 Fix three problems discovered by running math.floats.env tests in a loop: 2010-09-02 22:57:14 -05: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 cairo.ffi: update to 1.8.10 2010-08-31 23:53:05 +06:00
calendar calendar: unit test for gmt 2010-07-18 13:45:00 -07:00
channels threads: simplify 'suspend' combinator 2010-03-28 08:29:53 -04:00
checksums Adding the "internet checksum" (RFC 1071). 2010-08-13 14:32:26 -07: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
columns
combinators combinators.smart: remove boa-preserving 2010-06-23 21:10:46 -04:00
command-line Don't add empty vocab-roots lines 2010-06-04 14:17:07 -05:00
compiler compiler.tests: forgot to check in x87-regression test way back 2010-08-20 18:36:26 -07: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 concurrency.semaphores: add more compelling example to docs" 2010-08-20 19:28:20 -07:00
core-foundation 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
core-graphics Updating code to use with-out-parameters 2010-05-23 03:07:47 -04: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 cpu.x86.64: fix bootstrap 2010-09-02 21:17:14 -07:00
csv fix docs for csv 2010-02-27 13:04:42 -06:00
db db.sqlite.lib: fixing sqlite-row word. 2010-08-13 14:23:05 -07:00
debugger Fix three problems discovered by running math.floats.env tests in a loop: 2010-09-02 22:57:14 -05:00
definitions/icons
delegate classes.struct: implement "group-words" method on struct-class so that struct classes can be used as a CONSULT: protocol 2010-06-08 12:52:46 -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 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 A number of documentation fixes and cleanup. 2010-02-03 00:05:03 -07: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
ftp ftp.server: remove MAIN: word, since it expected a parameter from the stack and main words must have effect ( -- ) (reported by Alec Barryman) 2010-07-31 18:33:26 -04: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 furnace.chloe-tags: fix t:a, t:atom, t:form tags after recent Chloe change 2010-08-22 21:55:34 -07:00
game/input 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
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
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.apropos: some cleanup and performance improvement. 2010-08-13 19:32:49 -07: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.chloe-tags: fix t:a, t:atom, t:form tags after recent Chloe change 2010-08-22 21:55:34 -07:00
http http: turns out we do need to handle port number in host header, and client needs to send it but only for non-default ports, since sending it for the default port breaks Twitter's HTTP server (reported by John Benediktsson) 2010-08-20 18:28:50 -07:00
images io.streams.throwing: rename throws-on-eof -> stream-throw-on-eof and input-throws-on-eof -> throw-on-eof and change stream-throw-on-eof to leave the rigged stream on the stack, to better follow convention of other io words 2010-07-09 18:10:51 -07: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 Change how SIGPIPE is ignored, and add a unit test to io.launcher.unix to ensure that this ignoredness is not inherited by child processes 2010-09-02 22:11:45 -07:00
iokit 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
json json.reader: factor read-jsons from json> 2010-06-03 13:11:47 -07:00
lcs
libc libc: make memory= inline just for fun 2010-08-06 00:16:25 -07: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 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 Rename alarms -> timers 2010-06-10 16:39:13 -05:00
macros macros: clarify docs 2010-08-17 19:25:24 -07: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 Fix three problems discovered by running math.floats.env tests in a loop: 2010-09-02 22:57:14 -05: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 mirrors: rename enumerated-sequence to inspected-sequence 2010-06-11 17:14:15 -04:00
models models: add push-model and pop-model words 2010-06-23 20:07:19 -07:00
multiline
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 opengl.gl: typo in the FFI bindings for some obscure gl functions 2010-08-13 10:16:47 -07:00
openssl Merge branch 'master' into abi-symbols 2010-04-01 15:28:36 -07:00
pack
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
porter-stemmer
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
quoting
random 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
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 sequences.cords: fall back to generic sequence methods when both arguments to binary cord ops aren't cords 2010-06-16 16:23:27 -05: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 generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
soundex
specialized-arrays classes.struct: fix some bugs in binary-zero?, add unit tests 2010-06-13 19:34:15 -05: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
stack-checker compiler: now that FFI has been deconcatenatized, we no longer need the special ##unary-float-function and ##binary-float-function fastpaths 2010-08-13 23:59:19 -07: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 Fixes for out parameter changes 2010-05-23 03:27:40 -05: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 Fix typo in timers 2010-07-09 13:32:07 -05:00
tools time-docs: add see-also "Word annotations" 2010-09-02 12:34:57 -04:00
tr
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.backend.windows: fix compile error in ui-wndproc 2010-07-29 17:22:34 -04:00
unicode Use keys/values where appropriate 2010-05-21 12:48:04 -05:00
unix unix.ffi: third argument of ioctl should be void*, not c-string (reported by ceninan) 2010-06-30 09:09:16 -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 urls.encoding: tweak assoc>query to fix problem with OAuth 2010-07-06 00:57:41 -04: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 vocabs.refresh.monitor: spin off new monitor threads when add-vocab-root is called. Fixes a problem where depending on the order of startup hooks, refresh-all would sometimes be broken for custom vocab roots 2010-05-31 20:14:54 -04:00
windows windows.directx: update for void being parsed like a word 2010-08-15 15:15:23 -05:00
wrap
x11 x11: general cleanup 2010-06-02 02:59:57 -04:00
xml xml.syntax: parse <-variable->s with parse-word instead of search so the no-word error gets properly raised when variable doesn't exist 2010-06-08 12:18:06 -07: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