aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
Commit message (Collapse)AuthorAgeFilesLines
* Added localdomains option.Eric S. Raymond1997-01-091-3/+9
| | | | svn path=/trunk/; revision=724
* Added the preconnect feature.Eric S. Raymond1997-01-081-1/+4
| | | | svn path=/trunk/; revision=719
* Introduced George Sipe's -I and -M options.Eric S. Raymond1996-12-231-1/+3
| | | | svn path=/trunk/; revision=673
* Added `fetchlimit'.Eric S. Raymond1996-12-181-1/+4
| | | | svn path=/trunk/; revision=657
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-2/+2
| | | | svn path=/trunk/; revision=636
* Added the `envelope' option.Eric S. Raymond1996-12-091-1/+2
| | | | svn path=/trunk/; revision=615
* Change name of string-saver functions.Eric S. Raymond1996-11-281-8/+8
| | | | svn path=/trunk/; revision=584
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-14/+13
| | | | svn path=/trunk/; revision=582
* Fix skip bug.Eric S. Raymond1996-11-271-2/+3
| | | | svn path=/trunk/; revision=578
* Added the wildcard option.Eric S. Raymond1996-11-271-6/+12
| | | | svn path=/trunk/; revision=575
* Added `logfile' keyword to rc syntax.Eric S. Raymond1996-11-271-1/+2
| | | | svn path=/trunk/; revision=571
* We can dump server aliases now.Eric S. Raymond1996-11-201-0/+1
| | | | svn path=/trunk/; revision=565
* Implemented aka option.Eric S. Raymond1996-11-201-3/+10
| | | | svn path=/trunk/; revision=564
* Require userspec lists to be nonempty.Eric S. Raymond1996-11-131-5/+17
| | | | svn path=/trunk/; revision=539
* Change handling of skip option.Eric S. Raymond1996-11-131-3/+3
| | | | svn path=/trunk/; revision=538
* Prototypes everywhere.Eric S. Raymond1996-11-081-8/+5
| | | | svn path=/trunk/; revision=515
* Implement batchlimit option.Eric S. Raymond1996-11-081-4/+7
| | | | svn path=/trunk/; revision=503
* Changeover to `poll'.Eric S. Raymond1996-10-301-10/+12
| | | | svn path=/trunk/; revision=431
* Seal off some more functions.Eric S. Raymond1996-10-301-4/+4
| | | | svn path=/trunk/; revision=429
* Move some forward declarations for better encapsulation.Eric S. Raymond1996-10-291-0/+3
| | | | svn path=/trunk/; revision=428
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-9/+15
| | | | svn path=/trunk/; revision=396
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-14/+14
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-1/+4
| | | | svn path=/trunk/; revision=390
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-8/+21
| | | | svn path=/trunk/; revision=374
* Add our own yywrap.Eric S. Raymond1996-10-211-0/+4
| | | | svn path=/trunk/; revision=356
* Comment cleanup.Eric S. Raymond1996-10-211-88/+12
| | | | svn path=/trunk/; revision=355
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-0/+2
| | | | svn path=/trunk/; revision=345
* Added `to' keyword, changed local-user default.Eric S. Raymond1996-10-141-2/+4
| | | | svn path=/trunk/; revision=331
* Introduce a notion of numeric token.Eric S. Raymond1996-10-131-2/+4
| | | | svn path=/trunk/; revision=327
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-1/+4
| | | | svn path=/trunk/; revision=325
* Simplified rcfile-parsing code.Eric S. Raymond1996-10-131-31/+283
| | | | svn path=/trunk/; revision=324
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-1/+1
| | | | svn path=/trunk/; revision=319
* Cosmetic change.Eric S. Raymond1996-10-111-2/+2
| | | | svn path=/trunk/; revision=312
* Renove unnecessary union type.Eric S. Raymond1996-10-111-2/+0
| | | | svn path=/trunk/; revision=311
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-3/+2
| | | | svn path=/trunk/; revision=299
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-1/+11
| | | | svn path=/trunk/; revision=283
* Added `skip server'.Eric S. Raymond1996-10-081-10/+12
| | | | svn path=/trunk/; revision=252
* More English-like keywords.Eric S. Raymond1996-10-081-4/+11
| | | | svn path=/trunk/; revision=249
* Add English-like keywords but don't document them yet.Eric S. Raymond1996-10-081-2/+3
| | | | svn path=/trunk/; revision=248
* More English-like token values.Eric S. Raymond1996-10-081-22/+21
| | | | svn path=/trunk/; revision=247
* Multiple users per entry works now.Eric S. Raymond1996-10-061-4/+19
| | | | svn path=/trunk/; revision=233
* I think this will allow multiple user specs.Eric S. Raymond1996-10-051-39/+41
| | | | svn path=/trunk/; revision=232
* Eliminate conflicts in rcfile grammar.Eric S. Raymond1996-10-051-11/+14
| | | | svn path=/trunk/; revision=223
* Back out the token name changes.Eric S. Raymond1996-10-051-3/+3
| | | | svn path=/trunk/; revision=221
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-4/+5
| | | | svn path=/trunk/; revision=220
* Restore --mda, with cleaner implementation this time.Eric S. Raymond1996-10-041-1/+2
| | | | svn path=/trunk/; revision=214
* Fix for the fact that Bison ignores zero-value tokens.Eric S. Raymond1996-10-011-13/+13
| | | | svn path=/trunk/; revision=191
* Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots ofEric S. Raymond1996-09-291-15/+6
| | | | | | other man page improvements. svn path=/trunk/; revision=181
* The great options massacre.Eric S. Raymond1996-09-281-3/+1
| | | | svn path=/trunk/; revision=178
* No more rpopid field.Eric S. Raymond1996-09-261-2/+1
| | | | svn path=/trunk/; revision=162