Re: Line breaks in bash

2004-04-22 Thread AJ Reins
--- Andrew DeFaria wrote: When I type a long line in the bash shell it seems to get confused when it passes the first 80 character barrier and does a newline. Below is an example. C09-272-A:# why is it in bash that when I get close to typing 80 characters bash does som ething like

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread AJ Reins
--- Igor Pechtchanski [EMAIL PROTECTED] wrote: On Wed, 3 Mar 2004, Patrick Samson wrote: --- Igor Pechtchanski wrote: On Tue, 2 Mar 2004, Patrick Samson wrote: I run a service installed as: cygrunsrv --install pgr-daemon --path /usr/bin/bash.exe --args --login

Re: stdout/stderr handling by cygrunsrv/bash/tcl

2004-03-03 Thread AJ Reins
--- I wrote: --- Igor Pechtchanski . wrote: ARRGGGH! I am VERY sorry, Igor. I just plain did not think to check for email addresses before I sent that. Please do not make me go back to using B20! Please! __ Do you Yahoo!? Yahoo! Search - Find what you’re

Patch1: fix for mount -m command.

2003-09-03 Thread AJ Reins
2003-09-01 AJ Reins [EMAIL PROTECTED] * mount.cc (mount_commands): Ensure user mode is actually user mode and not the default system mode. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http

chsh

2003-04-05 Thread AJ Reins
I got bored this morning, so I slapped together a chsh (change shell) program. A few design notes (in other words, it was designed to work this way, and they are not bugs): 1) The program will happily accept (and output) bad paths. So: chsh /boo/hoo will change the invokers shell to

Re: date(1) doesn't display a timezone?

2002-12-05 Thread AJ Reins
--- Eric De Mund [EMAIL PROTECTED] wrote: Hello, Have I misconfigured environment variables in both bash(1) and zsh(1), or is date(1) not returning a timezone for other folks, too? I'm running what I believe to be a complete cygwin installation from early October or so. % echo $TZ

Re: Proposed patch for bash (completion spec problem related)

2002-02-19 Thread AJ Reins
--- Chet Ramey [EMAIL PROTECTED] wrote: Possible patch for bash to fix the problem noticed by Jason Tishler in msg: http://sources.redhat.com/ml/cygwin/2002-02/msg00581.html --- subst.c.old Mon Nov 5 07:19:50 2001 +++ subst.c Mon Feb 18 16:58:50 2002 @@ -1339,7 +1339,7 @@

Possible patch for gdb

2002-02-18 Thread AJ Reins
The gdbint.info file contains duplicate START-INFO-DIR-ENTRY and END-INFO-DIR-ENTRY entries. Proposed patch: --- gdbint.texinfo.old Wed Apr 18 15:27:14 2001 +++ gdbint.texinfo Sun Feb 17 22:01:52 2002 @@ -3,9 +3,9 @@ @include gdb-cfg.texi @dircategory Programming development tools.

Proposed patch for bash (completion spec problem related)

2002-02-18 Thread AJ Reins
Possible patch for bash to fix the problem noticed by Jason Tishler in msg: http://sources.redhat.com/ml/cygwin/2002-02/msg00581.html --- subst.c.old Mon Nov 5 07:19:50 2001 +++ subst.c Mon Feb 18 16:58:50 2002 @@ -1339,7 +1339,7 @@ break; i = te /* + member (string[te],

Possible patch for time

2002-02-18 Thread AJ Reins
Time.info is missing START-INFO-DIR-ENTRY and END-INFO-DIR-ENTRY entries that are used by install-info. Proposed patch: --- time.texi.orig Wed Jun 12 12:40:29 1996 +++ time.texi Mon Feb 18 09:20:02 2002 @@ -12,6 +12,10 @@ @end iftex @ifinfo +@dircategory Utilities +@direntry + *

Another possible patch for gdbm.

2002-02-17 Thread AJ Reins
Sorry this was not included earlier, but I had not noticed the problem until now. This patch fixes the install-info message. --- gdbm-1.8.0.orig/gdbm.texinfoTue May 18 23:35:25 1999 +++ gdbm-1.8.0/gdbm.texinfo Sat Feb 16 12:25:37 2002 @@ -10,6 +10,12 @@ @end iftex @ifinfo

Possible patch for bc

2002-02-17 Thread AJ Reins
--- bc-1.06-1.orig/doc/bc.texi Wed Sep 27 19:22:24 2000 +++ bc-1.06-1/doc/bc.texi Sat Feb 16 12:47:57 2002 @@ -13,6 +13,12 @@ @c \overfullrule=0pt @c end tex +@ifinfo +@direntry +* bc: (bc). An arbitrary precision calculator language. +@end direntry +@end ifinfo +

Possible patch for gdbm

2002-02-13 Thread AJ Reins
diff -urN gdbm-1.8.0.old/gdbmopen.c gdbm-1.8.0/gdbmopen.c --- gdbm-1.8.0.old/gdbmopen.c Sat Jul 29 22:46:42 2000 +++ gdbm-1.8.0/gdbmopen.c Thu Feb 7 09:25:48 2002 @@ -126,21 +126,21 @@ switch (flags GDBM_OPENMASK) { case GDBM_READER: - dbf-desc = open (dbf-name,