61169defe0Added USING: math
Doug Coleman
2005-10-23 23:07:59 +0000
699ebb78eaChanged to not modify the core vocabularies math and sequences All external words are in the vocabulary math-contrib, while internal words are in their respective filename-internal Moved dimensional analysis files to contrib/units
Doug Coleman
2005-10-23 23:07:16 +0000
494bafcf5cBugfix: snac-flags HEX: 8000 means extra-data section. Packets parsed correctly now
Doug Coleman
2005-10-18 03:12:25 +0000
fe8ea12043Bugfix: some FAMILY: 1 OPCODE: f packets have extra information. (if snac flags > 0?)
Doug Coleman
2005-10-17 23:35:51 +0000
e638d7abe9Handle packet 1-f Moved family/opcode to hex notation Bugfix: handle-29 did not work for empty strings Feature: add/remove group/buddy kinda works
Doug Coleman
2005-10-17 22:45:01 +0000
108077c3d5Add group works! Remove group works if group existed during signon. Add buddy broken but nearly supported
Doug Coleman
2005-10-17 06:28:11 +0000
01b196da41Bugfix: respond to buddylist on snac-flag == 0 instead of == 1 Feature: keeps a better buddylist now Add/remove buddy/group almost implemented
Doug Coleman
2005-10-17 03:31:30 +0000
4bb2c7e860add css as valid mime type to httpd
Chris Double
2005-10-15 00:17:57 +0000
7e47f5388fFreeType bindings work
Slava Pestov
2005-10-14 08:05:02 +0000
0eae8ef151Order of login to second server has been changed. A good technique for seeing which packets are in direct response to others is timestamps in ethereal. Consequences of above: Buddy list is sent! Corrected error in sending a certain request packet
Doug Coleman
2005-10-13 11:16:41 +0000
7242f38fd7get_error_message() is for native calls in native/win32/ffi.c error_message() is called via alien-invoke from factor code bugfix: the last "fix" caused the factor runtime to get a char* instead of F_STRING
Doug Coleman
2005-10-06 22:10:27 +0000
211c60c210sqlite: various tuple-db bug fixes
Chris Double
2005-10-05 23:13:57 +0000
05bea5a1b5Added beginnings of cairo bindings
Sampo Vuori
2005-10-05 16:35:29 +0000
1f08ee4c6foops, removed USE: io from last debug session
Doug Coleman
2005-10-05 07:20:35 +0000
3409f887e1major bugfix, was not wrapping around the mt array so the last element stayed the same fixed a refactoring error. added a unit test for the 10,000th random of seed 5489
Doug Coleman
2005-10-05 07:19:29 +0000
47da70e5a8UI user input fix
Slava Pestov
2005-10-05 06:01:06 +0000
ea58378a57Call y from inside set-mth-ith
Doug Coleman
2005-10-05 05:49:05 +0000
5be3e42f30Uses array instead of sequence off by one on sequence initial size corrected [ 1 + ] change => inc
Doug Coleman
2005-10-05 05:45:58 +0000
7192167304Removed (internal) words with no corresponding non-internal Removed SYMBOL: init minor cleanups
Doug Coleman
2005-10-05 05:21:14 +0000
fa122fd1c0buffer_to_c_string() now uses strlen()
Doug Coleman
2005-10-05 04:24:19 +0000
1fddaf44e7quaternion fix; add v>q and q>v words
Slava Pestov
2005-10-05 04:18:55 +0000
6de799c230Changed FormatMessage alien-invoke to last_error() alien-invoke in native/misc.c
Doug Coleman
2005-10-05 04:12:38 +0000
443acc846aAdded buffer_to_c_string to go from a win32-api-allocated buffer to a gc-ed char* Changed whitespace removal
Doug Coleman
2005-10-05 04:06:57 +0000
7fc87a420bInclude ctype.h for isspace() only in win32
Doug Coleman
2005-10-05 04:02:24 +0000
62958f570eRemove implicit declaration of init_signals() on win32
Doug Coleman
2005-10-05 03:16:30 +0000