summaryrefslogtreecommitdiff
path: root/zwgc
Commit message (Collapse)AuthorAge
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Add ares support in build system.Gravatar Greg Hudson1998-12-01
|
* Use libares for reverse resolution if HAVE_ARES is defined.Gravatar Greg Hudson1998-09-02
|
* Add a -loc flag to specify alternative auxiliary location informationGravatar Greg Hudson1998-05-24
| | | | instead of the display name or tty.
* Move files from datadir back to datadir/zephyr.Gravatar Greg Hudson1998-04-30
|
* Do a better job of joining the session leader's process group.Gravatar Greg Hudson1998-03-09
| | | | Acknowledge in the comment that this doesn't always get us a HUP.
* wrap @{ } around the protect()ed zsig to prevent color changes from leakingGravatar Dan Winship1998-02-03
| | | | out into the message body
* Eliminate crufty reference to DEBUG.Gravatar Greg Hudson1998-02-02
|
* Do CFLAGS the gnu standard way. This means we compile with -g by default.Gravatar Greg Hudson1998-01-31
|
* Don't install zephyr.vars.Gravatar Greg Hudson1998-01-08
|
* zephyr.vars will live in packs/config.Gravatar Greg Hudson1998-01-08
|
* RX_LIBS became REGEX_LIBS.Gravatar Greg Hudson1997-10-07
|
* The new world order is to assume POSIX regexps.Gravatar Greg Hudson1997-09-29
|
* confdir became sysconfdir.Gravatar Greg Hudson1997-09-23
| | | | | We moved up a directory level. Rip out support for in-tree com_err.
* Declare new stylestrip function.Gravatar Greg Hudson1997-09-23
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Use tputs() like a good little termcap application.Gravatar Greg Hudson1997-03-21
| | | | | Fixes the bug where $<2> appears in zephyrgrams on Solaris when TERM is vt100.
* Some small gratuitous changes to work around a very obscure Solaris 2.4 make ↵Gravatar Greg Hudson1996-09-20
| | | | bug.
* This file was deleted in the 8.0 source treeGravatar Greg Hudson1996-08-27
|
* Back out SIGCHLD change for Solaris 2.3; it breaks under Solaris 2.4Gravatar Greg Hudson1996-03-25
| | | | | and we're unlikely to do another Zephyr build for Solaris 2.3. Also remove gratuitous RS6000 hack.
* compile in support for SGI desks (4Dwm).Gravatar Craig Fields1995-11-27
|
* Document "global" resource.Gravatar Craig Fields1995-08-22
|
* Since we effectively support 4Dwm, and 4Dwm does desks, we needGravatar Craig Fields1995-08-22
| | | | | | | to do desks. Since there's no configuration of 4Dwm to be able to tell it windows named zwgc should be considered global, we tell zwgc to make its own windows global. Hopefully 4Dwm will mature and we'll be able to remove this code.
* Define POSIX_REGEXP to get regular expressions to work under NetBSD.Gravatar Greg Hudson1994-12-22
|
* NetBSD compatibility.Gravatar Greg Hudson1994-12-22
|
* Compatiblity hack; probably for NetBSD.Gravatar Greg Hudson1994-12-22
|
* NetBSD needs -lcompat for regexp routines.Gravatar Greg Hudson1994-11-12
|
* This is the 90s, we should use strerror().Gravatar Greg Hudson1994-11-12
|
* Static routines should be prototyped or defined before use.Gravatar Greg Hudson1994-11-11
|
* NetBSD needs typedef for ulong.Gravatar Greg Hudson1994-11-11
|
* Oops, typo.Gravatar Greg Hudson1994-11-01
|
* SunOS wants POSIX tcgetpgrp().Gravatar Greg Hudson1994-11-01
|
* SunOS also doesn't have ulong.Gravatar Greg Hudson1994-11-01
|
* Do not try to reverse resolve 0.0.0.0Gravatar Richard Basch1994-08-29
|
* Kludge to work around zwgc hanging when started in the console windowGravatar Richard Basch1994-08-19
| | | | on the RISC/6000. We assume "plain" mode when TERM=dumb.
* Allow for full coredumps under AIX with SEGV signalGravatar Richard Basch1994-08-19
|
* Changed the SIGCHLD signal handling for SOLARIS so that we do not haveGravatar Richard Basch1994-08-18
| | | | defunct processes (zwgc's children, such as zmailnotify)
* Initial revisionGravatar Craig Fields1994-08-18
|
* Revert back to setting the pgid to the parent pid for Ultrix.Gravatar Richard Basch1994-08-18
|
* Include <string.h> instead of <strings.h> (portability)Gravatar Richard Basch1994-08-18
|
* Include <string.h> instead of <strings.h>Gravatar Richard Basch1994-08-18
|
* Do not assume select will work with a timeval of 0.Gravatar Richard Basch1994-06-19
|
* Fixes so that "make depend" will work properlyGravatar Richard Basch1994-06-10
|
* Backing out the different placement of unauthentic messagesGravatar Richard Basch1994-04-29
| | | | (neither tytso nor probe approve this change)
* enable_delete is now true by default so window managers will honor theGravatar Richard Basch1994-04-29
| | | | delete window requests
* If we have a controlling tty, periodically check to see that controllingGravatar Richard Basch1994-03-15
| | | | tty is still around, and if not, die.
* Ignore SIGTTOU when forking, otherwise we might hang.Gravatar Richard Basch1994-03-15
| | | | Increase the version number.
* Check file descriptor, not errno, after fopenGravatar Richard Basch1994-02-14
|
* Generalized the generate_dictionary_instance and generate_stack_instanceGravatar Richard Basch1993-12-14
| | | | scripts into one script (re-written in Bourne shell for greater portability)
* Initial revisionGravatar Richard Basch1993-12-14
|