Re: alpha and gcc4; have foot, will shoot

2011-11-17 Thread Janjaap van Velthooven
Christian Weisgerber wrote and mailed: > Janjaap van Velthooven wrote: > > > For some obscure reason this gave successes. After splitting up > > alpha/rtld_machine.c into 2 or mor parts, any combination where the > > 1st and the 3rd function (_dl_md_reloc and _dl_md_re

alpha and gcc4; have foot, will shoot

2011-10-03 Thread Janjaap van Velthooven
isplay0: screen 11 added (80x50, vt100 emulation) wsmouse0 detached ums0 detached uhidev0 detached uhidev0 at uhub2 port 1 configuration 1 interface 0 "Logitech USB Optical Mouse" rev 2.00/53.00 addr 2 uhidev0: iclass 3/1 ums0 at uhidev0: 3 buttons, Z dir wsmouse0 at ums0 mux 0

Re: Identifying disks by name

2011-06-22 Thread Janjaap van Velthooven
or host protocols ports or users and groups and possibly more things.. ) for instance an /etc/disks with lines like: 1234567890abcdefbackups bac1 Anyways, as I have no code for something like this at this moment I

Re: ksh completion

2011-03-24 Thread Janjaap van Velthooven
0 Mar 24 15:38:38 2011 [ ] [ ] [] ][ for the following for example: $ touch adef '[abc]def' $ ls [abc]def adef $ ls \[abc]def [abc]def $ > Daniel Janjaap van Velthooven -- / __/ /_/ __/ /_ __/ __/ /___ / / /_ __/___/_/_ /___ / / __/ /___ / / janj...@stack.nl /___/_/_/_/_/_/_/___/_/_/

Re: expr(1) diff 2 of 3, make it able to accept c-style radix prefixes in integers

2011-01-15 Thread Janjaap van Velthooven
t; csh shmucks^Wusers can use bc or dc for arbitrary base conversion: > > % printf 'ibase=16\n%s\n' 20 | bc > 32 when you are going to use printf anyways, what is wrong with something like $ printf '%o\n' 0x20 40 $ printf '%d\n' 033 27 $ [

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Janjaap van Velthooven
no explicit mention of this, there is one example of a return with a return value and that does use the braces so I can understand where people might get the impression it is needed. > Miod Janjaap van Velthooven -- / __/ /_/ __/ /_ __/ __/ /___ / / /_ __/___/_/_ /___ / / __/ /___ / / janj...@stack.nl /___/_/_/_/_/_/_/___/_/_/

Re: ksh experts take a look please (tiny patch inside)

2009-11-23 Thread Janjaap van Velthooven
$ -> press tab again and see the system perform the third stage of the completion of the previous command (reset to initial text before first completion): $ ls foo If I read the patch in the original post correctly that patch resets the completion engine state when a \r or \n is intered into the shell. > Philip Guenther Janjaap van Velthooven -- / __/ /_/ __/ /_ __/ __/ /___ / / /_ __/___/_/_ /___ / / __/ /___ / / janj...@stack.nl /___/_/_/_/_/_/_/___/_/_/