summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use #defined string constantsGravatar John Kohl1989-11-15
|
* add default description locationGravatar John Kohl1989-11-15
|
* turn on the default port stuffGravatar John Kohl1989-11-14
|
* fix null pointer bug (info)Gravatar John Kohl1989-11-14
| | | | | return same value for initialization of all the drivers through this routine set isbeep for all cases
* test was reversed for "recipient" fieldGravatar John Kohl1989-11-14
|
* remove ambiguity by adding spaces to statementsGravatar John Kohl1989-11-14
|
* Initial revisionGravatar Marc Horowitz1989-11-13
|
* ICCCM reverse stacking implementedGravatar Marc Horowitz1989-11-13
| | | | | (This is broken until the ICCCM mandates correct reporting of ConfigureNotify events)
* Changed $Header to $IdGravatar Marc Horowitz1989-11-13
|
* Oops.Gravatar Marc Horowitz1989-11-13
|
* if the recipient field of the notice is "", $recipient will be set toGravatar Marc Horowitz1989-11-13
| | | | "*", not "".
* log fake addressesGravatar John Kohl1989-11-10
|
* update version numberGravatar John Kohl1989-11-10
|
* fix ambiguous assign/decrement problemsGravatar John Kohl1989-11-09
|
* beep supportGravatar John Kohl1989-11-09
| | | | non-STDC compiler support
* change to use "pointer" type for ease of porting to compilers whichGravatar John Kohl1989-11-09
| | | | barf on void *
* fixes for array & problemsGravatar John Kohl1989-11-09
|
* change "B" to "E" on bell (fixing typo)Gravatar John Kohl1989-11-08
|
* in case of leading slashes, make the notices go to the right peopleGravatar John Kohl1989-11-08
|
* add declarations of functions which got implicitly declared incorrectly.Gravatar John Kohl1989-11-08
|
* Initial revisionGravatar John Kohl1989-11-08
|
* put #ifdef's around the codeGravatar John Kohl1989-11-08
|
* missing extern declaration in REVSTACK stateGravatar John Kohl1989-11-08
|
* fix up RCSID stringsGravatar John Kohl1989-11-08
| | | | (don't need them in header files)
* change Header to IdGravatar John Kohl1989-11-08
|
* Initial revisionGravatar John Kohl1989-11-08
|
* Initial revisionGravatar John Kohl1989-11-08
|
* Added missing arg to ChangeProp macroGravatar Marc Horowitz1989-11-02
|
* Changed default resource pathGravatar Marc Horowitz1989-11-02
|
* All the .h files have the rcsid before the multiple-includeGravatar Marc Horowitz1989-11-01
| | | | | protecting #ifdef. This file has been fixed
* All the .h files have the rcsid before the multiple-includeGravatar Marc Horowitz1989-11-01
| | | | protecting #ifdef.
* Never call me a good typist.Gravatar Marc Horowitz1989-11-01
|
* typo fixGravatar Marc Horowitz1989-11-01
|
* Copyright and RCS headers added.Gravatar Marc Horowitz1989-11-01
|
* Initial revisionGravatar Marc Horowitz1989-11-01
|
* remove zinitGravatar John Kohl1989-10-30
|
* add support for -f - (read stdin)Gravatar John Kohl1989-10-30
| | | | (code from Marc Horowitz)
* document "-" processingGravatar John Kohl1989-10-30
|
* patchlevel 2Gravatar John Kohl1989-10-27
|
* add counters for old supportGravatar John Kohl1989-10-27
|
* remove spurious line which caused faults on picky machinesGravatar John Kohl1989-10-27
|
* add -l option, change action of -q option to neither cause nor waitGravatar John Kohl1989-10-26
| | | | for acks
* update dateGravatar John Kohl1989-10-26
| | | | include docs of -l optoin
* fix BUG:Gravatar John Kohl1989-10-26
| | | | | | | | | server acknowledgements were getting smashed z_uid's because of reassembly code. New strategy: only retain the acknowledgment of the first fragment of a fragmented notice. This way existing code which checks notice->z_uid in a sent notice will get the acknowledge it seeks. Also, only one ack is ever returned for a given notice.
* new version: adds counters to keep track of old-style requestsGravatar John Kohl1989-10-26
|
* add support for counting old-style requestsGravatar John Kohl1989-10-26
|
* add support for counting old style requestsGravatar John Kohl1989-10-26
|
* fix BUG: qptr was never updated after the first queue scan, soGravatar John Kohl1989-10-26
| | | | the expected notice would never be seen.
* update for -u optionGravatar John Kohl1989-10-25
|
* changes for -u optionGravatar John Kohl1989-10-25
| | | | update usage message, and print it in more cases