// utf-8 vipsi completion file (reverse order) 2014-02-12 NEW: source files may start with BOM --> stripped. 2010-09-29 NEW: reference variables, operator -> 2010-09-27 NEW: join(list,sepstr) 2010-09-26 IMP: hexstr() and binstr() now print negative numbers (as -1 complement) 2010-06-28 FOO: removed tolower() in 'env'. ((as it was in older versions)) 2010-06-16 BUG: local procs: access items in parent proc's body 2010-05-19 BUG: non-blocking input from tty 2009-05-03 MOD: operator == and != now also accept different types and say 'not equal' if so 2005-07-17 MOD: modified tGL to allow return locals in procs: proc(){ … return locals } 2005-07-16 BUG: Tokenizer hang on: 0x ((strtod() failed on hex number)) MOD: error "separator missing" in Tokenize() and "instruction missing" in Reorder(): improved error position indicator BUG: Execute(): tLIST: double locked list items -> memory leaked. 2005-07-14 BUG: error stack unwinder referenced unlocked proc's MOD: error struct: error = { number=, message=, stack={ {row=n, col=n, file=, info= } [, …] } } 2005-07-13 MOD: added variable root.shell for interactive shells and updated shell.vs IMP: putback [#n,] [, ...] BUG: Compiler::Reorder() stored unchecked token when expecting final tEOF => assertion in v_down() could fail (only in Debug mode) 2005-07-12 BUG: tVARIDX and tNEWIDX broken after DropPush() and Drop2Push() macro rework 2005-07-11 BUG: Stream::edit() for TTY BUG: tDOTAT: overwrote item_name for error message if named item did not exist BUG: vt100_setfgcolor(fgcolor) IMP: output coloring BUG: preferences files MOD: tDOT and tDOTAT: removed requirement for --> possible again: {a=1,b=2}.a; or interpreter.version 2005-07-10 *** MOVED THE VIP-CODE COMPILING VERSION FROM THE INTERNAL DEVELOP BRANCH TO THE PUBLIC BRANCH *** <-- release 0.9.2 -->