summaryrefslogtreecommitdiff
path: root/zwgc
Commit message (Collapse)AuthorAge
...
* 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
|
* Assume ulong is defined, except on explicit platforms...Gravatar Richard Basch1993-11-21
|
* Change bzero to memset [ANSI]Gravatar Richard Basch1993-11-19
| | | | Some POSIX changes.
* Change bcopy to memcpy [ANSI]Gravatar Richard Basch1993-11-19
|
* New Athena imake rulesGravatar Richard Basch1993-11-19
|
* Athena imake rulesGravatar Richard Basch1993-11-19
|
* Replace bcopy with memcpy/memmove [ANSI]Gravatar Richard Basch1993-11-19
|
* Use memset [ANSI]Gravatar Richard Basch1993-11-19
|
* Solaris needs the compatibility too (and it also requires -lgen)Gravatar Richard Basch1993-11-19
|
* Remove explicit pathsGravatar Richard Basch1993-11-19
|
* In R5, certain structures of the Display structure are private, so weGravatar Richard Basch1993-10-08
| | | | | should use the appropriate routines to extract the information. These routines have existed since at least X11R3...
* Changed rindex() to strrchr() [ANSI]Gravatar Richard Basch1993-09-24
|
* Changed bcopy to _BCOPY (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
|
* Changed index() to strchr() [ANSI]Gravatar Richard Basch1993-09-24
|
* Changed bzero/bcopy to _BZERO/_BCOPY (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
| | | | Added POSIX signal handling
* Changed bzero to _BZERO (defined in <zephyr/zephyr_conf.h>)Gravatar Richard Basch1993-09-24
|
* (xshow) style string could be leaked.Gravatar Lucien Van Elsen1992-08-26
|
* (tty_filter_init) multiple calls caused memoryGravatar Lucien Van Elsen1992-08-26
| | | | leak.
* off by one; alloc'ing one too fewGravatar Lucien Van Elsen1992-08-26
| | | | bytes..