Zsbán Ambrus wrote:
On Fri, Aug 1, 2008 at 12:55 AM, bill lam <[EMAIL PROTECTED]> wrote:
license J source code from jsoftware and build j executables using other
names like csharp.dll instead of j.dll.
I think you could rename the j dll with some knowledge about elf. For
completeness, you may also want to add unused parts to it that aren't
even loaded just so the filesize differs, and change the exported
symbol names.
Yes, you are correct that my suggestion is over-simplified. It should also
change all branding and insert random dead code before compilation.
Interestingly, there are some vi help inside jconsole. I wish there to be a vi
inside jconsole.
$ strings jconsole | grep "^Vi "
Vi move to the previous word
Vi move to the next word
Vi change prefix command
Vi enter replace mode
Vi substitute entire line
Vi change to end of line
Vi enter insert mode
Vi delete prefix command
Vi undo last change
Vi search history previous
Vi search history next
Vi go to matching () {} or []
Vi undo all changes to line
Vi go to specified column
Vi yank to end of line
Vi yank
Vi include shell alias
Vi edit history line with vi
Vi paste previous deletion to the right of the cursor
Vi paste previous deletion to the left of the cursor
Vi move to the previous space delimited word
Vi move to the next space delimited word
Vi change case of character under the cursor and advance one character
Vi enter insert mode at the beginning of line
Vi replace character under the cursor with the next character typed
Vi replace character under the cursor and enter insert mode
Vi enter insert mode after the cursor
Vi enter insert mode at end of line
Vi move to the end of the current space delimited word
Vi move to the end of the current word
Vi enter command mode (use alternative key bindings)
Vi move to the beginning of line
Vi move to previous character (backspace)
Vi list choices for completion or indicate end of file if empty line
Vi cut from beginning of line to cursor
Vi repeat current search in the same search direction
Vi repeat current search in the opposite search direction
Vi move to the character specified next
Vi move to the character specified previous
Vi move up to the character specified next
Vi move up to the character specified previous
Vi repeat current character search in the same search direction
Vi repeat current character search in the opposite search direction
Vi comment out current command
Vi go to specified history file line.
Vi append word from previous input line
Vi redo last non-motion command
regards,
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm