root/trunk/orca

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @496 [496] 11 months krobillard Orca - bind now binds lit-words.
(edit) @435 [435] 15 months krobillard Sync glv/mac with Outguard.
(edit) @434 [434] 15 months krobillard GLView GLV_EVENT_MOTION now reports button state on Mac.
(edit) @419 [419] 16 months krobillard GLV win32 mouse button values now match mac.
(edit) @416 [416] 16 months krobillard Orca Qt - Fixed subtle QApplication argc reference bug.
(edit) @412 [412] 16 months krobillard dir? throws error if cannot query file
(edit) @411 [411] 16 months krobillard Orca - Win32 dir read returns files.
(edit) @410 [410] 16 months krobillard Orca Qt - Fixes for Qt 4.3.
(edit) @401 [401] 17 months krobillard Orca Qt - A label can now be initialized from a word.
(edit) @384 [384] 18 months krobillard Orca - Windows read directory now filters "." & "..".
(edit) @380 [380] 19 months krobillard Change to rename now compiles.
(edit) @379 [379] 19 months krobillard Rename now has Unix overwrite behavior on Windows.
(edit) @341 [341] 21 months krobillard Fixed 'at (thanks to Krzysztof Kowalczyk) Thune - Added 'appen helper. [0 …
(edit) @298 [298] 2 years krobillard Orca - 'do no longer clobbers thrown error.
(edit) @297 [297] 2 years krobillard Orca - Added /return refinement to 'quit.
(edit) @238 [238] 2 years krobillard GLV - Removed functions deprecated in Mac OS X v10.4
(edit) @231 [231] 2 years krobillard Orca - Updated TODO.
(edit) @167 [167] 2 years krobillard Fixed a couple cases where reading beyond end of buffer. Optimized …
(edit) @156 [156] 2 years krobillard Orca - Ported parse from Thune.
(edit) @154 [154] 2 years krobillard Orca - Replaced atom variables with fixed atom defines.
(edit) @153 [153] 2 years krobillard Fixed uninitialized memory in orSetError(). orMake() & orToNative() no …
(edit) @151 [151] 2 years krobillard Added script to build autoconf files.
(edit) @149 [149] 2 years krobillard Removed stack manipulation from 'form & 'mold which is no longer needed.
(edit) @148 [148] 2 years krobillard Compose now keeps new block away from GC.
(edit) @147 [147] 2 years krobillard Fixed warning on Windows
(edit) @146 [146] 2 years krobillard Orca-Qt - catchExit() works again after [140]
(edit) @145 [145] 2 years krobillard orReadDir() now holds new block.
(edit) @144 [144] 2 years krobillard Native arguments are now kept on the stack until after the call and …
(edit) @143 [143] 2 years krobillard GC keeps function context blocks again.
(edit) @142 [142] 2 years krobillard Fixed GC issues created by the changes to function argument handling …
(edit) @140 [140] 2 years krobillard Orca - Function arguments are now copied to the function context …
(edit) @138 [138] 2 years krobillard Orca - orEnv now cleared in orFreeEnv(). Orca-Qt - User defined WIDPool …
(edit) @137 [137] 2 years krobillard Orca - Paths fixed so integer! now relative to current series position.
(edit) @136 [136] 2 years krobillard Orca - Added os_call config option.
(edit) @128 [128] 2 years krobillard Insert now copies values with 64 bit words when WORDSIZE == 64.
(edit) @108 [108] 3 years krobillard Orca-GL should now build on Windows.
(edit) @105 [105] 3 years krobillard Can now make binary! from string!.
(edit) @99 [99] 3 years krobillard Replaced memset with memSet.
(edit) @98 [98] 3 years krobillard Time is now stored as double. Removed OTime.
(edit) @97 [97] 3 years krobillard Compose now takes /only refinement (currently the only implemented …
(edit) @96 [96] 3 years krobillard Implemented mold/only refinement. Added save (as function).
(edit) @95 [95] 3 years krobillard Remove can now be passed the tail of a series.
(edit) @94 [94] 3 years krobillard All natives now use the OR_NATIVE macro.
(edit) @93 [93] 3 years krobillard m2 - Individual Qt 4 libraries are now specified.
(edit) @92 [92] 3 years krobillard Qt - Improved widgets demo.
(edit) @91 [91] 3 years krobillard Qt - Added 'question native and widgets.r demo.
(edit) @90 [90] 3 years krobillard Qt - Removed DIR_WATCHER code.
(edit) @86 [86] 3 years krobillard Added OR_NATIVE macros. The Qt and GL code now uses this macro.
(edit) @85 [85] 3 years krobillard Windows os.c compiles again
(edit) @84 [84] 3 years volker remove-each with block gc-hardened (but gc-effects not tested)
(edit) @83 [83] 3 years krobillard Poke now handles values <= 0 correctly.
(edit) @82 [82] 3 years krobillard find/skip now works on blocks.
(edit) @81 [81] 3 years volker nested remove-each works.
(edit) @80 [80] 3 years volker nested remove-each works.
(edit) @79 [79] 3 years krobillard ovalue.c compiles again (Broken by Volker). boot.c regenerated with …
(edit) @78 [78] 3 years krobillard Any type can now be inserted (or joined) to string!
(edit) @77 [77] 3 years volker remove-each added
(edit) @76 [76] 3 years volker remove-each added
(edit) @75 [75] 3 years volker test undone
(edit) @74 [74] 3 years volker test
(edit) @71 [71] 3 years krobillard Added make-dir native. Minor cleanup in file.c.
(edit) @70 [70] 3 years krobillard Printing 'does now works.
(edit) @69 [69] 3 years krobillard GL - Jorge's patch; should now work on all big endian platforms.
(edit) @68 [68] 3 years krobillard Replaced OR_BIG_ENDIAN with BIG_ENDIAN. Added _validateEnv().
(edit) @67 [67] 3 years krobillard Added Credits to README.
(edit) @65 [65] 3 years krobillard orTypeEqual() now does case insensitive string comparison.
(edit) @64 [64] 3 years krobillard Qt - Compiles again (removed version.h include)
(edit) @63 [63] 3 years krobillard Version bump to 0.0.24. Project.r now includes tests/orca.
(edit) @62 [62] 3 years krobillard Qt - Added 'destroy native.
(edit) @61 [61] 3 years krobillard Added OR_VERSION defines to ovalue.h. Removed version.h Mac PPC - …
(edit) @60 [60] 3 years krobillard tests/Makefile works again. GNU make requires tabs.
(edit) @59 [59] 3 years jvargas - Adds full commutative behavior for tuple math as default for Orca - …
(edit) @58 [58] 3 years jvargas - Regression op_math_tuples PASS when in using Rebol compatible mode
(edit) @56 [56] 3 years krobillard Fixed VC compiler warnings
(edit) @55 [55] 3 years krobillard Implemented block parse. orEqual() now works with words. Added orDatatype …
(edit) @54 [54] 3 years krobillard Now using orDecimal() & orInt() where appropriate.
(edit) @53 [53] 3 years krobillard Added tests/orca.
(edit) @52 [52] 3 years jvargas Added regresion test for tuples math
(edit) @51 [51] 3 years jvargas op.c cleaning: - Added use orIs() macros where appropiate - Simplified …
(edit) @48 [48] 3 years jvargas Fixed regresion test
(edit) @47 [47] 3 years krobillard tests/working/op_compare.r works again.
(edit) @46 [46] 3 years krobillard Cleaned up parse code a bit.
(edit) @45 [45] 3 years krobillard OR_CONFIG_REBOL foreach compiles again.
(edit) @44 [44] 3 years krobillard Added orIfTrue/orIfFalse macros.
(edit) @43 [43] 3 years krobillard Added copyright info to gl/ files.
(edit) @42 [42] 3 years krobillard Updated copyright date.
(edit) @39 [39] 3 years krobillard orTypeEqual() & orEqual() now take const arguments again.
(edit) @38 [38] 3 years jvargas Fixes minor compiler warnings
(edit) @37 [37] 3 years krobillard Added a few member access macros. Renamed orCTermStr as orTermCStr.