summaryrefslogtreecommitdiff
path: root/zwgc
Commit message (Expand)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
* 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
* 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
* 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
* 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
* enable_delete is now true by default so window managers will honor theGravatar Richard Basch1994-04-29
* If we have a controlling tty, periodically check to see that controllingGravatar Richard Basch1994-03-15
* Ignore SIGTTOU when forking, otherwise we might hang.Gravatar Richard Basch1994-03-15
* Check file descriptor, not errno, after fopenGravatar Richard Basch1994-02-14
* Generalized the generate_dictionary_instance and generate_stack_instanceGravatar Richard Basch1993-12-14
* 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
* 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
* 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
* 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
* off by one; alloc'ing one too fewGravatar Lucien Van Elsen1992-08-26