aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added Al Youngwerth as a backup maintainer.Eric S. Raymond1997-07-291-5/+6
| | | | svn path=/trunk/; revision=1190
* `no uidl' is an option.Eric S. Raymond1997-07-291-0/+1
| | | | svn path=/trunk/; revision=1189
* Added Al Youngwerth as a backup maintainer.Eric S. Raymond1997-07-291-0/+1
| | | | svn path=/trunk/; revision=1188
* Enable remote builds.Eric S. Raymond1997-07-291-1/+1
| | | | svn path=/trunk/; revision=1187
* Overhaul the build stuff.Eric S. Raymond1997-07-293-33/+28
| | | | svn path=/trunk/; revision=1186
* Ready to ship.Eric S. Raymond1997-07-282-5/+12
| | | | svn path=/trunk/; revision=1184
* Added the dropstatus option.Eric S. Raymond1997-07-288-4/+55
| | | | svn path=/trunk/; revision=1183
* Allow either `user' or `login'.Eric S. Raymond1997-07-252-0/+4
| | | | svn path=/trunk/; revision=1182
* Paragraph fix.Eric S. Raymond1997-07-251-2/+2
| | | | svn path=/trunk/; revision=1181
* Make realclean stronger.Eric S. Raymond1997-07-251-2/+3
| | | | svn path=/trunk/; revision=1180
* Added the via option.Eric S. Raymond1997-07-249-26/+107
| | | | svn path=/trunk/; revision=1179
* Better bounds checking.Eric S. Raymond1997-07-243-1/+18
| | | | svn path=/trunk/; revision=1178
* Added a note about smail.Eric S. Raymond1997-07-241-2/+14
| | | | svn path=/trunk/; revision=1177
* Leif asked for this change.Eric S. Raymond1997-07-241-2/+2
| | | | svn path=/trunk/; revision=1176
* Add comment.Eric S. Raymond1997-07-211-0/+4
| | | | svn path=/trunk/; revision=1175
* Better password security.Eric S. Raymond1997-07-181-1/+16
| | | | svn path=/trunk/; revision=1174
* First round of changes for OPIE support.Eric S. Raymond1997-07-178-28/+99
| | | | svn path=/trunk/; revision=1173
* Ready to release 4.0.1.Eric S. Raymond1997-07-163-5/+10
| | | | svn path=/trunk/; revision=1171
* Make sure we never have to include sgtty.h.Eric S. Raymond1997-07-131-0/+4
| | | | svn path=/trunk/; revision=1170
* Fix the machinery for remote builds.Eric S. Raymond1997-07-101-25/+11
| | | | svn path=/trunk/; revision=1169
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-105-40/+50
| | | | | | it's predefined. svn path=/trunk/; revision=1168
* Improve the error messages.Eric S. Raymond1997-07-101-1/+16
| | | | svn path=/trunk/; revision=1167
* Avoid a fooup due to NextStep header inclusion.Eric S. Raymond1997-07-092-4/+4
| | | | svn path=/trunk/; revision=1165
* Ready to ship.Eric S. Raymond1997-07-091-2/+2
| | | | svn path=/trunk/; revision=1163
* Better formatting.Eric S. Raymond1997-07-081-3/+3
| | | | svn path=/trunk/; revision=1162
* Initial revisionEric S. Raymond1997-07-081-0/+382
| | | | svn path=/trunk/; revision=1161
* HTMLize the design notes.Eric S. Raymond1997-07-081-3/+10
| | | | svn path=/trunk/; revision=1160
* Change in exit status semantics.Eric S. Raymond1997-07-083-10/+14
| | | | svn path=/trunk/; revision=1159
* Added Michael's recipe.Eric S. Raymond1997-07-081-4/+57
| | | | svn path=/trunk/; revision=1158
* Guenther Leber's error changes.Eric S. Raymond1997-07-081-2/+4
| | | | svn path=/trunk/; revision=1157
* More good stuff.Eric S. Raymond1997-07-081-2/+15
| | | | svn path=/trunk/; revision=1156
* Change the bool type to match ncurses.Eric S. Raymond1997-07-071-1/+1
| | | | svn path=/trunk/; revision=1155
* Allow this to be used with ncurses.Eric S. Raymond1997-07-061-3/+4
| | | | svn path=/trunk/; revision=1154
* Deal with the new logic for aetting lead_server.Eric S. Raymond1997-07-061-2/+5
| | | | svn path=/trunk/; revision=1153
* Allow duplicate hostnames again.Eric S. Raymond1997-07-054-66/+19
| | | | svn path=/trunk/; revision=1152
* Move environment query stuff to env.c.Eric S. Raymond1997-07-043-58/+11
| | | | svn path=/trunk/; revision=1151
* Remodularize so the parser is more self-contained.Eric S. Raymond1997-07-044-60/+65
| | | | svn path=/trunk/; revision=1150
* Remove redundant declaration.Eric S. Raymond1997-07-041-1/+0
| | | | svn path=/trunk/; revision=1149
* Cosmetic tweak.Eric S. Raymond1997-07-031-1/+1
| | | | svn path=/trunk/; revision=1148
* LOCKBUSY changes.Eric S. Raymond1997-07-036-19/+73
| | | | svn path=/trunk/; revision=1147
* We run on AmigaOS.Eric S. Raymond1997-07-031-1/+1
| | | | svn path=/trunk/; revision=1146
* Optimization time.Eric S. Raymond1997-07-021-2/+5
| | | | svn path=/trunk/; revision=1145
* Almost ready to ship.Eric S. Raymond1997-07-021-2/+6
| | | | svn path=/trunk/; revision=1144
* Documentation upgeade.Eric S. Raymond1997-07-022-23/+53
| | | | svn path=/trunk/; revision=1143
* Documentation corrections.Eric S. Raymond1997-07-021-33/+39
| | | | svn path=/trunk/; revision=1142
* Fair warning about multidrop.Eric S. Raymond1997-07-021-6/+12
| | | | svn path=/trunk/; revision=1141
* Accept tab after "no".Eric S. Raymond1997-07-021-1/+1
| | | | svn path=/trunk/; revision=1140
* James Brister's BSD/OS changes.Eric S. Raymond1997-07-012-9/+24
| | | | svn path=/trunk/; revision=1139
* Remove poprc compatibility hook.Eric S. Raymond1997-07-011-12/+3
| | | | svn path=/trunk/; revision=1138
* Steffen Opel's VPATH changes.Eric S. Raymond1997-07-011-3/+3
| | | | svn path=/trunk/; revision=1137